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

	movieClip 3 pref {
	}
	movieClip 6 tref2 {
	}
	movieClip 9 tref {
	}
	movieClip 12	{
	}
	movieClip 14	{
	}
	movieClip 15	{
	}
	movieClip 16 eref {
	}
	movieClip 19 sref2 {
	}
	movieClip 22 sref {
	}
	movieClip 25 ref {
	}
	frame 1 {
		Playtomic.Log.View(7128, '5b5d4613b6e5418a', _root._url);
	}
	frame 1 {
		if (_url.indexOf('kongregate.com') == -1 && _url.indexOf('armorgames.com') == -1 && _url.indexOf('flashgamelicense.com') == -1) {
			var CPMStarContentSpotID = '6767Q606FAEB9';
			System.security.allowDomain('server.cpmstar.com');
			adBox.loadMovie('http://server.cpmstar.com/adviewas2.swf?contentspotid=' + CPMStarContentSpotID);
		} else {
			adframe.gotoAndStop(2);
		}
	}
	frame 1 {
	}
	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 = '';
				if (_url.indexOf('armorgames.com') == -1) {
					playb._visible = true;
				} else {
					_root.play();
				}
				clearInterval(LoaderInt);
			}
		}
		stop();
		loadcheat = 0;
		LoaderInt = setInterval(Lbar, 10);
	}
	frame 1 {
		function changehigh() {
			_quality = 'BEST';
		}
		function changelow() {
			_quality = 'LOW';
		}
		var myMenu = new ContextMenu();
		myMenu.hideBuiltInItems();
		var ch = new ContextMenuItem('High Quality', changehigh);
		myMenu.customItems.push(ch);
		var cl = new ContextMenuItem('Low Quality', changelow);
		myMenu.customItems.push(cl);
		_root.menu = myMenu;
	}
	
	// unknown tag 88 length 65
	movieClip 42	{
	}
	movieClip 43	{
	}
	instance of movieClip 43	{
		onClipEvent (load) {
			xspeed = 0;
		}
		onClipEvent (enterFrame) {
			this._rotation += _root.spinamount / 2;
		}
	}
	
	// unknown tag 88 length 152
	movieClip 47	{
	}
	instance playb of movieClip 47	{
		onClipEvent (load) {
			_visible = false;
		}
		onClipEvent (rollOver) {
			_alpha = 50;
		}
		onClipEvent (rollOut) {
			_alpha = 100;
		}
		onClipEvent (release) {
			_root.nextFrame();
		}
	}
	movieClip 52	{
	}
	movieClip 55	{
	}
	movieClip 57	{
	}
	movieClip 60	{
	}
	button 62 {
		on (release) {
			getURL('http://www.armorgames.com', '_blank');
		}
	}
	movieClip 64	{
		frame 1 {
			stop();
		}
		instance of movieClip 42	{
			onClipEvent (release) {
				getURL('http://www.armorgames.com', '_blank');
			}
		}
	}
	movieClip 65	{
	}
	
	// unknown tag 88 length 164
	movieClip 71	{
		frame 1 {
			stop();
		}
		frame 2 {
			stopAllSounds();
		}
	}
	instance locker of movieClip 71	{
		onClipEvent (rollOver) {
			this.useHandCursor = false;
		}
	}
	movieClip 416 __Packages.Playtomic.LogRequest {
		#initclip
			if (!_global.Playtomic) {
				_global.Playtomic = new Object();
			}
			if (!_global.Playtomic.LogRequest) {
				var v1 = function () {};
				Playtomic.LogRequest = v1;
				var v2 = v1.prototype;
				v2.Queue = function (data) {
					++this.Pieces;
					this.Data += ((this.Data == '') ? '' : '~') + data;
					if (this.Pieces == 8 || this.Data.length > 300) {
						this.Pieces = 0;
						this.Ready = true;
					}
				};
				v2.Send = function () {
					var v3 = function (success) {
						if (this.Data.indexOf('v/') == 0 || this.Data.indexOf('~v/') > -1) {
							Playtomic.Log.IncreaseViews();
						}
						if (this.Data.indexOf('p/') == 0 || this.Data.indexOf('~p/') > -1) {
							Playtomic.Log.IncreasePlays();
						}
					};
					var v2 = new LoadVars();
					v2.sendAndLoad('http://g' + Playtomic.Log.GUID + '.api.playtomic.com/Tracker/q.aspx?swfid=' + Playtomic.Log.SWFID + '&q=' + this.Data + '&url=' + Playtomic.Log.SourceUrl + '&' + Math.random() + 'z', v3, 'POST');
				};
				v2.Data = '';
				v2.Ready = false;
				ASSetPropFlags(Playtomic.LogRequest.prototype, null, 1);
			}
		#endinitclip
	}
	movieClip 417 __Packages.Playtomic.Log {
		#initclip
			if (!_global.Playtomic) {
				_global.Playtomic = new Object();
			}
			if (!_global.Playtomic.Log) {
				var v1 = function () {};
				Playtomic.Log = v1;
				var v2 = v1.prototype;
				v1.View = function (swfid, guid, defaulturl) {
					if (swfid == undefined) {
						swfid = 0;
					}
					if (guid == undefined) {
						guid = '';
					}
					if (defaulturl == undefined) {
						defaulturl = '';
					}
					if (Playtomic.Log.SWFID > 0) {
						return undefined;
					}
					Playtomic.Log.SWFID = swfid;
					Playtomic.Log.GUID = guid;
					Playtomic.Log.Enabled = true;
					if (Playtomic.Log.SWFID == 0 || Playtomic.Log.GUID == '') {
						Playtomic.Log.Enabled = false;
						return undefined;
					}
					if (defaulturl.indexOf('http://') != 0) {
						Playtomic.Log.Enabled = false;
						return undefined;
					}
					Playtomic.Log.SourceUrl = defaulturl;
					if (Playtomic.Log.SourceUrl == null || Playtomic.Log.SourceUrl == '' || Playtomic.Log.SourceUrl.indexOf('https://') == 0) {
						Playtomic.Log.Enabled = false;
						return undefined;
					}
					Playtomic.Log.Cookie = SharedObject.getLocal('playtomic');
					var v5 = Playtomic.Log.GetCookie('views');
					Playtomic.Log.Send('v/' + v5, true);
					_global.setTimeout(Playtomic.Log.PingServer, 60000);
				};
				v1.ForceSend = function () {
					if (Playtomic.Log.Request == null) {
						return undefined;
					}
					Playtomic.Log.Request.Send();
					Playtomic.Log.Request = new Playtomic.LogRequest();
				};
				v1.Play = function () {
					if (!Playtomic.Log.Enabled) {
						return undefined;
					}
					Playtomic.Log.LevelCounters = new Array();
					Playtomic.Log.LevelAverages = new Array();
					Playtomic.Log.LevelRangeds = new Array();
					Playtomic.Log.Send('p/' + (Playtomic.Log.Plays + 1), true);
				};
				v1.CustomMetric = function (name, group, unique) {
					if (!Playtomic.Log.Enabled) {
						return undefined;
					}
					if (group == null || group == undefined) {
						group = '';
					}
					if (unique == null || unique == undefined) {
						unique = false;
					}
					if (unique) {
						if (Playtomic.Log.Contains(Playtomic.Log.Customs, name)) {
							return undefined;
						}
						Playtomic.Log.Customs.push(name);
					}
					Playtomic.Log.Send('c/' + Playtomic.Log.Clean(name) + '/' + Playtomic.Log.Clean(group));
				};
				v1.Link = function (url, name, group, unique, total, fail) {
					if (!Playtomic.Log.Enabled) {
						return undefined;
					}
					Playtomic.Log.Send('l/' + Playtomic.Log.Clean(name) + '/' + Playtomic.Log.Clean(group) + '/' + Playtomic.Log.Clean(url) + '/' + unique + '/' + total + '/' + fail);
				};
				v1.LevelCounterMetric = function (name, level, unique) {
					if (!Playtomic.Log.Enabled) {
						return undefined;
					}
					if (unique) {
						var v1 = name + '.' + level.toString();
						if (Playtomic.Log.Contains(Playtomic.Log.LevelCounters, v1)) {
							return undefined;
						}
						Playtomic.Log.LevelCounters.push(v1);
					}
					Playtomic.Log.Send('lc/' + Playtomic.Log.Clean(name) + '/' + Playtomic.Log.Clean(level));
				};
				v1.LevelRangedMetric = function (name, level, value, unique) {
					if (!Playtomic.Log.Enabled) {
						return undefined;
					}
					if (unique) {
						var v1 = name + '.' + level.toString();
						if (Playtomic.Log.Contains(Playtomic.Log.LevelRangeds, v1)) {
							return undefined;
						}
						Playtomic.Log.LevelRangeds.push(v1);
						Playtomic.Log.SaveCookie('lr_' + name, 1);
					}
					Playtomic.Log.Send('lr/' + Playtomic.Log.Clean(name) + '/' + Playtomic.Log.Clean(level) + '/' + value);
				};
				v1.LevelAverageMetric = function (name, level, value, unique) {
					if (!Playtomic.Log.Enabled) {
						return undefined;
					}
					if (unique) {
						var v1 = name + '.' + level.toString();
						if (Playtomic.Log.Contains(Playtomic.Log.LevelAverages, v1)) {
							return undefined;
						}
						Playtomic.Log.LevelAverages.push(v1);
					}
					Playtomic.Log.Send('la/' + Playtomic.Log.Clean(name) + '/' + Playtomic.Log.Clean(level) + '/' + value);
				};
				v1.Contains = function (arr, key) {
					var v1 = arr.length - 1;
					while (v1 > -1) {
						if (arr[v1] == key) {
							return true;
						}
						--v1;
					}
					return false;
				};
				v1.Heatmap = function (metric, heatmap, x, y) {
					if (!Playtomic.Log.Enabled) {
						return undefined;
					}
					Playtomic.Log.Send('h/' + Playtomic.Log.Clean(metric) + '/' + Playtomic.Log.Clean(heatmap) + '/' + x + '/' + y);
				};
				v1.Funnel = function (name, step, stepnum) {
					if (!Playtomic.Log.Enabled) {
						return undefined;
					}
					Playtomic.Log.Send('f/' + Playtomic.Log.Clean(name) + '/' + Playtomic.Log.Clean(step) + '/' + stepnum);
				};
				v1.PlayerLevelStart = function (levelid) {
					if (!Playtomic.Log.Enabled) {
						return undefined;
					}
					Playtomic.Log.Send('pls/' + levelid);
				};
				v1.PlayerLevelWin = function (levelid) {
					if (!Playtomic.Log.Enabled) {
						return undefined;
					}
					Playtomic.Log.Send('plw/' + levelid);
				};
				v1.PlayerLevelQuit = function (levelid) {
					if (!Playtomic.Log.Enabled) {
						return undefined;
					}
					Playtomic.Log.Send('plq/' + levelid);
				};
				v1.PlayerLevelRetry = function (levelid) {
					if (!Playtomic.Log.Enabled) {
						return undefined;
					}
					Playtomic.Log.Send('plr/' + levelid);
				};
				v1.PlayerLevelFlag = function (levelid) {
					if (!Playtomic.Log.Enabled) {
						return undefined;
					}
					Playtomic.Log.Send('plf/' + levelid);
				};
				v1.PingServer = function () {
					if (!Playtomic.Log.Enabled) {
						return undefined;
					}
					++Playtomic.Log.Pings;
					Playtomic.Log.Send('t/' + (Playtomic.Log.FirstPing ? 'y' : 'n') + '/' + Playtomic.Log.Pings, true);
					if (Playtomic.Log.FirstPing) {
						Playtomic.Log.FirstPing = false;
						setInterval(Playtomic.Log.PingServer, 60000);
					}
				};
				v1.Send = function (s, view) {
					if (view == undefined) {
						view = false;
					}
					Playtomic.Log.Request.Queue(s);
					if (Playtomic.Log.Request.Ready || view || !Playtomic.Log.Queue) {
						Playtomic.Log.Request.Send();
						Playtomic.Log.Request = new Playtomic.LogRequest();
					}
				};
				v1.GetCookie = function (n) {
					if (Playtomic.Log.Cookie.data[n] == undefined) {
						return 0;
					} else {
						return parseInt(Playtomic.Log.Cookie.data[n]);
					}
				};
				v1.SaveCookie = function (n, v) {
					Playtomic.Log.Cookie.data[n] = v.toString();
					Playtomic.Log.Cookie.flush();
				};
				v1.Clean = function (s) {
					while (s.indexOf('/') > -1) {
						s = Playtomic.Log.Replace(s, '/', '\\');
					}
					while (s.indexOf('~') > -1) {
						s = Playtomic.Log.Replace(s, '~', '-');
					}
					return escape(s);
				};
				v1.Replace = function (str, find, replace) {
					return (str.split(find)).join(replace);
				};
				v1.IncreaseViews = function () {
					var v1 = Playtomic.Log.GetCookie('views');
					++v1;
					Playtomic.Log.SaveCookie('views', v1);
				};
				v1.IncreasePlays = function () {
					++Playtomic.Log.Plays;
				};
				v1.Enabled = false;
				v1.Queue = true;
				v1.SWFID = 0;
				v1.GUID = '';
				v1.Request = new Playtomic.LogRequest();
				v1.FirstPing = true;
				v1.Pings = 0;
				v1.Plays = 0;
				v1.HighestGoal = 0;
				v1.Customs = new Array();
				v1.LevelCounters = new Array();
				v1.LevelAverages = new Array();
				v1.LevelRangeds = new Array();
				ASSetPropFlags(Playtomic.Log.prototype, null, 1);
			}
		#endinitclip
	}
	frame 2 {
		stop();
	}
	frame 2 {
		Playtomic.Log.Play();
		game = SharedObject.getLocal('mydata');
		if (game.data.levelc == undefined) {
			_root.levelc = 1;
		} else {
			_root.levelc = game.data.levelc;
		}
		if (game.data.leveld == undefined) {
			_root.leveld = 1;
		} else {
			_root.leveld = game.data.leveld;
		}
	}
	movieClip 80	{
	}
	movieClip 86	{
	}
	movieClip 91	{
		frame 1 {
			_parent.stop();
			gotoAndPlay(2);
		}
		frame 225 {
			_parent.play();
		}
	}
	movieClip 142	{
	}
	movieClip 143	{
		instance of movieClip 91	{
			onClipEvent (release) {
				getURL('http://www.armorgames.com', '_blank');
			}
		}
		frame 2 {
			_root.stop();
		}
		frame 2 {
			_root.musichanged = 1;
			_root.musicon = true;
		}
		frame 241 {
			_root.play();
		}
	}
	movieClip 146	{
		frame 1 {
			stop();
		}
		frame 2 {
			stop();
		}
		frame 3 {
			stopAllSounds();
			stop();
		}
	}
	instance musi of movieClip 146	{
		onClipEvent (enterFrame) {
			if (_root.musichanged == 1) {
				_root.musichanged = 0;
				if (_root.musicon == true) {
					gotoAndStop(2);
				} else {
					gotoAndStop(3);
				}
			}
		}
	}
	movieClip 148	{
	}
	instance of movieClip 148	{
		onClipEvent (keyPress 'm') {
			_root.musichanged = 1;
			if (_root.musicon == true) {
				_root.musicon = false;
			} else {
				_root.musicon = true;
			}
		}
		onClipEvent (keyPress 'M') {
			_root.musichanged = 1;
			if (_root.musicon == true) {
				_root.musicon = false;
			} else {
				_root.musicon = true;
			}
		}
	}
	movieClip 151	{
	}
	movieClip 152	{
	}
	frame 3 {
		i = 1;
		stop();
	}
	button 156 {
		on (press) {
			gotoAndStop(4);
		}
	}
	button 159 {
		on (press) {
			gotoAndStop(14);
		}
	}
	button 164 {
		on (release) {
			gotoAndStop(66);
		}
	}
	movieClip 167	{
	}
	instance of movieClip 167	{
		onClipEvent (load) {
			if (_root.levelc > 25) {
				_visible = false;
			} else {
				stop();
			}
		}
		onClipEvent (rollOver) {
			gotoAndStop(2);
		}
		onClipEvent (rollOut, dragOut) {
			gotoAndStop(1);
		}
	}
	movieClip 170	{
	}
	instance of movieClip 170	{
		onClipEvent (load) {
			if (_root.grain._visible == true) {
				gotoAndStop(1);
			} else {
				gotoAndStop(2);
			}
		}
		onClipEvent (enterFrame) {
			if (_root.grain._visible == true) {
				gotoAndStop(1);
			} else {
				gotoAndStop(2);
			}
		}
		onClipEvent (release) {
			if (_root.grain._visible == true) {
				_root.grain._visible = false;
			} else {
				_root.grain._visible = true;
			}
		}
	}
	movieClip 173	{
	}
	instance of movieClip 173	{
		onClipEvent (load) {
			if (_root.musicon == true) {
				gotoAndStop(1);
			} else {
				gotoAndStop(2);
			}
		}
		onClipEvent (enterFrame) {
			if (_root.musicon == true) {
				gotoAndStop(1);
			} else {
				gotoAndStop(2);
			}
		}
		onClipEvent (release) {
			_root.musichanged = 1;
			if (_root.musicon == true) {
				_root.musicon = false;
			} else {
				_root.musicon = true;
			}
		}
	}
	button 180 {
		on (release) {
			getURL('http://www.armorgames.com', '_blank');
		}
	}
	movieClip 182	{
	}
	instance of movieClip 182	{
		onClipEvent (release) {
			getURL('http://www.facebook.com/ArmorGames', '_blank');
		}
		onClipEvent (rollOver) {
			_alpha = 50;
		}
		onClipEvent (releaseOutside, rollOut) {
			_alpha = 100;
		}
	}
	movieClip 184	{
		frame 11 {
			stop();
		}
	}
	instance of movieClip 184	{
		onClipEvent (load) {
			gotoAndPlay(2);
		}
	}
	frame 4 {
		toolbox2.removeMovieClip();
		toolbox.swapDepths(_root.getNextHighestDepth());
		moveable = 1;
	}
	movieClip 186	{
	}
	instance box of movieClip 186	{
		onClipEvent (load) {
			if (_root.moveable == 0) {
				this.useHandCursor = false;
			}
			if (_name !== 'box') {
				if (_root.moveable == 1) {
					codepart = 'code' + _root.i;
					_root.i = Number(_root.i) + 1;
				}
				if (planted !== 1) {
					_x = _root._xmouse;
					_y = _root._ymouse;
				}
			}
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
			_root.toolbox.swapDepths(_root.getNextHighestDepth());
		}
		onClipEvent (enterFrame) {
			if (_root._currentframe < 4 or _root.clearall == 1) {
				_root[codepart] = '';
				removeMovieClip(_root[mc]);
				removeMovieClip(this);
			}
			if (_root._currentframe == 6 or _root._currentframe == 7) {
				removeMovieClip(_root[mc]);
				removeMovieClip(this);
			}
			if (_name !== 'box') {
				if (planted !== 1) {
					_x = Math.round(_root._xmouse / 10) * 10;
					_y = Math.round(_root._ymouse / 10) * 10;
					if (_y > 260) {
						_y = 500 - Math.round(_root._ymouse / 10) * 10;
					} else {
						if (_y > 240) {
							_y = 240;
						}
					}
					if (_x < 20) {
						_x = 20;
					}
				} else {
					_root[codepart] = 'bx' + _x / 10 + 'y' + _y / 10 + 'z';
				}
			}
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
		onClipEvent (mouseUp) {
			planted = 1;
		}
		onClipEvent (press) {
			if (_root.moveable == 1) {
				if (_root.deleting == 1) {
					trace('SHOULD HAVE REMOVED');
					_root[codepart] = '';
					removeMovieClip(_root[mc]);
					removeMovieClip(this);
				}
				planted = 0;
			}
		}
	}
	movieClip 188	{
	}
	instance uspike of movieClip 188	{
		onClipEvent (load) {
			if (_root.moveable == 0) {
				this.useHandCursor = false;
			}
			if (_name !== 'uspike') {
				if (_root.moveable == 1) {
					codepart = 'code' + _root.i;
					_root.i = Number(_root.i) + 1;
				}
				if (planted !== 1) {
					_x = _root._xmouse;
					_y = _root._ymouse;
				}
			}
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref', mc, i);
			_root.toolbox.swapDepths(_root.getNextHighestDepth());
		}
		onClipEvent (enterFrame) {
			if (_root._currentframe < 4 or _root.clearall == 1) {
				_root[codepart] = '';
				removeMovieClip(_root[mc]);
				removeMovieClip(this);
			}
			if (_root._currentframe == 6 or _root._currentframe == 7) {
				removeMovieClip(_root[mc]);
				removeMovieClip(this);
			}
			if (_name !== 'uspike') {
				if (planted !== 1) {
					_x = Math.round(_root._xmouse / 10) * 10;
					_y = Math.round(_root._ymouse / 10) * 10;
					if (_y > 260) {
						_y = 500 - Math.round(_root._ymouse / 10) * 10;
					} else {
						if (_y > 240) {
							_y = 240;
						}
					}
					if (_x < 20) {
						_x = 20;
					}
				} else {
					_root[codepart] = 'usx' + _x / 10 + 'y' + _y / 10 + 'z';
				}
			}
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
		onClipEvent (mouseUp) {
			planted = 1;
		}
		onClipEvent (press) {
			if (_root.moveable == 1) {
				if (_root.deleting == 1) {
					_root[codepart] = '';
					removeMovieClip(_root[mc]);
					removeMovieClip(this);
				}
				planted = 0;
			}
		}
	}
	instance dspike of movieClip 188	{
		onClipEvent (load) {
			if (_root.moveable == 0) {
				this.useHandCursor = false;
			}
			if (_name !== 'dspike') {
				if (_root.moveable == 1) {
					codepart = 'code' + _root.i;
					_root.i = Number(_root.i) + 1;
				}
				if (planted !== 1) {
					_x = _root._xmouse;
					_y = _root._ymouse;
				}
			}
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref2', mc, i);
			_root.toolbox.swapDepths(_root.getNextHighestDepth());
		}
		onClipEvent (enterFrame) {
			if (_root._currentframe < 4 or _root.clearall == 1) {
				_root[codepart] = '';
				removeMovieClip(_root[mc]);
				removeMovieClip(this);
			}
			if (_root._currentframe == 6 or _root._currentframe == 7) {
				removeMovieClip(_root[mc]);
				removeMovieClip(this);
			}
			if (_name !== 'dspike') {
				if (planted !== 1) {
					_x = Math.round(_root._xmouse / 10) * 10;
					_y = Math.round(_root._ymouse / 10) * 10;
					if (_y > 260) {
						_y = 500 - Math.round(_root._ymouse / 10) * 10;
					} else {
						if (_y > 240) {
							_y = 240;
						}
					}
					if (_x < 20) {
						_x = 20;
					}
				} else {
					_root[codepart] = 'dsx' + _x / 10 + 'y' + _y / 10 + 'z';
				}
			}
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			if (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
		onClipEvent (mouseUp) {
			planted = 1;
		}
		onClipEvent (press) {
			if (_root.moveable == 1) {
				if (_root.deleting == 1) {
					_root[codepart] = '';
					removeMovieClip(_root[mc]);
					removeMovieClip(this);
				}
				planted = 0;
			}
		}
	}
	movieClip 190	{
	}
	instance utri of movieClip 190	{
		onClipEvent (load) {
			if (_root.moveable == 0) {
				this.useHandCursor = false;
			}
			if (_name !== 'utri') {
				if (_root.moveable == 1) {
					codepart = 'code' + _root.i;
					_root.i = Number(_root.i) + 1;
				}
				if (planted !== 1) {
					_x = _root._xmouse;
					_y = _root._ymouse;
				}
			}
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('tref', mc, i);
			_root.toolbox.swapDepths(_root.getNextHighestDepth());
		}
		onClipEvent (enterFrame) {
			if (_root._currentframe < 4 or _root.clearall == 1) {
				_root[codepart] = '';
				removeMovieClip(_root[mc]);
				removeMovieClip(this);
			}
			if (_root._currentframe == 6 or _root._currentframe == 7) {
				removeMovieClip(_root[mc]);
				removeMovieClip(this);
			}
			if (_name !== 'utri') {
				if (planted !== 1) {
					_x = Math.round(_root._xmouse / 10) * 10;
					_y = Math.round(_root._ymouse / 10) * 10;
					if (_y > 260) {
						_y = 500 - Math.round(_root._ymouse / 10) * 10;
					} else {
						if (_y > 240) {
							_y = 240;
						}
					}
					if (_x < 20) {
						_x = 20;
					}
				} else {
					_root[codepart] = 'utx' + _x / 10 + 'y' + _y / 10 + 'z';
				}
			}
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
		onClipEvent (mouseUp) {
			planted = 1;
		}
		onClipEvent (press) {
			if (_root.moveable == 1) {
				if (_root.deleting == 1) {
					_root[codepart] = '';
					removeMovieClip(_root[mc]);
					removeMovieClip(this);
				}
				planted = 0;
			}
		}
	}
	instance dtri of movieClip 190	{
		onClipEvent (load) {
			if (_root.moveable == 0) {
				this.useHandCursor = false;
			}
			if (_name !== 'dtri') {
				if (_root.moveable == 1) {
					codepart = 'code' + _root.i;
					_root.i = Number(_root.i) + 1;
				}
				if (planted !== 1) {
					_x = _root._xmouse;
					_y = _root._ymouse;
				}
			}
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('tref2', mc, i);
			_root.toolbox.swapDepths(_root.getNextHighestDepth());
		}
		onClipEvent (enterFrame) {
			if (_root._currentframe < 4 or _root.clearall == 1) {
				_root[codepart] = '';
				removeMovieClip(_root[mc]);
				removeMovieClip(this);
			}
			if (_root._currentframe == 6 or _root._currentframe == 7) {
				removeMovieClip(_root[mc]);
				removeMovieClip(this);
			}
			if (_name !== 'dtri') {
				if (planted !== 1) {
					_x = Math.round(_root._xmouse / 10) * 10;
					_y = Math.round(_root._ymouse / 10) * 10;
					if (_y > 260) {
						_y = 500 - Math.round(_root._ymouse / 10) * 10;
					} else {
						if (_y > 240) {
							_y = 240;
						}
					}
					if (_x < 20) {
						_x = 20;
					}
				} else {
					_root[codepart] = 'dtx' + _x / 10 + 'y' + _y / 10 + 'z';
				}
			}
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
		onClipEvent (mouseUp) {
			planted = 1;
		}
		onClipEvent (press) {
			if (_root.moveable == 1) {
				if (_root.deleting == 1) {
					_root[codepart] = '';
					removeMovieClip(_root[mc]);
					removeMovieClip(this);
				}
				planted = 0;
			}
		}
	}
	movieClip 192	{
	}
	instance mbox of movieClip 192	{
		onClipEvent (load) {
			if (_root.moveable == 0) {
				this.useHandCursor = false;
			}
			if (_name !== 'mbox') {
				if (_root.moveable == 1) {
					codepart = 'code' + _root.i;
					_root.i = Number(_root.i) + 1;
				}
				if (planted == 0) {
					_x = _root._xmouse;
					_y = _root._ymouse;
				}
			}
		}
		onClipEvent (enterFrame) {
			if (_name !== 'mbox') {
				if (dir == 1) {
					_x = _x - speed;
				}
				if (dir == 2) {
					_x = _x + speed;
				}
				if (range >= 100) {
					if (_x < startx) {
						dir = 2;
					}
					if (_x > startx + range - 100) {
						dir = 1;
					}
				}
				if (range < 100) {
					if (_x < startx + range - 100) {
						dir = 2;
					}
					if (_x > startx) {
						dir = 1;
					}
				}
			}
		}
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
			_root.toolbox.swapDepths(_root.getNextHighestDepth());
		}
		onClipEvent (enterFrame) {
			this.clear();
			if (planted == 2) {
				this.lineStyle(2, 0, 100, false, 0, 'none');
				mousex = Math.round(_root._xmouse / 10) * 10;
				if (mousex < 20) {
					mousex = 20;
				}
				if (mousex < _x - 100) {
					mousex = _x - 100;
				}
				if (mousex > _x + 100) {
					mousex = _x + 100;
				}
				this.lineTo(mousex - _x, 0);
			}
			if (_root._currentframe < 4 or _root.clearall == 1) {
				_root[codepart] = '';
				removeMovieClip(_root[mc]);
				removeMovieClip(this);
			}
			if (_root._currentframe == 6 or _root._currentframe == 7) {
				removeMovieClip(_root[mc]);
				removeMovieClip(this);
			}
			if (_name !== 'mbox') {
				if (planted == 0) {
					_x = Math.round(_root._xmouse / 10) * 10;
					_y = Math.round(_root._ymouse / 10) * 10;
					if (_y > 260) {
						_y = 500 - Math.round(_root._ymouse / 10) * 10;
					} else {
						if (_y > 240) {
							_y = 240;
						}
					}
					if (_x < 20) {
						_x = 20;
					}
				} else {
					_root[codepart] = 'bmx' + startx / 10 + 'y' + _y / 10 + 'r' + range / 10 + 'z';
				}
			}
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true) or this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				if (dir == 1) {
					_root.guy._x -= speed;
				}
				if (dir == 2) {
					_root.guy._x += speed;
				}
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
		onClipEvent (mouseUp) {
			if (planted == 0) {
				planted = 2;
			}
		}
		onClipEvent (mouseDown) {
			if (planted == 2) {
				planted = 1;
				startx = _x;
				mousex = Math.round(_root._xmouse / 10) * 10;
				if (mousex < _x - 100) {
					mousex = _x - 100;
				}
				if (mousex > _x + 100) {
					mousex = _x + 100;
				}
				if (mousex < 20) {
					mousex = 20;
				}
				range = mousex - _x + 100;
				trace('Range: ' + range);
				dir = 2;
				speed = 0.5;
			}
		}
		onClipEvent (press) {
			if (_root.moveable == 1) {
				if (_root.deleting == 1) {
					_root[codepart] = '';
					removeMovieClip(_root[mc]);
					removeMovieClip(this);
				}
				planted = 0;
				startx = 0;
				range = 0;
				dir = 0;
				speed = 0;
			}
		}
	}
	movieClip 194	{
	}
	instance plat of movieClip 194	{
		onClipEvent (load) {
			if (_root.moveable == 0) {
				this.useHandCursor = false;
			}
			if (_name !== 'plat') {
				if (_root.moveable == 1) {
					codepart = 'code' + _root.i;
					_root.i = Number(_root.i) + 1;
				}
				if (planted !== 1) {
					_x = _root._xmouse;
					_y = _root._ymouse;
				}
			}
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('pref', mc, i);
			_root.toolbox.swapDepths(_root.getNextHighestDepth());
		}
		onClipEvent (enterFrame) {
			if (_root._currentframe < 4 or _root.clearall == 1) {
				_root[codepart] = '';
				removeMovieClip(_root[mc]);
				removeMovieClip(this);
			}
			if (_root._currentframe == 6 or _root._currentframe == 7) {
				removeMovieClip(_root[mc]);
				removeMovieClip(this);
			}
			if (_name !== 'plat') {
				if (planted !== 1) {
					_x = Math.round(_root._xmouse / 10) * 10;
					_y = Math.round(_root._ymouse / 10) * 10;
					if (_y > 260) {
						_y = 500 - Math.round(_root._ymouse / 10) * 10;
					} else {
						if (_y > 240) {
							_y = 240;
						}
					}
					if (_x < 20) {
						_x = 20;
					}
				} else {
					_root[codepart] = 'px' + _x / 10 + 'y' + _y / 10 + 'z';
				}
			}
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			if (_root.guy.yspeed >= 0) {
				while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
					--_root.guy._y;
					_root.guy.yspeed = 0;
					_root.jumpable = 1;
				}
				while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
					--_root.guy._y;
					_root.guy.yspeed = 0;
					_root.jumpable = 1;
				}
			}
		}
		onClipEvent (mouseUp) {
			planted = 1;
		}
		onClipEvent (press) {
			if (_root.moveable == 1) {
				if (_root.deleting == 1) {
					_root[codepart] = '';
					removeMovieClip(_root[mc]);
					removeMovieClip(this);
				}
				planted = 0;
			}
		}
	}
	instance lspike of movieClip 188	{
		onClipEvent (load) {
			if (_root.moveable == 0) {
				this.useHandCursor = false;
			}
			if (_name !== 'lspike') {
				if (_root.moveable == 1) {
					codepart = 'code' + _root.i;
					_root.i = Number(_root.i) + 1;
				}
				if (planted !== 1) {
					_x = _root._xmouse;
					_y = _root._ymouse;
				}
			}
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref', mc, i);
			_root[mc]._rotation = 90;
			_root.toolbox.swapDepths(_root.getNextHighestDepth());
		}
		onClipEvent (enterFrame) {
			if (_root._currentframe < 4 or _root.clearall == 1) {
				_root[codepart] = '';
				removeMovieClip(_root[mc]);
				removeMovieClip(this);
			}
			if (_root._currentframe == 6 or _root._currentframe == 7) {
				removeMovieClip(_root[mc]);
				removeMovieClip(this);
			}
			if (_name !== 'lspike') {
				if (planted !== 1) {
					_x = Math.round(_root._xmouse / 10) * 10;
					_y = Math.round(_root._ymouse / 10) * 10;
					if (_y > 260) {
						_y = 500 - Math.round(_root._ymouse / 10) * 10;
					} else {
						if (_y > 240) {
							_y = 240;
						}
					}
					if (_x < 20) {
						_x = 20;
					}
				} else {
					_root[codepart] = 'lsx' + _x / 10 + 'y' + _y / 10 + 'z';
				}
			}
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			if (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
		onClipEvent (mouseUp) {
			planted = 1;
		}
		onClipEvent (press) {
			if (_root.moveable == 1) {
				if (_root.deleting == 1) {
					_root[codepart] = '';
					removeMovieClip(_root[mc]);
					removeMovieClip(this);
				}
				planted = 0;
			}
		}
	}
	instance rspike of movieClip 188	{
		onClipEvent (load) {
			if (_root.moveable == 0) {
				this.useHandCursor = false;
			}
			if (_name !== 'rspike') {
				if (_root.moveable == 1) {
					codepart = 'code' + _root.i;
					_root.i = Number(_root.i) + 1;
				}
				if (planted !== 1) {
					_x = _root._xmouse;
					_y = _root._ymouse;
				}
			}
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref', mc, i);
			_root[mc]._rotation = -90;
			_root.toolbox.swapDepths(_root.getNextHighestDepth());
		}
		onClipEvent (enterFrame) {
			if (_root._currentframe < 4 or _root.clearall == 1) {
				_root[codepart] = '';
				removeMovieClip(_root[mc]);
				removeMovieClip(this);
			}
			if (_root._currentframe == 6 or _root._currentframe == 7) {
				removeMovieClip(_root[mc]);
				removeMovieClip(this);
			}
			if (_name !== 'rspike') {
				if (planted !== 1) {
					_x = Math.round(_root._xmouse / 10) * 10;
					_y = Math.round(_root._ymouse / 10) * 10;
					if (_y > 260) {
						_y = 500 - Math.round(_root._ymouse / 10) * 10;
					} else {
						if (_y > 240) {
							_y = 240;
						}
					}
					if (_x < 20) {
						_x = 20;
					}
				} else {
					_root[codepart] = 'rsx' + _x / 10 + 'y' + _y / 10 + 'z';
				}
			}
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			if (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
		onClipEvent (mouseUp) {
			planted = 1;
		}
		onClipEvent (press) {
			if (_root.moveable == 1) {
				if (_root.deleting == 1) {
					_root[codepart] = '';
					removeMovieClip(_root[mc]);
					removeMovieClip(this);
				}
				planted = 0;
			}
		}
	}
	instance netri of movieClip 190	{
		onClipEvent (load) {
			if (_root.moveable == 0) {
				this.useHandCursor = false;
			}
			if (_name !== 'netri') {
				if (_root.moveable == 1) {
					codepart = 'code' + _root.i;
					_root.i = Number(_root.i) + 1;
				}
				if (planted !== 1) {
					_x = _root._xmouse;
					_y = _root._ymouse;
				}
			}
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('tref', mc, i);
			_root[mc]._rotation = 90;
			_root.toolbox.swapDepths(_root.getNextHighestDepth());
		}
		onClipEvent (enterFrame) {
			if (_root._currentframe < 4 or _root.clearall == 1) {
				_root[codepart] = '';
				removeMovieClip(_root[mc]);
				removeMovieClip(this);
			}
			if (_root._currentframe == 6 or _root._currentframe == 7) {
				removeMovieClip(_root[mc]);
				removeMovieClip(this);
			}
			if (_name !== 'netri') {
				if (planted !== 1) {
					_x = Math.round(_root._xmouse / 10) * 10;
					_y = Math.round(_root._ymouse / 10) * 10;
					if (_y > 260) {
						_y = 500 - Math.round(_root._ymouse / 10) * 10;
					} else {
						if (_y > 240) {
							_y = 240;
						}
					}
					if (_x < 20) {
						_x = 20;
					}
				} else {
					_root[codepart] = 'netx' + _x / 10 + 'y' + _y / 10 + 'z';
				}
			}
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
		onClipEvent (mouseUp) {
			planted = 1;
		}
		onClipEvent (press) {
			if (_root.moveable == 1) {
				if (_root.deleting == 1) {
					_root[codepart] = '';
					removeMovieClip(_root[mc]);
					removeMovieClip(this);
				}
				planted = 0;
			}
		}
	}
	instance nwtri of movieClip 190	{
		onClipEvent (load) {
			if (_root.moveable == 0) {
				this.useHandCursor = false;
			}
			if (_name !== 'nwtri') {
				if (_root.moveable == 1) {
					codepart = 'code' + _root.i;
					_root.i = Number(_root.i) + 1;
				}
				if (planted !== 1) {
					_x = _root._xmouse;
					_y = _root._ymouse;
				}
			}
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('tref2', mc, i);
			_root[mc]._rotation = -90;
			_root.toolbox.swapDepths(_root.getNextHighestDepth());
		}
		onClipEvent (enterFrame) {
			if (_root._currentframe < 4 or _root.clearall == 1) {
				_root[codepart] = '';
				removeMovieClip(_root[mc]);
				removeMovieClip(this);
			}
			if (_root._currentframe == 6 or _root._currentframe == 7) {
				removeMovieClip(_root[mc]);
				removeMovieClip(this);
			}
			if (_name !== 'nwtri') {
				if (planted !== 1) {
					_x = Math.round(_root._xmouse / 10) * 10;
					_y = Math.round(_root._ymouse / 10) * 10;
					if (_y > 260) {
						_y = 500 - Math.round(_root._ymouse / 10) * 10;
					} else {
						if (_y > 240) {
							_y = 240;
						}
					}
					if (_x < 20) {
						_x = 20;
					}
				} else {
					_root[codepart] = 'nwtx' + _x / 10 + 'y' + _y / 10 + 'z';
				}
			}
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
		onClipEvent (mouseUp) {
			planted = 1;
		}
		onClipEvent (press) {
			if (_root.moveable == 1) {
				if (_root.deleting == 1) {
					_root[codepart] = '';
					removeMovieClip(_root[mc]);
					removeMovieClip(this);
				}
				planted = 0;
			}
		}
	}
	instance enemy of movieClip 15	{
		onClipEvent (load) {
			if (_root.moveable == 0) {
				this.useHandCursor = false;
			}
			if (_name !== 'enemy') {
				if (_root.moveable == 1) {
					codepart = 'code' + _root.i;
					_root.i = Number(_root.i) + 1;
				}
				if (planted !== 1) {
					_x = _root._xmouse;
					_y = _root._ymouse;
				}
			}
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('eref', mc, i);
			_root.toolbox.swapDepths(_root.getNextHighestDepth());
		}
		onClipEvent (enterFrame) {
			if (_root._currentframe < 4 or _root.clearall == 1) {
				_root[codepart] = '';
				removeMovieClip(_root[mc]);
				removeMovieClip(this);
			}
			if (_root.reset == 1) {
				_x = startx;
			}
			if (planted == 1 and _root.moveable == 1) {
				_x = startx;
			}
			if (_root._currentframe == 6 or _root._currentframe == 7) {
				removeMovieClip(_root[mc]);
				removeMovieClip(this);
			}
			if (_name !== 'enemy') {
				if (planted !== 1) {
					_x = Math.round(_root._xmouse / 10) * 10;
					_y = Math.round(_root._ymouse / 10) * 10;
					if (_y > 260) {
						_y = 500 - Math.round(_root._ymouse / 10) * 10;
					} else {
						if (_y > 240) {
							_y = 240;
						}
					}
					if (_x < 20) {
						_x = 20;
					}
				} else {
					_root[codepart] = 'ex' + _x / 10 + 'y' + _y / 10 + 'z';
				}
			}
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = -8;
				_root.jumpable = 0;
				_root.expl._x = _x;
				_root.expl._y = _y;
				_root.expl.play();
				_x = 10000;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = -8;
				_root.jumpable = 0;
				_root.expl._x = _x;
				_root.expl._y = _y;
				_root.expl.play();
				_x = 10000;
			}
			if (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				_root.reset = 1;
			}
		}
		onClipEvent (mouseUp) {
			if (planted !== 1) {
				startx = _x;
			}
			planted = 1;
		}
		onClipEvent (press) {
			if (_root.moveable == 1) {
				if (_root.deleting == 1) {
					_root[codepart] = '';
					removeMovieClip(_root[mc]);
					removeMovieClip(this);
				}
				planted = 0;
			}
		}
	}
	instance boxi of movieClip 186	{
		onClipEvent (load) {
			if (_root.moveable == 0) {
				this.useHandCursor = false;
			}
			if (_name !== 'boxi') {
				if (_root.moveable == 1) {
					codepart = 'code' + _root.i;
					_root.i = Number(_root.i) + 1;
				}
				if (planted !== 1) {
					_x = _root._xmouse;
					_y = _root._ymouse;
				}
			}
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
			_root.toolbox.swapDepths(_root.getNextHighestDepth());
		}
		onClipEvent (enterFrame) {
			if (_root._currentframe < 4 or _root.clearall == 1) {
				_root[codepart] = '';
				removeMovieClip(_root[mc]);
				removeMovieClip(this);
			}
			if (_root.moveable == 1) {
				_alpha = 25;
			} else {
				_alpha = 0;
			}
			if (_root._currentframe == 6 or _root._currentframe == 7) {
				removeMovieClip(_root[mc]);
				removeMovieClip(this);
			}
			if (_name !== 'boxi') {
				if (planted !== 1) {
					_x = Math.round(_root._xmouse / 10) * 10;
					_y = Math.round(_root._ymouse / 10) * 10;
					if (_y > 260) {
						_y = 500 - Math.round(_root._ymouse / 10) * 10;
					} else {
						if (_y > 240) {
							_y = 240;
						}
					}
					if (_x < 20) {
						_x = 20;
					}
				} else {
					_root[codepart] = 'bix' + _x / 10 + 'y' + _y / 10 + 'z';
				}
			}
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
		onClipEvent (mouseUp) {
			planted = 1;
		}
		onClipEvent (press) {
			if (_root.moveable == 1) {
				if (_root.deleting == 1) {
					_root[codepart] = '';
					removeMovieClip(_root[mc]);
					removeMovieClip(this);
				}
				planted = 0;
			}
		}
	}
	instance uspikei of movieClip 188	{
		onClipEvent (load) {
			if (_root.moveable == 0) {
				this.useHandCursor = false;
			}
			if (_name !== 'uspikei') {
				if (_root.moveable == 1) {
					codepart = 'code' + _root.i;
					_root.i = Number(_root.i) + 1;
				}
				if (planted !== 1) {
					_x = _root._xmouse;
					_y = _root._ymouse;
				}
			}
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref', mc, i);
			_root.toolbox.swapDepths(_root.getNextHighestDepth());
		}
		onClipEvent (enterFrame) {
			if (_root._currentframe < 4 or _root.clearall == 1) {
				_root[codepart] = '';
				removeMovieClip(_root[mc]);
				removeMovieClip(this);
			}
			if (_root.moveable == 1) {
				_alpha = 25;
			} else {
				_alpha = 0;
			}
			if (_root._currentframe == 6 or _root._currentframe == 7) {
				removeMovieClip(_root[mc]);
				removeMovieClip(this);
			}
			if (_name !== 'uspikei') {
				if (planted !== 1) {
					_x = Math.round(_root._xmouse / 10) * 10;
					_y = Math.round(_root._ymouse / 10) * 10;
					if (_y > 260) {
						_y = 500 - Math.round(_root._ymouse / 10) * 10;
					} else {
						if (_y > 240) {
							_y = 240;
						}
					}
					if (_x < 20) {
						_x = 20;
					}
				} else {
					_root[codepart] = 'usix' + _x / 10 + 'y' + _y / 10 + 'z';
				}
			}
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
		onClipEvent (mouseUp) {
			planted = 1;
		}
		onClipEvent (press) {
			if (_root.moveable == 1) {
				if (_root.deleting == 1) {
					_root[codepart] = '';
					removeMovieClip(_root[mc]);
					removeMovieClip(this);
				}
				planted = 0;
			}
		}
	}
	instance dspikei of movieClip 188	{
		onClipEvent (load) {
			if (_root.moveable == 0) {
				this.useHandCursor = false;
			}
			if (_name !== 'dspikei') {
				if (_root.moveable == 1) {
					codepart = 'code' + _root.i;
					_root.i = Number(_root.i) + 1;
				}
				if (planted !== 1) {
					_x = _root._xmouse;
					_y = _root._ymouse;
				}
			}
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref2', mc, i);
			_root.toolbox.swapDepths(_root.getNextHighestDepth());
		}
		onClipEvent (enterFrame) {
			if (_root._currentframe < 4 or _root.clearall == 1) {
				_root[codepart] = '';
				removeMovieClip(_root[mc]);
				removeMovieClip(this);
			}
			if (_root.moveable == 1) {
				_alpha = 25;
			} else {
				_alpha = 0;
			}
			if (_root._currentframe == 6 or _root._currentframe == 7) {
				removeMovieClip(_root[mc]);
				removeMovieClip(this);
			}
			if (_name !== 'dspikei') {
				if (planted !== 1) {
					_x = Math.round(_root._xmouse / 10) * 10;
					_y = Math.round(_root._ymouse / 10) * 10;
					if (_y > 260) {
						_y = 500 - Math.round(_root._ymouse / 10) * 10;
					} else {
						if (_y > 240) {
							_y = 240;
						}
					}
					if (_x < 20) {
						_x = 20;
					}
				} else {
					_root[codepart] = 'dsix' + _x / 10 + 'y' + _y / 10 + 'z';
				}
			}
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			if (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
		onClipEvent (mouseUp) {
			planted = 1;
		}
		onClipEvent (press) {
			if (_root.moveable == 1) {
				if (_root.deleting == 1) {
					_root[codepart] = '';
					removeMovieClip(_root[mc]);
					removeMovieClip(this);
				}
				planted = 0;
			}
		}
	}
	instance utrii of movieClip 190	{
		onClipEvent (load) {
			if (_root.moveable == 0) {
				this.useHandCursor = false;
			}
			if (_name !== 'utrii') {
				if (_root.moveable == 1) {
					codepart = 'code' + _root.i;
					_root.i = Number(_root.i) + 1;
				}
				if (planted !== 1) {
					_x = _root._xmouse;
					_y = _root._ymouse;
				}
			}
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('tref', mc, i);
			_root.toolbox.swapDepths(_root.getNextHighestDepth());
		}
		onClipEvent (enterFrame) {
			if (_root._currentframe < 4 or _root.clearall == 1) {
				_root[codepart] = '';
				removeMovieClip(_root[mc]);
				removeMovieClip(this);
			}
			if (_root.moveable == 1) {
				_alpha = 25;
			} else {
				_alpha = 0;
			}
			if (_root._currentframe == 6 or _root._currentframe == 7) {
				removeMovieClip(_root[mc]);
				removeMovieClip(this);
			}
			if (_name !== 'utrii') {
				if (planted !== 1) {
					_x = Math.round(_root._xmouse / 10) * 10;
					_y = Math.round(_root._ymouse / 10) * 10;
					if (_y > 260) {
						_y = 500 - Math.round(_root._ymouse / 10) * 10;
					} else {
						if (_y > 240) {
							_y = 240;
						}
					}
					if (_x < 20) {
						_x = 20;
					}
				} else {
					_root[codepart] = 'utix' + _x / 10 + 'y' + _y / 10 + 'z';
				}
			}
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
		onClipEvent (mouseUp) {
			planted = 1;
		}
		onClipEvent (press) {
			if (_root.moveable == 1) {
				if (_root.deleting == 1) {
					_root[codepart] = '';
					removeMovieClip(_root[mc]);
					removeMovieClip(this);
				}
				planted = 0;
			}
		}
	}
	instance dtrii of movieClip 190	{
		onClipEvent (load) {
			if (_root.moveable == 0) {
				this.useHandCursor = false;
			}
			if (_name !== 'dtrii') {
				if (_root.moveable == 1) {
					codepart = 'code' + _root.i;
					_root.i = Number(_root.i) + 1;
				}
				if (planted !== 1) {
					_x = _root._xmouse;
					_y = _root._ymouse;
				}
			}
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('tref2', mc, i);
			_root.toolbox.swapDepths(_root.getNextHighestDepth());
		}
		onClipEvent (enterFrame) {
			if (_root._currentframe < 4 or _root.clearall == 1) {
				_root[codepart] = '';
				removeMovieClip(_root[mc]);
				removeMovieClip(this);
			}
			if (_root.moveable == 1) {
				_alpha = 25;
			} else {
				_alpha = 0;
			}
			if (_root._currentframe == 6 or _root._currentframe == 7) {
				removeMovieClip(_root[mc]);
				removeMovieClip(this);
			}
			if (_name !== 'dtrii') {
				if (planted !== 1) {
					_x = Math.round(_root._xmouse / 10) * 10;
					_y = Math.round(_root._ymouse / 10) * 10;
					if (_y > 260) {
						_y = 500 - Math.round(_root._ymouse / 10) * 10;
					} else {
						if (_y > 240) {
							_y = 240;
						}
					}
					if (_x < 20) {
						_x = 20;
					}
				} else {
					_root[codepart] = 'dtix' + _x / 10 + 'y' + _y / 10 + 'z';
				}
			}
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
		onClipEvent (mouseUp) {
			planted = 1;
		}
		onClipEvent (press) {
			if (_root.moveable == 1) {
				if (_root.deleting == 1) {
					_root[codepart] = '';
					removeMovieClip(_root[mc]);
					removeMovieClip(this);
				}
				planted = 0;
			}
		}
	}
	instance mboxi of movieClip 192	{
		onClipEvent (load) {
			if (_root.moveable == 0) {
				this.useHandCursor = false;
			}
			if (_name !== 'mboxi') {
				if (_root.moveable == 1) {
					codepart = 'code' + _root.i;
					_root.i = Number(_root.i) + 1;
				}
				if (planted == 0) {
					_x = _root._xmouse;
					_y = _root._ymouse;
				}
			}
		}
		onClipEvent (enterFrame) {
			if (_root._currentframe < 4 or _root.clearall == 1) {
				_root[codepart] = '';
				removeMovieClip(_root[mc]);
				removeMovieClip(this);
			}
			if (_name !== 'mboxi') {
				if (dir == 1) {
					_x = _x - speed;
				}
				if (dir == 2) {
					_x = _x + speed;
				}
				if (range >= 100) {
					if (_x < startx) {
						dir = 2;
					}
					if (_x > startx + range - 100) {
						dir = 1;
					}
				}
				if (range < 100) {
					if (_x < startx + range - 100) {
						dir = 2;
					}
					if (_x > startx) {
						dir = 1;
					}
				}
			}
		}
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
			_root.toolbox.swapDepths(_root.getNextHighestDepth());
		}
		onClipEvent (enterFrame) {
			if (_root.moveable == 1) {
				_alpha = 25;
			} else {
				_alpha = 0;
			}
			this.clear();
			if (planted == 2) {
				this.lineStyle(2, 0, 100, false, 0, 'none');
				mousex = Math.round(_root._xmouse / 10) * 10;
				if (mousex < 20) {
					mousex = 20;
				}
				if (mousex < _x - 100) {
					mousex = _x - 100;
				}
				if (mousex > _x + 100) {
					mousex = _x + 100;
				}
				this.lineTo(mousex - _x, 0);
			}
			if (_root._currentframe == 6 or _root._currentframe == 7) {
				removeMovieClip(_root[mc]);
				removeMovieClip(this);
			}
			if (_name !== 'mboxi') {
				if (planted == 0) {
					_x = Math.round(_root._xmouse / 10) * 10;
					_y = Math.round(_root._ymouse / 10) * 10;
					if (_y > 260) {
						_y = 500 - Math.round(_root._ymouse / 10) * 10;
					} else {
						if (_y > 240) {
							_y = 240;
						}
					}
					if (_x < 20) {
						_x = 20;
					}
				} else {
					_root[codepart] = 'bmix' + startx / 10 + 'y' + _y / 10 + 'r' + range / 10 + 'z';
				}
			}
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true) or this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				if (dir == 1) {
					_root.guy._x -= speed;
				}
				if (dir == 2) {
					_root.guy._x += speed;
				}
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
		onClipEvent (mouseUp) {
			if (planted == 0) {
				planted = 2;
			}
		}
		onClipEvent (mouseDown) {
			if (planted == 2) {
				planted = 1;
				startx = _x;
				mousex = Math.round(_root._xmouse / 10) * 10;
				if (mousex < _x - 100) {
					mousex = _x - 100;
				}
				if (mousex > _x + 100) {
					mousex = _x + 100;
				}
				if (mousex < 20) {
					mousex = 20;
				}
				range = mousex - _x + 100;
				trace('Range: ' + range);
				dir = 2;
				speed = 0.5;
			}
		}
		onClipEvent (press) {
			if (_root.moveable == 1) {
				if (_root.deleting == 1) {
					_root[codepart] = '';
					removeMovieClip(_root[mc]);
					removeMovieClip(this);
				}
				planted = 0;
				startx = 0;
				range = 0;
				dir = 0;
				speed = 0;
			}
		}
	}
	instance plati of movieClip 194	{
		onClipEvent (load) {
			if (_root.moveable == 0) {
				this.useHandCursor = false;
			}
			if (_name !== 'plati') {
				if (_root.moveable == 1) {
					codepart = 'code' + _root.i;
					_root.i = Number(_root.i) + 1;
				}
				if (planted !== 1) {
					_x = _root._xmouse;
					_y = _root._ymouse;
				}
			}
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('pref', mc, i);
			_root.toolbox.swapDepths(_root.getNextHighestDepth());
		}
		onClipEvent (enterFrame) {
			if (_root._currentframe < 4 or _root.clearall == 1) {
				_root[codepart] = '';
				removeMovieClip(_root[mc]);
				removeMovieClip(this);
			}
			if (_root.moveable == 1) {
				_alpha = 25;
			} else {
				_alpha = 0;
			}
			if (_root._currentframe == 6 or _root._currentframe == 7) {
				removeMovieClip(_root[mc]);
				removeMovieClip(this);
			}
			if (_name !== 'plati') {
				if (planted !== 1) {
					_x = Math.round(_root._xmouse / 10) * 10;
					_y = Math.round(_root._ymouse / 10) * 10;
					if (_y > 260) {
						_y = 500 - Math.round(_root._ymouse / 10) * 10;
					} else {
						if (_y > 240) {
							_y = 240;
						}
					}
					if (_x < 20) {
						_x = 20;
					}
				} else {
					_root[codepart] = 'pix' + _x / 10 + 'y' + _y / 10 + 'z';
				}
			}
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			if (_root.guy.yspeed >= 0) {
				while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
					--_root.guy._y;
					_root.guy.yspeed = 0;
					_root.jumpable = 1;
				}
				while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
					--_root.guy._y;
					_root.guy.yspeed = 0;
					_root.jumpable = 1;
				}
			}
		}
		onClipEvent (mouseUp) {
			planted = 1;
		}
		onClipEvent (press) {
			if (_root.moveable == 1) {
				if (_root.deleting == 1) {
					_root[codepart] = '';
					removeMovieClip(_root[mc]);
					removeMovieClip(this);
				}
				planted = 0;
			}
		}
	}
	instance lspikei of movieClip 188	{
		onClipEvent (load) {
			if (_root.moveable == 0) {
				this.useHandCursor = false;
			}
			if (_name !== 'lspikei') {
				if (_root.moveable == 1) {
					codepart = 'code' + _root.i;
					_root.i = Number(_root.i) + 1;
				}
				if (planted !== 1) {
					_x = _root._xmouse;
					_y = _root._ymouse;
				}
			}
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref', mc, i);
			_root[mc]._rotation = 90;
			_root.toolbox.swapDepths(_root.getNextHighestDepth());
		}
		onClipEvent (enterFrame) {
			if (_root._currentframe < 4 or _root.clearall == 1) {
				_root[codepart] = '';
				removeMovieClip(_root[mc]);
				removeMovieClip(this);
			}
			if (_root.moveable == 1) {
				_alpha = 25;
			} else {
				_alpha = 0;
			}
			if (_root._currentframe == 6 or _root._currentframe == 7) {
				removeMovieClip(_root[mc]);
				removeMovieClip(this);
			}
			if (_name !== 'lspikei') {
				if (planted !== 1) {
					_x = Math.round(_root._xmouse / 10) * 10;
					_y = Math.round(_root._ymouse / 10) * 10;
					if (_y > 260) {
						_y = 500 - Math.round(_root._ymouse / 10) * 10;
					} else {
						if (_y > 240) {
							_y = 240;
						}
					}
					if (_x < 20) {
						_x = 20;
					}
				} else {
					_root[codepart] = 'lsix' + _x / 10 + 'y' + _y / 10 + 'z';
				}
			}
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			if (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
		onClipEvent (mouseUp) {
			planted = 1;
		}
		onClipEvent (press) {
			if (_root.moveable == 1) {
				if (_root.deleting == 1) {
					_root[codepart] = '';
					removeMovieClip(_root[mc]);
					removeMovieClip(this);
				}
				planted = 0;
			}
		}
	}
	instance rspikei of movieClip 188	{
		onClipEvent (load) {
			if (_root.moveable == 0) {
				this.useHandCursor = false;
			}
			if (_name !== 'rspikei') {
				if (_root.moveable == 1) {
					codepart = 'code' + _root.i;
					_root.i = Number(_root.i) + 1;
				}
				if (planted !== 1) {
					_x = _root._xmouse;
					_y = _root._ymouse;
				}
			}
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref', mc, i);
			_root[mc]._rotation = -90;
			_root.toolbox.swapDepths(_root.getNextHighestDepth());
		}
		onClipEvent (enterFrame) {
			if (_root._currentframe < 4 or _root.clearall == 1) {
				_root[codepart] = '';
				removeMovieClip(_root[mc]);
				removeMovieClip(this);
			}
			if (_root.moveable == 1) {
				_alpha = 25;
			} else {
				_alpha = 0;
			}
			if (_root._currentframe == 6 or _root._currentframe == 7) {
				removeMovieClip(_root[mc]);
				removeMovieClip(this);
			}
			if (_name !== 'rspikei') {
				if (planted !== 1) {
					_x = Math.round(_root._xmouse / 10) * 10;
					_y = Math.round(_root._ymouse / 10) * 10;
					if (_y > 260) {
						_y = 500 - Math.round(_root._ymouse / 10) * 10;
					} else {
						if (_y > 240) {
							_y = 240;
						}
					}
					if (_x < 20) {
						_x = 20;
					}
				} else {
					_root[codepart] = 'rsix' + _x / 10 + 'y' + _y / 10 + 'z';
				}
			}
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			if (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
		onClipEvent (mouseUp) {
			planted = 1;
		}
		onClipEvent (press) {
			if (_root.moveable == 1) {
				if (_root.deleting == 1) {
					_root[codepart] = '';
					removeMovieClip(_root[mc]);
					removeMovieClip(this);
				}
				planted = 0;
			}
		}
	}
	instance netrii of movieClip 190	{
		onClipEvent (load) {
			if (_root.moveable == 0) {
				this.useHandCursor = false;
			}
			if (_name !== 'netrii') {
				if (_root.moveable == 1) {
					codepart = 'code' + _root.i;
					_root.i = Number(_root.i) + 1;
				}
				if (planted !== 1) {
					_x = _root._xmouse;
					_y = _root._ymouse;
				}
			}
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('tref', mc, i);
			_root[mc]._rotation = 90;
			_root.toolbox.swapDepths(_root.getNextHighestDepth());
		}
		onClipEvent (enterFrame) {
			if (_root._currentframe < 4 or _root.clearall == 1) {
				_root[codepart] = '';
				removeMovieClip(_root[mc]);
				removeMovieClip(this);
			}
			if (_root.moveable == 1) {
				_alpha = 25;
			} else {
				_alpha = 0;
			}
			if (_root._currentframe == 6 or _root._currentframe == 7) {
				removeMovieClip(_root[mc]);
				removeMovieClip(this);
			}
			if (_name !== 'netrii') {
				if (planted !== 1) {
					_x = Math.round(_root._xmouse / 10) * 10;
					_y = Math.round(_root._ymouse / 10) * 10;
					if (_y > 260) {
						_y = 500 - Math.round(_root._ymouse / 10) * 10;
					} else {
						if (_y > 240) {
							_y = 240;
						}
					}
					if (_x < 20) {
						_x = 20;
					}
				} else {
					_root[codepart] = 'netix' + _x / 10 + 'y' + _y / 10 + 'z';
				}
			}
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
		onClipEvent (mouseUp) {
			planted = 1;
		}
		onClipEvent (press) {
			if (_root.moveable == 1) {
				if (_root.deleting == 1) {
					_root[codepart] = '';
					removeMovieClip(_root[mc]);
					removeMovieClip(this);
				}
				planted = 0;
			}
		}
	}
	instance nwtrii of movieClip 190	{
		onClipEvent (load) {
			if (_root.moveable == 0) {
				this.useHandCursor = false;
			}
			if (_name !== 'nwtrii') {
				if (_root.moveable == 1) {
					codepart = 'code' + _root.i;
					_root.i = Number(_root.i) + 1;
				}
				if (planted !== 1) {
					_x = _root._xmouse;
					_y = _root._ymouse;
				}
			}
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('tref2', mc, i);
			_root[mc]._rotation = -90;
			_root.toolbox.swapDepths(_root.getNextHighestDepth());
		}
		onClipEvent (enterFrame) {
			if (_root._currentframe < 4 or _root.clearall == 1) {
				_root[codepart] = '';
				removeMovieClip(_root[mc]);
				removeMovieClip(this);
			}
			if (_root.moveable == 1) {
				_alpha = 25;
			} else {
				_alpha = 0;
			}
			if (_root._currentframe == 6 or _root._currentframe == 7) {
				removeMovieClip(_root[mc]);
				removeMovieClip(this);
			}
			if (_name !== 'nwtrii') {
				if (planted !== 1) {
					_x = Math.round(_root._xmouse / 10) * 10;
					_y = Math.round(_root._ymouse / 10) * 10;
					if (_y > 260) {
						_y = 500 - Math.round(_root._ymouse / 10) * 10;
					} else {
						if (_y > 240) {
							_y = 240;
						}
					}
					if (_x < 20) {
						_x = 20;
					}
				} else {
					_root[codepart] = 'nwtix' + _x / 10 + 'y' + _y / 10 + 'z';
				}
			}
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
		onClipEvent (mouseUp) {
			planted = 1;
		}
		onClipEvent (press) {
			if (_root.moveable == 1) {
				if (_root.deleting == 1) {
					_root[codepart] = '';
					removeMovieClip(_root[mc]);
					removeMovieClip(this);
				}
				planted = 0;
			}
		}
	}
	instance enemyi of movieClip 15	{
		onClipEvent (load) {
			if (_root.moveable == 0) {
				this.useHandCursor = false;
			}
			if (_name !== 'enemyi') {
				if (_root.moveable == 1) {
					codepart = 'code' + _root.i;
					_root.i = Number(_root.i) + 1;
				}
				if (planted !== 1) {
					_x = _root._xmouse;
					_y = _root._ymouse;
				}
			}
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('eref', mc, i);
			_root.toolbox.swapDepths(_root.getNextHighestDepth());
		}
		onClipEvent (enterFrame) {
			if (_root._currentframe < 4 or _root.clearall == 1) {
				_root[codepart] = '';
				removeMovieClip(_root[mc]);
				removeMovieClip(this);
			}
			if (_root.moveable == 1) {
				_alpha = 25;
			} else {
				_alpha = 0;
			}
			if (_root.reset == 1) {
				_x = startx;
			}
			if (planted == 1 and _root.moveable == 1) {
				_x = startx;
			}
			if (_root._currentframe == 6 or _root._currentframe == 7) {
				removeMovieClip(_root[mc]);
				removeMovieClip(this);
			}
			if (_name !== 'enemyi') {
				if (planted !== 1) {
					_x = Math.round(_root._xmouse / 10) * 10;
					_y = Math.round(_root._ymouse / 10) * 10;
					if (_y > 260) {
						_y = 500 - Math.round(_root._ymouse / 10) * 10;
					} else {
						if (_y > 240) {
							_y = 240;
						}
					}
					if (_x < 20) {
						_x = 20;
					}
				} else {
					_root[codepart] = 'eix' + _x / 10 + 'y' + _y / 10 + 'z';
				}
			}
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = -8;
				_root.jumpable = 0;
				_root.expl._x = _x;
				_root.expl._y = _y;
				_root.expl.play();
				_x = 10000;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = -8;
				_root.jumpable = 0;
				_root.expl._x = _x;
				_root.expl._y = _y;
				_root.expl.play();
				_x = 10000;
			}
			if (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				_root.reset = 1;
			}
		}
		onClipEvent (mouseUp) {
			if (planted !== 1) {
				startx = _x;
			}
			planted = 1;
		}
		onClipEvent (press) {
			if (_root.moveable == 1) {
				if (_root.deleting == 1) {
					_root[codepart] = '';
					removeMovieClip(_root[mc]);
					removeMovieClip(this);
				}
				planted = 0;
			}
		}
	}
	movieClip 199	{
		frame 1 {
			stop();
		}
	}
	instance expl of movieClip 199	{
		onClipEvent (enterFrame) {
			trace('y=' + _y + ', x=' + _x);
		}
	}
	instance explr of movieClip 199	{
		onClipEvent (enterFrame) {
			_x = _root.expl._x;
			_y = 500 - _root.expl._y;
			gotoAndStop(_root.expl._currentframe);
		}
	}
	instance boxv of movieClip 186	{
		onClipEvent (load) {
			if (_root.moveable == 0) {
				this.useHandCursor = false;
			}
			if (_name !== 'boxv') {
				if (_root.moveable == 1) {
					codepart = 'code' + _root.i;
					_root.i = Number(_root.i) + 1;
				}
				if (planted !== 1) {
					_x = _root._xmouse;
					_y = _root._ymouse;
				}
			}
			yspeed = 0;
			_root.toolbox.swapDepths(_root.getNextHighestDepth());
		}
		onClipEvent (enterFrame) {
			if (_root._currentframe < 4 or _root.clearall == 1) {
				_root[codepart] = '';
				removeMovieClip(_root[mc]);
				removeMovieClip(this);
			}
			if (_root.moveable == 1) {
				_alpha = 50;
			} else {
				_alpha = 100;
			}
			if (_root._currentframe == 6 or _root._currentframe == 7) {
				removeMovieClip(_root[mc]);
				removeMovieClip(this);
			}
			if (_name !== 'boxv') {
				if (planted !== 1) {
					_x = Math.round(_root._xmouse / 10) * 10;
					_y = Math.round(_root._ymouse / 10) * 10;
					if (_y > 260) {
						_y = 500 - Math.round(_root._ymouse / 10) * 10;
					} else {
						if (_y > 240) {
							_y = 240;
						}
					}
					if (_x < 20) {
						_x = 20;
					}
				} else {
					_root[codepart] = 'bvx' + _x / 10 + 'y' + _y / 10 + 'z';
				}
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
		onClipEvent (mouseUp) {
			planted = 1;
		}
		onClipEvent (press) {
			if (_root.moveable == 1) {
				if (_root.deleting == 1) {
					trace('SHOULD HAVE REMOVED');
					_root[codepart] = '';
					removeMovieClip(_root[mc]);
					removeMovieClip(this);
				}
				planted = 0;
			}
		}
	}
	instance uspikev of movieClip 188	{
		onClipEvent (load) {
			if (_root.moveable == 0) {
				this.useHandCursor = false;
			}
			if (_name !== 'uspikev') {
				if (_root.moveable == 1) {
					codepart = 'code' + _root.i;
					_root.i = Number(_root.i) + 1;
				}
				if (planted !== 1) {
					_x = _root._xmouse;
					_y = _root._ymouse;
				}
			}
			yspeed = 0;
			_root.toolbox.swapDepths(_root.getNextHighestDepth());
		}
		onClipEvent (enterFrame) {
			if (_root._currentframe < 4 or _root.clearall == 1) {
				_root[codepart] = '';
				removeMovieClip(_root[mc]);
				removeMovieClip(this);
			}
			if (_root.moveable == 1) {
				_alpha = 50;
			} else {
				_alpha = 100;
			}
			if (_root._currentframe == 6 or _root._currentframe == 7) {
				removeMovieClip(_root[mc]);
				removeMovieClip(this);
			}
			if (_name !== 'uspikev') {
				if (planted !== 1) {
					_x = Math.round(_root._xmouse / 10) * 10;
					_y = Math.round(_root._ymouse / 10) * 10;
					if (_y > 260) {
						_y = 500 - Math.round(_root._ymouse / 10) * 10;
					} else {
						if (_y > 240) {
							_y = 240;
						}
					}
					if (_x < 20) {
						_x = 20;
					}
				} else {
					_root[codepart] = 'usvx' + _x / 10 + 'y' + _y / 10 + 'z';
				}
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
		onClipEvent (mouseUp) {
			planted = 1;
		}
		onClipEvent (press) {
			if (_root.moveable == 1) {
				if (_root.deleting == 1) {
					_root[codepart] = '';
					removeMovieClip(_root[mc]);
					removeMovieClip(this);
				}
				planted = 0;
			}
		}
	}
	instance dspikev of movieClip 188	{
		onClipEvent (load) {
			if (_root.moveable == 0) {
				this.useHandCursor = false;
			}
			if (_name !== 'dspikev') {
				if (_root.moveable == 1) {
					codepart = 'code' + _root.i;
					_root.i = Number(_root.i) + 1;
				}
				if (planted !== 1) {
					_x = _root._xmouse;
					_y = _root._ymouse;
				}
			}
			yspeed = 0;
			_root.toolbox.swapDepths(_root.getNextHighestDepth());
		}
		onClipEvent (enterFrame) {
			if (_root._currentframe < 4 or _root.clearall == 1) {
				_root[codepart] = '';
				removeMovieClip(_root[mc]);
				removeMovieClip(this);
			}
			if (_root.moveable == 1) {
				_alpha = 50;
			} else {
				_alpha = 100;
			}
			if (_root._currentframe == 6 or _root._currentframe == 7) {
				removeMovieClip(_root[mc]);
				removeMovieClip(this);
			}
			if (_name !== 'dspikev') {
				if (planted !== 1) {
					_x = Math.round(_root._xmouse / 10) * 10;
					_y = Math.round(_root._ymouse / 10) * 10;
					if (_y > 260) {
						_y = 500 - Math.round(_root._ymouse / 10) * 10;
					} else {
						if (_y > 240) {
							_y = 240;
						}
					}
					if (_x < 20) {
						_x = 20;
					}
				} else {
					_root[codepart] = 'dsvx' + _x / 10 + 'y' + _y / 10 + 'z';
				}
			}
			if (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
		onClipEvent (mouseUp) {
			planted = 1;
		}
		onClipEvent (press) {
			if (_root.moveable == 1) {
				if (_root.deleting == 1) {
					_root[codepart] = '';
					removeMovieClip(_root[mc]);
					removeMovieClip(this);
				}
				planted = 0;
			}
		}
	}
	instance utriv of movieClip 190	{
		onClipEvent (load) {
			if (_root.moveable == 0) {
				this.useHandCursor = false;
			}
			if (_name !== 'utriv') {
				if (_root.moveable == 1) {
					codepart = 'code' + _root.i;
					_root.i = Number(_root.i) + 1;
				}
				if (planted !== 1) {
					_x = _root._xmouse;
					_y = _root._ymouse;
				}
			}
			yspeed = 0;
			_root.toolbox.swapDepths(_root.getNextHighestDepth());
		}
		onClipEvent (enterFrame) {
			if (_root._currentframe < 4 or _root.clearall == 1) {
				_root[codepart] = '';
				removeMovieClip(_root[mc]);
				removeMovieClip(this);
			}
			if (_root.moveable == 1) {
				_alpha = 50;
			} else {
				_alpha = 100;
			}
			if (_root._currentframe == 6 or _root._currentframe == 7) {
				removeMovieClip(_root[mc]);
				removeMovieClip(this);
			}
			if (_name !== 'utriv') {
				if (planted !== 1) {
					_x = Math.round(_root._xmouse / 10) * 10;
					_y = Math.round(_root._ymouse / 10) * 10;
					if (_y > 260) {
						_y = 500 - Math.round(_root._ymouse / 10) * 10;
					} else {
						if (_y > 240) {
							_y = 240;
						}
					}
					if (_x < 20) {
						_x = 20;
					}
				} else {
					_root[codepart] = 'utvx' + _x / 10 + 'y' + _y / 10 + 'z';
				}
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
		onClipEvent (mouseUp) {
			planted = 1;
		}
		onClipEvent (press) {
			if (_root.moveable == 1) {
				if (_root.deleting == 1) {
					_root[codepart] = '';
					removeMovieClip(_root[mc]);
					removeMovieClip(this);
				}
				planted = 0;
			}
		}
	}
	instance dtriv of movieClip 190	{
		onClipEvent (load) {
			if (_root.moveable == 0) {
				this.useHandCursor = false;
			}
			if (_name !== 'dtriv') {
				if (_root.moveable == 1) {
					codepart = 'code' + _root.i;
					_root.i = Number(_root.i) + 1;
				}
				if (planted !== 1) {
					_x = _root._xmouse;
					_y = _root._ymouse;
				}
			}
			yspeed = 0;
			_root.toolbox.swapDepths(_root.getNextHighestDepth());
		}
		onClipEvent (enterFrame) {
			if (_root._currentframe < 4 or _root.clearall == 1) {
				_root[codepart] = '';
				removeMovieClip(_root[mc]);
				removeMovieClip(this);
			}
			if (_root.moveable == 1) {
				_alpha = 50;
			} else {
				_alpha = 100;
			}
			if (_root._currentframe == 6 or _root._currentframe == 7) {
				removeMovieClip(_root[mc]);
				removeMovieClip(this);
			}
			if (_name !== 'dtriv') {
				if (planted !== 1) {
					_x = Math.round(_root._xmouse / 10) * 10;
					_y = Math.round(_root._ymouse / 10) * 10;
					if (_y > 260) {
						_y = 500 - Math.round(_root._ymouse / 10) * 10;
					} else {
						if (_y > 240) {
							_y = 240;
						}
					}
					if (_x < 20) {
						_x = 20;
					}
				} else {
					_root[codepart] = 'dtvx' + _x / 10 + 'y' + _y / 10 + 'z';
				}
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
		onClipEvent (mouseUp) {
			planted = 1;
		}
		onClipEvent (press) {
			if (_root.moveable == 1) {
				if (_root.deleting == 1) {
					_root[codepart] = '';
					removeMovieClip(_root[mc]);
					removeMovieClip(this);
				}
				planted = 0;
			}
		}
	}
	instance mboxv of movieClip 192	{
		onClipEvent (load) {
			if (_root.moveable == 0) {
				this.useHandCursor = false;
			}
			if (_name !== 'mboxv') {
				if (_root.moveable == 1) {
					codepart = 'code' + _root.i;
					_root.i = Number(_root.i) + 1;
				}
				if (planted == 0) {
					_x = _root._xmouse;
					_y = _root._ymouse;
				}
			}
		}
		onClipEvent (enterFrame) {
			if (_root._currentframe < 4 or _root.clearall == 1) {
				_root[codepart] = '';
				removeMovieClip(_root[mc]);
				removeMovieClip(this);
			}
			if (_name !== 'mboxv') {
				if (dir == 1) {
					_x = _x - speed;
				}
				if (dir == 2) {
					_x = _x + speed;
				}
				if (range >= 100) {
					if (_x < startx) {
						dir = 2;
					}
					if (_x > startx + range - 100) {
						dir = 1;
					}
				}
				if (range < 100) {
					if (_x < startx + range - 100) {
						dir = 2;
					}
					if (_x > startx) {
						dir = 1;
					}
				}
			}
		}
		onClipEvent (load) {
			yspeed = 0;
			_root.toolbox.swapDepths(_root.getNextHighestDepth());
		}
		onClipEvent (enterFrame) {
			if (_root.moveable == 1) {
				_alpha = 50;
			} else {
				_alpha = 100;
			}
			this.clear();
			if (planted == 2) {
				this.lineStyle(2, 0, 100, false, 0, 'none');
				mousex = Math.round(_root._xmouse / 10) * 10;
				if (mousex < 20) {
					mousex = 20;
				}
				if (mousex < _x - 100) {
					mousex = _x - 100;
				}
				if (mousex > _x + 100) {
					mousex = _x + 100;
				}
				this.lineTo(mousex - _x, 0);
			}
			if (_root._currentframe == 6 or _root._currentframe == 7) {
				removeMovieClip(_root[mc]);
				removeMovieClip(this);
			}
			if (_name !== 'mboxv') {
				if (planted == 0) {
					_x = Math.round(_root._xmouse / 10) * 10;
					_y = Math.round(_root._ymouse / 10) * 10;
					if (_y > 260) {
						_y = 500 - Math.round(_root._ymouse / 10) * 10;
					} else {
						if (_y > 240) {
							_y = 240;
						}
					}
					if (_x < 20) {
						_x = 20;
					}
				} else {
					_root[codepart] = 'bmvx' + startx / 10 + 'y' + _y / 10 + 'r' + range / 10 + 'z';
				}
			}
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true) or this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				if (dir == 1) {
					_root.guy._x -= speed;
				}
				if (dir == 2) {
					_root.guy._x += speed;
				}
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
		onClipEvent (mouseUp) {
			if (planted == 0) {
				planted = 2;
			}
		}
		onClipEvent (mouseDown) {
			if (planted == 2) {
				planted = 1;
				startx = _x;
				mousex = Math.round(_root._xmouse / 10) * 10;
				if (mousex < _x - 100) {
					mousex = _x - 100;
				}
				if (mousex > _x + 100) {
					mousex = _x + 100;
				}
				if (mousex < 20) {
					mousex = 20;
				}
				range = mousex - _x + 100;
				trace('Range: ' + range);
				dir = 2;
				speed = 0.5;
			}
		}
		onClipEvent (press) {
			if (_root.moveable == 1) {
				if (_root.deleting == 1) {
					_root[codepart] = '';
					removeMovieClip(_root[mc]);
					removeMovieClip(this);
				}
				planted = 0;
				startx = 0;
				range = 0;
				dir = 0;
				speed = 0;
			}
		}
	}
	instance platv of movieClip 194	{
		onClipEvent (load) {
			if (_root.moveable == 0) {
				this.useHandCursor = false;
			}
			if (_name !== 'platv') {
				if (_root.moveable == 1) {
					codepart = 'code' + _root.i;
					_root.i = Number(_root.i) + 1;
				}
				if (planted !== 1) {
					_x = _root._xmouse;
					_y = _root._ymouse;
				}
			}
			yspeed = 0;
			_root.toolbox.swapDepths(_root.getNextHighestDepth());
		}
		onClipEvent (enterFrame) {
			if (_root._currentframe < 4 or _root.clearall == 1) {
				_root[codepart] = '';
				removeMovieClip(_root[mc]);
				removeMovieClip(this);
			}
			if (_root.moveable == 1) {
				_alpha = 50;
			} else {
				_alpha = 100;
			}
			if (_root._currentframe == 6 or _root._currentframe == 7) {
				removeMovieClip(_root[mc]);
				removeMovieClip(this);
			}
			if (_name !== 'platv') {
				if (planted !== 1) {
					_x = Math.round(_root._xmouse / 10) * 10;
					_y = Math.round(_root._ymouse / 10) * 10;
					if (_y > 260) {
						_y = 500 - Math.round(_root._ymouse / 10) * 10;
					} else {
						if (_y > 240) {
							_y = 240;
						}
					}
					if (_x < 20) {
						_x = 20;
					}
				} else {
					_root[codepart] = 'pvx' + _x / 10 + 'y' + _y / 10 + 'z';
				}
			}
			if (_root.guy.yspeed >= 0) {
				while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
					--_root.guy._y;
					_root.guy.yspeed = 0;
					_root.jumpable = 1;
				}
				while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
					--_root.guy._y;
					_root.guy.yspeed = 0;
					_root.jumpable = 1;
				}
			}
		}
		onClipEvent (mouseUp) {
			planted = 1;
		}
		onClipEvent (press) {
			if (_root.moveable == 1) {
				if (_root.deleting == 1) {
					_root[codepart] = '';
					removeMovieClip(_root[mc]);
					removeMovieClip(this);
				}
				planted = 0;
			}
		}
	}
	instance lspikev of movieClip 188	{
		onClipEvent (load) {
			if (_root.moveable == 0) {
				this.useHandCursor = false;
			}
			if (_name !== 'lspikev') {
				if (_root.moveable == 1) {
					codepart = 'code' + _root.i;
					_root.i = Number(_root.i) + 1;
				}
				if (planted !== 1) {
					_x = _root._xmouse;
					_y = _root._ymouse;
				}
			}
			yspeed = 0;
			_root.toolbox.swapDepths(_root.getNextHighestDepth());
		}
		onClipEvent (enterFrame) {
			if (_root._currentframe < 4 or _root.clearall == 1) {
				_root[codepart] = '';
				removeMovieClip(_root[mc]);
				removeMovieClip(this);
			}
			if (_root.moveable == 1) {
				_alpha = 50;
			} else {
				_alpha = 100;
			}
			if (_root._currentframe == 6 or _root._currentframe == 7) {
				removeMovieClip(_root[mc]);
				removeMovieClip(this);
			}
			if (_name !== 'lspikev') {
				if (planted !== 1) {
					_x = Math.round(_root._xmouse / 10) * 10;
					_y = Math.round(_root._ymouse / 10) * 10;
					if (_y > 260) {
						_y = 500 - Math.round(_root._ymouse / 10) * 10;
					} else {
						if (_y > 240) {
							_y = 240;
						}
					}
					if (_x < 20) {
						_x = 20;
					}
				} else {
					_root[codepart] = 'lsvx' + _x / 10 + 'y' + _y / 10 + 'z';
				}
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			if (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
		onClipEvent (mouseUp) {
			planted = 1;
		}
		onClipEvent (press) {
			if (_root.moveable == 1) {
				if (_root.deleting == 1) {
					_root[codepart] = '';
					removeMovieClip(_root[mc]);
					removeMovieClip(this);
				}
				planted = 0;
			}
		}
	}
	instance rspikev of movieClip 188	{
		onClipEvent (load) {
			if (_root.moveable == 0) {
				this.useHandCursor = false;
			}
			if (_name !== 'rspikev') {
				if (_root.moveable == 1) {
					codepart = 'code' + _root.i;
					_root.i = Number(_root.i) + 1;
				}
				if (planted !== 1) {
					_x = _root._xmouse;
					_y = _root._ymouse;
				}
			}
			yspeed = 0;
			_root.toolbox.swapDepths(_root.getNextHighestDepth());
		}
		onClipEvent (enterFrame) {
			if (_root._currentframe < 4 or _root.clearall == 1) {
				_root[codepart] = '';
				removeMovieClip(_root[mc]);
				removeMovieClip(this);
			}
			if (_root.moveable == 1) {
				_alpha = 50;
			} else {
				_alpha = 100;
			}
			if (_root._currentframe == 6 or _root._currentframe == 7) {
				removeMovieClip(_root[mc]);
				removeMovieClip(this);
			}
			if (_name !== 'rspikev') {
				if (planted !== 1) {
					_x = Math.round(_root._xmouse / 10) * 10;
					_y = Math.round(_root._ymouse / 10) * 10;
					if (_y > 260) {
						_y = 500 - Math.round(_root._ymouse / 10) * 10;
					} else {
						if (_y > 240) {
							_y = 240;
						}
					}
					if (_x < 20) {
						_x = 20;
					}
				} else {
					_root[codepart] = 'rsvx' + _x / 10 + 'y' + _y / 10 + 'z';
				}
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			if (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
		onClipEvent (mouseUp) {
			planted = 1;
		}
		onClipEvent (press) {
			if (_root.moveable == 1) {
				if (_root.deleting == 1) {
					_root[codepart] = '';
					removeMovieClip(_root[mc]);
					removeMovieClip(this);
				}
				planted = 0;
			}
		}
	}
	instance netriv of movieClip 190	{
		onClipEvent (load) {
			if (_root.moveable == 0) {
				this.useHandCursor = false;
			}
			if (_name !== 'netriv') {
				if (_root.moveable == 1) {
					codepart = 'code' + _root.i;
					_root.i = Number(_root.i) + 1;
				}
				if (planted !== 1) {
					_x = _root._xmouse;
					_y = _root._ymouse;
				}
			}
			yspeed = 0;
			_root.toolbox.swapDepths(_root.getNextHighestDepth());
		}
		onClipEvent (enterFrame) {
			if (_root._currentframe < 4 or _root.clearall == 1) {
				_root[codepart] = '';
				removeMovieClip(_root[mc]);
				removeMovieClip(this);
			}
			if (_root.moveable == 1) {
				_alpha = 50;
			} else {
				_alpha = 100;
			}
			if (_root._currentframe == 6 or _root._currentframe == 7) {
				removeMovieClip(_root[mc]);
				removeMovieClip(this);
			}
			if (_name !== 'netriv') {
				if (planted !== 1) {
					_x = Math.round(_root._xmouse / 10) * 10;
					_y = Math.round(_root._ymouse / 10) * 10;
					if (_y > 260) {
						_y = 500 - Math.round(_root._ymouse / 10) * 10;
					} else {
						if (_y > 240) {
							_y = 240;
						}
					}
					if (_x < 20) {
						_x = 20;
					}
				} else {
					_root[codepart] = 'netvx' + _x / 10 + 'y' + _y / 10 + 'z';
				}
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
		onClipEvent (mouseUp) {
			planted = 1;
		}
		onClipEvent (press) {
			if (_root.moveable == 1) {
				if (_root.deleting == 1) {
					_root[codepart] = '';
					removeMovieClip(_root[mc]);
					removeMovieClip(this);
				}
				planted = 0;
			}
		}
	}
	instance nwtriv of movieClip 190	{
		onClipEvent (load) {
			if (_root.moveable == 0) {
				this.useHandCursor = false;
			}
			if (_name !== 'nwtriv') {
				if (_root.moveable == 1) {
					codepart = 'code' + _root.i;
					_root.i = Number(_root.i) + 1;
				}
				if (planted !== 1) {
					_x = _root._xmouse;
					_y = _root._ymouse;
				}
			}
			yspeed = 0;
			_root.toolbox.swapDepths(_root.getNextHighestDepth());
		}
		onClipEvent (enterFrame) {
			if (_root._currentframe < 4 or _root.clearall == 1) {
				_root[codepart] = '';
				removeMovieClip(_root[mc]);
				removeMovieClip(this);
			}
			if (_root.moveable == 1) {
				_alpha = 50;
			} else {
				_alpha = 100;
			}
			if (_root._currentframe == 6 or _root._currentframe == 7) {
				removeMovieClip(_root[mc]);
				removeMovieClip(this);
			}
			if (_name !== 'nwtriv') {
				if (planted !== 1) {
					_x = Math.round(_root._xmouse / 10) * 10;
					_y = Math.round(_root._ymouse / 10) * 10;
					if (_y > 260) {
						_y = 500 - Math.round(_root._ymouse / 10) * 10;
					} else {
						if (_y > 240) {
							_y = 240;
						}
					}
					if (_x < 20) {
						_x = 20;
					}
				} else {
					_root[codepart] = 'nwtvx' + _x / 10 + 'y' + _y / 10 + 'z';
				}
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
		onClipEvent (mouseUp) {
			planted = 1;
		}
		onClipEvent (press) {
			if (_root.moveable == 1) {
				if (_root.deleting == 1) {
					_root[codepart] = '';
					removeMovieClip(_root[mc]);
					removeMovieClip(this);
				}
				planted = 0;
			}
		}
	}
	instance enemyv of movieClip 15	{
		onClipEvent (load) {
			if (_root.moveable == 0) {
				this.useHandCursor = false;
			}
			if (_name !== 'enemyv') {
				if (_root.moveable == 1) {
					codepart = 'code' + _root.i;
					_root.i = Number(_root.i) + 1;
				}
				if (planted !== 1) {
					_x = _root._xmouse;
					_y = _root._ymouse;
				}
			}
			yspeed = 0;
			_root.toolbox.swapDepths(_root.getNextHighestDepth());
		}
		onClipEvent (enterFrame) {
			if (_root._currentframe < 4 or _root.clearall == 1) {
				_root[codepart] = '';
				removeMovieClip(_root[mc]);
				removeMovieClip(this);
			}
			if (_root.moveable == 1) {
				_alpha = 50;
			} else {
				_alpha = 100;
			}
			if (_root.reset == 1) {
				_x = startx;
			}
			if (planted == 1 and _root.moveable == 1) {
				_x = startx;
			}
			if (_root._currentframe == 6 or _root._currentframe == 7) {
				removeMovieClip(_root[mc]);
				removeMovieClip(this);
			}
			if (_name !== 'enemyv') {
				if (planted !== 1) {
					_x = Math.round(_root._xmouse / 10) * 10;
					_y = Math.round(_root._ymouse / 10) * 10;
					if (_y > 260) {
						_y = 500 - Math.round(_root._ymouse / 10) * 10;
					} else {
						if (_y > 240) {
							_y = 240;
						}
					}
					if (_x < 20) {
						_x = 20;
					}
				} else {
					_root[codepart] = 'evx' + _x / 10 + 'y' + _y / 10 + 'z';
				}
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = -8;
				_root.jumpable = 0;
				_root.expl._x = _x;
				_root.expl._y = _y;
				_root.expl.play();
				_x = 10000;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = -8;
				_root.jumpable = 0;
				_root.expl._x = _x;
				_root.expl._y = _y;
				_root.expl.play();
				_x = 10000;
			}
			if (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				_root.reset = 1;
			}
		}
		onClipEvent (mouseUp) {
			if (planted !== 1) {
				startx = _x;
			}
			planted = 1;
		}
		onClipEvent (press) {
			if (_root.moveable == 1) {
				if (_root.deleting == 1) {
					_root[codepart] = '';
					removeMovieClip(_root[mc]);
					removeMovieClip(this);
				}
				planted = 0;
			}
		}
	}
	movieClip 212	{
		frame 11 {
			gotoAndPlay(3);
		}
	}
	movieClip 217	{
		frame 3 {
			stop();
		}
	}
	movieClip 218	{
		frame 1 {
			stop();
		}
		frame 2 {
			stop();
		}
	}
	movieClip 220	{
	}
	movieClip 223	{
	}
	button 227 {
		on (release) {
			gotoAndStop(1);
		}
	}
	button 228 {
		on (release) {
			gotoAndStop(3);
		}
	}
	button 229 {
		on (release) {
			gotoAndStop(2);
		}
	}
	
	// unknown tag 88 length 548
	button 234 {
		on (release) {
			_root.nextFrame();
		}
	}
	button 235 {
		on (release) {
			_root.gotoAndStop(7);
		}
	}
	button 236 {
		on (release) {
			_root.gotoAndStop(6);
		}
	}
	movieClip 241	{
	}
	button 242 {
		on (release) {
			_root.confirm.gotoAndStop(2);
			_root.confirm.swapDepths(_root.getNextHighestDepth());
		}
	}
	button 244 {
		on (release) {
			_root.confirm.gotoAndStop(3);
			_root.confirm.swapDepths(_root.getNextHighestDepth());
		}
	}
	movieClip 247	{
	}
	movieClip 248	{
		frame 1 {
			stop();
		}
		instance of movieClip 223	{
			onClipEvent (press) {
				_parent.startDrag();
			}
			onClipEvent (release, releaseOutside) {
				_parent.stopDrag();
			}
		}
		instance of movieClip 194	{
		}
		instance of movieClip 247	{
			onClipEvent (dragOut) {
				newdepth = _root.getNextHighestDepth();
				newname = 'box' + newdepth;
				_root.box.duplicateMovieClip(newname, newdepth);
			}
		}
		instance of movieClip 247	{
			onClipEvent (dragOut) {
				newdepth = _root.getNextHighestDepth();
				newname = 'uspike' + newdepth;
				_root.uspike.duplicateMovieClip(newname, newdepth);
			}
		}
		instance of movieClip 247	{
			onClipEvent (dragOut) {
				newdepth = _root.getNextHighestDepth();
				newname = 'dspike' + newdepth;
				_root.dspike.duplicateMovieClip(newname, newdepth);
			}
		}
		instance of movieClip 247	{
			onClipEvent (dragOut) {
				newdepth = _root.getNextHighestDepth();
				newname = 'utri' + newdepth;
				_root.utri.duplicateMovieClip(newname, newdepth);
			}
		}
		instance of movieClip 247	{
			onClipEvent (dragOut) {
				newdepth = _root.getNextHighestDepth();
				newname = 'dtri' + newdepth;
				_root.dtri.duplicateMovieClip(newname, newdepth);
			}
		}
		instance of movieClip 247	{
			onClipEvent (dragOut) {
				newdepth = _root.getNextHighestDepth();
				newname = 'enemy' + newdepth;
				_root.enemy.duplicateMovieClip(newname, newdepth);
			}
		}
		instance of movieClip 247	{
			onClipEvent (dragOut) {
				newdepth = _root.getNextHighestDepth();
				newname = 'plat' + newdepth;
				_root.plat.duplicateMovieClip(newname, newdepth);
			}
		}
		instance of movieClip 247	{
			onClipEvent (dragOut) {
				newdepth = _root.getNextHighestDepth();
				newname = 'lspike' + newdepth;
				_root.lspike.duplicateMovieClip(newname, newdepth);
			}
		}
		instance of movieClip 247	{
			onClipEvent (dragOut) {
				newdepth = _root.getNextHighestDepth();
				newname = 'rspike' + newdepth;
				_root.rspike.duplicateMovieClip(newname, newdepth);
			}
		}
		instance of movieClip 247	{
			onClipEvent (dragOut) {
				newdepth = _root.getNextHighestDepth();
				newname = 'netri' + newdepth;
				_root.netri.duplicateMovieClip(newname, newdepth);
			}
		}
		instance of movieClip 247	{
			onClipEvent (dragOut) {
				newdepth = _root.getNextHighestDepth();
				newname = 'nwtri' + newdepth;
				_root.nwtri.duplicateMovieClip(newname, newdepth);
			}
		}
		instance of movieClip 247	{
			onClipEvent (dragOut) {
				newdepth = _root.getNextHighestDepth();
				newname = 'mbox' + newdepth;
				_root.mbox.duplicateMovieClip(newname, newdepth);
				_root[newname].planted = 0;
			}
		}
		frame 2 {
			stop();
		}
		instance of movieClip 247	{
			onClipEvent (dragOut) {
				newdepth = _root.getNextHighestDepth();
				newname = 'boxi' + newdepth;
				_root.boxi.duplicateMovieClip(newname, newdepth);
			}
		}
		instance of movieClip 247	{
			onClipEvent (dragOut) {
				newdepth = _root.getNextHighestDepth();
				newname = 'uspikei' + newdepth;
				_root.uspikei.duplicateMovieClip(newname, newdepth);
			}
		}
		instance of movieClip 247	{
			onClipEvent (dragOut) {
				newdepth = _root.getNextHighestDepth();
				newname = 'dspikei' + newdepth;
				_root.dspikei.duplicateMovieClip(newname, newdepth);
			}
		}
		instance of movieClip 247	{
			onClipEvent (dragOut) {
				newdepth = _root.getNextHighestDepth();
				newname = 'utrii' + newdepth;
				_root.utrii.duplicateMovieClip(newname, newdepth);
			}
		}
		instance of movieClip 247	{
			onClipEvent (dragOut) {
				newdepth = _root.getNextHighestDepth();
				newname = 'dtrii' + newdepth;
				_root.dtrii.duplicateMovieClip(newname, newdepth);
			}
		}
		instance of movieClip 247	{
			onClipEvent (dragOut) {
				newdepth = _root.getNextHighestDepth();
				newname = 'enemyi' + newdepth;
				_root.enemyi.duplicateMovieClip(newname, newdepth);
			}
		}
		instance of movieClip 247	{
			onClipEvent (dragOut) {
				newdepth = _root.getNextHighestDepth();
				newname = 'plati' + newdepth;
				_root.plati.duplicateMovieClip(newname, newdepth);
			}
		}
		instance of movieClip 247	{
			onClipEvent (dragOut) {
				newdepth = _root.getNextHighestDepth();
				newname = 'lspikei' + newdepth;
				_root.lspikei.duplicateMovieClip(newname, newdepth);
			}
		}
		instance of movieClip 247	{
			onClipEvent (dragOut) {
				newdepth = _root.getNextHighestDepth();
				newname = 'rspikei' + newdepth;
				_root.rspikei.duplicateMovieClip(newname, newdepth);
			}
		}
		instance of movieClip 247	{
			onClipEvent (dragOut) {
				newdepth = _root.getNextHighestDepth();
				newname = 'netrii' + newdepth;
				_root.netrii.duplicateMovieClip(newname, newdepth);
			}
		}
		instance of movieClip 247	{
			onClipEvent (dragOut) {
				newdepth = _root.getNextHighestDepth();
				newname = 'nwtrii' + newdepth;
				_root.nwtrii.duplicateMovieClip(newname, newdepth);
			}
		}
		instance of movieClip 247	{
			onClipEvent (dragOut) {
				newdepth = _root.getNextHighestDepth();
				newname = 'mboxi' + newdepth;
				_root.mboxi.duplicateMovieClip(newname, newdepth);
				_root[newname].planted = 0;
			}
		}
		frame 3 {
			stop();
		}
		instance of movieClip 247	{
			onClipEvent (dragOut) {
				newdepth = _root.getNextHighestDepth();
				newname = 'boxv' + newdepth;
				_root.boxv.duplicateMovieClip(newname, newdepth);
			}
		}
		instance of movieClip 247	{
			onClipEvent (dragOut) {
				newdepth = _root.getNextHighestDepth();
				newname = 'uspikev' + newdepth;
				_root.uspikev.duplicateMovieClip(newname, newdepth);
			}
		}
		instance of movieClip 247	{
			onClipEvent (dragOut) {
				newdepth = _root.getNextHighestDepth();
				newname = 'dspikev' + newdepth;
				_root.dspikev.duplicateMovieClip(newname, newdepth);
			}
		}
		instance of movieClip 247	{
			onClipEvent (dragOut) {
				newdepth = _root.getNextHighestDepth();
				newname = 'utriv' + newdepth;
				_root.utriv.duplicateMovieClip(newname, newdepth);
			}
		}
		instance of movieClip 247	{
			onClipEvent (dragOut) {
				newdepth = _root.getNextHighestDepth();
				newname = 'dtriv' + newdepth;
				_root.dtriv.duplicateMovieClip(newname, newdepth);
			}
		}
		instance of movieClip 247	{
			onClipEvent (dragOut) {
				newdepth = _root.getNextHighestDepth();
				newname = 'enemyv' + newdepth;
				_root.enemyv.duplicateMovieClip(newname, newdepth);
			}
		}
		instance of movieClip 247	{
			onClipEvent (dragOut) {
				newdepth = _root.getNextHighestDepth();
				newname = 'platv' + newdepth;
				_root.platv.duplicateMovieClip(newname, newdepth);
			}
		}
		instance of movieClip 247	{
			onClipEvent (dragOut) {
				newdepth = _root.getNextHighestDepth();
				newname = 'lspikev' + newdepth;
				_root.lspikev.duplicateMovieClip(newname, newdepth);
			}
		}
		instance of movieClip 247	{
			onClipEvent (dragOut) {
				newdepth = _root.getNextHighestDepth();
				newname = 'rspikev' + newdepth;
				_root.rspikev.duplicateMovieClip(newname, newdepth);
			}
		}
		instance of movieClip 247	{
			onClipEvent (dragOut) {
				newdepth = _root.getNextHighestDepth();
				newname = 'netriv' + newdepth;
				_root.netriv.duplicateMovieClip(newname, newdepth);
			}
		}
		instance of movieClip 247	{
			onClipEvent (dragOut) {
				newdepth = _root.getNextHighestDepth();
				newname = 'nwtriv' + newdepth;
				_root.nwtriv.duplicateMovieClip(newname, newdepth);
			}
		}
		instance of movieClip 247	{
			onClipEvent (dragOut) {
				newdepth = _root.getNextHighestDepth();
				newname = 'mboxv' + newdepth;
				_root.mboxv.duplicateMovieClip(newname, newdepth);
				_root[newname].planted = 0;
			}
		}
	}
	instance toolbox of movieClip 248	{
		onClipEvent (enterFrame) {
			if (delay == 1) {
				delay = 0;
				_root.clearall = 0;
			}
			if (_root.clearall == 1) {
				delay = 1;
			}
			if (_y > 535) {
				_y = 535;
			}
			if (_y < 55) {
				_y = 55;
			}
			if (_x > 985) {
				_x = 985;
			}
			if (_x < -235) {
				_x = -235;
			}
		}
	}
	instance guy2 of movieClip 218	{
		onClipEvent (enterFrame) {
			_rotation = -_root.guy._rotation;
			_x = _root.guy._x;
			_y = 500 - _root.guy._y;
			gotoAndStop(_root.guy._currentframe);
		}
	}
	movieClip 250	{
	}
	instance of movieClip 250	{
		onClipEvent (enterFrame) {
			if (Key.isDown(16) or Key.isDown(18) or Key.isDown(17)) {
				if (justturned == 1) {
					justturned = 0;
					this.swapDepths(_root.getNextHighestDepth());
				}
				_visible = true;
				Mouse.hide();
				_x = _root._xmouse;
				_y = _root._ymouse;
				_root.deleting = 1;
			} else {
				justturned = 1;
				_visible = false;
				Mouse.show();
				_root.deleting = 0;
			}
		}
	}
	movieClip 253	{
	}
	button 255 {
		on (release) {
			_root.clearall = 1;
			prevFrame();
		}
	}
	button 257 {
		on (release) {
			prevFrame();
		}
	}
	button 260 {
		on (release) {
			_root.moveable = 0;
			removeMovieClip(_root.toolbox);
			_root.gotoAndStop(3);
			_root.confirm.removeMovieClip();
		}
	}
	button 261 {
		on (release) {
			gotoAndStop(1);
		}
	}
	movieClip 262	{
		frame 1 {
			stop();
		}
		instance of movieClip 253	{
			onClipEvent (rollOver) {
				this.useHandCursor = false;
			}
		}
	}
	frame 5 {
		toolbox.removeMovieClip();
		toolbox2.swapDepths(_root.getNextHighestDepth());
		moveable = 0;
	}
	movieClip 264	{
	}
	button 265 {
		on (release) {
			_root.prevFrame();
		}
	}
	movieClip 267	{
		instance of movieClip 264	{
			onClipEvent (press) {
				_parent.startDrag();
			}
			onClipEvent (release, releaseOutside) {
				_parent.stopDrag();
			}
		}
	}
	instance guy2 of movieClip 218	{
		onClipEvent (enterFrame) {
			_rotation = -_root.guy._rotation;
			_x = _root.guy._x;
			_y = 500 - _root.guy._y;
			gotoAndStop(_root.guy._currentframe);
		}
	}
	movieClip 270	{
		frame 1 {
			stop();
		}
		frame 2 {
			_root.reset = 0;
		}
	}
	instance resetter of movieClip 270	{
		onClipEvent (enterFrame) {
			if (_root.reset == 1) {
				play();
			}
		}
	}
	instance guy of movieClip 218	{
		onClipEvent (load) {
			startx = _x;
			starty = _y;
			_root.abouttomoveon = 0;
			xspeed = 0;
			yspeed = 0;
			targetxspeed = 0;
		}
		onClipEvent (enterFrame) {
			if (_root.reset == 1) {
				_root.deaths = Number(_root.deaths + 1);
				_x = startx;
				_y = starty;
				_rotation = 0;
				gotoAndStop(1);
				xspeed = 0;
				yspeed = 0;
				targetxspeed = 0;
			}
			if (_root.abouttomoveon == 1) {
				_root.nextFrame();
			}
			if (_x > 750) {
				_root.prevFrame();
			}
			if (_root.jumpable == 1) {
				_rotation = 0;
			} else {
				_rotation = xspeed * 5;
			}
			targetxspeed = 0;
			if (Key.isDown(39) or Key.isDown(68)) {
				targetxspeed = 4;
			}
			if (Key.isDown(37) or Key.isDown(65)) {
				targetxspeed = -4;
			}
			if (Key.isDown(40) and _root.jumpable == 1) {
				if (xspeed >= 0) {
					gotoAndStop(7);
				} else {
					gotoAndStop(8);
				}
				targetxspeed = 0;
			} else {
				if (xspeed >= 0) {
					if (_root.jumpable < 1) {
						gotoAndStop(5);
					} else {
						if (xspeed > 1) {
							gotoAndStop(3);
						} else {
							gotoAndStop(1);
						}
					}
				} else {
					if (xspeed < 0) {
						if (_root.jumpable < 1) {
							gotoAndStop(6);
						} else {
							if (xspeed < -1) {
								gotoAndStop(4);
							} else {
								gotoAndStop(2);
							}
						}
					}
				}
			}
			if (Key.isDown(38) or Key.isDown(32) or Key.isDown(87)) {
				if (_root.jumpable == 1) {
					yspeed = -10;
				}
			}
			yspeed += 1;
			if (yspeed > 7) {
				yspeed = 7;
			}
			_y = _y + yspeed;
			xspeed += (targetxspeed - xspeed) / 4;
			if (xspeed < 1 and xspeed > 0) {
				xspeed = 1.0e-026;
			}
			if (xspeed > -1 and xspeed < 0) {
				xspeed = -1.0e-026;
			}
			_x = _x + xspeed;
			_root.jumpable = 0;
			if (_y > 230) {
				_y = 230;
				yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 148	{
		onClipEvent (keyPress 'm') {
			if (_root.musicon == true) {
				_root.musicon = false;
			} else {
				_root.musicon = true;
			}
		}
		onClipEvent (keyPress 'M') {
			if (_root.musicon == true) {
				_root.musicon = false;
			} else {
				_root.musicon = true;
			}
		}
	}
	movieClip 272	{
	}
	instance of movieClip 272	{
		onClipEvent (keyPress 'r') {
			_root.reset = 1;
		}
		onClipEvent (keyPress 'R') {
			_root.reset = 1;
		}
	}
	frame 6 {
		abouttomoveon = 0;
		toolbox.removeMovieClip();
		toolbox2.removeMovieClip();
		trace(i);
		j = 0;
		_root.finalcode = '';
		while (j < i - 1) {
			++j;
			codenum = 'code' + j;
			trace('blah ');
			_root.finalcode += _root[codenum];
		}
	}
	
	// unknown tag 88 length 96
	movieClip 278	{
	}
	button 279 {
		on (release, dragOut) {
			var code = _root.finalcode;
			_root.gotoAndStop(13);
			i = 1;
		}
	}
	button 280 {
		on (release) {
			System.setClipboard(finalcode);
		}
	}
	frame 7 {
		toolbox.removeMovieClip();
		toolbox2.removeMovieClip();
		toolbox3.removeMovieClip();
		trace(i);
		j = 0;
		_root.finalcode = '';
		while (j < i - 1) {
			++j;
			codenum = 'code' + j;
			trace('blah ');
			_root.finalcode += _root[codenum];
		}
	}
	frame 7 {
		delay = 2;
	}
	button 285 {
		on (release, dragOut) {
			var code = _root.finalcode;
			_root.gotoAndStop(13);
		}
	}
	button 286 {
		on (release) {
			_root.play();
		}
	}
	frame 8 {
		moveable = 0;
	}
	frame 8 {
		toolbox.removeMovieClip();
		toolbox2.swapDepths(_root.getNextHighestDepth());
		l0.swapDepths(_root.getNextHighestDepth());
	}
	instance expl of movieClip 199	{
		onClipEvent (enterFrame) {
			trace('y=' + _y + ', x=' + _x);
		}
	}
	instance explr of movieClip 199	{
		onClipEvent (enterFrame) {
			_x = _root.expl._x;
			_y = 500 - _root.expl._y;
			gotoAndStop(_root.expl._currentframe);
		}
	}
	instance box of movieClip 186	{
		onClipEvent (load) {
			if (_root.moveable == 0) {
				this.useHandCursor = false;
			}
			if (_name !== 'box') {
				if (_root.moveable == 1) {
					codepart = 'code' + _root.i;
					_root.i = Number(_root.i) + 1;
				}
				if (planted !== 1) {
					_x = _root._xmouse;
					_y = _root._ymouse;
				}
			}
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
			_root.toolbox.swapDepths(_root.getNextHighestDepth());
		}
		onClipEvent (enterFrame) {
			if (_root._currentframe < 4 or _root.clearall == 1) {
				_root[codepart] = '';
				removeMovieClip(_root[mc]);
				removeMovieClip(this);
			}
			if (_root._currentframe == 6 or _root._currentframe == 7) {
				removeMovieClip(_root[mc]);
				removeMovieClip(this);
			}
			if (_name !== 'box') {
				if (planted !== 1) {
					_x = Math.round(_root._xmouse / 10) * 10;
					_y = Math.round(_root._ymouse / 10) * 10;
					if (_y > 260) {
						_y = 500 - Math.round(_root._ymouse / 10) * 10;
					} else {
						if (_y > 240) {
							_y = 240;
						}
					}
					if (_x < 20) {
						_x = 20;
					}
				} else {
					_root[codepart] = 'bx' + _x / 10 + 'y' + _y / 10 + 'z';
				}
			}
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
		onClipEvent (mouseUp) {
			planted = 1;
		}
		onClipEvent (press) {
			if (_root.moveable == 1) {
				if (_root.deleting == 1) {
					trace('SHOULD HAVE REMOVED');
					_root[codepart] = '';
					removeMovieClip(_root[mc]);
					removeMovieClip(this);
				}
				planted = 0;
			}
		}
	}
	instance uspike of movieClip 188	{
		onClipEvent (load) {
			if (_root.moveable == 0) {
				this.useHandCursor = false;
			}
			if (_name !== 'uspike') {
				if (_root.moveable == 1) {
					codepart = 'code' + _root.i;
					_root.i = Number(_root.i) + 1;
				}
				if (planted !== 1) {
					_x = _root._xmouse;
					_y = _root._ymouse;
				}
			}
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref', mc, i);
			_root.toolbox.swapDepths(_root.getNextHighestDepth());
		}
		onClipEvent (enterFrame) {
			if (_root._currentframe < 4 or _root.clearall == 1) {
				_root[codepart] = '';
				removeMovieClip(_root[mc]);
				removeMovieClip(this);
			}
			if (_root._currentframe == 6 or _root._currentframe == 7) {
				removeMovieClip(_root[mc]);
				removeMovieClip(this);
			}
			if (_name !== 'uspike') {
				if (planted !== 1) {
					_x = Math.round(_root._xmouse / 10) * 10;
					_y = Math.round(_root._ymouse / 10) * 10;
					if (_y > 260) {
						_y = 500 - Math.round(_root._ymouse / 10) * 10;
					} else {
						if (_y > 240) {
							_y = 240;
						}
					}
					if (_x < 20) {
						_x = 20;
					}
				} else {
					_root[codepart] = 'usx' + _x / 10 + 'y' + _y / 10 + 'z';
				}
			}
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
		onClipEvent (mouseUp) {
			planted = 1;
		}
		onClipEvent (press) {
			if (_root.moveable == 1) {
				if (_root.deleting == 1) {
					_root[codepart] = '';
					removeMovieClip(_root[mc]);
					removeMovieClip(this);
				}
				planted = 0;
			}
		}
	}
	instance dspike of movieClip 188	{
		onClipEvent (load) {
			if (_root.moveable == 0) {
				this.useHandCursor = false;
			}
			if (_name !== 'dspike') {
				if (_root.moveable == 1) {
					codepart = 'code' + _root.i;
					_root.i = Number(_root.i) + 1;
				}
				if (planted !== 1) {
					_x = _root._xmouse;
					_y = _root._ymouse;
				}
			}
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref2', mc, i);
			_root.toolbox.swapDepths(_root.getNextHighestDepth());
		}
		onClipEvent (enterFrame) {
			if (_root._currentframe < 4 or _root.clearall == 1) {
				_root[codepart] = '';
				removeMovieClip(_root[mc]);
				removeMovieClip(this);
			}
			if (_root._currentframe == 6 or _root._currentframe == 7) {
				removeMovieClip(_root[mc]);
				removeMovieClip(this);
			}
			if (_name !== 'dspike') {
				if (planted !== 1) {
					_x = Math.round(_root._xmouse / 10) * 10;
					_y = Math.round(_root._ymouse / 10) * 10;
					if (_y > 260) {
						_y = 500 - Math.round(_root._ymouse / 10) * 10;
					} else {
						if (_y > 240) {
							_y = 240;
						}
					}
					if (_x < 20) {
						_x = 20;
					}
				} else {
					_root[codepart] = 'dsx' + _x / 10 + 'y' + _y / 10 + 'z';
				}
			}
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			if (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
		onClipEvent (mouseUp) {
			planted = 1;
		}
		onClipEvent (press) {
			if (_root.moveable == 1) {
				if (_root.deleting == 1) {
					_root[codepart] = '';
					removeMovieClip(_root[mc]);
					removeMovieClip(this);
				}
				planted = 0;
			}
		}
	}
	instance utri of movieClip 190	{
		onClipEvent (load) {
			if (_root.moveable == 0) {
				this.useHandCursor = false;
			}
			if (_name !== 'utri') {
				if (_root.moveable == 1) {
					codepart = 'code' + _root.i;
					_root.i = Number(_root.i) + 1;
				}
				if (planted !== 1) {
					_x = _root._xmouse;
					_y = _root._ymouse;
				}
			}
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('tref', mc, i);
			_root.toolbox.swapDepths(_root.getNextHighestDepth());
		}
		onClipEvent (enterFrame) {
			if (_root._currentframe < 4 or _root.clearall == 1) {
				_root[codepart] = '';
				removeMovieClip(_root[mc]);
				removeMovieClip(this);
			}
			if (_root._currentframe == 6 or _root._currentframe == 7) {
				removeMovieClip(_root[mc]);
				removeMovieClip(this);
			}
			if (_name !== 'utri') {
				if (planted !== 1) {
					_x = Math.round(_root._xmouse / 10) * 10;
					_y = Math.round(_root._ymouse / 10) * 10;
					if (_y > 260) {
						_y = 500 - Math.round(_root._ymouse / 10) * 10;
					} else {
						if (_y > 240) {
							_y = 240;
						}
					}
					if (_x < 20) {
						_x = 20;
					}
				} else {
					_root[codepart] = 'utx' + _x / 10 + 'y' + _y / 10 + 'z';
				}
			}
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
		onClipEvent (mouseUp) {
			planted = 1;
		}
		onClipEvent (press) {
			if (_root.moveable == 1) {
				if (_root.deleting == 1) {
					_root[codepart] = '';
					removeMovieClip(_root[mc]);
					removeMovieClip(this);
				}
				planted = 0;
			}
		}
	}
	instance dtri of movieClip 190	{
		onClipEvent (load) {
			if (_root.moveable == 0) {
				this.useHandCursor = false;
			}
			if (_name !== 'dtri') {
				if (_root.moveable == 1) {
					codepart = 'code' + _root.i;
					_root.i = Number(_root.i) + 1;
				}
				if (planted !== 1) {
					_x = _root._xmouse;
					_y = _root._ymouse;
				}
			}
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('tref2', mc, i);
			_root.toolbox.swapDepths(_root.getNextHighestDepth());
		}
		onClipEvent (enterFrame) {
			if (_root._currentframe < 4 or _root.clearall == 1) {
				_root[codepart] = '';
				removeMovieClip(_root[mc]);
				removeMovieClip(this);
			}
			if (_root._currentframe == 6 or _root._currentframe == 7) {
				removeMovieClip(_root[mc]);
				removeMovieClip(this);
			}
			if (_name !== 'dtri') {
				if (planted !== 1) {
					_x = Math.round(_root._xmouse / 10) * 10;
					_y = Math.round(_root._ymouse / 10) * 10;
					if (_y > 260) {
						_y = 500 - Math.round(_root._ymouse / 10) * 10;
					} else {
						if (_y > 240) {
							_y = 240;
						}
					}
					if (_x < 20) {
						_x = 20;
					}
				} else {
					_root[codepart] = 'dtx' + _x / 10 + 'y' + _y / 10 + 'z';
				}
			}
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
		onClipEvent (mouseUp) {
			planted = 1;
		}
		onClipEvent (press) {
			if (_root.moveable == 1) {
				if (_root.deleting == 1) {
					_root[codepart] = '';
					removeMovieClip(_root[mc]);
					removeMovieClip(this);
				}
				planted = 0;
			}
		}
	}
	instance mbox of movieClip 192	{
		onClipEvent (load) {
			if (_root.moveable == 0) {
				this.useHandCursor = false;
			}
			if (_name !== 'mbox') {
				if (_root.moveable == 1) {
					codepart = 'code' + _root.i;
					_root.i = Number(_root.i) + 1;
				}
				if (planted == 0) {
					_x = _root._xmouse;
					_y = _root._ymouse;
				}
			}
		}
		onClipEvent (enterFrame) {
			if (_name !== 'mbox') {
				if (dir == 1) {
					_x = _x - speed;
				}
				if (dir == 2) {
					_x = _x + speed;
				}
				if (range >= 100) {
					if (_x < startx) {
						dir = 2;
					}
					if (_x > startx + range - 100) {
						dir = 1;
					}
				}
				if (range < 100) {
					if (_x < startx + range - 100) {
						dir = 2;
					}
					if (_x > startx) {
						dir = 1;
					}
				}
			}
		}
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
			_root.toolbox.swapDepths(_root.getNextHighestDepth());
		}
		onClipEvent (enterFrame) {
			this.clear();
			if (planted == 2) {
				this.lineStyle(2, 0, 100, false, 0, 'none');
				mousex = Math.round(_root._xmouse / 10) * 10;
				if (mousex < 20) {
					mousex = 20;
				}
				if (mousex < _x - 100) {
					mousex = _x - 100;
				}
				if (mousex > _x + 100) {
					mousex = _x + 100;
				}
				this.lineTo(mousex - _x, 0);
			}
			if (_root._currentframe < 4 or _root.clearall == 1) {
				_root[codepart] = '';
				removeMovieClip(_root[mc]);
				removeMovieClip(this);
			}
			if (_root._currentframe == 6 or _root._currentframe == 7) {
				removeMovieClip(_root[mc]);
				removeMovieClip(this);
			}
			if (_name !== 'mbox') {
				if (planted == 0) {
					_x = Math.round(_root._xmouse / 10) * 10;
					_y = Math.round(_root._ymouse / 10) * 10;
					if (_y > 260) {
						_y = 500 - Math.round(_root._ymouse / 10) * 10;
					} else {
						if (_y > 240) {
							_y = 240;
						}
					}
					if (_x < 20) {
						_x = 20;
					}
				} else {
					_root[codepart] = 'bmx' + startx / 10 + 'y' + _y / 10 + 'r' + range / 10 + 'z';
				}
			}
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true) or this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				if (dir == 1) {
					_root.guy._x -= speed;
				}
				if (dir == 2) {
					_root.guy._x += speed;
				}
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
		onClipEvent (mouseUp) {
			if (planted == 0) {
				planted = 2;
			}
		}
		onClipEvent (mouseDown) {
			if (planted == 2) {
				planted = 1;
				startx = _x;
				mousex = Math.round(_root._xmouse / 10) * 10;
				if (mousex < _x - 100) {
					mousex = _x - 100;
				}
				if (mousex > _x + 100) {
					mousex = _x + 100;
				}
				if (mousex < 20) {
					mousex = 20;
				}
				range = mousex - _x + 100;
				trace('Range: ' + range);
				dir = 2;
				speed = 0.5;
			}
		}
		onClipEvent (press) {
			if (_root.moveable == 1) {
				if (_root.deleting == 1) {
					_root[codepart] = '';
					removeMovieClip(_root[mc]);
					removeMovieClip(this);
				}
				planted = 0;
				startx = 0;
				range = 0;
				dir = 0;
				speed = 0;
			}
		}
	}
	instance plat of movieClip 194	{
		onClipEvent (load) {
			if (_root.moveable == 0) {
				this.useHandCursor = false;
			}
			if (_name !== 'plat') {
				if (_root.moveable == 1) {
					codepart = 'code' + _root.i;
					_root.i = Number(_root.i) + 1;
				}
				if (planted !== 1) {
					_x = _root._xmouse;
					_y = _root._ymouse;
				}
			}
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('pref', mc, i);
			_root.toolbox.swapDepths(_root.getNextHighestDepth());
		}
		onClipEvent (enterFrame) {
			if (_root._currentframe < 4 or _root.clearall == 1) {
				_root[codepart] = '';
				removeMovieClip(_root[mc]);
				removeMovieClip(this);
			}
			if (_root._currentframe == 6 or _root._currentframe == 7) {
				removeMovieClip(_root[mc]);
				removeMovieClip(this);
			}
			if (_name !== 'plat') {
				if (planted !== 1) {
					_x = Math.round(_root._xmouse / 10) * 10;
					_y = Math.round(_root._ymouse / 10) * 10;
					if (_y > 260) {
						_y = 500 - Math.round(_root._ymouse / 10) * 10;
					} else {
						if (_y > 240) {
							_y = 240;
						}
					}
					if (_x < 20) {
						_x = 20;
					}
				} else {
					_root[codepart] = 'px' + _x / 10 + 'y' + _y / 10 + 'z';
				}
			}
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			if (_root.guy.yspeed >= 0) {
				while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
					--_root.guy._y;
					_root.guy.yspeed = 0;
					_root.jumpable = 1;
				}
				while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
					--_root.guy._y;
					_root.guy.yspeed = 0;
					_root.jumpable = 1;
				}
			}
		}
		onClipEvent (mouseUp) {
			planted = 1;
		}
		onClipEvent (press) {
			if (_root.moveable == 1) {
				if (_root.deleting == 1) {
					_root[codepart] = '';
					removeMovieClip(_root[mc]);
					removeMovieClip(this);
				}
				planted = 0;
			}
		}
	}
	instance lspike of movieClip 188	{
		onClipEvent (load) {
			if (_root.moveable == 0) {
				this.useHandCursor = false;
			}
			if (_name !== 'lspike') {
				if (_root.moveable == 1) {
					codepart = 'code' + _root.i;
					_root.i = Number(_root.i) + 1;
				}
				if (planted !== 1) {
					_x = _root._xmouse;
					_y = _root._ymouse;
				}
			}
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref', mc, i);
			_root[mc]._rotation = 90;
			_root.toolbox.swapDepths(_root.getNextHighestDepth());
		}
		onClipEvent (enterFrame) {
			if (_root._currentframe < 4 or _root.clearall == 1) {
				_root[codepart] = '';
				removeMovieClip(_root[mc]);
				removeMovieClip(this);
			}
			if (_root._currentframe == 6 or _root._currentframe == 7) {
				removeMovieClip(_root[mc]);
				removeMovieClip(this);
			}
			if (_name !== 'lspike') {
				if (planted !== 1) {
					_x = Math.round(_root._xmouse / 10) * 10;
					_y = Math.round(_root._ymouse / 10) * 10;
					if (_y > 260) {
						_y = 500 - Math.round(_root._ymouse / 10) * 10;
					} else {
						if (_y > 240) {
							_y = 240;
						}
					}
					if (_x < 20) {
						_x = 20;
					}
				} else {
					_root[codepart] = 'lsx' + _x / 10 + 'y' + _y / 10 + 'z';
				}
			}
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			if (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
		onClipEvent (mouseUp) {
			planted = 1;
		}
		onClipEvent (press) {
			if (_root.moveable == 1) {
				if (_root.deleting == 1) {
					_root[codepart] = '';
					removeMovieClip(_root[mc]);
					removeMovieClip(this);
				}
				planted = 0;
			}
		}
	}
	instance rspike of movieClip 188	{
		onClipEvent (load) {
			if (_root.moveable == 0) {
				this.useHandCursor = false;
			}
			if (_name !== 'rspike') {
				if (_root.moveable == 1) {
					codepart = 'code' + _root.i;
					_root.i = Number(_root.i) + 1;
				}
				if (planted !== 1) {
					_x = _root._xmouse;
					_y = _root._ymouse;
				}
			}
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref', mc, i);
			_root[mc]._rotation = -90;
			_root.toolbox.swapDepths(_root.getNextHighestDepth());
		}
		onClipEvent (enterFrame) {
			if (_root._currentframe < 4 or _root.clearall == 1) {
				_root[codepart] = '';
				removeMovieClip(_root[mc]);
				removeMovieClip(this);
			}
			if (_root._currentframe == 6 or _root._currentframe == 7) {
				removeMovieClip(_root[mc]);
				removeMovieClip(this);
			}
			if (_name !== 'rspike') {
				if (planted !== 1) {
					_x = Math.round(_root._xmouse / 10) * 10;
					_y = Math.round(_root._ymouse / 10) * 10;
					if (_y > 260) {
						_y = 500 - Math.round(_root._ymouse / 10) * 10;
					} else {
						if (_y > 240) {
							_y = 240;
						}
					}
					if (_x < 20) {
						_x = 20;
					}
				} else {
					_root[codepart] = 'rsx' + _x / 10 + 'y' + _y / 10 + 'z';
				}
			}
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			if (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
		onClipEvent (mouseUp) {
			planted = 1;
		}
		onClipEvent (press) {
			if (_root.moveable == 1) {
				if (_root.deleting == 1) {
					_root[codepart] = '';
					removeMovieClip(_root[mc]);
					removeMovieClip(this);
				}
				planted = 0;
			}
		}
	}
	instance netri of movieClip 190	{
		onClipEvent (load) {
			if (_root.moveable == 0) {
				this.useHandCursor = false;
			}
			if (_name !== 'netri') {
				if (_root.moveable == 1) {
					codepart = 'code' + _root.i;
					_root.i = Number(_root.i) + 1;
				}
				if (planted !== 1) {
					_x = _root._xmouse;
					_y = _root._ymouse;
				}
			}
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('tref', mc, i);
			_root[mc]._rotation = 90;
			_root.toolbox.swapDepths(_root.getNextHighestDepth());
		}
		onClipEvent (enterFrame) {
			if (_root._currentframe < 4 or _root.clearall == 1) {
				_root[codepart] = '';
				removeMovieClip(_root[mc]);
				removeMovieClip(this);
			}
			if (_root._currentframe == 6 or _root._currentframe == 7) {
				removeMovieClip(_root[mc]);
				removeMovieClip(this);
			}
			if (_name !== 'netri') {
				if (planted !== 1) {
					_x = Math.round(_root._xmouse / 10) * 10;
					_y = Math.round(_root._ymouse / 10) * 10;
					if (_y > 260) {
						_y = 500 - Math.round(_root._ymouse / 10) * 10;
					} else {
						if (_y > 240) {
							_y = 240;
						}
					}
					if (_x < 20) {
						_x = 20;
					}
				} else {
					_root[codepart] = 'netx' + _x / 10 + 'y' + _y / 10 + 'z';
				}
			}
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
		onClipEvent (mouseUp) {
			planted = 1;
		}
		onClipEvent (press) {
			if (_root.moveable == 1) {
				if (_root.deleting == 1) {
					_root[codepart] = '';
					removeMovieClip(_root[mc]);
					removeMovieClip(this);
				}
				planted = 0;
			}
		}
	}
	instance nwtri of movieClip 190	{
		onClipEvent (load) {
			if (_root.moveable == 0) {
				this.useHandCursor = false;
			}
			if (_name !== 'nwtri') {
				if (_root.moveable == 1) {
					codepart = 'code' + _root.i;
					_root.i = Number(_root.i) + 1;
				}
				if (planted !== 1) {
					_x = _root._xmouse;
					_y = _root._ymouse;
				}
			}
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('tref2', mc, i);
			_root[mc]._rotation = -90;
			_root.toolbox.swapDepths(_root.getNextHighestDepth());
		}
		onClipEvent (enterFrame) {
			if (_root._currentframe < 4 or _root.clearall == 1) {
				_root[codepart] = '';
				removeMovieClip(_root[mc]);
				removeMovieClip(this);
			}
			if (_root._currentframe == 6 or _root._currentframe == 7) {
				removeMovieClip(_root[mc]);
				removeMovieClip(this);
			}
			if (_name !== 'nwtri') {
				if (planted !== 1) {
					_x = Math.round(_root._xmouse / 10) * 10;
					_y = Math.round(_root._ymouse / 10) * 10;
					if (_y > 260) {
						_y = 500 - Math.round(_root._ymouse / 10) * 10;
					} else {
						if (_y > 240) {
							_y = 240;
						}
					}
					if (_x < 20) {
						_x = 20;
					}
				} else {
					_root[codepart] = 'nwtx' + _x / 10 + 'y' + _y / 10 + 'z';
				}
			}
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
		onClipEvent (mouseUp) {
			planted = 1;
		}
		onClipEvent (press) {
			if (_root.moveable == 1) {
				if (_root.deleting == 1) {
					_root[codepart] = '';
					removeMovieClip(_root[mc]);
					removeMovieClip(this);
				}
				planted = 0;
			}
		}
	}
	instance enemy of movieClip 15	{
		onClipEvent (load) {
			if (_root.moveable == 0) {
				this.useHandCursor = false;
			}
			if (_name !== 'enemy') {
				if (_root.moveable == 1) {
					codepart = 'code' + _root.i;
					_root.i = Number(_root.i) + 1;
				}
				if (planted !== 1) {
					_x = _root._xmouse;
					_y = _root._ymouse;
				}
			}
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('eref', mc, i);
			_root.toolbox.swapDepths(_root.getNextHighestDepth());
		}
		onClipEvent (enterFrame) {
			if (_root._currentframe < 4 or _root.clearall == 1) {
				_root[codepart] = '';
				removeMovieClip(_root[mc]);
				removeMovieClip(this);
			}
			if (_root.reset == 1) {
				_x = startx;
			}
			if (planted == 1 and _root.moveable == 1) {
				_x = startx;
			}
			if (_root._currentframe == 6 or _root._currentframe == 7) {
				removeMovieClip(_root[mc]);
				removeMovieClip(this);
			}
			if (_name !== 'enemy') {
				if (planted !== 1) {
					_x = Math.round(_root._xmouse / 10) * 10;
					_y = Math.round(_root._ymouse / 10) * 10;
					if (_y > 260) {
						_y = 500 - Math.round(_root._ymouse / 10) * 10;
					} else {
						if (_y > 240) {
							_y = 240;
						}
					}
					if (_x < 20) {
						_x = 20;
					}
				} else {
					_root[codepart] = 'ex' + _x / 10 + 'y' + _y / 10 + 'z';
				}
			}
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = -8;
				_root.jumpable = 0;
				_root.expl._x = _x;
				_root.expl._y = _y;
				_root.expl.play();
				_x = 10000;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = -8;
				_root.jumpable = 0;
				_root.expl._x = _x;
				_root.expl._y = _y;
				_root.expl.play();
				_x = 10000;
			}
			if (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				_root.reset = 1;
			}
		}
		onClipEvent (mouseUp) {
			if (planted !== 1) {
				startx = _x;
			}
			planted = 1;
		}
		onClipEvent (press) {
			if (_root.moveable == 1) {
				if (_root.deleting == 1) {
					_root[codepart] = '';
					removeMovieClip(_root[mc]);
					removeMovieClip(this);
				}
				planted = 0;
			}
		}
	}
	instance boxi of movieClip 186	{
		onClipEvent (load) {
			if (_root.moveable == 0) {
				this.useHandCursor = false;
			}
			if (_name !== 'boxi') {
				if (_root.moveable == 1) {
					codepart = 'code' + _root.i;
					_root.i = Number(_root.i) + 1;
				}
				if (planted !== 1) {
					_x = _root._xmouse;
					_y = _root._ymouse;
				}
			}
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
			_root.toolbox.swapDepths(_root.getNextHighestDepth());
		}
		onClipEvent (enterFrame) {
			if (_root._currentframe < 4 or _root.clearall == 1) {
				_root[codepart] = '';
				removeMovieClip(_root[mc]);
				removeMovieClip(this);
			}
			if (_root.moveable == 1) {
				_alpha = 25;
			} else {
				_alpha = 0;
			}
			if (_root._currentframe == 6 or _root._currentframe == 7) {
				removeMovieClip(_root[mc]);
				removeMovieClip(this);
			}
			if (_name !== 'boxi') {
				if (planted !== 1) {
					_x = Math.round(_root._xmouse / 10) * 10;
					_y = Math.round(_root._ymouse / 10) * 10;
					if (_y > 260) {
						_y = 500 - Math.round(_root._ymouse / 10) * 10;
					} else {
						if (_y > 240) {
							_y = 240;
						}
					}
					if (_x < 20) {
						_x = 20;
					}
				} else {
					_root[codepart] = 'bix' + _x / 10 + 'y' + _y / 10 + 'z';
				}
			}
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
		onClipEvent (mouseUp) {
			planted = 1;
		}
		onClipEvent (press) {
			if (_root.moveable == 1) {
				if (_root.deleting == 1) {
					_root[codepart] = '';
					removeMovieClip(_root[mc]);
					removeMovieClip(this);
				}
				planted = 0;
			}
		}
	}
	instance uspikei of movieClip 188	{
		onClipEvent (load) {
			if (_root.moveable == 0) {
				this.useHandCursor = false;
			}
			if (_name !== 'uspikei') {
				if (_root.moveable == 1) {
					codepart = 'code' + _root.i;
					_root.i = Number(_root.i) + 1;
				}
				if (planted !== 1) {
					_x = _root._xmouse;
					_y = _root._ymouse;
				}
			}
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref', mc, i);
			_root.toolbox.swapDepths(_root.getNextHighestDepth());
		}
		onClipEvent (enterFrame) {
			if (_root._currentframe < 4 or _root.clearall == 1) {
				_root[codepart] = '';
				removeMovieClip(_root[mc]);
				removeMovieClip(this);
			}
			if (_root.moveable == 1) {
				_alpha = 25;
			} else {
				_alpha = 0;
			}
			if (_root._currentframe == 6 or _root._currentframe == 7) {
				removeMovieClip(_root[mc]);
				removeMovieClip(this);
			}
			if (_name !== 'uspikei') {
				if (planted !== 1) {
					_x = Math.round(_root._xmouse / 10) * 10;
					_y = Math.round(_root._ymouse / 10) * 10;
					if (_y > 260) {
						_y = 500 - Math.round(_root._ymouse / 10) * 10;
					} else {
						if (_y > 240) {
							_y = 240;
						}
					}
					if (_x < 20) {
						_x = 20;
					}
				} else {
					_root[codepart] = 'usix' + _x / 10 + 'y' + _y / 10 + 'z';
				}
			}
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
		onClipEvent (mouseUp) {
			planted = 1;
		}
		onClipEvent (press) {
			if (_root.moveable == 1) {
				if (_root.deleting == 1) {
					_root[codepart] = '';
					removeMovieClip(_root[mc]);
					removeMovieClip(this);
				}
				planted = 0;
			}
		}
	}
	instance dspikei of movieClip 188	{
		onClipEvent (load) {
			if (_root.moveable == 0) {
				this.useHandCursor = false;
			}
			if (_name !== 'dspikei') {
				if (_root.moveable == 1) {
					codepart = 'code' + _root.i;
					_root.i = Number(_root.i) + 1;
				}
				if (planted !== 1) {
					_x = _root._xmouse;
					_y = _root._ymouse;
				}
			}
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref2', mc, i);
			_root.toolbox.swapDepths(_root.getNextHighestDepth());
		}
		onClipEvent (enterFrame) {
			if (_root._currentframe < 4 or _root.clearall == 1) {
				_root[codepart] = '';
				removeMovieClip(_root[mc]);
				removeMovieClip(this);
			}
			if (_root.moveable == 1) {
				_alpha = 25;
			} else {
				_alpha = 0;
			}
			if (_root._currentframe == 6 or _root._currentframe == 7) {
				removeMovieClip(_root[mc]);
				removeMovieClip(this);
			}
			if (_name !== 'dspikei') {
				if (planted !== 1) {
					_x = Math.round(_root._xmouse / 10) * 10;
					_y = Math.round(_root._ymouse / 10) * 10;
					if (_y > 260) {
						_y = 500 - Math.round(_root._ymouse / 10) * 10;
					} else {
						if (_y > 240) {
							_y = 240;
						}
					}
					if (_x < 20) {
						_x = 20;
					}
				} else {
					_root[codepart] = 'dsix' + _x / 10 + 'y' + _y / 10 + 'z';
				}
			}
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			if (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
		onClipEvent (mouseUp) {
			planted = 1;
		}
		onClipEvent (press) {
			if (_root.moveable == 1) {
				if (_root.deleting == 1) {
					_root[codepart] = '';
					removeMovieClip(_root[mc]);
					removeMovieClip(this);
				}
				planted = 0;
			}
		}
	}
	instance utrii of movieClip 190	{
		onClipEvent (load) {
			if (_root.moveable == 0) {
				this.useHandCursor = false;
			}
			if (_name !== 'utrii') {
				if (_root.moveable == 1) {
					codepart = 'code' + _root.i;
					_root.i = Number(_root.i) + 1;
				}
				if (planted !== 1) {
					_x = _root._xmouse;
					_y = _root._ymouse;
				}
			}
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('tref', mc, i);
			_root.toolbox.swapDepths(_root.getNextHighestDepth());
		}
		onClipEvent (enterFrame) {
			if (_root._currentframe < 4 or _root.clearall == 1) {
				_root[codepart] = '';
				removeMovieClip(_root[mc]);
				removeMovieClip(this);
			}
			if (_root.moveable == 1) {
				_alpha = 25;
			} else {
				_alpha = 0;
			}
			if (_root._currentframe == 6 or _root._currentframe == 7) {
				removeMovieClip(_root[mc]);
				removeMovieClip(this);
			}
			if (_name !== 'utrii') {
				if (planted !== 1) {
					_x = Math.round(_root._xmouse / 10) * 10;
					_y = Math.round(_root._ymouse / 10) * 10;
					if (_y > 260) {
						_y = 500 - Math.round(_root._ymouse / 10) * 10;
					} else {
						if (_y > 240) {
							_y = 240;
						}
					}
					if (_x < 20) {
						_x = 20;
					}
				} else {
					_root[codepart] = 'utix' + _x / 10 + 'y' + _y / 10 + 'z';
				}
			}
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
		onClipEvent (mouseUp) {
			planted = 1;
		}
		onClipEvent (press) {
			if (_root.moveable == 1) {
				if (_root.deleting == 1) {
					_root[codepart] = '';
					removeMovieClip(_root[mc]);
					removeMovieClip(this);
				}
				planted = 0;
			}
		}
	}
	instance dtrii of movieClip 190	{
		onClipEvent (load) {
			if (_root.moveable == 0) {
				this.useHandCursor = false;
			}
			if (_name !== 'dtrii') {
				if (_root.moveable == 1) {
					codepart = 'code' + _root.i;
					_root.i = Number(_root.i) + 1;
				}
				if (planted !== 1) {
					_x = _root._xmouse;
					_y = _root._ymouse;
				}
			}
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('tref2', mc, i);
			_root.toolbox.swapDepths(_root.getNextHighestDepth());
		}
		onClipEvent (enterFrame) {
			if (_root._currentframe < 4 or _root.clearall == 1) {
				_root[codepart] = '';
				removeMovieClip(_root[mc]);
				removeMovieClip(this);
			}
			if (_root.moveable == 1) {
				_alpha = 25;
			} else {
				_alpha = 0;
			}
			if (_root._currentframe == 6 or _root._currentframe == 7) {
				removeMovieClip(_root[mc]);
				removeMovieClip(this);
			}
			if (_name !== 'dtrii') {
				if (planted !== 1) {
					_x = Math.round(_root._xmouse / 10) * 10;
					_y = Math.round(_root._ymouse / 10) * 10;
					if (_y > 260) {
						_y = 500 - Math.round(_root._ymouse / 10) * 10;
					} else {
						if (_y > 240) {
							_y = 240;
						}
					}
					if (_x < 20) {
						_x = 20;
					}
				} else {
					_root[codepart] = 'dtix' + _x / 10 + 'y' + _y / 10 + 'z';
				}
			}
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
		onClipEvent (mouseUp) {
			planted = 1;
		}
		onClipEvent (press) {
			if (_root.moveable == 1) {
				if (_root.deleting == 1) {
					_root[codepart] = '';
					removeMovieClip(_root[mc]);
					removeMovieClip(this);
				}
				planted = 0;
			}
		}
	}
	instance mboxi of movieClip 192	{
		onClipEvent (load) {
			if (_root.moveable == 0) {
				this.useHandCursor = false;
			}
			if (_name !== 'mboxi') {
				if (_root.moveable == 1) {
					codepart = 'code' + _root.i;
					_root.i = Number(_root.i) + 1;
				}
				if (planted == 0) {
					_x = _root._xmouse;
					_y = _root._ymouse;
				}
			}
		}
		onClipEvent (enterFrame) {
			if (_root._currentframe < 4 or _root.clearall == 1) {
				_root[codepart] = '';
				removeMovieClip(_root[mc]);
				removeMovieClip(this);
			}
			if (_name !== 'mboxi') {
				if (dir == 1) {
					_x = _x - speed;
				}
				if (dir == 2) {
					_x = _x + speed;
				}
				if (range >= 100) {
					if (_x < startx) {
						dir = 2;
					}
					if (_x > startx + range - 100) {
						dir = 1;
					}
				}
				if (range < 100) {
					if (_x < startx + range - 100) {
						dir = 2;
					}
					if (_x > startx) {
						dir = 1;
					}
				}
			}
		}
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
			_root.toolbox.swapDepths(_root.getNextHighestDepth());
		}
		onClipEvent (enterFrame) {
			if (_root.moveable == 1) {
				_alpha = 25;
			} else {
				_alpha = 0;
			}
			this.clear();
			if (planted == 2) {
				this.lineStyle(2, 0, 100, false, 0, 'none');
				mousex = Math.round(_root._xmouse / 10) * 10;
				if (mousex < 20) {
					mousex = 20;
				}
				if (mousex < _x - 100) {
					mousex = _x - 100;
				}
				if (mousex > _x + 100) {
					mousex = _x + 100;
				}
				this.lineTo(mousex - _x, 0);
			}
			if (_root._currentframe == 6 or _root._currentframe == 7) {
				removeMovieClip(_root[mc]);
				removeMovieClip(this);
			}
			if (_name !== 'mboxi') {
				if (planted == 0) {
					_x = Math.round(_root._xmouse / 10) * 10;
					_y = Math.round(_root._ymouse / 10) * 10;
					if (_y > 260) {
						_y = 500 - Math.round(_root._ymouse / 10) * 10;
					} else {
						if (_y > 240) {
							_y = 240;
						}
					}
					if (_x < 20) {
						_x = 20;
					}
				} else {
					_root[codepart] = 'bmix' + startx / 10 + 'y' + _y / 10 + 'r' + range / 10 + 'z';
				}
			}
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true) or this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				if (dir == 1) {
					_root.guy._x -= speed;
				}
				if (dir == 2) {
					_root.guy._x += speed;
				}
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
		onClipEvent (mouseUp) {
			if (planted == 0) {
				planted = 2;
			}
		}
		onClipEvent (mouseDown) {
			if (planted == 2) {
				planted = 1;
				startx = _x;
				mousex = Math.round(_root._xmouse / 10) * 10;
				if (mousex < _x - 100) {
					mousex = _x - 100;
				}
				if (mousex > _x + 100) {
					mousex = _x + 100;
				}
				if (mousex < 20) {
					mousex = 20;
				}
				range = mousex - _x + 100;
				trace('Range: ' + range);
				dir = 2;
				speed = 0.5;
			}
		}
		onClipEvent (press) {
			if (_root.moveable == 1) {
				if (_root.deleting == 1) {
					_root[codepart] = '';
					removeMovieClip(_root[mc]);
					removeMovieClip(this);
				}
				planted = 0;
				startx = 0;
				range = 0;
				dir = 0;
				speed = 0;
			}
		}
	}
	instance plati of movieClip 194	{
		onClipEvent (load) {
			if (_root.moveable == 0) {
				this.useHandCursor = false;
			}
			if (_name !== 'plati') {
				if (_root.moveable == 1) {
					codepart = 'code' + _root.i;
					_root.i = Number(_root.i) + 1;
				}
				if (planted !== 1) {
					_x = _root._xmouse;
					_y = _root._ymouse;
				}
			}
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('pref', mc, i);
			_root.toolbox.swapDepths(_root.getNextHighestDepth());
		}
		onClipEvent (enterFrame) {
			if (_root._currentframe < 4 or _root.clearall == 1) {
				_root[codepart] = '';
				removeMovieClip(_root[mc]);
				removeMovieClip(this);
			}
			if (_root.moveable == 1) {
				_alpha = 25;
			} else {
				_alpha = 0;
			}
			if (_root._currentframe == 6 or _root._currentframe == 7) {
				removeMovieClip(_root[mc]);
				removeMovieClip(this);
			}
			if (_name !== 'plati') {
				if (planted !== 1) {
					_x = Math.round(_root._xmouse / 10) * 10;
					_y = Math.round(_root._ymouse / 10) * 10;
					if (_y > 260) {
						_y = 500 - Math.round(_root._ymouse / 10) * 10;
					} else {
						if (_y > 240) {
							_y = 240;
						}
					}
					if (_x < 20) {
						_x = 20;
					}
				} else {
					_root[codepart] = 'pix' + _x / 10 + 'y' + _y / 10 + 'z';
				}
			}
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			if (_root.guy.yspeed >= 0) {
				while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
					--_root.guy._y;
					_root.guy.yspeed = 0;
					_root.jumpable = 1;
				}
				while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
					--_root.guy._y;
					_root.guy.yspeed = 0;
					_root.jumpable = 1;
				}
			}
		}
		onClipEvent (mouseUp) {
			planted = 1;
		}
		onClipEvent (press) {
			if (_root.moveable == 1) {
				if (_root.deleting == 1) {
					_root[codepart] = '';
					removeMovieClip(_root[mc]);
					removeMovieClip(this);
				}
				planted = 0;
			}
		}
	}
	instance lspikei of movieClip 188	{
		onClipEvent (load) {
			if (_root.moveable == 0) {
				this.useHandCursor = false;
			}
			if (_name !== 'lspikei') {
				if (_root.moveable == 1) {
					codepart = 'code' + _root.i;
					_root.i = Number(_root.i) + 1;
				}
				if (planted !== 1) {
					_x = _root._xmouse;
					_y = _root._ymouse;
				}
			}
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref', mc, i);
			_root[mc]._rotation = 90;
			_root.toolbox.swapDepths(_root.getNextHighestDepth());
		}
		onClipEvent (enterFrame) {
			if (_root._currentframe < 4 or _root.clearall == 1) {
				_root[codepart] = '';
				removeMovieClip(_root[mc]);
				removeMovieClip(this);
			}
			if (_root.moveable == 1) {
				_alpha = 25;
			} else {
				_alpha = 0;
			}
			if (_root._currentframe == 6 or _root._currentframe == 7) {
				removeMovieClip(_root[mc]);
				removeMovieClip(this);
			}
			if (_name !== 'lspikei') {
				if (planted !== 1) {
					_x = Math.round(_root._xmouse / 10) * 10;
					_y = Math.round(_root._ymouse / 10) * 10;
					if (_y > 260) {
						_y = 500 - Math.round(_root._ymouse / 10) * 10;
					} else {
						if (_y > 240) {
							_y = 240;
						}
					}
					if (_x < 20) {
						_x = 20;
					}
				} else {
					_root[codepart] = 'lsix' + _x / 10 + 'y' + _y / 10 + 'z';
				}
			}
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			if (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
		onClipEvent (mouseUp) {
			planted = 1;
		}
		onClipEvent (press) {
			if (_root.moveable == 1) {
				if (_root.deleting == 1) {
					_root[codepart] = '';
					removeMovieClip(_root[mc]);
					removeMovieClip(this);
				}
				planted = 0;
			}
		}
	}
	instance rspikei of movieClip 188	{
		onClipEvent (load) {
			if (_root.moveable == 0) {
				this.useHandCursor = false;
			}
			if (_name !== 'rspikei') {
				if (_root.moveable == 1) {
					codepart = 'code' + _root.i;
					_root.i = Number(_root.i) + 1;
				}
				if (planted !== 1) {
					_x = _root._xmouse;
					_y = _root._ymouse;
				}
			}
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref', mc, i);
			_root[mc]._rotation = -90;
			_root.toolbox.swapDepths(_root.getNextHighestDepth());
		}
		onClipEvent (enterFrame) {
			if (_root._currentframe < 4 or _root.clearall == 1) {
				_root[codepart] = '';
				removeMovieClip(_root[mc]);
				removeMovieClip(this);
			}
			if (_root.moveable == 1) {
				_alpha = 25;
			} else {
				_alpha = 0;
			}
			if (_root._currentframe == 6 or _root._currentframe == 7) {
				removeMovieClip(_root[mc]);
				removeMovieClip(this);
			}
			if (_name !== 'rspikei') {
				if (planted !== 1) {
					_x = Math.round(_root._xmouse / 10) * 10;
					_y = Math.round(_root._ymouse / 10) * 10;
					if (_y > 260) {
						_y = 500 - Math.round(_root._ymouse / 10) * 10;
					} else {
						if (_y > 240) {
							_y = 240;
						}
					}
					if (_x < 20) {
						_x = 20;
					}
				} else {
					_root[codepart] = 'rsix' + _x / 10 + 'y' + _y / 10 + 'z';
				}
			}
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			if (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
		onClipEvent (mouseUp) {
			planted = 1;
		}
		onClipEvent (press) {
			if (_root.moveable == 1) {
				if (_root.deleting == 1) {
					_root[codepart] = '';
					removeMovieClip(_root[mc]);
					removeMovieClip(this);
				}
				planted = 0;
			}
		}
	}
	instance netrii of movieClip 190	{
		onClipEvent (load) {
			if (_root.moveable == 0) {
				this.useHandCursor = false;
			}
			if (_name !== 'netrii') {
				if (_root.moveable == 1) {
					codepart = 'code' + _root.i;
					_root.i = Number(_root.i) + 1;
				}
				if (planted !== 1) {
					_x = _root._xmouse;
					_y = _root._ymouse;
				}
			}
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('tref', mc, i);
			_root[mc]._rotation = 90;
			_root.toolbox.swapDepths(_root.getNextHighestDepth());
		}
		onClipEvent (enterFrame) {
			if (_root._currentframe < 4 or _root.clearall == 1) {
				_root[codepart] = '';
				removeMovieClip(_root[mc]);
				removeMovieClip(this);
			}
			if (_root.moveable == 1) {
				_alpha = 25;
			} else {
				_alpha = 0;
			}
			if (_root._currentframe == 6 or _root._currentframe == 7) {
				removeMovieClip(_root[mc]);
				removeMovieClip(this);
			}
			if (_name !== 'netrii') {
				if (planted !== 1) {
					_x = Math.round(_root._xmouse / 10) * 10;
					_y = Math.round(_root._ymouse / 10) * 10;
					if (_y > 260) {
						_y = 500 - Math.round(_root._ymouse / 10) * 10;
					} else {
						if (_y > 240) {
							_y = 240;
						}
					}
					if (_x < 20) {
						_x = 20;
					}
				} else {
					_root[codepart] = 'netix' + _x / 10 + 'y' + _y / 10 + 'z';
				}
			}
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
		onClipEvent (mouseUp) {
			planted = 1;
		}
		onClipEvent (press) {
			if (_root.moveable == 1) {
				if (_root.deleting == 1) {
					_root[codepart] = '';
					removeMovieClip(_root[mc]);
					removeMovieClip(this);
				}
				planted = 0;
			}
		}
	}
	instance nwtrii of movieClip 190	{
		onClipEvent (load) {
			if (_root.moveable == 0) {
				this.useHandCursor = false;
			}
			if (_name !== 'nwtrii') {
				if (_root.moveable == 1) {
					codepart = 'code' + _root.i;
					_root.i = Number(_root.i) + 1;
				}
				if (planted !== 1) {
					_x = _root._xmouse;
					_y = _root._ymouse;
				}
			}
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('tref2', mc, i);
			_root[mc]._rotation = -90;
			_root.toolbox.swapDepths(_root.getNextHighestDepth());
		}
		onClipEvent (enterFrame) {
			if (_root._currentframe < 4 or _root.clearall == 1) {
				_root[codepart] = '';
				removeMovieClip(_root[mc]);
				removeMovieClip(this);
			}
			if (_root.moveable == 1) {
				_alpha = 25;
			} else {
				_alpha = 0;
			}
			if (_root._currentframe == 6 or _root._currentframe == 7) {
				removeMovieClip(_root[mc]);
				removeMovieClip(this);
			}
			if (_name !== 'nwtrii') {
				if (planted !== 1) {
					_x = Math.round(_root._xmouse / 10) * 10;
					_y = Math.round(_root._ymouse / 10) * 10;
					if (_y > 260) {
						_y = 500 - Math.round(_root._ymouse / 10) * 10;
					} else {
						if (_y > 240) {
							_y = 240;
						}
					}
					if (_x < 20) {
						_x = 20;
					}
				} else {
					_root[codepart] = 'nwtix' + _x / 10 + 'y' + _y / 10 + 'z';
				}
			}
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
		onClipEvent (mouseUp) {
			planted = 1;
		}
		onClipEvent (press) {
			if (_root.moveable == 1) {
				if (_root.deleting == 1) {
					_root[codepart] = '';
					removeMovieClip(_root[mc]);
					removeMovieClip(this);
				}
				planted = 0;
			}
		}
	}
	instance enemyi of movieClip 15	{
		onClipEvent (load) {
			if (_root.moveable == 0) {
				this.useHandCursor = false;
			}
			if (_name !== 'enemyi') {
				if (_root.moveable == 1) {
					codepart = 'code' + _root.i;
					_root.i = Number(_root.i) + 1;
				}
				if (planted !== 1) {
					_x = _root._xmouse;
					_y = _root._ymouse;
				}
			}
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('eref', mc, i);
			_root.toolbox.swapDepths(_root.getNextHighestDepth());
		}
		onClipEvent (enterFrame) {
			if (_root._currentframe < 4 or _root.clearall == 1) {
				_root[codepart] = '';
				removeMovieClip(_root[mc]);
				removeMovieClip(this);
			}
			if (_root.moveable == 1) {
				_alpha = 25;
			} else {
				_alpha = 0;
			}
			if (_root.reset == 1) {
				_x = startx;
			}
			if (planted == 1 and _root.moveable == 1) {
				_x = startx;
			}
			if (_root._currentframe == 6 or _root._currentframe == 7) {
				removeMovieClip(_root[mc]);
				removeMovieClip(this);
			}
			if (_name !== 'enemyi') {
				if (planted !== 1) {
					_x = Math.round(_root._xmouse / 10) * 10;
					_y = Math.round(_root._ymouse / 10) * 10;
					if (_y > 260) {
						_y = 500 - Math.round(_root._ymouse / 10) * 10;
					} else {
						if (_y > 240) {
							_y = 240;
						}
					}
					if (_x < 20) {
						_x = 20;
					}
				} else {
					_root[codepart] = 'eix' + _x / 10 + 'y' + _y / 10 + 'z';
				}
			}
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = -8;
				_root.jumpable = 0;
				_root.expl._x = _x;
				_root.expl._y = _y;
				_root.expl.play();
				_x = 10000;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = -8;
				_root.jumpable = 0;
				_root.expl._x = _x;
				_root.expl._y = _y;
				_root.expl.play();
				_x = 10000;
			}
			if (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				_root.reset = 1;
			}
		}
		onClipEvent (mouseUp) {
			if (planted !== 1) {
				startx = _x;
			}
			planted = 1;
		}
		onClipEvent (press) {
			if (_root.moveable == 1) {
				if (_root.deleting == 1) {
					_root[codepart] = '';
					removeMovieClip(_root[mc]);
					removeMovieClip(this);
				}
				planted = 0;
			}
		}
	}
	instance boxv of movieClip 186	{
		onClipEvent (load) {
			if (_root.moveable == 0) {
				this.useHandCursor = false;
			}
			if (_name !== 'boxv') {
				if (_root.moveable == 1) {
					codepart = 'code' + _root.i;
					_root.i = Number(_root.i) + 1;
				}
				if (planted !== 1) {
					_x = _root._xmouse;
					_y = _root._ymouse;
				}
			}
			yspeed = 0;
			_root.toolbox.swapDepths(_root.getNextHighestDepth());
		}
		onClipEvent (enterFrame) {
			if (_root._currentframe < 4 or _root.clearall == 1) {
				_root[codepart] = '';
				removeMovieClip(_root[mc]);
				removeMovieClip(this);
			}
			if (_root.moveable == 1) {
				_alpha = 50;
			} else {
				_alpha = 100;
			}
			if (_root._currentframe == 6 or _root._currentframe == 7) {
				removeMovieClip(_root[mc]);
				removeMovieClip(this);
			}
			if (_name !== 'boxv') {
				if (planted !== 1) {
					_x = Math.round(_root._xmouse / 10) * 10;
					_y = Math.round(_root._ymouse / 10) * 10;
					if (_y > 260) {
						_y = 500 - Math.round(_root._ymouse / 10) * 10;
					} else {
						if (_y > 240) {
							_y = 240;
						}
					}
					if (_x < 20) {
						_x = 20;
					}
				} else {
					_root[codepart] = 'bvx' + _x / 10 + 'y' + _y / 10 + 'z';
				}
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
		onClipEvent (mouseUp) {
			planted = 1;
		}
		onClipEvent (press) {
			if (_root.moveable == 1) {
				if (_root.deleting == 1) {
					trace('SHOULD HAVE REMOVED');
					_root[codepart] = '';
					removeMovieClip(_root[mc]);
					removeMovieClip(this);
				}
				planted = 0;
			}
		}
	}
	instance uspikev of movieClip 188	{
		onClipEvent (load) {
			if (_root.moveable == 0) {
				this.useHandCursor = false;
			}
			if (_name !== 'uspikev') {
				if (_root.moveable == 1) {
					codepart = 'code' + _root.i;
					_root.i = Number(_root.i) + 1;
				}
				if (planted !== 1) {
					_x = _root._xmouse;
					_y = _root._ymouse;
				}
			}
			yspeed = 0;
			_root.toolbox.swapDepths(_root.getNextHighestDepth());
		}
		onClipEvent (enterFrame) {
			if (_root._currentframe < 4 or _root.clearall == 1) {
				_root[codepart] = '';
				removeMovieClip(_root[mc]);
				removeMovieClip(this);
			}
			if (_root.moveable == 1) {
				_alpha = 50;
			} else {
				_alpha = 100;
			}
			if (_root._currentframe == 6 or _root._currentframe == 7) {
				removeMovieClip(_root[mc]);
				removeMovieClip(this);
			}
			if (_name !== 'uspikev') {
				if (planted !== 1) {
					_x = Math.round(_root._xmouse / 10) * 10;
					_y = Math.round(_root._ymouse / 10) * 10;
					if (_y > 260) {
						_y = 500 - Math.round(_root._ymouse / 10) * 10;
					} else {
						if (_y > 240) {
							_y = 240;
						}
					}
					if (_x < 20) {
						_x = 20;
					}
				} else {
					_root[codepart] = 'usvx' + _x / 10 + 'y' + _y / 10 + 'z';
				}
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
		onClipEvent (mouseUp) {
			planted = 1;
		}
		onClipEvent (press) {
			if (_root.moveable == 1) {
				if (_root.deleting == 1) {
					_root[codepart] = '';
					removeMovieClip(_root[mc]);
					removeMovieClip(this);
				}
				planted = 0;
			}
		}
	}
	instance dspikev of movieClip 188	{
		onClipEvent (load) {
			if (_root.moveable == 0) {
				this.useHandCursor = false;
			}
			if (_name !== 'dspikev') {
				if (_root.moveable == 1) {
					codepart = 'code' + _root.i;
					_root.i = Number(_root.i) + 1;
				}
				if (planted !== 1) {
					_x = _root._xmouse;
					_y = _root._ymouse;
				}
			}
			yspeed = 0;
			_root.toolbox.swapDepths(_root.getNextHighestDepth());
		}
		onClipEvent (enterFrame) {
			if (_root._currentframe < 4 or _root.clearall == 1) {
				_root[codepart] = '';
				removeMovieClip(_root[mc]);
				removeMovieClip(this);
			}
			if (_root.moveable == 1) {
				_alpha = 50;
			} else {
				_alpha = 100;
			}
			if (_root._currentframe == 6 or _root._currentframe == 7) {
				removeMovieClip(_root[mc]);
				removeMovieClip(this);
			}
			if (_name !== 'dspikev') {
				if (planted !== 1) {
					_x = Math.round(_root._xmouse / 10) * 10;
					_y = Math.round(_root._ymouse / 10) * 10;
					if (_y > 260) {
						_y = 500 - Math.round(_root._ymouse / 10) * 10;
					} else {
						if (_y > 240) {
							_y = 240;
						}
					}
					if (_x < 20) {
						_x = 20;
					}
				} else {
					_root[codepart] = 'dsvx' + _x / 10 + 'y' + _y / 10 + 'z';
				}
			}
			if (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
		onClipEvent (mouseUp) {
			planted = 1;
		}
		onClipEvent (press) {
			if (_root.moveable == 1) {
				if (_root.deleting == 1) {
					_root[codepart] = '';
					removeMovieClip(_root[mc]);
					removeMovieClip(this);
				}
				planted = 0;
			}
		}
	}
	instance utriv of movieClip 190	{
		onClipEvent (load) {
			if (_root.moveable == 0) {
				this.useHandCursor = false;
			}
			if (_name !== 'utriv') {
				if (_root.moveable == 1) {
					codepart = 'code' + _root.i;
					_root.i = Number(_root.i) + 1;
				}
				if (planted !== 1) {
					_x = _root._xmouse;
					_y = _root._ymouse;
				}
			}
			yspeed = 0;
			_root.toolbox.swapDepths(_root.getNextHighestDepth());
		}
		onClipEvent (enterFrame) {
			if (_root._currentframe < 4 or _root.clearall == 1) {
				_root[codepart] = '';
				removeMovieClip(_root[mc]);
				removeMovieClip(this);
			}
			if (_root.moveable == 1) {
				_alpha = 50;
			} else {
				_alpha = 100;
			}
			if (_root._currentframe == 6 or _root._currentframe == 7) {
				removeMovieClip(_root[mc]);
				removeMovieClip(this);
			}
			if (_name !== 'utriv') {
				if (planted !== 1) {
					_x = Math.round(_root._xmouse / 10) * 10;
					_y = Math.round(_root._ymouse / 10) * 10;
					if (_y > 260) {
						_y = 500 - Math.round(_root._ymouse / 10) * 10;
					} else {
						if (_y > 240) {
							_y = 240;
						}
					}
					if (_x < 20) {
						_x = 20;
					}
				} else {
					_root[codepart] = 'utvx' + _x / 10 + 'y' + _y / 10 + 'z';
				}
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
		onClipEvent (mouseUp) {
			planted = 1;
		}
		onClipEvent (press) {
			if (_root.moveable == 1) {
				if (_root.deleting == 1) {
					_root[codepart] = '';
					removeMovieClip(_root[mc]);
					removeMovieClip(this);
				}
				planted = 0;
			}
		}
	}
	instance dtriv of movieClip 190	{
		onClipEvent (load) {
			if (_root.moveable == 0) {
				this.useHandCursor = false;
			}
			if (_name !== 'dtriv') {
				if (_root.moveable == 1) {
					codepart = 'code' + _root.i;
					_root.i = Number(_root.i) + 1;
				}
				if (planted !== 1) {
					_x = _root._xmouse;
					_y = _root._ymouse;
				}
			}
			yspeed = 0;
			_root.toolbox.swapDepths(_root.getNextHighestDepth());
		}
		onClipEvent (enterFrame) {
			if (_root._currentframe < 4 or _root.clearall == 1) {
				_root[codepart] = '';
				removeMovieClip(_root[mc]);
				removeMovieClip(this);
			}
			if (_root.moveable == 1) {
				_alpha = 50;
			} else {
				_alpha = 100;
			}
			if (_root._currentframe == 6 or _root._currentframe == 7) {
				removeMovieClip(_root[mc]);
				removeMovieClip(this);
			}
			if (_name !== 'dtriv') {
				if (planted !== 1) {
					_x = Math.round(_root._xmouse / 10) * 10;
					_y = Math.round(_root._ymouse / 10) * 10;
					if (_y > 260) {
						_y = 500 - Math.round(_root._ymouse / 10) * 10;
					} else {
						if (_y > 240) {
							_y = 240;
						}
					}
					if (_x < 20) {
						_x = 20;
					}
				} else {
					_root[codepart] = 'dtvx' + _x / 10 + 'y' + _y / 10 + 'z';
				}
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
		onClipEvent (mouseUp) {
			planted = 1;
		}
		onClipEvent (press) {
			if (_root.moveable == 1) {
				if (_root.deleting == 1) {
					_root[codepart] = '';
					removeMovieClip(_root[mc]);
					removeMovieClip(this);
				}
				planted = 0;
			}
		}
	}
	instance mboxv of movieClip 192	{
		onClipEvent (load) {
			if (_root.moveable == 0) {
				this.useHandCursor = false;
			}
			if (_name !== 'mboxv') {
				if (_root.moveable == 1) {
					codepart = 'code' + _root.i;
					_root.i = Number(_root.i) + 1;
				}
				if (planted == 0) {
					_x = _root._xmouse;
					_y = _root._ymouse;
				}
			}
		}
		onClipEvent (enterFrame) {
			if (_root._currentframe < 4 or _root.clearall == 1) {
				_root[codepart] = '';
				removeMovieClip(_root[mc]);
				removeMovieClip(this);
			}
			if (_name !== 'mboxv') {
				if (dir == 1) {
					_x = _x - speed;
				}
				if (dir == 2) {
					_x = _x + speed;
				}
				if (range >= 100) {
					if (_x < startx) {
						dir = 2;
					}
					if (_x > startx + range - 100) {
						dir = 1;
					}
				}
				if (range < 100) {
					if (_x < startx + range - 100) {
						dir = 2;
					}
					if (_x > startx) {
						dir = 1;
					}
				}
			}
		}
		onClipEvent (load) {
			yspeed = 0;
			_root.toolbox.swapDepths(_root.getNextHighestDepth());
		}
		onClipEvent (enterFrame) {
			if (_root.moveable == 1) {
				_alpha = 50;
			} else {
				_alpha = 100;
			}
			this.clear();
			if (planted == 2) {
				this.lineStyle(2, 0, 100, false, 0, 'none');
				mousex = Math.round(_root._xmouse / 10) * 10;
				if (mousex < 20) {
					mousex = 20;
				}
				if (mousex < _x - 100) {
					mousex = _x - 100;
				}
				if (mousex > _x + 100) {
					mousex = _x + 100;
				}
				this.lineTo(mousex - _x, 0);
			}
			if (_root._currentframe == 6 or _root._currentframe == 7) {
				removeMovieClip(_root[mc]);
				removeMovieClip(this);
			}
			if (_name !== 'mboxv') {
				if (planted == 0) {
					_x = Math.round(_root._xmouse / 10) * 10;
					_y = Math.round(_root._ymouse / 10) * 10;
					if (_y > 260) {
						_y = 500 - Math.round(_root._ymouse / 10) * 10;
					} else {
						if (_y > 240) {
							_y = 240;
						}
					}
					if (_x < 20) {
						_x = 20;
					}
				} else {
					_root[codepart] = 'bmvx' + startx / 10 + 'y' + _y / 10 + 'r' + range / 10 + 'z';
				}
			}
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true) or this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				if (dir == 1) {
					_root.guy._x -= speed;
				}
				if (dir == 2) {
					_root.guy._x += speed;
				}
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
		onClipEvent (mouseUp) {
			if (planted == 0) {
				planted = 2;
			}
		}
		onClipEvent (mouseDown) {
			if (planted == 2) {
				planted = 1;
				startx = _x;
				mousex = Math.round(_root._xmouse / 10) * 10;
				if (mousex < _x - 100) {
					mousex = _x - 100;
				}
				if (mousex > _x + 100) {
					mousex = _x + 100;
				}
				if (mousex < 20) {
					mousex = 20;
				}
				range = mousex - _x + 100;
				trace('Range: ' + range);
				dir = 2;
				speed = 0.5;
			}
		}
		onClipEvent (press) {
			if (_root.moveable == 1) {
				if (_root.deleting == 1) {
					_root[codepart] = '';
					removeMovieClip(_root[mc]);
					removeMovieClip(this);
				}
				planted = 0;
				startx = 0;
				range = 0;
				dir = 0;
				speed = 0;
			}
		}
	}
	instance platv of movieClip 194	{
		onClipEvent (load) {
			if (_root.moveable == 0) {
				this.useHandCursor = false;
			}
			if (_name !== 'platv') {
				if (_root.moveable == 1) {
					codepart = 'code' + _root.i;
					_root.i = Number(_root.i) + 1;
				}
				if (planted !== 1) {
					_x = _root._xmouse;
					_y = _root._ymouse;
				}
			}
			yspeed = 0;
			_root.toolbox.swapDepths(_root.getNextHighestDepth());
		}
		onClipEvent (enterFrame) {
			if (_root._currentframe < 4 or _root.clearall == 1) {
				_root[codepart] = '';
				removeMovieClip(_root[mc]);
				removeMovieClip(this);
			}
			if (_root.moveable == 1) {
				_alpha = 50;
			} else {
				_alpha = 100;
			}
			if (_root._currentframe == 6 or _root._currentframe == 7) {
				removeMovieClip(_root[mc]);
				removeMovieClip(this);
			}
			if (_name !== 'platv') {
				if (planted !== 1) {
					_x = Math.round(_root._xmouse / 10) * 10;
					_y = Math.round(_root._ymouse / 10) * 10;
					if (_y > 260) {
						_y = 500 - Math.round(_root._ymouse / 10) * 10;
					} else {
						if (_y > 240) {
							_y = 240;
						}
					}
					if (_x < 20) {
						_x = 20;
					}
				} else {
					_root[codepart] = 'pvx' + _x / 10 + 'y' + _y / 10 + 'z';
				}
			}
			if (_root.guy.yspeed >= 0) {
				while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
					--_root.guy._y;
					_root.guy.yspeed = 0;
					_root.jumpable = 1;
				}
				while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
					--_root.guy._y;
					_root.guy.yspeed = 0;
					_root.jumpable = 1;
				}
			}
		}
		onClipEvent (mouseUp) {
			planted = 1;
		}
		onClipEvent (press) {
			if (_root.moveable == 1) {
				if (_root.deleting == 1) {
					_root[codepart] = '';
					removeMovieClip(_root[mc]);
					removeMovieClip(this);
				}
				planted = 0;
			}
		}
	}
	instance lspikev of movieClip 188	{
		onClipEvent (load) {
			if (_root.moveable == 0) {
				this.useHandCursor = false;
			}
			if (_name !== 'lspikev') {
				if (_root.moveable == 1) {
					codepart = 'code' + _root.i;
					_root.i = Number(_root.i) + 1;
				}
				if (planted !== 1) {
					_x = _root._xmouse;
					_y = _root._ymouse;
				}
			}
			yspeed = 0;
			_root.toolbox.swapDepths(_root.getNextHighestDepth());
		}
		onClipEvent (enterFrame) {
			if (_root._currentframe < 4 or _root.clearall == 1) {
				_root[codepart] = '';
				removeMovieClip(_root[mc]);
				removeMovieClip(this);
			}
			if (_root.moveable == 1) {
				_alpha = 50;
			} else {
				_alpha = 100;
			}
			if (_root._currentframe == 6 or _root._currentframe == 7) {
				removeMovieClip(_root[mc]);
				removeMovieClip(this);
			}
			if (_name !== 'lspikev') {
				if (planted !== 1) {
					_x = Math.round(_root._xmouse / 10) * 10;
					_y = Math.round(_root._ymouse / 10) * 10;
					if (_y > 260) {
						_y = 500 - Math.round(_root._ymouse / 10) * 10;
					} else {
						if (_y > 240) {
							_y = 240;
						}
					}
					if (_x < 20) {
						_x = 20;
					}
				} else {
					_root[codepart] = 'lsvx' + _x / 10 + 'y' + _y / 10 + 'z';
				}
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			if (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
		onClipEvent (mouseUp) {
			planted = 1;
		}
		onClipEvent (press) {
			if (_root.moveable == 1) {
				if (_root.deleting == 1) {
					_root[codepart] = '';
					removeMovieClip(_root[mc]);
					removeMovieClip(this);
				}
				planted = 0;
			}
		}
	}
	instance rspikev of movieClip 188	{
		onClipEvent (load) {
			if (_root.moveable == 0) {
				this.useHandCursor = false;
			}
			if (_name !== 'rspikev') {
				if (_root.moveable == 1) {
					codepart = 'code' + _root.i;
					_root.i = Number(_root.i) + 1;
				}
				if (planted !== 1) {
					_x = _root._xmouse;
					_y = _root._ymouse;
				}
			}
			yspeed = 0;
			_root.toolbox.swapDepths(_root.getNextHighestDepth());
		}
		onClipEvent (enterFrame) {
			if (_root._currentframe < 4 or _root.clearall == 1) {
				_root[codepart] = '';
				removeMovieClip(_root[mc]);
				removeMovieClip(this);
			}
			if (_root.moveable == 1) {
				_alpha = 50;
			} else {
				_alpha = 100;
			}
			if (_root._currentframe == 6 or _root._currentframe == 7) {
				removeMovieClip(_root[mc]);
				removeMovieClip(this);
			}
			if (_name !== 'rspikev') {
				if (planted !== 1) {
					_x = Math.round(_root._xmouse / 10) * 10;
					_y = Math.round(_root._ymouse / 10) * 10;
					if (_y > 260) {
						_y = 500 - Math.round(_root._ymouse / 10) * 10;
					} else {
						if (_y > 240) {
							_y = 240;
						}
					}
					if (_x < 20) {
						_x = 20;
					}
				} else {
					_root[codepart] = 'rsvx' + _x / 10 + 'y' + _y / 10 + 'z';
				}
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			if (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
		onClipEvent (mouseUp) {
			planted = 1;
		}
		onClipEvent (press) {
			if (_root.moveable == 1) {
				if (_root.deleting == 1) {
					_root[codepart] = '';
					removeMovieClip(_root[mc]);
					removeMovieClip(this);
				}
				planted = 0;
			}
		}
	}
	instance netriv of movieClip 190	{
		onClipEvent (load) {
			if (_root.moveable == 0) {
				this.useHandCursor = false;
			}
			if (_name !== 'netriv') {
				if (_root.moveable == 1) {
					codepart = 'code' + _root.i;
					_root.i = Number(_root.i) + 1;
				}
				if (planted !== 1) {
					_x = _root._xmouse;
					_y = _root._ymouse;
				}
			}
			yspeed = 0;
			_root.toolbox.swapDepths(_root.getNextHighestDepth());
		}
		onClipEvent (enterFrame) {
			if (_root._currentframe < 4 or _root.clearall == 1) {
				_root[codepart] = '';
				removeMovieClip(_root[mc]);
				removeMovieClip(this);
			}
			if (_root.moveable == 1) {
				_alpha = 50;
			} else {
				_alpha = 100;
			}
			if (_root._currentframe == 6 or _root._currentframe == 7) {
				removeMovieClip(_root[mc]);
				removeMovieClip(this);
			}
			if (_name !== 'netriv') {
				if (planted !== 1) {
					_x = Math.round(_root._xmouse / 10) * 10;
					_y = Math.round(_root._ymouse / 10) * 10;
					if (_y > 260) {
						_y = 500 - Math.round(_root._ymouse / 10) * 10;
					} else {
						if (_y > 240) {
							_y = 240;
						}
					}
					if (_x < 20) {
						_x = 20;
					}
				} else {
					_root[codepart] = 'netvx' + _x / 10 + 'y' + _y / 10 + 'z';
				}
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
		onClipEvent (mouseUp) {
			planted = 1;
		}
		onClipEvent (press) {
			if (_root.moveable == 1) {
				if (_root.deleting == 1) {
					_root[codepart] = '';
					removeMovieClip(_root[mc]);
					removeMovieClip(this);
				}
				planted = 0;
			}
		}
	}
	instance nwtriv of movieClip 190	{
		onClipEvent (load) {
			if (_root.moveable == 0) {
				this.useHandCursor = false;
			}
			if (_name !== 'nwtriv') {
				if (_root.moveable == 1) {
					codepart = 'code' + _root.i;
					_root.i = Number(_root.i) + 1;
				}
				if (planted !== 1) {
					_x = _root._xmouse;
					_y = _root._ymouse;
				}
			}
			yspeed = 0;
			_root.toolbox.swapDepths(_root.getNextHighestDepth());
		}
		onClipEvent (enterFrame) {
			if (_root._currentframe < 4 or _root.clearall == 1) {
				_root[codepart] = '';
				removeMovieClip(_root[mc]);
				removeMovieClip(this);
			}
			if (_root.moveable == 1) {
				_alpha = 50;
			} else {
				_alpha = 100;
			}
			if (_root._currentframe == 6 or _root._currentframe == 7) {
				removeMovieClip(_root[mc]);
				removeMovieClip(this);
			}
			if (_name !== 'nwtriv') {
				if (planted !== 1) {
					_x = Math.round(_root._xmouse / 10) * 10;
					_y = Math.round(_root._ymouse / 10) * 10;
					if (_y > 260) {
						_y = 500 - Math.round(_root._ymouse / 10) * 10;
					} else {
						if (_y > 240) {
							_y = 240;
						}
					}
					if (_x < 20) {
						_x = 20;
					}
				} else {
					_root[codepart] = 'nwtvx' + _x / 10 + 'y' + _y / 10 + 'z';
				}
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
		onClipEvent (mouseUp) {
			planted = 1;
		}
		onClipEvent (press) {
			if (_root.moveable == 1) {
				if (_root.deleting == 1) {
					_root[codepart] = '';
					removeMovieClip(_root[mc]);
					removeMovieClip(this);
				}
				planted = 0;
			}
		}
	}
	instance enemyv of movieClip 15	{
		onClipEvent (load) {
			if (_root.moveable == 0) {
				this.useHandCursor = false;
			}
			if (_name !== 'enemyv') {
				if (_root.moveable == 1) {
					codepart = 'code' + _root.i;
					_root.i = Number(_root.i) + 1;
				}
				if (planted !== 1) {
					_x = _root._xmouse;
					_y = _root._ymouse;
				}
			}
			yspeed = 0;
			_root.toolbox.swapDepths(_root.getNextHighestDepth());
		}
		onClipEvent (enterFrame) {
			if (_root._currentframe < 4 or _root.clearall == 1) {
				_root[codepart] = '';
				removeMovieClip(_root[mc]);
				removeMovieClip(this);
			}
			if (_root.moveable == 1) {
				_alpha = 50;
			} else {
				_alpha = 100;
			}
			if (_root.reset == 1) {
				_x = startx;
			}
			if (planted == 1 and _root.moveable == 1) {
				_x = startx;
			}
			if (_root._currentframe == 6 or _root._currentframe == 7) {
				removeMovieClip(_root[mc]);
				removeMovieClip(this);
			}
			if (_name !== 'enemyv') {
				if (planted !== 1) {
					_x = Math.round(_root._xmouse / 10) * 10;
					_y = Math.round(_root._ymouse / 10) * 10;
					if (_y > 260) {
						_y = 500 - Math.round(_root._ymouse / 10) * 10;
					} else {
						if (_y > 240) {
							_y = 240;
						}
					}
					if (_x < 20) {
						_x = 20;
					}
				} else {
					_root[codepart] = 'evx' + _x / 10 + 'y' + _y / 10 + 'z';
				}
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = -8;
				_root.jumpable = 0;
				_root.expl._x = _x;
				_root.expl._y = _y;
				_root.expl.play();
				_x = 10000;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = -8;
				_root.jumpable = 0;
				_root.expl._x = _x;
				_root.expl._y = _y;
				_root.expl.play();
				_x = 10000;
			}
			if (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				_root.reset = 1;
			}
		}
		onClipEvent (mouseUp) {
			if (planted !== 1) {
				startx = _x;
			}
			planted = 1;
		}
		onClipEvent (press) {
			if (_root.moveable == 1) {
				if (_root.deleting == 1) {
					_root[codepart] = '';
					removeMovieClip(_root[mc]);
					removeMovieClip(this);
				}
				planted = 0;
			}
		}
	}
	instance guy of movieClip 218	{
		onClipEvent (load) {
			startx = _x;
			starty = _y;
			_root.abouttomoveon = 0;
			_root.reset = 0;
			xspeed = 0;
			yspeed = 0;
			targetxspeed = 0;
		}
		onClipEvent (enterFrame) {
			if (_x < 0) {
				_x = 0;
			}
			if (_root.reset == 1) {
				_x = startx;
				_y = starty;
				_rotation = 0;
				gotoAndStop(1);
				xspeed = 0;
				yspeed = 0;
				targetxspeed = 0;
			}
			if (_root.abouttomoveon == 1) {
				_root.nextFrame();
			}
			if (_x > 750) {
				_root.abouttomoveon = 1;
				_root.resetter.play();
			}
			if (_root.jumpable == 1) {
				_rotation = 0;
			} else {
				_rotation = xspeed * 5;
			}
			targetxspeed = 0;
			if (Key.isDown(39)) {
				targetxspeed = 4;
			}
			if (Key.isDown(37)) {
				targetxspeed = -4;
			}
			if (Key.isDown(40) and _root.jumpable == 1) {
				if (xspeed >= 0) {
					gotoAndStop(7);
				} else {
					gotoAndStop(8);
				}
				targetxspeed = 0;
			} else {
				if (xspeed >= 0) {
					if (_root.jumpable < 1) {
						gotoAndStop(5);
					} else {
						if (xspeed > 1) {
							gotoAndStop(3);
						} else {
							gotoAndStop(1);
						}
					}
				} else {
					if (xspeed < 0) {
						if (_root.jumpable < 1) {
							gotoAndStop(6);
						} else {
							if (xspeed < -1) {
								gotoAndStop(4);
							} else {
								gotoAndStop(2);
							}
						}
					}
				}
			}
			if (Key.isDown(38)) {
				if (_root.jumpable == 1) {
					yspeed = -10;
				}
			}
			yspeed += 1;
			if (yspeed > 8) {
				yspeed = 8;
			}
			_y = _y + yspeed;
			xspeed += (targetxspeed - xspeed) / 4;
			_x = _x + xspeed;
			_root.jumpable = 0;
			if (_y > 230) {
				_y = 230;
				yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance guy2 of movieClip 218	{
		onClipEvent (enterFrame) {
			_rotation = -_root.guy._rotation;
			_x = _root.guy._x;
			_y = 500 - _root.guy._y;
			gotoAndStop(_root.guy._currentframe);
		}
	}
	instance resetter of movieClip 270	{
		onClipEvent (enterFrame) {
			if (_root.reset == 1) {
				play();
			}
		}
	}
	movieClip 290	{
		frame 1 {
			numb = Math.round(Math.random() * 20);
			writing = 'Loading Level (' + numb + '%)';
		}
	}
	frame 9 {
		moveable = 0;
	}
	frame 9 {
		var code = _root.codeinput;
		j = 0;
		while (j <= 75) {
			k = 0;
			while (k <= 24) {
				if (code.indexOf('bx' + j + 'y' + k + 'z') !== -1) {
					newdepth = _root.getNextHighestDepth();
					newname = 'box' + newdepth;
					_root.box.duplicateMovieClip(newname, newdepth);
					_root[newname]._x = j * 10;
					_root[newname]._y = k * 10;
					_root[newname].planted = 1;
				}
				if (code.indexOf('usx' + j + 'y' + k + 'z') !== -1) {
					newdepth = _root.getNextHighestDepth();
					newname = 'uspike' + newdepth;
					_root.uspike.duplicateMovieClip(newname, newdepth);
					_root[newname]._x = j * 10;
					_root[newname]._y = k * 10;
					_root[newname].planted = 1;
				}
				if (code.indexOf('dsx' + j + 'y' + k + 'z') !== -1) {
					newdepth = _root.getNextHighestDepth();
					newname = 'dspike' + newdepth;
					_root.dspike.duplicateMovieClip(newname, newdepth);
					_root[newname]._x = j * 10;
					_root[newname]._y = k * 10;
					_root[newname].planted = 1;
				}
				if (code.indexOf('lsx' + j + 'y' + k + 'z') !== -1) {
					newdepth = _root.getNextHighestDepth();
					newname = 'lspike' + newdepth;
					_root.lspike.duplicateMovieClip(newname, newdepth);
					_root[newname]._x = j * 10;
					_root[newname]._y = k * 10;
					_root[newname].planted = 1;
				}
				if (code.indexOf('rsx' + j + 'y' + k + 'z') !== -1) {
					newdepth = _root.getNextHighestDepth();
					newname = 'rspike' + newdepth;
					_root.rspike.duplicateMovieClip(newname, newdepth);
					_root[newname]._x = j * 10;
					_root[newname]._y = k * 10;
					_root[newname].planted = 1;
				}
				if (code.indexOf('utx' + j + 'y' + k + 'z') !== -1) {
					newdepth = _root.getNextHighestDepth();
					newname = 'utri' + newdepth;
					_root.utri.duplicateMovieClip(newname, newdepth);
					_root[newname]._x = j * 10;
					_root[newname]._y = k * 10;
					_root[newname].planted = 1;
				}
				if (code.indexOf('dtx' + j + 'y' + k + 'z') !== -1) {
					newdepth = _root.getNextHighestDepth();
					newname = 'dtri' + newdepth;
					_root.dtri.duplicateMovieClip(newname, newdepth);
					_root[newname]._x = j * 10;
					_root[newname]._y = k * 10;
					_root[newname].planted = 1;
				}
				if (code.indexOf('nwtx' + j + 'y' + k + 'z') !== -1) {
					newdepth = _root.getNextHighestDepth();
					newname = 'nwtri' + newdepth;
					_root.nwtri.duplicateMovieClip(newname, newdepth);
					_root[newname]._x = j * 10;
					_root[newname]._y = k * 10;
					_root[newname].planted = 1;
				}
				if (code.indexOf('netx' + j + 'y' + k + 'z') !== -1) {
					newdepth = _root.getNextHighestDepth();
					newname = 'netri' + newdepth;
					_root.netri.duplicateMovieClip(newname, newdepth);
					_root[newname]._x = j * 10;
					_root[newname]._y = k * 10;
					_root[newname].planted = 1;
				}
				if (code.indexOf('px' + j + 'y' + k + 'z') !== -1) {
					newdepth = _root.getNextHighestDepth();
					newname = 'plat' + newdepth;
					_root.plat.duplicateMovieClip(newname, newdepth);
					_root[newname]._x = j * 10;
					_root[newname]._y = k * 10;
					_root[newname].planted = 1;
				}
				if (code.indexOf('ex' + j + 'y' + k + 'z') !== -1) {
					newdepth = _root.getNextHighestDepth();
					newname = 'enemy' + newdepth;
					_root.enemy.duplicateMovieClip(newname, newdepth);
					_root[newname]._x = j * 10;
					_root[newname]._y = k * 10;
					_root[newname].planted = 1;
				}
				r = 0;
				while (r < 21) {
					if (code.indexOf('bmx' + j + 'y' + k + 'r' + r + 'z') !== -1) {
						newdepth = _root.getNextHighestDepth();
						newname = 'mbox' + newdepth;
						_root.mbox.duplicateMovieClip(newname, newdepth);
						_root[newname]._x = j * 10;
						_root[newname]._y = k * 10;
						_root[newname].planted = 1;
						_root[newname].startx = _root[newname]._x;
						_root[newname].range = r * 10;
						_root[newname].dir = 2;
						_root[newname].speed = 0.5;
						trace('Found it! Range is ' + r);
					}
					++r;
				}
				++k;
			}
			++j;
		}
		toolbox.removeMovieClip();
		toolbox2.swapDepths(_root.getNextHighestDepth());
		removeMovieClip(l0);
		l33.swapDepths(_root.getNextHighestDepth());
	}
	movieClip 293	{
		frame 1 {
			numb = 40 + Math.round(Math.random() * 20);
			writing = 'Loading Level (' + numb + '%)';
		}
	}
	frame 10 {
		moveable = 0;
	}
	frame 10 {
		var code = _root.codeinput;
		j = 0;
		while (j <= 75) {
			k = 0;
			while (k <= 24) {
				if (code.indexOf('bix' + j + 'y' + k + 'z') !== -1) {
					newdepth = _root.getNextHighestDepth();
					newname = 'boxi' + newdepth;
					_root.boxi.duplicateMovieClip(newname, newdepth);
					_root[newname]._x = j * 10;
					_root[newname]._y = k * 10;
					_root[newname].planted = 1;
				}
				if (code.indexOf('usix' + j + 'y' + k + 'z') !== -1) {
					newdepth = _root.getNextHighestDepth();
					newname = 'uspikei' + newdepth;
					_root.uspikei.duplicateMovieClip(newname, newdepth);
					_root[newname]._x = j * 10;
					_root[newname]._y = k * 10;
					_root[newname].planted = 1;
				}
				if (code.indexOf('dsix' + j + 'y' + k + 'z') !== -1) {
					newdepth = _root.getNextHighestDepth();
					newname = 'dspikei' + newdepth;
					_root.dspikei.duplicateMovieClip(newname, newdepth);
					_root[newname]._x = j * 10;
					_root[newname]._y = k * 10;
					_root[newname].planted = 1;
				}
				if (code.indexOf('lsix' + j + 'y' + k + 'z') !== -1) {
					newdepth = _root.getNextHighestDepth();
					newname = 'lspikei' + newdepth;
					_root.lspikei.duplicateMovieClip(newname, newdepth);
					_root[newname]._x = j * 10;
					_root[newname]._y = k * 10;
					_root[newname].planted = 1;
				}
				if (code.indexOf('rsix' + j + 'y' + k + 'z') !== -1) {
					newdepth = _root.getNextHighestDepth();
					newname = 'rspikei' + newdepth;
					_root.rspikei.duplicateMovieClip(newname, newdepth);
					_root[newname]._x = j * 10;
					_root[newname]._y = k * 10;
					_root[newname].planted = 1;
				}
				if (code.indexOf('utix' + j + 'y' + k + 'z') !== -1) {
					newdepth = _root.getNextHighestDepth();
					newname = 'utrii' + newdepth;
					_root.utrii.duplicateMovieClip(newname, newdepth);
					_root[newname]._x = j * 10;
					_root[newname]._y = k * 10;
					_root[newname].planted = 1;
				}
				if (code.indexOf('dtix' + j + 'y' + k + 'z') !== -1) {
					newdepth = _root.getNextHighestDepth();
					newname = 'dtrii' + newdepth;
					_root.dtrii.duplicateMovieClip(newname, newdepth);
					_root[newname]._x = j * 10;
					_root[newname]._y = k * 10;
					_root[newname].planted = 1;
				}
				if (code.indexOf('nwtix' + j + 'y' + k + 'z') !== -1) {
					newdepth = _root.getNextHighestDepth();
					newname = 'nwtrii' + newdepth;
					_root.nwtrii.duplicateMovieClip(newname, newdepth);
					_root[newname]._x = j * 10;
					_root[newname]._y = k * 10;
					_root[newname].planted = 1;
				}
				if (code.indexOf('netix' + j + 'y' + k + 'z') !== -1) {
					newdepth = _root.getNextHighestDepth();
					newname = 'netrii' + newdepth;
					_root.netrii.duplicateMovieClip(newname, newdepth);
					_root[newname]._x = j * 10;
					_root[newname]._y = k * 10;
					_root[newname].planted = 1;
				}
				if (code.indexOf('pix' + j + 'y' + k + 'z') !== -1) {
					newdepth = _root.getNextHighestDepth();
					newname = 'plati' + newdepth;
					_root.plati.duplicateMovieClip(newname, newdepth);
					_root[newname]._x = j * 10;
					_root[newname]._y = k * 10;
					_root[newname].planted = 1;
				}
				if (code.indexOf('eix' + j + 'y' + k + 'z') !== -1) {
					newdepth = _root.getNextHighestDepth();
					newname = 'enemyi' + newdepth;
					_root.enemyi.duplicateMovieClip(newname, newdepth);
					_root[newname]._x = j * 10;
					_root[newname]._y = k * 10;
					_root[newname].planted = 1;
				}
				r = 0;
				while (r < 21) {
					if (code.indexOf('bmix' + j + 'y' + k + 'r' + r + 'z') !== -1) {
						newdepth = _root.getNextHighestDepth();
						newname = 'mboxi' + newdepth;
						_root.mboxi.duplicateMovieClip(newname, newdepth);
						_root[newname]._x = j * 10;
						_root[newname]._y = k * 10;
						_root[newname].planted = 1;
						_root[newname].startx = _root[newname]._x;
						_root[newname].range = r * 10;
						_root[newname].dir = 2;
						_root[newname].speed = 0.5;
						trace('Found it! Range is ' + r);
					}
					++r;
				}
				++k;
			}
			++j;
		}
		toolbox.removeMovieClip();
		toolbox2.swapDepths(_root.getNextHighestDepth());
		removeMovieClip(l33);
		l66.swapDepths(_root.getNextHighestDepth());
	}
	movieClip 296	{
		frame 1 {
			numb = 65 + Math.round(Math.random() * 20);
			writing = 'Loading Level (' + numb + '%)';
		}
	}
	frame 11 {
		moveable = 0;
		stop();
	}
	frame 11 {
		var code = _root.codeinput;
		j = 0;
		while (j <= 75) {
			k = 0;
			while (k <= 24) {
				if (code.indexOf('bvx' + j + 'y' + k + 'z') !== -1) {
					newdepth = _root.getNextHighestDepth();
					newname = 'boxv' + newdepth;
					_root.boxv.duplicateMovieClip(newname, newdepth);
					_root[newname]._x = j * 10;
					_root[newname]._y = k * 10;
					_root[newname].planted = 1;
				}
				if (code.indexOf('usvx' + j + 'y' + k + 'z') !== -1) {
					newdepth = _root.getNextHighestDepth();
					newname = 'uspikev' + newdepth;
					_root.uspikev.duplicateMovieClip(newname, newdepth);
					_root[newname]._x = j * 10;
					_root[newname]._y = k * 10;
					_root[newname].planted = 1;
				}
				if (code.indexOf('dsvx' + j + 'y' + k + 'z') !== -1) {
					newdepth = _root.getNextHighestDepth();
					newname = 'dspikev' + newdepth;
					_root.dspikev.duplicateMovieClip(newname, newdepth);
					_root[newname]._x = j * 10;
					_root[newname]._y = k * 10;
					_root[newname].planted = 1;
				}
				if (code.indexOf('lsvx' + j + 'y' + k + 'z') !== -1) {
					newdepth = _root.getNextHighestDepth();
					newname = 'lspikev' + newdepth;
					_root.lspikev.duplicateMovieClip(newname, newdepth);
					_root[newname]._x = j * 10;
					_root[newname]._y = k * 10;
					_root[newname].planted = 1;
				}
				if (code.indexOf('rsvx' + j + 'y' + k + 'z') !== -1) {
					newdepth = _root.getNextHighestDepth();
					newname = 'rspikev' + newdepth;
					_root.rspikev.duplicateMovieClip(newname, newdepth);
					_root[newname]._x = j * 10;
					_root[newname]._y = k * 10;
					_root[newname].planted = 1;
				}
				if (code.indexOf('utvx' + j + 'y' + k + 'z') !== -1) {
					newdepth = _root.getNextHighestDepth();
					newname = 'utriv' + newdepth;
					_root.utriv.duplicateMovieClip(newname, newdepth);
					_root[newname]._x = j * 10;
					_root[newname]._y = k * 10;
					_root[newname].planted = 1;
				}
				if (code.indexOf('dtvx' + j + 'y' + k + 'z') !== -1) {
					newdepth = _root.getNextHighestDepth();
					newname = 'dtriv' + newdepth;
					_root.dtriv.duplicateMovieClip(newname, newdepth);
					_root[newname]._x = j * 10;
					_root[newname]._y = k * 10;
					_root[newname].planted = 1;
				}
				if (code.indexOf('nwtvx' + j + 'y' + k + 'z') !== -1) {
					newdepth = _root.getNextHighestDepth();
					newname = 'nwtriv' + newdepth;
					_root.nwtriv.duplicateMovieClip(newname, newdepth);
					_root[newname]._x = j * 10;
					_root[newname]._y = k * 10;
					_root[newname].planted = 1;
				}
				if (code.indexOf('netvx' + j + 'y' + k + 'z') !== -1) {
					newdepth = _root.getNextHighestDepth();
					newname = 'netriv' + newdepth;
					_root.netriv.duplicateMovieClip(newname, newdepth);
					_root[newname]._x = j * 10;
					_root[newname]._y = k * 10;
					_root[newname].planted = 1;
				}
				if (code.indexOf('pvx' + j + 'y' + k + 'z') !== -1) {
					newdepth = _root.getNextHighestDepth();
					newname = 'platv' + newdepth;
					_root.platv.duplicateMovieClip(newname, newdepth);
					_root[newname]._x = j * 10;
					_root[newname]._y = k * 10;
					_root[newname].planted = 1;
				}
				if (code.indexOf('evx' + j + 'y' + k + 'z') !== -1) {
					newdepth = _root.getNextHighestDepth();
					newname = 'enemyv' + newdepth;
					_root.enemyv.duplicateMovieClip(newname, newdepth);
					_root[newname]._x = j * 10;
					_root[newname]._y = k * 10;
					_root[newname].planted = 1;
				}
				r = 0;
				while (r < 21) {
					if (code.indexOf('bmvx' + j + 'y' + k + 'r' + r + 'z') !== -1) {
						newdepth = _root.getNextHighestDepth();
						newname = 'mboxv' + newdepth;
						_root.mboxv.duplicateMovieClip(newname, newdepth);
						_root[newname]._x = j * 10;
						_root[newname]._y = k * 10;
						_root[newname].planted = 1;
						_root[newname].startx = _root[newname]._x;
						_root[newname].range = r * 10;
						_root[newname].dir = 2;
						_root[newname].speed = 0.5;
						trace('Found it! Range is ' + r);
					}
					++r;
				}
				++k;
			}
			++j;
		}
		removeMovieClip(l66);
		toolbox.removeMovieClip();
		toolbox2.swapDepths(_root.getNextHighestDepth());
	}
	instance guy2 of movieClip 218	{
		onClipEvent (enterFrame) {
			_rotation = -_root.guy._rotation;
			_x = _root.guy._x;
			_y = 500 - _root.guy._y;
			gotoAndStop(_root.guy._currentframe);
		}
	}
	instance resetter of movieClip 270	{
		onClipEvent (enterFrame) {
			if (_root.reset == 1) {
				play();
			}
		}
	}
	movieClip 297	{
		instance of movieClip 264	{
			onClipEvent (press) {
				_parent.startDrag();
			}
			onClipEvent (release, releaseOutside) {
				_parent.stopDrag();
			}
		}
	}
	instance guy of movieClip 218	{
		onClipEvent (load) {
			startx = _x;
			starty = _y;
			_root.abouttomoveon = 0;
			xspeed = 0;
			yspeed = 0;
			targetxspeed = 0;
		}
		onClipEvent (enterFrame) {
			if (_root.reset == 1) {
				_root.deaths = Number(_root.deaths + 1);
				_x = startx;
				_y = starty;
				_rotation = 0;
				gotoAndStop(1);
				xspeed = 0;
				yspeed = 0;
				targetxspeed = 0;
			}
			if (_root.abouttomoveon == 1) {
				_root.nextFrame();
			}
			if (_x > 750) {
				_root.resetter.play();
				_root.nextFrame();
			}
			if (_root.jumpable == 1) {
				_rotation = 0;
			} else {
				_rotation = xspeed * 5;
			}
			targetxspeed = 0;
			if (Key.isDown(39) or Key.isDown(68)) {
				targetxspeed = 4;
			}
			if (Key.isDown(37) or Key.isDown(65)) {
				targetxspeed = -4;
			}
			if (Key.isDown(40) and _root.jumpable == 1) {
				if (xspeed >= 0) {
					gotoAndStop(7);
				} else {
					gotoAndStop(8);
				}
				targetxspeed = 0;
			} else {
				if (xspeed >= 0) {
					if (_root.jumpable < 1) {
						gotoAndStop(5);
					} else {
						if (xspeed > 1) {
							gotoAndStop(3);
						} else {
							gotoAndStop(1);
						}
					}
				} else {
					if (xspeed < 0) {
						if (_root.jumpable < 1) {
							gotoAndStop(6);
						} else {
							if (xspeed < -1) {
								gotoAndStop(4);
							} else {
								gotoAndStop(2);
							}
						}
					}
				}
			}
			if (Key.isDown(38) or Key.isDown(32) or Key.isDown(87)) {
				if (_root.jumpable == 1) {
					yspeed = -10;
				}
			}
			yspeed += 1;
			if (yspeed > 7) {
				yspeed = 7;
			}
			_y = _y + yspeed;
			xspeed += (targetxspeed - xspeed) / 4;
			if (xspeed < 1 and xspeed > 0) {
				xspeed = 1.0e-026;
			}
			if (xspeed > -1 and xspeed < 0) {
				xspeed = -1.0e-026;
			}
			_x = _x + xspeed;
			_root.jumpable = 0;
			if (_y > 230) {
				_y = 230;
				yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 272	{
		onClipEvent (keyPress 'r') {
			_root.reset = 1;
		}
		onClipEvent (keyPress 'R') {
			_root.reset = 1;
		}
	}
	frame 12 {
		abouttomoveon = 0;
		gotoAndStop(7);
	}
	frame 13 {
		j = 0;
		while (j <= 75) {
			k = 0;
			while (k <= 24) {
				if (code.indexOf('bx' + j + 'y' + k + 'z') !== -1) {
					newdepth = _root.getNextHighestDepth();
					newname = 'box' + newdepth;
					_root.box.duplicateMovieClip(newname, newdepth);
					_root[newname]._x = j * 10;
					_root[newname]._y = k * 10;
					_root[newname].planted = 1;
				}
				if (code.indexOf('usx' + j + 'y' + k + 'z') !== -1) {
					newdepth = _root.getNextHighestDepth();
					newname = 'uspike' + newdepth;
					_root.uspike.duplicateMovieClip(newname, newdepth);
					_root[newname]._x = j * 10;
					_root[newname]._y = k * 10;
					_root[newname].planted = 1;
				}
				if (code.indexOf('dsx' + j + 'y' + k + 'z') !== -1) {
					newdepth = _root.getNextHighestDepth();
					newname = 'dspike' + newdepth;
					_root.dspike.duplicateMovieClip(newname, newdepth);
					_root[newname]._x = j * 10;
					_root[newname]._y = k * 10;
					_root[newname].planted = 1;
				}
				if (code.indexOf('lsx' + j + 'y' + k + 'z') !== -1) {
					newdepth = _root.getNextHighestDepth();
					newname = 'lspike' + newdepth;
					_root.lspike.duplicateMovieClip(newname, newdepth);
					_root[newname]._x = j * 10;
					_root[newname]._y = k * 10;
					_root[newname].planted = 1;
				}
				if (code.indexOf('rsx' + j + 'y' + k + 'z') !== -1) {
					newdepth = _root.getNextHighestDepth();
					newname = 'rspike' + newdepth;
					_root.rspike.duplicateMovieClip(newname, newdepth);
					_root[newname]._x = j * 10;
					_root[newname]._y = k * 10;
					_root[newname].planted = 1;
				}
				if (code.indexOf('utx' + j + 'y' + k + 'z') !== -1) {
					newdepth = _root.getNextHighestDepth();
					newname = 'utri' + newdepth;
					_root.utri.duplicateMovieClip(newname, newdepth);
					_root[newname]._x = j * 10;
					_root[newname]._y = k * 10;
					_root[newname].planted = 1;
				}
				if (code.indexOf('dtx' + j + 'y' + k + 'z') !== -1) {
					newdepth = _root.getNextHighestDepth();
					newname = 'dtri' + newdepth;
					_root.dtri.duplicateMovieClip(newname, newdepth);
					_root[newname]._x = j * 10;
					_root[newname]._y = k * 10;
					_root[newname].planted = 1;
				}
				if (code.indexOf('nwtx' + j + 'y' + k + 'z') !== -1) {
					newdepth = _root.getNextHighestDepth();
					newname = 'nwtri' + newdepth;
					_root.nwtri.duplicateMovieClip(newname, newdepth);
					_root[newname]._x = j * 10;
					_root[newname]._y = k * 10;
					_root[newname].planted = 1;
				}
				if (code.indexOf('netx' + j + 'y' + k + 'z') !== -1) {
					newdepth = _root.getNextHighestDepth();
					newname = 'netri' + newdepth;
					_root.netri.duplicateMovieClip(newname, newdepth);
					_root[newname]._x = j * 10;
					_root[newname]._y = k * 10;
					_root[newname].planted = 1;
				}
				if (code.indexOf('px' + j + 'y' + k + 'z') !== -1) {
					newdepth = _root.getNextHighestDepth();
					newname = 'plat' + newdepth;
					_root.plat.duplicateMovieClip(newname, newdepth);
					_root[newname]._x = j * 10;
					_root[newname]._y = k * 10;
					_root[newname].planted = 1;
				}
				if (code.indexOf('ex' + j + 'y' + k + 'z') !== -1) {
					newdepth = _root.getNextHighestDepth();
					newname = 'enemy' + newdepth;
					_root.enemy.duplicateMovieClip(newname, newdepth);
					_root[newname]._x = j * 10;
					_root[newname]._y = k * 10;
					_root[newname].planted = 1;
				}
				r = 0;
				while (r < 21) {
					if (code.indexOf('bmx' + j + 'y' + k + 'r' + r + 'z') !== -1) {
						newdepth = _root.getNextHighestDepth();
						newname = 'mbox' + newdepth;
						_root.mbox.duplicateMovieClip(newname, newdepth);
						_root[newname]._x = j * 10;
						_root[newname]._y = k * 10;
						_root[newname].planted = 1;
						_root[newname].startx = _root[newname]._x;
						_root[newname].range = r * 10;
						_root[newname].dir = 2;
						_root[newname].speed = 0.5;
						trace('Found it! Range is ' + r);
					}
					++r;
				}
				if (code.indexOf('bix' + j + 'y' + k + 'z') !== -1) {
					newdepth = _root.getNextHighestDepth();
					newname = 'boxi' + newdepth;
					_root.boxi.duplicateMovieClip(newname, newdepth);
					_root[newname]._x = j * 10;
					_root[newname]._y = k * 10;
					_root[newname].planted = 1;
				}
				if (code.indexOf('usix' + j + 'y' + k + 'z') !== -1) {
					newdepth = _root.getNextHighestDepth();
					newname = 'uspikei' + newdepth;
					_root.uspikei.duplicateMovieClip(newname, newdepth);
					_root[newname]._x = j * 10;
					_root[newname]._y = k * 10;
					_root[newname].planted = 1;
				}
				if (code.indexOf('dsix' + j + 'y' + k + 'z') !== -1) {
					newdepth = _root.getNextHighestDepth();
					newname = 'dspikei' + newdepth;
					_root.dspikei.duplicateMovieClip(newname, newdepth);
					_root[newname]._x = j * 10;
					_root[newname]._y = k * 10;
					_root[newname].planted = 1;
				}
				if (code.indexOf('lsix' + j + 'y' + k + 'z') !== -1) {
					newdepth = _root.getNextHighestDepth();
					newname = 'lspikei' + newdepth;
					_root.lspikei.duplicateMovieClip(newname, newdepth);
					_root[newname]._x = j * 10;
					_root[newname]._y = k * 10;
					_root[newname].planted = 1;
				}
				if (code.indexOf('rsix' + j + 'y' + k + 'z') !== -1) {
					newdepth = _root.getNextHighestDepth();
					newname = 'rspikei' + newdepth;
					_root.rspikei.duplicateMovieClip(newname, newdepth);
					_root[newname]._x = j * 10;
					_root[newname]._y = k * 10;
					_root[newname].planted = 1;
				}
				if (code.indexOf('utix' + j + 'y' + k + 'z') !== -1) {
					newdepth = _root.getNextHighestDepth();
					newname = 'utrii' + newdepth;
					_root.utrii.duplicateMovieClip(newname, newdepth);
					_root[newname]._x = j * 10;
					_root[newname]._y = k * 10;
					_root[newname].planted = 1;
				}
				if (code.indexOf('dtix' + j + 'y' + k + 'z') !== -1) {
					newdepth = _root.getNextHighestDepth();
					newname = 'dtrii' + newdepth;
					_root.dtrii.duplicateMovieClip(newname, newdepth);
					_root[newname]._x = j * 10;
					_root[newname]._y = k * 10;
					_root[newname].planted = 1;
				}
				if (code.indexOf('nwtix' + j + 'y' + k + 'z') !== -1) {
					newdepth = _root.getNextHighestDepth();
					newname = 'nwtrii' + newdepth;
					_root.nwtrii.duplicateMovieClip(newname, newdepth);
					_root[newname]._x = j * 10;
					_root[newname]._y = k * 10;
					_root[newname].planted = 1;
				}
				if (code.indexOf('netix' + j + 'y' + k + 'z') !== -1) {
					newdepth = _root.getNextHighestDepth();
					newname = 'netrii' + newdepth;
					_root.netrii.duplicateMovieClip(newname, newdepth);
					_root[newname]._x = j * 10;
					_root[newname]._y = k * 10;
					_root[newname].planted = 1;
				}
				if (code.indexOf('pix' + j + 'y' + k + 'z') !== -1) {
					newdepth = _root.getNextHighestDepth();
					newname = 'plati' + newdepth;
					_root.plati.duplicateMovieClip(newname, newdepth);
					_root[newname]._x = j * 10;
					_root[newname]._y = k * 10;
					_root[newname].planted = 1;
				}
				if (code.indexOf('eix' + j + 'y' + k + 'z') !== -1) {
					newdepth = _root.getNextHighestDepth();
					newname = 'enemyi' + newdepth;
					_root.enemyi.duplicateMovieClip(newname, newdepth);
					_root[newname]._x = j * 10;
					_root[newname]._y = k * 10;
					_root[newname].planted = 1;
				}
				r = 0;
				while (r < 21) {
					if (code.indexOf('bmix' + j + 'y' + k + 'r' + r + 'z') !== -1) {
						newdepth = _root.getNextHighestDepth();
						newname = 'mboxi' + newdepth;
						_root.mboxi.duplicateMovieClip(newname, newdepth);
						_root[newname]._x = j * 10;
						_root[newname]._y = k * 10;
						_root[newname].planted = 1;
						_root[newname].startx = _root[newname]._x;
						_root[newname].range = r * 10;
						_root[newname].dir = 2;
						_root[newname].speed = 0.5;
						trace('Found it! Range is ' + r);
					}
					++r;
				}
				if (code.indexOf('bvx' + j + 'y' + k + 'z') !== -1) {
					newdepth = _root.getNextHighestDepth();
					newname = 'boxv' + newdepth;
					_root.boxv.duplicateMovieClip(newname, newdepth);
					_root[newname]._x = j * 10;
					_root[newname]._y = k * 10;
					_root[newname].planted = 1;
				}
				if (code.indexOf('usvx' + j + 'y' + k + 'z') !== -1) {
					newdepth = _root.getNextHighestDepth();
					newname = 'uspikev' + newdepth;
					_root.uspikev.duplicateMovieClip(newname, newdepth);
					_root[newname]._x = j * 10;
					_root[newname]._y = k * 10;
					_root[newname].planted = 1;
				}
				if (code.indexOf('dsvx' + j + 'y' + k + 'z') !== -1) {
					newdepth = _root.getNextHighestDepth();
					newname = 'dspikev' + newdepth;
					_root.dspikev.duplicateMovieClip(newname, newdepth);
					_root[newname]._x = j * 10;
					_root[newname]._y = k * 10;
					_root[newname].planted = 1;
				}
				if (code.indexOf('lsvx' + j + 'y' + k + 'z') !== -1) {
					newdepth = _root.getNextHighestDepth();
					newname = 'lspikev' + newdepth;
					_root.lspikev.duplicateMovieClip(newname, newdepth);
					_root[newname]._x = j * 10;
					_root[newname]._y = k * 10;
					_root[newname].planted = 1;
				}
				if (code.indexOf('rsvx' + j + 'y' + k + 'z') !== -1) {
					newdepth = _root.getNextHighestDepth();
					newname = 'rspikev' + newdepth;
					_root.rspikev.duplicateMovieClip(newname, newdepth);
					_root[newname]._x = j * 10;
					_root[newname]._y = k * 10;
					_root[newname].planted = 1;
				}
				if (code.indexOf('utvx' + j + 'y' + k + 'z') !== -1) {
					newdepth = _root.getNextHighestDepth();
					newname = 'utriv' + newdepth;
					_root.utriv.duplicateMovieClip(newname, newdepth);
					_root[newname]._x = j * 10;
					_root[newname]._y = k * 10;
					_root[newname].planted = 1;
				}
				if (code.indexOf('dtvx' + j + 'y' + k + 'z') !== -1) {
					newdepth = _root.getNextHighestDepth();
					newname = 'dtriv' + newdepth;
					_root.dtriv.duplicateMovieClip(newname, newdepth);
					_root[newname]._x = j * 10;
					_root[newname]._y = k * 10;
					_root[newname].planted = 1;
				}
				if (code.indexOf('nwtvx' + j + 'y' + k + 'z') !== -1) {
					newdepth = _root.getNextHighestDepth();
					newname = 'nwtriv' + newdepth;
					_root.nwtriv.duplicateMovieClip(newname, newdepth);
					_root[newname]._x = j * 10;
					_root[newname]._y = k * 10;
					_root[newname].planted = 1;
				}
				if (code.indexOf('netvx' + j + 'y' + k + 'z') !== -1) {
					newdepth = _root.getNextHighestDepth();
					newname = 'netriv' + newdepth;
					_root.netriv.duplicateMovieClip(newname, newdepth);
					_root[newname]._x = j * 10;
					_root[newname]._y = k * 10;
					_root[newname].planted = 1;
				}
				if (code.indexOf('pvx' + j + 'y' + k + 'z') !== -1) {
					newdepth = _root.getNextHighestDepth();
					newname = 'platv' + newdepth;
					_root.platv.duplicateMovieClip(newname, newdepth);
					_root[newname]._x = j * 10;
					_root[newname]._y = k * 10;
					_root[newname].planted = 1;
				}
				if (code.indexOf('evx' + j + 'y' + k + 'z') !== -1) {
					newdepth = _root.getNextHighestDepth();
					newname = 'enemyv' + newdepth;
					_root.enemyv.duplicateMovieClip(newname, newdepth);
					_root[newname]._x = j * 10;
					_root[newname]._y = k * 10;
					_root[newname].planted = 1;
				}
				r = 0;
				while (r < 21) {
					if (code.indexOf('bmvx' + j + 'y' + k + 'r' + r + 'z') !== -1) {
						newdepth = _root.getNextHighestDepth();
						newname = 'mboxv' + newdepth;
						_root.mboxv.duplicateMovieClip(newname, newdepth);
						_root[newname]._x = j * 10;
						_root[newname]._y = k * 10;
						_root[newname].planted = 1;
						_root[newname].startx = _root[newname]._x;
						_root[newname].range = r * 10;
						_root[newname].dir = 2;
						_root[newname].speed = 0.5;
						trace('Found it! Range is ' + r);
					}
					++r;
				}
				++k;
			}
			++j;
		}
		gotoAndStop(4);
	}
	instance expl of movieClip 199	{
		onClipEvent (enterFrame) {
			trace('y=' + _y + ', x=' + _x);
		}
	}
	instance explr of movieClip 199	{
		onClipEvent (enterFrame) {
			_x = _root.expl._x;
			_y = 500 - _root.expl._y;
			gotoAndStop(_root.expl._currentframe);
		}
	}
	instance box of movieClip 186	{
		onClipEvent (load) {
			if (_root.moveable == 0) {
				this.useHandCursor = false;
			}
			if (_name !== 'box') {
				if (_root.moveable == 1) {
					codepart = 'code' + _root.i;
					_root.i = Number(_root.i) + 1;
				}
				if (planted !== 1) {
					_x = _root._xmouse;
					_y = _root._ymouse;
				}
			}
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
			_root.toolbox.swapDepths(_root.getNextHighestDepth());
		}
		onClipEvent (enterFrame) {
			if (_root._currentframe < 4 or _root.clearall == 1) {
				_root[codepart] = '';
				removeMovieClip(_root[mc]);
				removeMovieClip(this);
			}
			if (_root._currentframe == 6 or _root._currentframe == 7) {
				removeMovieClip(_root[mc]);
				removeMovieClip(this);
			}
			if (_name !== 'box') {
				if (planted !== 1) {
					_x = Math.round(_root._xmouse / 10) * 10;
					_y = Math.round(_root._ymouse / 10) * 10;
					if (_y > 260) {
						_y = 500 - Math.round(_root._ymouse / 10) * 10;
					} else {
						if (_y > 240) {
							_y = 240;
						}
					}
					if (_x < 20) {
						_x = 20;
					}
				} else {
					_root[codepart] = 'bx' + _x / 10 + 'y' + _y / 10 + 'z';
				}
			}
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
		onClipEvent (mouseUp) {
			planted = 1;
		}
		onClipEvent (press) {
			if (_root.moveable == 1) {
				if (_root.deleting == 1) {
					trace('SHOULD HAVE REMOVED');
					_root[codepart] = '';
					removeMovieClip(_root[mc]);
					removeMovieClip(this);
				}
				planted = 0;
			}
		}
	}
	instance uspike of movieClip 188	{
		onClipEvent (load) {
			if (_root.moveable == 0) {
				this.useHandCursor = false;
			}
			if (_name !== 'uspike') {
				if (_root.moveable == 1) {
					codepart = 'code' + _root.i;
					_root.i = Number(_root.i) + 1;
				}
				if (planted !== 1) {
					_x = _root._xmouse;
					_y = _root._ymouse;
				}
			}
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref', mc, i);
			_root.toolbox.swapDepths(_root.getNextHighestDepth());
		}
		onClipEvent (enterFrame) {
			if (_root._currentframe < 4 or _root.clearall == 1) {
				_root[codepart] = '';
				removeMovieClip(_root[mc]);
				removeMovieClip(this);
			}
			if (_root._currentframe == 6 or _root._currentframe == 7) {
				removeMovieClip(_root[mc]);
				removeMovieClip(this);
			}
			if (_name !== 'uspike') {
				if (planted !== 1) {
					_x = Math.round(_root._xmouse / 10) * 10;
					_y = Math.round(_root._ymouse / 10) * 10;
					if (_y > 260) {
						_y = 500 - Math.round(_root._ymouse / 10) * 10;
					} else {
						if (_y > 240) {
							_y = 240;
						}
					}
					if (_x < 20) {
						_x = 20;
					}
				} else {
					_root[codepart] = 'usx' + _x / 10 + 'y' + _y / 10 + 'z';
				}
			}
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
		onClipEvent (mouseUp) {
			planted = 1;
		}
		onClipEvent (press) {
			if (_root.moveable == 1) {
				if (_root.deleting == 1) {
					_root[codepart] = '';
					removeMovieClip(_root[mc]);
					removeMovieClip(this);
				}
				planted = 0;
			}
		}
	}
	instance dspike of movieClip 188	{
		onClipEvent (load) {
			if (_root.moveable == 0) {
				this.useHandCursor = false;
			}
			if (_name !== 'dspike') {
				if (_root.moveable == 1) {
					codepart = 'code' + _root.i;
					_root.i = Number(_root.i) + 1;
				}
				if (planted !== 1) {
					_x = _root._xmouse;
					_y = _root._ymouse;
				}
			}
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref2', mc, i);
			_root.toolbox.swapDepths(_root.getNextHighestDepth());
		}
		onClipEvent (enterFrame) {
			if (_root._currentframe < 4 or _root.clearall == 1) {
				_root[codepart] = '';
				removeMovieClip(_root[mc]);
				removeMovieClip(this);
			}
			if (_root._currentframe == 6 or _root._currentframe == 7) {
				removeMovieClip(_root[mc]);
				removeMovieClip(this);
			}
			if (_name !== 'dspike') {
				if (planted !== 1) {
					_x = Math.round(_root._xmouse / 10) * 10;
					_y = Math.round(_root._ymouse / 10) * 10;
					if (_y > 260) {
						_y = 500 - Math.round(_root._ymouse / 10) * 10;
					} else {
						if (_y > 240) {
							_y = 240;
						}
					}
					if (_x < 20) {
						_x = 20;
					}
				} else {
					_root[codepart] = 'dsx' + _x / 10 + 'y' + _y / 10 + 'z';
				}
			}
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			if (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
		onClipEvent (mouseUp) {
			planted = 1;
		}
		onClipEvent (press) {
			if (_root.moveable == 1) {
				if (_root.deleting == 1) {
					_root[codepart] = '';
					removeMovieClip(_root[mc]);
					removeMovieClip(this);
				}
				planted = 0;
			}
		}
	}
	instance utri of movieClip 190	{
		onClipEvent (load) {
			if (_root.moveable == 0) {
				this.useHandCursor = false;
			}
			if (_name !== 'utri') {
				if (_root.moveable == 1) {
					codepart = 'code' + _root.i;
					_root.i = Number(_root.i) + 1;
				}
				if (planted !== 1) {
					_x = _root._xmouse;
					_y = _root._ymouse;
				}
			}
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('tref', mc, i);
			_root.toolbox.swapDepths(_root.getNextHighestDepth());
		}
		onClipEvent (enterFrame) {
			if (_root._currentframe < 4 or _root.clearall == 1) {
				_root[codepart] = '';
				removeMovieClip(_root[mc]);
				removeMovieClip(this);
			}
			if (_root._currentframe == 6 or _root._currentframe == 7) {
				removeMovieClip(_root[mc]);
				removeMovieClip(this);
			}
			if (_name !== 'utri') {
				if (planted !== 1) {
					_x = Math.round(_root._xmouse / 10) * 10;
					_y = Math.round(_root._ymouse / 10) * 10;
					if (_y > 260) {
						_y = 500 - Math.round(_root._ymouse / 10) * 10;
					} else {
						if (_y > 240) {
							_y = 240;
						}
					}
					if (_x < 20) {
						_x = 20;
					}
				} else {
					_root[codepart] = 'utx' + _x / 10 + 'y' + _y / 10 + 'z';
				}
			}
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
		onClipEvent (mouseUp) {
			planted = 1;
		}
		onClipEvent (press) {
			if (_root.moveable == 1) {
				if (_root.deleting == 1) {
					_root[codepart] = '';
					removeMovieClip(_root[mc]);
					removeMovieClip(this);
				}
				planted = 0;
			}
		}
	}
	instance dtri of movieClip 190	{
		onClipEvent (load) {
			if (_root.moveable == 0) {
				this.useHandCursor = false;
			}
			if (_name !== 'dtri') {
				if (_root.moveable == 1) {
					codepart = 'code' + _root.i;
					_root.i = Number(_root.i) + 1;
				}
				if (planted !== 1) {
					_x = _root._xmouse;
					_y = _root._ymouse;
				}
			}
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('tref2', mc, i);
			_root.toolbox.swapDepths(_root.getNextHighestDepth());
		}
		onClipEvent (enterFrame) {
			if (_root._currentframe < 4 or _root.clearall == 1) {
				_root[codepart] = '';
				removeMovieClip(_root[mc]);
				removeMovieClip(this);
			}
			if (_root._currentframe == 6 or _root._currentframe == 7) {
				removeMovieClip(_root[mc]);
				removeMovieClip(this);
			}
			if (_name !== 'dtri') {
				if (planted !== 1) {
					_x = Math.round(_root._xmouse / 10) * 10;
					_y = Math.round(_root._ymouse / 10) * 10;
					if (_y > 260) {
						_y = 500 - Math.round(_root._ymouse / 10) * 10;
					} else {
						if (_y > 240) {
							_y = 240;
						}
					}
					if (_x < 20) {
						_x = 20;
					}
				} else {
					_root[codepart] = 'dtx' + _x / 10 + 'y' + _y / 10 + 'z';
				}
			}
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
		onClipEvent (mouseUp) {
			planted = 1;
		}
		onClipEvent (press) {
			if (_root.moveable == 1) {
				if (_root.deleting == 1) {
					_root[codepart] = '';
					removeMovieClip(_root[mc]);
					removeMovieClip(this);
				}
				planted = 0;
			}
		}
	}
	instance mbox of movieClip 192	{
		onClipEvent (load) {
			if (_root.moveable == 0) {
				this.useHandCursor = false;
			}
			if (_name !== 'mbox') {
				if (_root.moveable == 1) {
					codepart = 'code' + _root.i;
					_root.i = Number(_root.i) + 1;
				}
				if (planted == 0) {
					_x = _root._xmouse;
					_y = _root._ymouse;
				}
			}
		}
		onClipEvent (enterFrame) {
			if (_name !== 'mbox') {
				if (dir == 1) {
					_x = _x - speed;
				}
				if (dir == 2) {
					_x = _x + speed;
				}
				if (range >= 100) {
					if (_x < startx) {
						dir = 2;
					}
					if (_x > startx + range - 100) {
						dir = 1;
					}
				}
				if (range < 100) {
					if (_x < startx + range - 100) {
						dir = 2;
					}
					if (_x > startx) {
						dir = 1;
					}
				}
			}
		}
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
			_root.toolbox.swapDepths(_root.getNextHighestDepth());
		}
		onClipEvent (enterFrame) {
			this.clear();
			if (planted == 2) {
				this.lineStyle(2, 0, 100, false, 0, 'none');
				mousex = Math.round(_root._xmouse / 10) * 10;
				if (mousex < 20) {
					mousex = 20;
				}
				if (mousex < _x - 100) {
					mousex = _x - 100;
				}
				if (mousex > _x + 100) {
					mousex = _x + 100;
				}
				this.lineTo(mousex - _x, 0);
			}
			if (_root._currentframe < 4 or _root.clearall == 1) {
				_root[codepart] = '';
				removeMovieClip(_root[mc]);
				removeMovieClip(this);
			}
			if (_root._currentframe == 6 or _root._currentframe == 7) {
				removeMovieClip(_root[mc]);
				removeMovieClip(this);
			}
			if (_name !== 'mbox') {
				if (planted == 0) {
					_x = Math.round(_root._xmouse / 10) * 10;
					_y = Math.round(_root._ymouse / 10) * 10;
					if (_y > 260) {
						_y = 500 - Math.round(_root._ymouse / 10) * 10;
					} else {
						if (_y > 240) {
							_y = 240;
						}
					}
					if (_x < 20) {
						_x = 20;
					}
				} else {
					_root[codepart] = 'bmx' + startx / 10 + 'y' + _y / 10 + 'r' + range / 10 + 'z';
				}
			}
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true) or this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				if (dir == 1) {
					_root.guy._x -= speed;
				}
				if (dir == 2) {
					_root.guy._x += speed;
				}
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
		onClipEvent (mouseUp) {
			if (planted == 0) {
				planted = 2;
			}
		}
		onClipEvent (mouseDown) {
			if (planted == 2) {
				planted = 1;
				startx = _x;
				mousex = Math.round(_root._xmouse / 10) * 10;
				if (mousex < _x - 100) {
					mousex = _x - 100;
				}
				if (mousex > _x + 100) {
					mousex = _x + 100;
				}
				if (mousex < 20) {
					mousex = 20;
				}
				range = mousex - _x + 100;
				trace('Range: ' + range);
				dir = 2;
				speed = 0.5;
			}
		}
		onClipEvent (press) {
			if (_root.moveable == 1) {
				if (_root.deleting == 1) {
					_root[codepart] = '';
					removeMovieClip(_root[mc]);
					removeMovieClip(this);
				}
				planted = 0;
				startx = 0;
				range = 0;
				dir = 0;
				speed = 0;
			}
		}
	}
	instance plat of movieClip 194	{
		onClipEvent (load) {
			if (_root.moveable == 0) {
				this.useHandCursor = false;
			}
			if (_name !== 'plat') {
				if (_root.moveable == 1) {
					codepart = 'code' + _root.i;
					_root.i = Number(_root.i) + 1;
				}
				if (planted !== 1) {
					_x = _root._xmouse;
					_y = _root._ymouse;
				}
			}
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('pref', mc, i);
			_root.toolbox.swapDepths(_root.getNextHighestDepth());
		}
		onClipEvent (enterFrame) {
			if (_root._currentframe < 4 or _root.clearall == 1) {
				_root[codepart] = '';
				removeMovieClip(_root[mc]);
				removeMovieClip(this);
			}
			if (_root._currentframe == 6 or _root._currentframe == 7) {
				removeMovieClip(_root[mc]);
				removeMovieClip(this);
			}
			if (_name !== 'plat') {
				if (planted !== 1) {
					_x = Math.round(_root._xmouse / 10) * 10;
					_y = Math.round(_root._ymouse / 10) * 10;
					if (_y > 260) {
						_y = 500 - Math.round(_root._ymouse / 10) * 10;
					} else {
						if (_y > 240) {
							_y = 240;
						}
					}
					if (_x < 20) {
						_x = 20;
					}
				} else {
					_root[codepart] = 'px' + _x / 10 + 'y' + _y / 10 + 'z';
				}
			}
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			if (_root.guy.yspeed >= 0) {
				while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
					--_root.guy._y;
					_root.guy.yspeed = 0;
					_root.jumpable = 1;
				}
				while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
					--_root.guy._y;
					_root.guy.yspeed = 0;
					_root.jumpable = 1;
				}
			}
		}
		onClipEvent (mouseUp) {
			planted = 1;
		}
		onClipEvent (press) {
			if (_root.moveable == 1) {
				if (_root.deleting == 1) {
					_root[codepart] = '';
					removeMovieClip(_root[mc]);
					removeMovieClip(this);
				}
				planted = 0;
			}
		}
	}
	instance lspike of movieClip 188	{
		onClipEvent (load) {
			if (_root.moveable == 0) {
				this.useHandCursor = false;
			}
			if (_name !== 'lspike') {
				if (_root.moveable == 1) {
					codepart = 'code' + _root.i;
					_root.i = Number(_root.i) + 1;
				}
				if (planted !== 1) {
					_x = _root._xmouse;
					_y = _root._ymouse;
				}
			}
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref', mc, i);
			_root[mc]._rotation = 90;
			_root.toolbox.swapDepths(_root.getNextHighestDepth());
		}
		onClipEvent (enterFrame) {
			if (_root._currentframe < 4 or _root.clearall == 1) {
				_root[codepart] = '';
				removeMovieClip(_root[mc]);
				removeMovieClip(this);
			}
			if (_root._currentframe == 6 or _root._currentframe == 7) {
				removeMovieClip(_root[mc]);
				removeMovieClip(this);
			}
			if (_name !== 'lspike') {
				if (planted !== 1) {
					_x = Math.round(_root._xmouse / 10) * 10;
					_y = Math.round(_root._ymouse / 10) * 10;
					if (_y > 260) {
						_y = 500 - Math.round(_root._ymouse / 10) * 10;
					} else {
						if (_y > 240) {
							_y = 240;
						}
					}
					if (_x < 20) {
						_x = 20;
					}
				} else {
					_root[codepart] = 'lsx' + _x / 10 + 'y' + _y / 10 + 'z';
				}
			}
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			if (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
		onClipEvent (mouseUp) {
			planted = 1;
		}
		onClipEvent (press) {
			if (_root.moveable == 1) {
				if (_root.deleting == 1) {
					_root[codepart] = '';
					removeMovieClip(_root[mc]);
					removeMovieClip(this);
				}
				planted = 0;
			}
		}
	}
	instance rspike of movieClip 188	{
		onClipEvent (load) {
			if (_root.moveable == 0) {
				this.useHandCursor = false;
			}
			if (_name !== 'rspike') {
				if (_root.moveable == 1) {
					codepart = 'code' + _root.i;
					_root.i = Number(_root.i) + 1;
				}
				if (planted !== 1) {
					_x = _root._xmouse;
					_y = _root._ymouse;
				}
			}
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref', mc, i);
			_root[mc]._rotation = -90;
			_root.toolbox.swapDepths(_root.getNextHighestDepth());
		}
		onClipEvent (enterFrame) {
			if (_root._currentframe < 4 or _root.clearall == 1) {
				_root[codepart] = '';
				removeMovieClip(_root[mc]);
				removeMovieClip(this);
			}
			if (_root._currentframe == 6 or _root._currentframe == 7) {
				removeMovieClip(_root[mc]);
				removeMovieClip(this);
			}
			if (_name !== 'rspike') {
				if (planted !== 1) {
					_x = Math.round(_root._xmouse / 10) * 10;
					_y = Math.round(_root._ymouse / 10) * 10;
					if (_y > 260) {
						_y = 500 - Math.round(_root._ymouse / 10) * 10;
					} else {
						if (_y > 240) {
							_y = 240;
						}
					}
					if (_x < 20) {
						_x = 20;
					}
				} else {
					_root[codepart] = 'rsx' + _x / 10 + 'y' + _y / 10 + 'z';
				}
			}
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			if (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
		onClipEvent (mouseUp) {
			planted = 1;
		}
		onClipEvent (press) {
			if (_root.moveable == 1) {
				if (_root.deleting == 1) {
					_root[codepart] = '';
					removeMovieClip(_root[mc]);
					removeMovieClip(this);
				}
				planted = 0;
			}
		}
	}
	instance netri of movieClip 190	{
		onClipEvent (load) {
			if (_root.moveable == 0) {
				this.useHandCursor = false;
			}
			if (_name !== 'netri') {
				if (_root.moveable == 1) {
					codepart = 'code' + _root.i;
					_root.i = Number(_root.i) + 1;
				}
				if (planted !== 1) {
					_x = _root._xmouse;
					_y = _root._ymouse;
				}
			}
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('tref', mc, i);
			_root[mc]._rotation = 90;
			_root.toolbox.swapDepths(_root.getNextHighestDepth());
		}
		onClipEvent (enterFrame) {
			if (_root._currentframe < 4 or _root.clearall == 1) {
				_root[codepart] = '';
				removeMovieClip(_root[mc]);
				removeMovieClip(this);
			}
			if (_root._currentframe == 6 or _root._currentframe == 7) {
				removeMovieClip(_root[mc]);
				removeMovieClip(this);
			}
			if (_name !== 'netri') {
				if (planted !== 1) {
					_x = Math.round(_root._xmouse / 10) * 10;
					_y = Math.round(_root._ymouse / 10) * 10;
					if (_y > 260) {
						_y = 500 - Math.round(_root._ymouse / 10) * 10;
					} else {
						if (_y > 240) {
							_y = 240;
						}
					}
					if (_x < 20) {
						_x = 20;
					}
				} else {
					_root[codepart] = 'netx' + _x / 10 + 'y' + _y / 10 + 'z';
				}
			}
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
		onClipEvent (mouseUp) {
			planted = 1;
		}
		onClipEvent (press) {
			if (_root.moveable == 1) {
				if (_root.deleting == 1) {
					_root[codepart] = '';
					removeMovieClip(_root[mc]);
					removeMovieClip(this);
				}
				planted = 0;
			}
		}
	}
	instance nwtri of movieClip 190	{
		onClipEvent (load) {
			if (_root.moveable == 0) {
				this.useHandCursor = false;
			}
			if (_name !== 'nwtri') {
				if (_root.moveable == 1) {
					codepart = 'code' + _root.i;
					_root.i = Number(_root.i) + 1;
				}
				if (planted !== 1) {
					_x = _root._xmouse;
					_y = _root._ymouse;
				}
			}
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('tref2', mc, i);
			_root[mc]._rotation = -90;
			_root.toolbox.swapDepths(_root.getNextHighestDepth());
		}
		onClipEvent (enterFrame) {
			if (_root._currentframe < 4 or _root.clearall == 1) {
				_root[codepart] = '';
				removeMovieClip(_root[mc]);
				removeMovieClip(this);
			}
			if (_root._currentframe == 6 or _root._currentframe == 7) {
				removeMovieClip(_root[mc]);
				removeMovieClip(this);
			}
			if (_name !== 'nwtri') {
				if (planted !== 1) {
					_x = Math.round(_root._xmouse / 10) * 10;
					_y = Math.round(_root._ymouse / 10) * 10;
					if (_y > 260) {
						_y = 500 - Math.round(_root._ymouse / 10) * 10;
					} else {
						if (_y > 240) {
							_y = 240;
						}
					}
					if (_x < 20) {
						_x = 20;
					}
				} else {
					_root[codepart] = 'nwtx' + _x / 10 + 'y' + _y / 10 + 'z';
				}
			}
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
		onClipEvent (mouseUp) {
			planted = 1;
		}
		onClipEvent (press) {
			if (_root.moveable == 1) {
				if (_root.deleting == 1) {
					_root[codepart] = '';
					removeMovieClip(_root[mc]);
					removeMovieClip(this);
				}
				planted = 0;
			}
		}
	}
	instance enemy of movieClip 15	{
		onClipEvent (load) {
			if (_root.moveable == 0) {
				this.useHandCursor = false;
			}
			if (_name !== 'enemy') {
				if (_root.moveable == 1) {
					codepart = 'code' + _root.i;
					_root.i = Number(_root.i) + 1;
				}
				if (planted !== 1) {
					_x = _root._xmouse;
					_y = _root._ymouse;
				}
			}
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('eref', mc, i);
			_root.toolbox.swapDepths(_root.getNextHighestDepth());
		}
		onClipEvent (enterFrame) {
			if (_root._currentframe < 4 or _root.clearall == 1) {
				_root[codepart] = '';
				removeMovieClip(_root[mc]);
				removeMovieClip(this);
			}
			if (_root.reset == 1) {
				_x = startx;
			}
			if (planted == 1 and _root.moveable == 1) {
				_x = startx;
			}
			if (_root._currentframe == 6 or _root._currentframe == 7) {
				removeMovieClip(_root[mc]);
				removeMovieClip(this);
			}
			if (_name !== 'enemy') {
				if (planted !== 1) {
					_x = Math.round(_root._xmouse / 10) * 10;
					_y = Math.round(_root._ymouse / 10) * 10;
					if (_y > 260) {
						_y = 500 - Math.round(_root._ymouse / 10) * 10;
					} else {
						if (_y > 240) {
							_y = 240;
						}
					}
					if (_x < 20) {
						_x = 20;
					}
				} else {
					_root[codepart] = 'ex' + _x / 10 + 'y' + _y / 10 + 'z';
				}
			}
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = -8;
				_root.jumpable = 0;
				_root.expl._x = _x;
				_root.expl._y = _y;
				_root.expl.play();
				_x = 10000;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = -8;
				_root.jumpable = 0;
				_root.expl._x = _x;
				_root.expl._y = _y;
				_root.expl.play();
				_x = 10000;
			}
			if (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				_root.reset = 1;
			}
		}
		onClipEvent (mouseUp) {
			if (planted !== 1) {
				startx = _x;
			}
			planted = 1;
		}
		onClipEvent (press) {
			if (_root.moveable == 1) {
				if (_root.deleting == 1) {
					_root[codepart] = '';
					removeMovieClip(_root[mc]);
					removeMovieClip(this);
				}
				planted = 0;
			}
		}
	}
	instance boxi of movieClip 186	{
		onClipEvent (load) {
			if (_root.moveable == 0) {
				this.useHandCursor = false;
			}
			if (_name !== 'boxi') {
				if (_root.moveable == 1) {
					codepart = 'code' + _root.i;
					_root.i = Number(_root.i) + 1;
				}
				if (planted !== 1) {
					_x = _root._xmouse;
					_y = _root._ymouse;
				}
			}
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
			_root.toolbox.swapDepths(_root.getNextHighestDepth());
		}
		onClipEvent (enterFrame) {
			if (_root._currentframe < 4 or _root.clearall == 1) {
				_root[codepart] = '';
				removeMovieClip(_root[mc]);
				removeMovieClip(this);
			}
			if (_root.moveable == 1) {
				_alpha = 25;
			} else {
				_alpha = 0;
			}
			if (_root._currentframe == 6 or _root._currentframe == 7) {
				removeMovieClip(_root[mc]);
				removeMovieClip(this);
			}
			if (_name !== 'boxi') {
				if (planted !== 1) {
					_x = Math.round(_root._xmouse / 10) * 10;
					_y = Math.round(_root._ymouse / 10) * 10;
					if (_y > 260) {
						_y = 500 - Math.round(_root._ymouse / 10) * 10;
					} else {
						if (_y > 240) {
							_y = 240;
						}
					}
					if (_x < 20) {
						_x = 20;
					}
				} else {
					_root[codepart] = 'bix' + _x / 10 + 'y' + _y / 10 + 'z';
				}
			}
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
		onClipEvent (mouseUp) {
			planted = 1;
		}
		onClipEvent (press) {
			if (_root.moveable == 1) {
				if (_root.deleting == 1) {
					_root[codepart] = '';
					removeMovieClip(_root[mc]);
					removeMovieClip(this);
				}
				planted = 0;
			}
		}
	}
	instance uspikei of movieClip 188	{
		onClipEvent (load) {
			if (_root.moveable == 0) {
				this.useHandCursor = false;
			}
			if (_name !== 'uspikei') {
				if (_root.moveable == 1) {
					codepart = 'code' + _root.i;
					_root.i = Number(_root.i) + 1;
				}
				if (planted !== 1) {
					_x = _root._xmouse;
					_y = _root._ymouse;
				}
			}
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref', mc, i);
			_root.toolbox.swapDepths(_root.getNextHighestDepth());
		}
		onClipEvent (enterFrame) {
			if (_root._currentframe < 4 or _root.clearall == 1) {
				_root[codepart] = '';
				removeMovieClip(_root[mc]);
				removeMovieClip(this);
			}
			if (_root.moveable == 1) {
				_alpha = 25;
			} else {
				_alpha = 0;
			}
			if (_root._currentframe == 6 or _root._currentframe == 7) {
				removeMovieClip(_root[mc]);
				removeMovieClip(this);
			}
			if (_name !== 'uspikei') {
				if (planted !== 1) {
					_x = Math.round(_root._xmouse / 10) * 10;
					_y = Math.round(_root._ymouse / 10) * 10;
					if (_y > 260) {
						_y = 500 - Math.round(_root._ymouse / 10) * 10;
					} else {
						if (_y > 240) {
							_y = 240;
						}
					}
					if (_x < 20) {
						_x = 20;
					}
				} else {
					_root[codepart] = 'usix' + _x / 10 + 'y' + _y / 10 + 'z';
				}
			}
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
		onClipEvent (mouseUp) {
			planted = 1;
		}
		onClipEvent (press) {
			if (_root.moveable == 1) {
				if (_root.deleting == 1) {
					_root[codepart] = '';
					removeMovieClip(_root[mc]);
					removeMovieClip(this);
				}
				planted = 0;
			}
		}
	}
	instance dspikei of movieClip 188	{
		onClipEvent (load) {
			if (_root.moveable == 0) {
				this.useHandCursor = false;
			}
			if (_name !== 'dspikei') {
				if (_root.moveable == 1) {
					codepart = 'code' + _root.i;
					_root.i = Number(_root.i) + 1;
				}
				if (planted !== 1) {
					_x = _root._xmouse;
					_y = _root._ymouse;
				}
			}
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref2', mc, i);
			_root.toolbox.swapDepths(_root.getNextHighestDepth());
		}
		onClipEvent (enterFrame) {
			if (_root._currentframe < 4 or _root.clearall == 1) {
				_root[codepart] = '';
				removeMovieClip(_root[mc]);
				removeMovieClip(this);
			}
			if (_root.moveable == 1) {
				_alpha = 25;
			} else {
				_alpha = 0;
			}
			if (_root._currentframe == 6 or _root._currentframe == 7) {
				removeMovieClip(_root[mc]);
				removeMovieClip(this);
			}
			if (_name !== 'dspikei') {
				if (planted !== 1) {
					_x = Math.round(_root._xmouse / 10) * 10;
					_y = Math.round(_root._ymouse / 10) * 10;
					if (_y > 260) {
						_y = 500 - Math.round(_root._ymouse / 10) * 10;
					} else {
						if (_y > 240) {
							_y = 240;
						}
					}
					if (_x < 20) {
						_x = 20;
					}
				} else {
					_root[codepart] = 'dsix' + _x / 10 + 'y' + _y / 10 + 'z';
				}
			}
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			if (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
		onClipEvent (mouseUp) {
			planted = 1;
		}
		onClipEvent (press) {
			if (_root.moveable == 1) {
				if (_root.deleting == 1) {
					_root[codepart] = '';
					removeMovieClip(_root[mc]);
					removeMovieClip(this);
				}
				planted = 0;
			}
		}
	}
	instance utrii of movieClip 190	{
		onClipEvent (load) {
			if (_root.moveable == 0) {
				this.useHandCursor = false;
			}
			if (_name !== 'utrii') {
				if (_root.moveable == 1) {
					codepart = 'code' + _root.i;
					_root.i = Number(_root.i) + 1;
				}
				if (planted !== 1) {
					_x = _root._xmouse;
					_y = _root._ymouse;
				}
			}
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('tref', mc, i);
			_root.toolbox.swapDepths(_root.getNextHighestDepth());
		}
		onClipEvent (enterFrame) {
			if (_root._currentframe < 4 or _root.clearall == 1) {
				_root[codepart] = '';
				removeMovieClip(_root[mc]);
				removeMovieClip(this);
			}
			if (_root.moveable == 1) {
				_alpha = 25;
			} else {
				_alpha = 0;
			}
			if (_root._currentframe == 6 or _root._currentframe == 7) {
				removeMovieClip(_root[mc]);
				removeMovieClip(this);
			}
			if (_name !== 'utrii') {
				if (planted !== 1) {
					_x = Math.round(_root._xmouse / 10) * 10;
					_y = Math.round(_root._ymouse / 10) * 10;
					if (_y > 260) {
						_y = 500 - Math.round(_root._ymouse / 10) * 10;
					} else {
						if (_y > 240) {
							_y = 240;
						}
					}
					if (_x < 20) {
						_x = 20;
					}
				} else {
					_root[codepart] = 'utix' + _x / 10 + 'y' + _y / 10 + 'z';
				}
			}
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
		onClipEvent (mouseUp) {
			planted = 1;
		}
		onClipEvent (press) {
			if (_root.moveable == 1) {
				if (_root.deleting == 1) {
					_root[codepart] = '';
					removeMovieClip(_root[mc]);
					removeMovieClip(this);
				}
				planted = 0;
			}
		}
	}
	instance dtrii of movieClip 190	{
		onClipEvent (load) {
			if (_root.moveable == 0) {
				this.useHandCursor = false;
			}
			if (_name !== 'dtrii') {
				if (_root.moveable == 1) {
					codepart = 'code' + _root.i;
					_root.i = Number(_root.i) + 1;
				}
				if (planted !== 1) {
					_x = _root._xmouse;
					_y = _root._ymouse;
				}
			}
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('tref2', mc, i);
			_root.toolbox.swapDepths(_root.getNextHighestDepth());
		}
		onClipEvent (enterFrame) {
			if (_root._currentframe < 4 or _root.clearall == 1) {
				_root[codepart] = '';
				removeMovieClip(_root[mc]);
				removeMovieClip(this);
			}
			if (_root.moveable == 1) {
				_alpha = 25;
			} else {
				_alpha = 0;
			}
			if (_root._currentframe == 6 or _root._currentframe == 7) {
				removeMovieClip(_root[mc]);
				removeMovieClip(this);
			}
			if (_name !== 'dtrii') {
				if (planted !== 1) {
					_x = Math.round(_root._xmouse / 10) * 10;
					_y = Math.round(_root._ymouse / 10) * 10;
					if (_y > 260) {
						_y = 500 - Math.round(_root._ymouse / 10) * 10;
					} else {
						if (_y > 240) {
							_y = 240;
						}
					}
					if (_x < 20) {
						_x = 20;
					}
				} else {
					_root[codepart] = 'dtix' + _x / 10 + 'y' + _y / 10 + 'z';
				}
			}
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
		onClipEvent (mouseUp) {
			planted = 1;
		}
		onClipEvent (press) {
			if (_root.moveable == 1) {
				if (_root.deleting == 1) {
					_root[codepart] = '';
					removeMovieClip(_root[mc]);
					removeMovieClip(this);
				}
				planted = 0;
			}
		}
	}
	instance mboxi of movieClip 192	{
		onClipEvent (load) {
			if (_root.moveable == 0) {
				this.useHandCursor = false;
			}
			if (_name !== 'mboxi') {
				if (_root.moveable == 1) {
					codepart = 'code' + _root.i;
					_root.i = Number(_root.i) + 1;
				}
				if (planted == 0) {
					_x = _root._xmouse;
					_y = _root._ymouse;
				}
			}
		}
		onClipEvent (enterFrame) {
			if (_root._currentframe < 4 or _root.clearall == 1) {
				_root[codepart] = '';
				removeMovieClip(_root[mc]);
				removeMovieClip(this);
			}
			if (_name !== 'mboxi') {
				if (dir == 1) {
					_x = _x - speed;
				}
				if (dir == 2) {
					_x = _x + speed;
				}
				if (range >= 100) {
					if (_x < startx) {
						dir = 2;
					}
					if (_x > startx + range - 100) {
						dir = 1;
					}
				}
				if (range < 100) {
					if (_x < startx + range - 100) {
						dir = 2;
					}
					if (_x > startx) {
						dir = 1;
					}
				}
			}
		}
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
			_root.toolbox.swapDepths(_root.getNextHighestDepth());
		}
		onClipEvent (enterFrame) {
			if (_root.moveable == 1) {
				_alpha = 25;
			} else {
				_alpha = 0;
			}
			this.clear();
			if (planted == 2) {
				this.lineStyle(2, 0, 100, false, 0, 'none');
				mousex = Math.round(_root._xmouse / 10) * 10;
				if (mousex < 20) {
					mousex = 20;
				}
				if (mousex < _x - 100) {
					mousex = _x - 100;
				}
				if (mousex > _x + 100) {
					mousex = _x + 100;
				}
				this.lineTo(mousex - _x, 0);
			}
			if (_root._currentframe == 6 or _root._currentframe == 7) {
				removeMovieClip(_root[mc]);
				removeMovieClip(this);
			}
			if (_name !== 'mboxi') {
				if (planted == 0) {
					_x = Math.round(_root._xmouse / 10) * 10;
					_y = Math.round(_root._ymouse / 10) * 10;
					if (_y > 260) {
						_y = 500 - Math.round(_root._ymouse / 10) * 10;
					} else {
						if (_y > 240) {
							_y = 240;
						}
					}
					if (_x < 20) {
						_x = 20;
					}
				} else {
					_root[codepart] = 'bmix' + startx / 10 + 'y' + _y / 10 + 'r' + range / 10 + 'z';
				}
			}
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true) or this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				if (dir == 1) {
					_root.guy._x -= speed;
				}
				if (dir == 2) {
					_root.guy._x += speed;
				}
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
		onClipEvent (mouseUp) {
			if (planted == 0) {
				planted = 2;
			}
		}
		onClipEvent (mouseDown) {
			if (planted == 2) {
				planted = 1;
				startx = _x;
				mousex = Math.round(_root._xmouse / 10) * 10;
				if (mousex < _x - 100) {
					mousex = _x - 100;
				}
				if (mousex > _x + 100) {
					mousex = _x + 100;
				}
				if (mousex < 20) {
					mousex = 20;
				}
				range = mousex - _x + 100;
				trace('Range: ' + range);
				dir = 2;
				speed = 0.5;
			}
		}
		onClipEvent (press) {
			if (_root.moveable == 1) {
				if (_root.deleting == 1) {
					_root[codepart] = '';
					removeMovieClip(_root[mc]);
					removeMovieClip(this);
				}
				planted = 0;
				startx = 0;
				range = 0;
				dir = 0;
				speed = 0;
			}
		}
	}
	instance plati of movieClip 194	{
		onClipEvent (load) {
			if (_root.moveable == 0) {
				this.useHandCursor = false;
			}
			if (_name !== 'plati') {
				if (_root.moveable == 1) {
					codepart = 'code' + _root.i;
					_root.i = Number(_root.i) + 1;
				}
				if (planted !== 1) {
					_x = _root._xmouse;
					_y = _root._ymouse;
				}
			}
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('pref', mc, i);
			_root.toolbox.swapDepths(_root.getNextHighestDepth());
		}
		onClipEvent (enterFrame) {
			if (_root._currentframe < 4 or _root.clearall == 1) {
				_root[codepart] = '';
				removeMovieClip(_root[mc]);
				removeMovieClip(this);
			}
			if (_root.moveable == 1) {
				_alpha = 25;
			} else {
				_alpha = 0;
			}
			if (_root._currentframe == 6 or _root._currentframe == 7) {
				removeMovieClip(_root[mc]);
				removeMovieClip(this);
			}
			if (_name !== 'plati') {
				if (planted !== 1) {
					_x = Math.round(_root._xmouse / 10) * 10;
					_y = Math.round(_root._ymouse / 10) * 10;
					if (_y > 260) {
						_y = 500 - Math.round(_root._ymouse / 10) * 10;
					} else {
						if (_y > 240) {
							_y = 240;
						}
					}
					if (_x < 20) {
						_x = 20;
					}
				} else {
					_root[codepart] = 'pix' + _x / 10 + 'y' + _y / 10 + 'z';
				}
			}
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			if (_root.guy.yspeed >= 0) {
				while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
					--_root.guy._y;
					_root.guy.yspeed = 0;
					_root.jumpable = 1;
				}
				while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
					--_root.guy._y;
					_root.guy.yspeed = 0;
					_root.jumpable = 1;
				}
			}
		}
		onClipEvent (mouseUp) {
			planted = 1;
		}
		onClipEvent (press) {
			if (_root.moveable == 1) {
				if (_root.deleting == 1) {
					_root[codepart] = '';
					removeMovieClip(_root[mc]);
					removeMovieClip(this);
				}
				planted = 0;
			}
		}
	}
	instance lspikei of movieClip 188	{
		onClipEvent (load) {
			if (_root.moveable == 0) {
				this.useHandCursor = false;
			}
			if (_name !== 'lspikei') {
				if (_root.moveable == 1) {
					codepart = 'code' + _root.i;
					_root.i = Number(_root.i) + 1;
				}
				if (planted !== 1) {
					_x = _root._xmouse;
					_y = _root._ymouse;
				}
			}
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref', mc, i);
			_root[mc]._rotation = 90;
			_root.toolbox.swapDepths(_root.getNextHighestDepth());
		}
		onClipEvent (enterFrame) {
			if (_root._currentframe < 4 or _root.clearall == 1) {
				_root[codepart] = '';
				removeMovieClip(_root[mc]);
				removeMovieClip(this);
			}
			if (_root.moveable == 1) {
				_alpha = 25;
			} else {
				_alpha = 0;
			}
			if (_root._currentframe == 6 or _root._currentframe == 7) {
				removeMovieClip(_root[mc]);
				removeMovieClip(this);
			}
			if (_name !== 'lspikei') {
				if (planted !== 1) {
					_x = Math.round(_root._xmouse / 10) * 10;
					_y = Math.round(_root._ymouse / 10) * 10;
					if (_y > 260) {
						_y = 500 - Math.round(_root._ymouse / 10) * 10;
					} else {
						if (_y > 240) {
							_y = 240;
						}
					}
					if (_x < 20) {
						_x = 20;
					}
				} else {
					_root[codepart] = 'lsix' + _x / 10 + 'y' + _y / 10 + 'z';
				}
			}
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			if (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
		onClipEvent (mouseUp) {
			planted = 1;
		}
		onClipEvent (press) {
			if (_root.moveable == 1) {
				if (_root.deleting == 1) {
					_root[codepart] = '';
					removeMovieClip(_root[mc]);
					removeMovieClip(this);
				}
				planted = 0;
			}
		}
	}
	instance rspikei of movieClip 188	{
		onClipEvent (load) {
			if (_root.moveable == 0) {
				this.useHandCursor = false;
			}
			if (_name !== 'rspikei') {
				if (_root.moveable == 1) {
					codepart = 'code' + _root.i;
					_root.i = Number(_root.i) + 1;
				}
				if (planted !== 1) {
					_x = _root._xmouse;
					_y = _root._ymouse;
				}
			}
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref', mc, i);
			_root[mc]._rotation = -90;
			_root.toolbox.swapDepths(_root.getNextHighestDepth());
		}
		onClipEvent (enterFrame) {
			if (_root._currentframe < 4 or _root.clearall == 1) {
				_root[codepart] = '';
				removeMovieClip(_root[mc]);
				removeMovieClip(this);
			}
			if (_root.moveable == 1) {
				_alpha = 25;
			} else {
				_alpha = 0;
			}
			if (_root._currentframe == 6 or _root._currentframe == 7) {
				removeMovieClip(_root[mc]);
				removeMovieClip(this);
			}
			if (_name !== 'rspikei') {
				if (planted !== 1) {
					_x = Math.round(_root._xmouse / 10) * 10;
					_y = Math.round(_root._ymouse / 10) * 10;
					if (_y > 260) {
						_y = 500 - Math.round(_root._ymouse / 10) * 10;
					} else {
						if (_y > 240) {
							_y = 240;
						}
					}
					if (_x < 20) {
						_x = 20;
					}
				} else {
					_root[codepart] = 'rsix' + _x / 10 + 'y' + _y / 10 + 'z';
				}
			}
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			if (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
		onClipEvent (mouseUp) {
			planted = 1;
		}
		onClipEvent (press) {
			if (_root.moveable == 1) {
				if (_root.deleting == 1) {
					_root[codepart] = '';
					removeMovieClip(_root[mc]);
					removeMovieClip(this);
				}
				planted = 0;
			}
		}
	}
	instance netrii of movieClip 190	{
		onClipEvent (load) {
			if (_root.moveable == 0) {
				this.useHandCursor = false;
			}
			if (_name !== 'netrii') {
				if (_root.moveable == 1) {
					codepart = 'code' + _root.i;
					_root.i = Number(_root.i) + 1;
				}
				if (planted !== 1) {
					_x = _root._xmouse;
					_y = _root._ymouse;
				}
			}
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('tref', mc, i);
			_root[mc]._rotation = 90;
			_root.toolbox.swapDepths(_root.getNextHighestDepth());
		}
		onClipEvent (enterFrame) {
			if (_root._currentframe < 4 or _root.clearall == 1) {
				_root[codepart] = '';
				removeMovieClip(_root[mc]);
				removeMovieClip(this);
			}
			if (_root.moveable == 1) {
				_alpha = 25;
			} else {
				_alpha = 0;
			}
			if (_root._currentframe == 6 or _root._currentframe == 7) {
				removeMovieClip(_root[mc]);
				removeMovieClip(this);
			}
			if (_name !== 'netrii') {
				if (planted !== 1) {
					_x = Math.round(_root._xmouse / 10) * 10;
					_y = Math.round(_root._ymouse / 10) * 10;
					if (_y > 260) {
						_y = 500 - Math.round(_root._ymouse / 10) * 10;
					} else {
						if (_y > 240) {
							_y = 240;
						}
					}
					if (_x < 20) {
						_x = 20;
					}
				} else {
					_root[codepart] = 'netix' + _x / 10 + 'y' + _y / 10 + 'z';
				}
			}
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
		onClipEvent (mouseUp) {
			planted = 1;
		}
		onClipEvent (press) {
			if (_root.moveable == 1) {
				if (_root.deleting == 1) {
					_root[codepart] = '';
					removeMovieClip(_root[mc]);
					removeMovieClip(this);
				}
				planted = 0;
			}
		}
	}
	instance nwtrii of movieClip 190	{
		onClipEvent (load) {
			if (_root.moveable == 0) {
				this.useHandCursor = false;
			}
			if (_name !== 'nwtrii') {
				if (_root.moveable == 1) {
					codepart = 'code' + _root.i;
					_root.i = Number(_root.i) + 1;
				}
				if (planted !== 1) {
					_x = _root._xmouse;
					_y = _root._ymouse;
				}
			}
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('tref2', mc, i);
			_root[mc]._rotation = -90;
			_root.toolbox.swapDepths(_root.getNextHighestDepth());
		}
		onClipEvent (enterFrame) {
			if (_root._currentframe < 4 or _root.clearall == 1) {
				_root[codepart] = '';
				removeMovieClip(_root[mc]);
				removeMovieClip(this);
			}
			if (_root.moveable == 1) {
				_alpha = 25;
			} else {
				_alpha = 0;
			}
			if (_root._currentframe == 6 or _root._currentframe == 7) {
				removeMovieClip(_root[mc]);
				removeMovieClip(this);
			}
			if (_name !== 'nwtrii') {
				if (planted !== 1) {
					_x = Math.round(_root._xmouse / 10) * 10;
					_y = Math.round(_root._ymouse / 10) * 10;
					if (_y > 260) {
						_y = 500 - Math.round(_root._ymouse / 10) * 10;
					} else {
						if (_y > 240) {
							_y = 240;
						}
					}
					if (_x < 20) {
						_x = 20;
					}
				} else {
					_root[codepart] = 'nwtix' + _x / 10 + 'y' + _y / 10 + 'z';
				}
			}
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
		onClipEvent (mouseUp) {
			planted = 1;
		}
		onClipEvent (press) {
			if (_root.moveable == 1) {
				if (_root.deleting == 1) {
					_root[codepart] = '';
					removeMovieClip(_root[mc]);
					removeMovieClip(this);
				}
				planted = 0;
			}
		}
	}
	instance enemyi of movieClip 15	{
		onClipEvent (load) {
			if (_root.moveable == 0) {
				this.useHandCursor = false;
			}
			if (_name !== 'enemyi') {
				if (_root.moveable == 1) {
					codepart = 'code' + _root.i;
					_root.i = Number(_root.i) + 1;
				}
				if (planted !== 1) {
					_x = _root._xmouse;
					_y = _root._ymouse;
				}
			}
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('eref', mc, i);
			_root.toolbox.swapDepths(_root.getNextHighestDepth());
		}
		onClipEvent (enterFrame) {
			if (_root._currentframe < 4 or _root.clearall == 1) {
				_root[codepart] = '';
				removeMovieClip(_root[mc]);
				removeMovieClip(this);
			}
			if (_root.moveable == 1) {
				_alpha = 25;
			} else {
				_alpha = 0;
			}
			if (_root.reset == 1) {
				_x = startx;
			}
			if (planted == 1 and _root.moveable == 1) {
				_x = startx;
			}
			if (_root._currentframe == 6 or _root._currentframe == 7) {
				removeMovieClip(_root[mc]);
				removeMovieClip(this);
			}
			if (_name !== 'enemyi') {
				if (planted !== 1) {
					_x = Math.round(_root._xmouse / 10) * 10;
					_y = Math.round(_root._ymouse / 10) * 10;
					if (_y > 260) {
						_y = 500 - Math.round(_root._ymouse / 10) * 10;
					} else {
						if (_y > 240) {
							_y = 240;
						}
					}
					if (_x < 20) {
						_x = 20;
					}
				} else {
					_root[codepart] = 'eix' + _x / 10 + 'y' + _y / 10 + 'z';
				}
			}
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = -8;
				_root.jumpable = 0;
				_root.expl._x = _x;
				_root.expl._y = _y;
				_root.expl.play();
				_x = 10000;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = -8;
				_root.jumpable = 0;
				_root.expl._x = _x;
				_root.expl._y = _y;
				_root.expl.play();
				_x = 10000;
			}
			if (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				_root.reset = 1;
			}
		}
		onClipEvent (mouseUp) {
			if (planted !== 1) {
				startx = _x;
			}
			planted = 1;
		}
		onClipEvent (press) {
			if (_root.moveable == 1) {
				if (_root.deleting == 1) {
					_root[codepart] = '';
					removeMovieClip(_root[mc]);
					removeMovieClip(this);
				}
				planted = 0;
			}
		}
	}
	instance boxv of movieClip 186	{
		onClipEvent (load) {
			if (_root.moveable == 0) {
				this.useHandCursor = false;
			}
			if (_name !== 'boxv') {
				if (_root.moveable == 1) {
					codepart = 'code' + _root.i;
					_root.i = Number(_root.i) + 1;
				}
				if (planted !== 1) {
					_x = _root._xmouse;
					_y = _root._ymouse;
				}
			}
			yspeed = 0;
			_root.toolbox.swapDepths(_root.getNextHighestDepth());
		}
		onClipEvent (enterFrame) {
			if (_root._currentframe < 4 or _root.clearall == 1) {
				_root[codepart] = '';
				removeMovieClip(_root[mc]);
				removeMovieClip(this);
			}
			if (_root.moveable == 1) {
				_alpha = 50;
			} else {
				_alpha = 100;
			}
			if (_root._currentframe == 6 or _root._currentframe == 7) {
				removeMovieClip(_root[mc]);
				removeMovieClip(this);
			}
			if (_name !== 'boxv') {
				if (planted !== 1) {
					_x = Math.round(_root._xmouse / 10) * 10;
					_y = Math.round(_root._ymouse / 10) * 10;
					if (_y > 260) {
						_y = 500 - Math.round(_root._ymouse / 10) * 10;
					} else {
						if (_y > 240) {
							_y = 240;
						}
					}
					if (_x < 20) {
						_x = 20;
					}
				} else {
					_root[codepart] = 'bvx' + _x / 10 + 'y' + _y / 10 + 'z';
				}
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
		onClipEvent (mouseUp) {
			planted = 1;
		}
		onClipEvent (press) {
			if (_root.moveable == 1) {
				if (_root.deleting == 1) {
					trace('SHOULD HAVE REMOVED');
					_root[codepart] = '';
					removeMovieClip(_root[mc]);
					removeMovieClip(this);
				}
				planted = 0;
			}
		}
	}
	instance uspikev of movieClip 188	{
		onClipEvent (load) {
			if (_root.moveable == 0) {
				this.useHandCursor = false;
			}
			if (_name !== 'uspikev') {
				if (_root.moveable == 1) {
					codepart = 'code' + _root.i;
					_root.i = Number(_root.i) + 1;
				}
				if (planted !== 1) {
					_x = _root._xmouse;
					_y = _root._ymouse;
				}
			}
			yspeed = 0;
			_root.toolbox.swapDepths(_root.getNextHighestDepth());
		}
		onClipEvent (enterFrame) {
			if (_root._currentframe < 4 or _root.clearall == 1) {
				_root[codepart] = '';
				removeMovieClip(_root[mc]);
				removeMovieClip(this);
			}
			if (_root.moveable == 1) {
				_alpha = 50;
			} else {
				_alpha = 100;
			}
			if (_root._currentframe == 6 or _root._currentframe == 7) {
				removeMovieClip(_root[mc]);
				removeMovieClip(this);
			}
			if (_name !== 'uspikev') {
				if (planted !== 1) {
					_x = Math.round(_root._xmouse / 10) * 10;
					_y = Math.round(_root._ymouse / 10) * 10;
					if (_y > 260) {
						_y = 500 - Math.round(_root._ymouse / 10) * 10;
					} else {
						if (_y > 240) {
							_y = 240;
						}
					}
					if (_x < 20) {
						_x = 20;
					}
				} else {
					_root[codepart] = 'usvx' + _x / 10 + 'y' + _y / 10 + 'z';
				}
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
		onClipEvent (mouseUp) {
			planted = 1;
		}
		onClipEvent (press) {
			if (_root.moveable == 1) {
				if (_root.deleting == 1) {
					_root[codepart] = '';
					removeMovieClip(_root[mc]);
					removeMovieClip(this);
				}
				planted = 0;
			}
		}
	}
	instance dspikev of movieClip 188	{
		onClipEvent (load) {
			if (_root.moveable == 0) {
				this.useHandCursor = false;
			}
			if (_name !== 'dspikev') {
				if (_root.moveable == 1) {
					codepart = 'code' + _root.i;
					_root.i = Number(_root.i) + 1;
				}
				if (planted !== 1) {
					_x = _root._xmouse;
					_y = _root._ymouse;
				}
			}
			yspeed = 0;
			_root.toolbox.swapDepths(_root.getNextHighestDepth());
		}
		onClipEvent (enterFrame) {
			if (_root._currentframe < 4 or _root.clearall == 1) {
				_root[codepart] = '';
				removeMovieClip(_root[mc]);
				removeMovieClip(this);
			}
			if (_root.moveable == 1) {
				_alpha = 50;
			} else {
				_alpha = 100;
			}
			if (_root._currentframe == 6 or _root._currentframe == 7) {
				removeMovieClip(_root[mc]);
				removeMovieClip(this);
			}
			if (_name !== 'dspikev') {
				if (planted !== 1) {
					_x = Math.round(_root._xmouse / 10) * 10;
					_y = Math.round(_root._ymouse / 10) * 10;
					if (_y > 260) {
						_y = 500 - Math.round(_root._ymouse / 10) * 10;
					} else {
						if (_y > 240) {
							_y = 240;
						}
					}
					if (_x < 20) {
						_x = 20;
					}
				} else {
					_root[codepart] = 'dsvx' + _x / 10 + 'y' + _y / 10 + 'z';
				}
			}
			if (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
		onClipEvent (mouseUp) {
			planted = 1;
		}
		onClipEvent (press) {
			if (_root.moveable == 1) {
				if (_root.deleting == 1) {
					_root[codepart] = '';
					removeMovieClip(_root[mc]);
					removeMovieClip(this);
				}
				planted = 0;
			}
		}
	}
	instance utriv of movieClip 190	{
		onClipEvent (load) {
			if (_root.moveable == 0) {
				this.useHandCursor = false;
			}
			if (_name !== 'utriv') {
				if (_root.moveable == 1) {
					codepart = 'code' + _root.i;
					_root.i = Number(_root.i) + 1;
				}
				if (planted !== 1) {
					_x = _root._xmouse;
					_y = _root._ymouse;
				}
			}
			yspeed = 0;
			_root.toolbox.swapDepths(_root.getNextHighestDepth());
		}
		onClipEvent (enterFrame) {
			if (_root._currentframe < 4 or _root.clearall == 1) {
				_root[codepart] = '';
				removeMovieClip(_root[mc]);
				removeMovieClip(this);
			}
			if (_root.moveable == 1) {
				_alpha = 50;
			} else {
				_alpha = 100;
			}
			if (_root._currentframe == 6 or _root._currentframe == 7) {
				removeMovieClip(_root[mc]);
				removeMovieClip(this);
			}
			if (_name !== 'utriv') {
				if (planted !== 1) {
					_x = Math.round(_root._xmouse / 10) * 10;
					_y = Math.round(_root._ymouse / 10) * 10;
					if (_y > 260) {
						_y = 500 - Math.round(_root._ymouse / 10) * 10;
					} else {
						if (_y > 240) {
							_y = 240;
						}
					}
					if (_x < 20) {
						_x = 20;
					}
				} else {
					_root[codepart] = 'utvx' + _x / 10 + 'y' + _y / 10 + 'z';
				}
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
		onClipEvent (mouseUp) {
			planted = 1;
		}
		onClipEvent (press) {
			if (_root.moveable == 1) {
				if (_root.deleting == 1) {
					_root[codepart] = '';
					removeMovieClip(_root[mc]);
					removeMovieClip(this);
				}
				planted = 0;
			}
		}
	}
	instance dtriv of movieClip 190	{
		onClipEvent (load) {
			if (_root.moveable == 0) {
				this.useHandCursor = false;
			}
			if (_name !== 'dtriv') {
				if (_root.moveable == 1) {
					codepart = 'code' + _root.i;
					_root.i = Number(_root.i) + 1;
				}
				if (planted !== 1) {
					_x = _root._xmouse;
					_y = _root._ymouse;
				}
			}
			yspeed = 0;
			_root.toolbox.swapDepths(_root.getNextHighestDepth());
		}
		onClipEvent (enterFrame) {
			if (_root._currentframe < 4 or _root.clearall == 1) {
				_root[codepart] = '';
				removeMovieClip(_root[mc]);
				removeMovieClip(this);
			}
			if (_root.moveable == 1) {
				_alpha = 50;
			} else {
				_alpha = 100;
			}
			if (_root._currentframe == 6 or _root._currentframe == 7) {
				removeMovieClip(_root[mc]);
				removeMovieClip(this);
			}
			if (_name !== 'dtriv') {
				if (planted !== 1) {
					_x = Math.round(_root._xmouse / 10) * 10;
					_y = Math.round(_root._ymouse / 10) * 10;
					if (_y > 260) {
						_y = 500 - Math.round(_root._ymouse / 10) * 10;
					} else {
						if (_y > 240) {
							_y = 240;
						}
					}
					if (_x < 20) {
						_x = 20;
					}
				} else {
					_root[codepart] = 'dtvx' + _x / 10 + 'y' + _y / 10 + 'z';
				}
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
		onClipEvent (mouseUp) {
			planted = 1;
		}
		onClipEvent (press) {
			if (_root.moveable == 1) {
				if (_root.deleting == 1) {
					_root[codepart] = '';
					removeMovieClip(_root[mc]);
					removeMovieClip(this);
				}
				planted = 0;
			}
		}
	}
	instance mboxv of movieClip 192	{
		onClipEvent (load) {
			if (_root.moveable == 0) {
				this.useHandCursor = false;
			}
			if (_name !== 'mboxv') {
				if (_root.moveable == 1) {
					codepart = 'code' + _root.i;
					_root.i = Number(_root.i) + 1;
				}
				if (planted == 0) {
					_x = _root._xmouse;
					_y = _root._ymouse;
				}
			}
		}
		onClipEvent (enterFrame) {
			if (_root._currentframe < 4 or _root.clearall == 1) {
				_root[codepart] = '';
				removeMovieClip(_root[mc]);
				removeMovieClip(this);
			}
			if (_name !== 'mboxv') {
				if (dir == 1) {
					_x = _x - speed;
				}
				if (dir == 2) {
					_x = _x + speed;
				}
				if (range >= 100) {
					if (_x < startx) {
						dir = 2;
					}
					if (_x > startx + range - 100) {
						dir = 1;
					}
				}
				if (range < 100) {
					if (_x < startx + range - 100) {
						dir = 2;
					}
					if (_x > startx) {
						dir = 1;
					}
				}
			}
		}
		onClipEvent (load) {
			yspeed = 0;
			_root.toolbox.swapDepths(_root.getNextHighestDepth());
		}
		onClipEvent (enterFrame) {
			if (_root.moveable == 1) {
				_alpha = 50;
			} else {
				_alpha = 100;
			}
			this.clear();
			if (planted == 2) {
				this.lineStyle(2, 0, 100, false, 0, 'none');
				mousex = Math.round(_root._xmouse / 10) * 10;
				if (mousex < 20) {
					mousex = 20;
				}
				if (mousex < _x - 100) {
					mousex = _x - 100;
				}
				if (mousex > _x + 100) {
					mousex = _x + 100;
				}
				this.lineTo(mousex - _x, 0);
			}
			if (_root._currentframe == 6 or _root._currentframe == 7) {
				removeMovieClip(_root[mc]);
				removeMovieClip(this);
			}
			if (_name !== 'mboxv') {
				if (planted == 0) {
					_x = Math.round(_root._xmouse / 10) * 10;
					_y = Math.round(_root._ymouse / 10) * 10;
					if (_y > 260) {
						_y = 500 - Math.round(_root._ymouse / 10) * 10;
					} else {
						if (_y > 240) {
							_y = 240;
						}
					}
					if (_x < 20) {
						_x = 20;
					}
				} else {
					_root[codepart] = 'bmvx' + startx / 10 + 'y' + _y / 10 + 'r' + range / 10 + 'z';
				}
			}
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true) or this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				if (dir == 1) {
					_root.guy._x -= speed;
				}
				if (dir == 2) {
					_root.guy._x += speed;
				}
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
		onClipEvent (mouseUp) {
			if (planted == 0) {
				planted = 2;
			}
		}
		onClipEvent (mouseDown) {
			if (planted == 2) {
				planted = 1;
				startx = _x;
				mousex = Math.round(_root._xmouse / 10) * 10;
				if (mousex < _x - 100) {
					mousex = _x - 100;
				}
				if (mousex > _x + 100) {
					mousex = _x + 100;
				}
				if (mousex < 20) {
					mousex = 20;
				}
				range = mousex - _x + 100;
				trace('Range: ' + range);
				dir = 2;
				speed = 0.5;
			}
		}
		onClipEvent (press) {
			if (_root.moveable == 1) {
				if (_root.deleting == 1) {
					_root[codepart] = '';
					removeMovieClip(_root[mc]);
					removeMovieClip(this);
				}
				planted = 0;
				startx = 0;
				range = 0;
				dir = 0;
				speed = 0;
			}
		}
	}
	instance platv of movieClip 194	{
		onClipEvent (load) {
			if (_root.moveable == 0) {
				this.useHandCursor = false;
			}
			if (_name !== 'platv') {
				if (_root.moveable == 1) {
					codepart = 'code' + _root.i;
					_root.i = Number(_root.i) + 1;
				}
				if (planted !== 1) {
					_x = _root._xmouse;
					_y = _root._ymouse;
				}
			}
			yspeed = 0;
			_root.toolbox.swapDepths(_root.getNextHighestDepth());
		}
		onClipEvent (enterFrame) {
			if (_root._currentframe < 4 or _root.clearall == 1) {
				_root[codepart] = '';
				removeMovieClip(_root[mc]);
				removeMovieClip(this);
			}
			if (_root.moveable == 1) {
				_alpha = 50;
			} else {
				_alpha = 100;
			}
			if (_root._currentframe == 6 or _root._currentframe == 7) {
				removeMovieClip(_root[mc]);
				removeMovieClip(this);
			}
			if (_name !== 'platv') {
				if (planted !== 1) {
					_x = Math.round(_root._xmouse / 10) * 10;
					_y = Math.round(_root._ymouse / 10) * 10;
					if (_y > 260) {
						_y = 500 - Math.round(_root._ymouse / 10) * 10;
					} else {
						if (_y > 240) {
							_y = 240;
						}
					}
					if (_x < 20) {
						_x = 20;
					}
				} else {
					_root[codepart] = 'pvx' + _x / 10 + 'y' + _y / 10 + 'z';
				}
			}
			if (_root.guy.yspeed >= 0) {
				while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
					--_root.guy._y;
					_root.guy.yspeed = 0;
					_root.jumpable = 1;
				}
				while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
					--_root.guy._y;
					_root.guy.yspeed = 0;
					_root.jumpable = 1;
				}
			}
		}
		onClipEvent (mouseUp) {
			planted = 1;
		}
		onClipEvent (press) {
			if (_root.moveable == 1) {
				if (_root.deleting == 1) {
					_root[codepart] = '';
					removeMovieClip(_root[mc]);
					removeMovieClip(this);
				}
				planted = 0;
			}
		}
	}
	instance lspikev of movieClip 188	{
		onClipEvent (load) {
			if (_root.moveable == 0) {
				this.useHandCursor = false;
			}
			if (_name !== 'lspikev') {
				if (_root.moveable == 1) {
					codepart = 'code' + _root.i;
					_root.i = Number(_root.i) + 1;
				}
				if (planted !== 1) {
					_x = _root._xmouse;
					_y = _root._ymouse;
				}
			}
			yspeed = 0;
			_root.toolbox.swapDepths(_root.getNextHighestDepth());
		}
		onClipEvent (enterFrame) {
			if (_root._currentframe < 4 or _root.clearall == 1) {
				_root[codepart] = '';
				removeMovieClip(_root[mc]);
				removeMovieClip(this);
			}
			if (_root.moveable == 1) {
				_alpha = 50;
			} else {
				_alpha = 100;
			}
			if (_root._currentframe == 6 or _root._currentframe == 7) {
				removeMovieClip(_root[mc]);
				removeMovieClip(this);
			}
			if (_name !== 'lspikev') {
				if (planted !== 1) {
					_x = Math.round(_root._xmouse / 10) * 10;
					_y = Math.round(_root._ymouse / 10) * 10;
					if (_y > 260) {
						_y = 500 - Math.round(_root._ymouse / 10) * 10;
					} else {
						if (_y > 240) {
							_y = 240;
						}
					}
					if (_x < 20) {
						_x = 20;
					}
				} else {
					_root[codepart] = 'lsvx' + _x / 10 + 'y' + _y / 10 + 'z';
				}
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			if (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
		onClipEvent (mouseUp) {
			planted = 1;
		}
		onClipEvent (press) {
			if (_root.moveable == 1) {
				if (_root.deleting == 1) {
					_root[codepart] = '';
					removeMovieClip(_root[mc]);
					removeMovieClip(this);
				}
				planted = 0;
			}
		}
	}
	instance rspikev of movieClip 188	{
		onClipEvent (load) {
			if (_root.moveable == 0) {
				this.useHandCursor = false;
			}
			if (_name !== 'rspikev') {
				if (_root.moveable == 1) {
					codepart = 'code' + _root.i;
					_root.i = Number(_root.i) + 1;
				}
				if (planted !== 1) {
					_x = _root._xmouse;
					_y = _root._ymouse;
				}
			}
			yspeed = 0;
			_root.toolbox.swapDepths(_root.getNextHighestDepth());
		}
		onClipEvent (enterFrame) {
			if (_root._currentframe < 4 or _root.clearall == 1) {
				_root[codepart] = '';
				removeMovieClip(_root[mc]);
				removeMovieClip(this);
			}
			if (_root.moveable == 1) {
				_alpha = 50;
			} else {
				_alpha = 100;
			}
			if (_root._currentframe == 6 or _root._currentframe == 7) {
				removeMovieClip(_root[mc]);
				removeMovieClip(this);
			}
			if (_name !== 'rspikev') {
				if (planted !== 1) {
					_x = Math.round(_root._xmouse / 10) * 10;
					_y = Math.round(_root._ymouse / 10) * 10;
					if (_y > 260) {
						_y = 500 - Math.round(_root._ymouse / 10) * 10;
					} else {
						if (_y > 240) {
							_y = 240;
						}
					}
					if (_x < 20) {
						_x = 20;
					}
				} else {
					_root[codepart] = 'rsvx' + _x / 10 + 'y' + _y / 10 + 'z';
				}
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			if (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
		onClipEvent (mouseUp) {
			planted = 1;
		}
		onClipEvent (press) {
			if (_root.moveable == 1) {
				if (_root.deleting == 1) {
					_root[codepart] = '';
					removeMovieClip(_root[mc]);
					removeMovieClip(this);
				}
				planted = 0;
			}
		}
	}
	instance netriv of movieClip 190	{
		onClipEvent (load) {
			if (_root.moveable == 0) {
				this.useHandCursor = false;
			}
			if (_name !== 'netriv') {
				if (_root.moveable == 1) {
					codepart = 'code' + _root.i;
					_root.i = Number(_root.i) + 1;
				}
				if (planted !== 1) {
					_x = _root._xmouse;
					_y = _root._ymouse;
				}
			}
			yspeed = 0;
			_root.toolbox.swapDepths(_root.getNextHighestDepth());
		}
		onClipEvent (enterFrame) {
			if (_root._currentframe < 4 or _root.clearall == 1) {
				_root[codepart] = '';
				removeMovieClip(_root[mc]);
				removeMovieClip(this);
			}
			if (_root.moveable == 1) {
				_alpha = 50;
			} else {
				_alpha = 100;
			}
			if (_root._currentframe == 6 or _root._currentframe == 7) {
				removeMovieClip(_root[mc]);
				removeMovieClip(this);
			}
			if (_name !== 'netriv') {
				if (planted !== 1) {
					_x = Math.round(_root._xmouse / 10) * 10;
					_y = Math.round(_root._ymouse / 10) * 10;
					if (_y > 260) {
						_y = 500 - Math.round(_root._ymouse / 10) * 10;
					} else {
						if (_y > 240) {
							_y = 240;
						}
					}
					if (_x < 20) {
						_x = 20;
					}
				} else {
					_root[codepart] = 'netvx' + _x / 10 + 'y' + _y / 10 + 'z';
				}
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
		onClipEvent (mouseUp) {
			planted = 1;
		}
		onClipEvent (press) {
			if (_root.moveable == 1) {
				if (_root.deleting == 1) {
					_root[codepart] = '';
					removeMovieClip(_root[mc]);
					removeMovieClip(this);
				}
				planted = 0;
			}
		}
	}
	instance nwtriv of movieClip 190	{
		onClipEvent (load) {
			if (_root.moveable == 0) {
				this.useHandCursor = false;
			}
			if (_name !== 'nwtriv') {
				if (_root.moveable == 1) {
					codepart = 'code' + _root.i;
					_root.i = Number(_root.i) + 1;
				}
				if (planted !== 1) {
					_x = _root._xmouse;
					_y = _root._ymouse;
				}
			}
			yspeed = 0;
			_root.toolbox.swapDepths(_root.getNextHighestDepth());
		}
		onClipEvent (enterFrame) {
			if (_root._currentframe < 4 or _root.clearall == 1) {
				_root[codepart] = '';
				removeMovieClip(_root[mc]);
				removeMovieClip(this);
			}
			if (_root.moveable == 1) {
				_alpha = 50;
			} else {
				_alpha = 100;
			}
			if (_root._currentframe == 6 or _root._currentframe == 7) {
				removeMovieClip(_root[mc]);
				removeMovieClip(this);
			}
			if (_name !== 'nwtriv') {
				if (planted !== 1) {
					_x = Math.round(_root._xmouse / 10) * 10;
					_y = Math.round(_root._ymouse / 10) * 10;
					if (_y > 260) {
						_y = 500 - Math.round(_root._ymouse / 10) * 10;
					} else {
						if (_y > 240) {
							_y = 240;
						}
					}
					if (_x < 20) {
						_x = 20;
					}
				} else {
					_root[codepart] = 'nwtvx' + _x / 10 + 'y' + _y / 10 + 'z';
				}
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
		onClipEvent (mouseUp) {
			planted = 1;
		}
		onClipEvent (press) {
			if (_root.moveable == 1) {
				if (_root.deleting == 1) {
					_root[codepart] = '';
					removeMovieClip(_root[mc]);
					removeMovieClip(this);
				}
				planted = 0;
			}
		}
	}
	instance enemyv of movieClip 15	{
		onClipEvent (load) {
			if (_root.moveable == 0) {
				this.useHandCursor = false;
			}
			if (_name !== 'enemyv') {
				if (_root.moveable == 1) {
					codepart = 'code' + _root.i;
					_root.i = Number(_root.i) + 1;
				}
				if (planted !== 1) {
					_x = _root._xmouse;
					_y = _root._ymouse;
				}
			}
			yspeed = 0;
			_root.toolbox.swapDepths(_root.getNextHighestDepth());
		}
		onClipEvent (enterFrame) {
			if (_root._currentframe < 4 or _root.clearall == 1) {
				_root[codepart] = '';
				removeMovieClip(_root[mc]);
				removeMovieClip(this);
			}
			if (_root.moveable == 1) {
				_alpha = 50;
			} else {
				_alpha = 100;
			}
			if (_root.reset == 1) {
				_x = startx;
			}
			if (planted == 1 and _root.moveable == 1) {
				_x = startx;
			}
			if (_root._currentframe == 6 or _root._currentframe == 7) {
				removeMovieClip(_root[mc]);
				removeMovieClip(this);
			}
			if (_name !== 'enemyv') {
				if (planted !== 1) {
					_x = Math.round(_root._xmouse / 10) * 10;
					_y = Math.round(_root._ymouse / 10) * 10;
					if (_y > 260) {
						_y = 500 - Math.round(_root._ymouse / 10) * 10;
					} else {
						if (_y > 240) {
							_y = 240;
						}
					}
					if (_x < 20) {
						_x = 20;
					}
				} else {
					_root[codepart] = 'evx' + _x / 10 + 'y' + _y / 10 + 'z';
				}
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = -8;
				_root.jumpable = 0;
				_root.expl._x = _x;
				_root.expl._y = _y;
				_root.expl.play();
				_x = 10000;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = -8;
				_root.jumpable = 0;
				_root.expl._x = _x;
				_root.expl._y = _y;
				_root.expl.play();
				_x = 10000;
			}
			if (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				_root.reset = 1;
			}
		}
		onClipEvent (mouseUp) {
			if (planted !== 1) {
				startx = _x;
			}
			planted = 1;
		}
		onClipEvent (press) {
			if (_root.moveable == 1) {
				if (_root.deleting == 1) {
					_root[codepart] = '';
					removeMovieClip(_root[mc]);
					removeMovieClip(this);
				}
				planted = 0;
			}
		}
	}
	frame 14 {
		if (_root.levelc > 1) {
		} else {
			_root.levelc = 1;
		}
	}
	movieClip 300	{
	}
	instance of movieClip 300	{
		onClipEvent (load) {
			lvl = 1;
			if (_root.levelc >= lvl) {
				_alpha = 100;
			} else {
				_alpha = 25;
			}
		}
		onClipEvent (rollOver) {
			if (_root.levelc >= lvl) {
				_alpha = 50;
			} else {
				this.useHandCursor = false;
			}
		}
		onClipEvent (rollOut, dragOut) {
			if (_root.levelc >= lvl) {
				_alpha = 100;
			}
		}
		onClipEvent (release) {
			if (_root.levelc >= lvl) {
				_root.gotoAndStop(15);
			}
		}
	}
	instance of movieClip 300	{
		onClipEvent (load) {
			lvl = 2;
			if (_root.levelc >= lvl) {
				_alpha = 100;
			} else {
				_alpha = 25;
			}
		}
		onClipEvent (rollOver) {
			if (_root.levelc >= lvl) {
				_alpha = 50;
			} else {
				this.useHandCursor = false;
			}
		}
		onClipEvent (rollOut, dragOut) {
			if (_root.levelc >= lvl) {
				_alpha = 100;
			}
		}
		onClipEvent (release) {
			if (_root.levelc >= lvl) {
				_root.gotoAndStop(17);
			}
		}
	}
	instance of movieClip 300	{
		onClipEvent (load) {
			lvl = 3;
			if (_root.levelc >= lvl) {
				_alpha = 100;
			} else {
				_alpha = 25;
			}
		}
		onClipEvent (rollOver) {
			if (_root.levelc >= lvl) {
				_alpha = 50;
			} else {
				this.useHandCursor = false;
			}
		}
		onClipEvent (rollOut, dragOut) {
			if (_root.levelc >= lvl) {
				_alpha = 100;
			}
		}
		onClipEvent (release) {
			if (_root.levelc >= lvl) {
				_root.gotoAndStop(19);
			}
		}
	}
	instance of movieClip 300	{
		onClipEvent (load) {
			lvl = 4;
			if (_root.levelc >= lvl) {
				_alpha = 100;
			} else {
				_alpha = 25;
			}
		}
		onClipEvent (rollOver) {
			if (_root.levelc >= lvl) {
				_alpha = 50;
			} else {
				this.useHandCursor = false;
			}
		}
		onClipEvent (rollOut, dragOut) {
			if (_root.levelc >= lvl) {
				_alpha = 100;
			}
		}
		onClipEvent (release) {
			if (_root.levelc >= lvl) {
				_root.gotoAndStop(21);
			}
		}
	}
	instance of movieClip 300	{
		onClipEvent (load) {
			lvl = 5;
			if (_root.levelc >= lvl) {
				_alpha = 100;
			} else {
				_alpha = 25;
			}
		}
		onClipEvent (rollOver) {
			if (_root.levelc >= lvl) {
				_alpha = 50;
			} else {
				this.useHandCursor = false;
			}
		}
		onClipEvent (rollOut, dragOut) {
			if (_root.levelc >= lvl) {
				_alpha = 100;
			}
		}
		onClipEvent (release) {
			if (_root.levelc >= lvl) {
				_root.gotoAndStop(23);
			}
		}
	}
	instance of movieClip 300	{
		onClipEvent (load) {
			lvl = 6;
			if (_root.levelc >= lvl) {
				_alpha = 100;
			} else {
				_alpha = 25;
			}
		}
		onClipEvent (rollOver) {
			if (_root.levelc >= lvl) {
				_alpha = 50;
			} else {
				this.useHandCursor = false;
			}
		}
		onClipEvent (rollOut, dragOut) {
			if (_root.levelc >= lvl) {
				_alpha = 100;
			}
		}
		onClipEvent (release) {
			if (_root.levelc >= lvl) {
				_root.gotoAndStop(25);
			}
		}
	}
	instance of movieClip 300	{
		onClipEvent (load) {
			lvl = 7;
			if (_root.levelc >= lvl) {
				_alpha = 100;
			} else {
				_alpha = 25;
			}
		}
		onClipEvent (rollOver) {
			if (_root.levelc >= lvl) {
				_alpha = 50;
			} else {
				this.useHandCursor = false;
			}
		}
		onClipEvent (rollOut, dragOut) {
			if (_root.levelc >= lvl) {
				_alpha = 100;
			}
		}
		onClipEvent (release) {
			if (_root.levelc >= lvl) {
				_root.gotoAndStop(27);
			}
		}
	}
	instance of movieClip 300	{
		onClipEvent (load) {
			lvl = 8;
			if (_root.levelc >= lvl) {
				_alpha = 100;
			} else {
				_alpha = 25;
			}
		}
		onClipEvent (rollOver) {
			if (_root.levelc >= lvl) {
				_alpha = 50;
			} else {
				this.useHandCursor = false;
			}
		}
		onClipEvent (rollOut, dragOut) {
			if (_root.levelc >= lvl) {
				_alpha = 100;
			}
		}
		onClipEvent (release) {
			if (_root.levelc >= lvl) {
				_root.gotoAndStop(29);
			}
		}
	}
	instance of movieClip 300	{
		onClipEvent (load) {
			lvl = 9;
			if (_root.levelc >= lvl) {
				_alpha = 100;
			} else {
				_alpha = 25;
			}
		}
		onClipEvent (rollOver) {
			if (_root.levelc >= lvl) {
				_alpha = 50;
			} else {
				this.useHandCursor = false;
			}
		}
		onClipEvent (rollOut, dragOut) {
			if (_root.levelc >= lvl) {
				_alpha = 100;
			}
		}
		onClipEvent (release) {
			if (_root.levelc >= lvl) {
				_root.gotoAndStop(31);
			}
		}
	}
	instance of movieClip 300	{
		onClipEvent (load) {
			lvl = 10;
			if (_root.levelc >= lvl) {
				_alpha = 100;
			} else {
				_alpha = 25;
			}
		}
		onClipEvent (rollOver) {
			if (_root.levelc >= lvl) {
				_alpha = 50;
			} else {
				this.useHandCursor = false;
			}
		}
		onClipEvent (rollOut, dragOut) {
			if (_root.levelc >= lvl) {
				_alpha = 100;
			}
		}
		onClipEvent (release) {
			if (_root.levelc >= lvl) {
				_root.gotoAndStop(33);
			}
		}
	}
	instance of movieClip 300	{
		onClipEvent (load) {
			lvl = 11;
			if (_root.levelc >= lvl) {
				_alpha = 100;
			} else {
				_alpha = 25;
			}
		}
		onClipEvent (rollOver) {
			if (_root.levelc >= lvl) {
				_alpha = 50;
			} else {
				this.useHandCursor = false;
			}
		}
		onClipEvent (rollOut, dragOut) {
			if (_root.levelc >= lvl) {
				_alpha = 100;
			}
		}
		onClipEvent (release) {
			if (_root.levelc >= lvl) {
				_root.gotoAndStop(35);
			}
		}
	}
	instance of movieClip 300	{
		onClipEvent (load) {
			lvl = 12;
			if (_root.levelc >= lvl) {
				_alpha = 100;
			} else {
				_alpha = 25;
			}
		}
		onClipEvent (rollOver) {
			if (_root.levelc >= lvl) {
				_alpha = 50;
			} else {
				this.useHandCursor = false;
			}
		}
		onClipEvent (rollOut, dragOut) {
			if (_root.levelc >= lvl) {
				_alpha = 100;
			}
		}
		onClipEvent (release) {
			if (_root.levelc >= lvl) {
				_root.gotoAndStop(37);
			}
		}
	}
	instance of movieClip 300	{
		onClipEvent (load) {
			lvl = 13;
			if (_root.levelc >= lvl) {
				_alpha = 100;
			} else {
				_alpha = 25;
			}
		}
		onClipEvent (rollOver) {
			if (_root.levelc >= lvl) {
				_alpha = 50;
			} else {
				this.useHandCursor = false;
			}
		}
		onClipEvent (rollOut, dragOut) {
			if (_root.levelc >= lvl) {
				_alpha = 100;
			}
		}
		onClipEvent (release) {
			if (_root.levelc >= lvl) {
				_root.gotoAndStop(39);
			}
		}
	}
	instance of movieClip 300	{
		onClipEvent (load) {
			lvl = 14;
			if (_root.levelc >= lvl) {
				_alpha = 100;
			} else {
				_alpha = 25;
			}
		}
		onClipEvent (rollOver) {
			if (_root.levelc >= lvl) {
				_alpha = 50;
			} else {
				this.useHandCursor = false;
			}
		}
		onClipEvent (rollOut, dragOut) {
			if (_root.levelc >= lvl) {
				_alpha = 100;
			}
		}
		onClipEvent (release) {
			if (_root.levelc >= lvl) {
				_root.gotoAndStop(41);
			}
		}
	}
	instance of movieClip 300	{
		onClipEvent (load) {
			lvl = 15;
			if (_root.levelc >= lvl) {
				_alpha = 100;
			} else {
				_alpha = 25;
			}
		}
		onClipEvent (rollOver) {
			if (_root.levelc >= lvl) {
				_alpha = 50;
			} else {
				this.useHandCursor = false;
			}
		}
		onClipEvent (rollOut, dragOut) {
			if (_root.levelc >= lvl) {
				_alpha = 100;
			}
		}
		onClipEvent (release) {
			if (_root.levelc >= lvl) {
				_root.gotoAndStop(43);
			}
		}
	}
	instance of movieClip 300	{
		onClipEvent (load) {
			lvl = 16;
			if (_root.levelc >= lvl) {
				_alpha = 100;
			} else {
				_alpha = 25;
			}
		}
		onClipEvent (rollOver) {
			if (_root.levelc >= lvl) {
				_alpha = 50;
			} else {
				this.useHandCursor = false;
			}
		}
		onClipEvent (rollOut, dragOut) {
			if (_root.levelc >= lvl) {
				_alpha = 100;
			}
		}
		onClipEvent (release) {
			if (_root.levelc >= lvl) {
				_root.gotoAndStop(45);
			}
		}
	}
	instance of movieClip 300	{
		onClipEvent (load) {
			lvl = 17;
			if (_root.levelc >= lvl) {
				_alpha = 100;
			} else {
				_alpha = 25;
			}
		}
		onClipEvent (rollOver) {
			if (_root.levelc >= lvl) {
				_alpha = 50;
			} else {
				this.useHandCursor = false;
			}
		}
		onClipEvent (rollOut, dragOut) {
			if (_root.levelc >= lvl) {
				_alpha = 100;
			}
		}
		onClipEvent (release) {
			if (_root.levelc >= lvl) {
				_root.gotoAndStop(47);
			}
		}
	}
	instance of movieClip 300	{
		onClipEvent (load) {
			lvl = 18;
			if (_root.levelc >= lvl) {
				_alpha = 100;
			} else {
				_alpha = 25;
			}
		}
		onClipEvent (rollOver) {
			if (_root.levelc >= lvl) {
				_alpha = 50;
			} else {
				this.useHandCursor = false;
			}
		}
		onClipEvent (rollOut, dragOut) {
			if (_root.levelc >= lvl) {
				_alpha = 100;
			}
		}
		onClipEvent (release) {
			if (_root.levelc >= lvl) {
				_root.gotoAndStop(49);
			}
		}
	}
	instance of movieClip 300	{
		onClipEvent (load) {
			lvl = 19;
			if (_root.levelc >= lvl) {
				_alpha = 100;
			} else {
				_alpha = 25;
			}
		}
		onClipEvent (rollOver) {
			if (_root.levelc >= lvl) {
				_alpha = 50;
			} else {
				this.useHandCursor = false;
			}
		}
		onClipEvent (rollOut, dragOut) {
			if (_root.levelc >= lvl) {
				_alpha = 100;
			}
		}
		onClipEvent (release) {
			if (_root.levelc >= lvl) {
				_root.gotoAndStop(51);
			}
		}
	}
	instance of movieClip 300	{
		onClipEvent (load) {
			lvl = 20;
			if (_root.levelc >= lvl) {
				_alpha = 100;
			} else {
				_alpha = 25;
			}
		}
		onClipEvent (rollOver) {
			if (_root.levelc >= lvl) {
				_alpha = 50;
			} else {
				this.useHandCursor = false;
			}
		}
		onClipEvent (rollOut, dragOut) {
			if (_root.levelc >= lvl) {
				_alpha = 100;
			}
		}
		onClipEvent (release) {
			if (_root.levelc >= lvl) {
				_root.gotoAndStop(53);
			}
		}
	}
	instance of movieClip 300	{
		onClipEvent (load) {
			lvl = 21;
			if (_root.levelc >= lvl) {
				_alpha = 100;
			} else {
				_alpha = 25;
			}
		}
		onClipEvent (rollOver) {
			if (_root.levelc >= lvl) {
				_alpha = 50;
			} else {
				this.useHandCursor = false;
			}
		}
		onClipEvent (rollOut, dragOut) {
			if (_root.levelc >= lvl) {
				_alpha = 100;
			}
		}
		onClipEvent (release) {
			if (_root.levelc >= lvl) {
				_root.gotoAndStop(55);
			}
		}
	}
	instance of movieClip 300	{
		onClipEvent (load) {
			lvl = 22;
			if (_root.levelc >= lvl) {
				_alpha = 100;
			} else {
				_alpha = 25;
			}
		}
		onClipEvent (rollOver) {
			if (_root.levelc >= lvl) {
				_alpha = 50;
			} else {
				this.useHandCursor = false;
			}
		}
		onClipEvent (rollOut, dragOut) {
			if (_root.levelc >= lvl) {
				_alpha = 100;
			}
		}
		onClipEvent (release) {
			if (_root.levelc >= lvl) {
				_root.gotoAndStop(57);
			}
		}
	}
	instance of movieClip 300	{
		onClipEvent (load) {
			lvl = 23;
			if (_root.levelc >= lvl) {
				_alpha = 100;
			} else {
				_alpha = 25;
			}
		}
		onClipEvent (rollOver) {
			if (_root.levelc >= lvl) {
				_alpha = 50;
			} else {
				this.useHandCursor = false;
			}
		}
		onClipEvent (rollOut, dragOut) {
			if (_root.levelc >= lvl) {
				_alpha = 100;
			}
		}
		onClipEvent (release) {
			if (_root.levelc >= lvl) {
				_root.gotoAndStop(59);
			}
		}
	}
	instance of movieClip 300	{
		onClipEvent (load) {
			lvl = 24;
			if (_root.levelc >= lvl) {
				_alpha = 100;
			} else {
				_alpha = 25;
			}
		}
		onClipEvent (rollOver) {
			if (_root.levelc >= lvl) {
				_alpha = 50;
			} else {
				this.useHandCursor = false;
			}
		}
		onClipEvent (rollOut, dragOut) {
			if (_root.levelc >= lvl) {
				_alpha = 100;
			}
		}
		onClipEvent (release) {
			if (_root.levelc >= lvl) {
				_root.gotoAndStop(61);
			}
		}
	}
	instance of movieClip 300	{
		onClipEvent (load) {
			lvl = 25;
			if (_root.levelc >= lvl) {
				_alpha = 100;
			} else {
				_alpha = 25;
			}
		}
		onClipEvent (rollOver) {
			if (_root.levelc >= lvl) {
				_alpha = 50;
			} else {
				this.useHandCursor = false;
			}
		}
		onClipEvent (rollOut, dragOut) {
			if (_root.levelc >= lvl) {
				_alpha = 100;
			}
		}
		onClipEvent (release) {
			if (_root.levelc >= lvl) {
				_root.gotoAndStop(63);
			}
		}
	}
	button 328 {
		on (release) {
			gotoAndStop(3);
		}
	}
	frame 15 {
		stop();
		deaths = 0;
		if (levelc < 1) {
			levelc = 1;
			game = SharedObject.getLocal('mydata');
			game.data.levelc = levelc;
			game.flush();
		}
	}
	frame 15 {
		abouttomoveon = 0;
	}
	instance guy2 of movieClip 218	{
		onClipEvent (enterFrame) {
			_rotation = -_root.guy._rotation;
			_x = _root.guy._x;
			_y = 500 - _root.guy._y;
			gotoAndStop(_root.guy._currentframe);
		}
	}
	button 330 {
		on (release) {
			j = 0;
			i = _root.getNextHighestDepth();
			while (j <= i) {
				var mc = 'r' + j;
				removeMovieClip(_root[mc]);
				++j;
			}
			gotoAndStop(3);
		}
	}
	instance guy of movieClip 218	{
		onClipEvent (load) {
			startx = _x;
			starty = _y;
			_root.abouttomoveon = 0;
			xspeed = 0;
			yspeed = 0;
			targetxspeed = 0;
		}
		onClipEvent (enterFrame) {
			if (_root.reset == 1) {
				_root.deaths = Number(_root.deaths + 1);
				_x = startx;
				_y = starty;
				_rotation = 0;
				gotoAndStop(1);
				xspeed = 0;
				yspeed = 0;
				targetxspeed = 0;
			}
			if (_root.abouttomoveon == 1) {
				_root.nextFrame();
			}
			if (_x > 750) {
				_root.resetter.play();
				_root.nextFrame();
			}
			if (_root.jumpable == 1) {
				_rotation = 0;
			} else {
				_rotation = xspeed * 5;
			}
			targetxspeed = 0;
			if (Key.isDown(39) or Key.isDown(68)) {
				targetxspeed = 4;
			}
			if (Key.isDown(37) or Key.isDown(65)) {
				targetxspeed = -4;
			}
			if (Key.isDown(40) and _root.jumpable == 1) {
				if (xspeed >= 0) {
					gotoAndStop(7);
				} else {
					gotoAndStop(8);
				}
				targetxspeed = 0;
			} else {
				if (xspeed >= 0) {
					if (_root.jumpable < 1) {
						gotoAndStop(5);
					} else {
						if (xspeed > 1) {
							gotoAndStop(3);
						} else {
							gotoAndStop(1);
						}
					}
				} else {
					if (xspeed < 0) {
						if (_root.jumpable < 1) {
							gotoAndStop(6);
						} else {
							if (xspeed < -1) {
								gotoAndStop(4);
							} else {
								gotoAndStop(2);
							}
						}
					}
				}
			}
			if (Key.isDown(38) or Key.isDown(32) or Key.isDown(87)) {
				if (_root.jumpable == 1) {
					yspeed = -10;
				}
			}
			yspeed += 1;
			if (yspeed > 7) {
				yspeed = 7;
			}
			_y = _y + yspeed;
			xspeed += (targetxspeed - xspeed) / 4;
			if (xspeed < 1 and xspeed > 0) {
				xspeed = 1.0e-026;
			}
			if (xspeed > -1 and xspeed < 0) {
				xspeed = -1.0e-026;
			}
			_x = _x + xspeed;
			_root.jumpable = 0;
			if (_y > 230) {
				_y = 230;
				yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance resetter of movieClip 270	{
		onClipEvent (enterFrame) {
			if (_root.reset == 1) {
				play();
			}
		}
	}
	
	// unknown tag 88 length 73
	movieClip 334	{
	}
	instance of movieClip 334	{
		onClipEvent (keyPress 'r') {
			_root.reset = 1;
		}
	}
	instance expl of movieClip 199	{
		onClipEvent (enterFrame) {
		}
	}
	instance explr of movieClip 199	{
		onClipEvent (enterFrame) {
			_x = _root.expl._x;
			_y = 500 - _root.expl._y;
			gotoAndStop(_root.expl._currentframe);
		}
	}
	instance of movieClip 272	{
		onClipEvent (keyPress 'r') {
			_root.reset = 1;
		}
		onClipEvent (keyPress 'R') {
			_root.reset = 1;
		}
	}
	frame 16 {
		j = 0;
		i = _root.getNextHighestDepth();
		while (j <= i) {
			var mc = 'r' + j;
			removeMovieClip(mc);
			++j;
		}
		i = 1;
		nextFrame();
	}
	frame 17 {
		stop();
		if (levelc < 2) {
			levelc = 2;
			game = SharedObject.getLocal('mydata');
			game.data.levelc = levelc;
			game.flush();
		}
	}
	frame 17 {
		abouttomoveon = 0;
	}
	instance guy2 of movieClip 218	{
		onClipEvent (enterFrame) {
			_rotation = -_root.guy._rotation;
			_x = _root.guy._x;
			_y = 500 - _root.guy._y;
			gotoAndStop(_root.guy._currentframe);
		}
	}
	instance guy of movieClip 218	{
		onClipEvent (load) {
			startx = _x;
			starty = _y;
			_root.abouttomoveon = 0;
			xspeed = 0;
			yspeed = 0;
			targetxspeed = 0;
		}
		onClipEvent (enterFrame) {
			if (_root.reset == 1) {
				_root.deaths = Number(_root.deaths + 1);
				_x = startx;
				_y = starty;
				_rotation = 0;
				gotoAndStop(1);
				xspeed = 0;
				yspeed = 0;
				targetxspeed = 0;
			}
			if (_root.abouttomoveon == 1) {
				_root.nextFrame();
			}
			if (_x > 750) {
				_root.resetter.play();
				_root.nextFrame();
			}
			if (_root.jumpable == 1) {
				_rotation = 0;
			} else {
				_rotation = xspeed * 5;
			}
			targetxspeed = 0;
			if (Key.isDown(39) or Key.isDown(68)) {
				targetxspeed = 4;
			}
			if (Key.isDown(37) or Key.isDown(65)) {
				targetxspeed = -4;
			}
			if (Key.isDown(40) and _root.jumpable == 1) {
				if (xspeed >= 0) {
					gotoAndStop(7);
				} else {
					gotoAndStop(8);
				}
				targetxspeed = 0;
			} else {
				if (xspeed >= 0) {
					if (_root.jumpable < 1) {
						gotoAndStop(5);
					} else {
						if (xspeed > 1) {
							gotoAndStop(3);
						} else {
							gotoAndStop(1);
						}
					}
				} else {
					if (xspeed < 0) {
						if (_root.jumpable < 1) {
							gotoAndStop(6);
						} else {
							if (xspeed < -1) {
								gotoAndStop(4);
							} else {
								gotoAndStop(2);
							}
						}
					}
				}
			}
			if (Key.isDown(38) or Key.isDown(32) or Key.isDown(87)) {
				if (_root.jumpable == 1) {
					yspeed = -10;
				}
			}
			yspeed += 1;
			if (yspeed > 7) {
				yspeed = 7;
			}
			_y = _y + yspeed;
			xspeed += (targetxspeed - xspeed) / 4;
			if (xspeed < 1 and xspeed > 0) {
				xspeed = 1.0e-026;
			}
			if (xspeed > -1 and xspeed < 0) {
				xspeed = -1.0e-026;
			}
			_x = _x + xspeed;
			_root.jumpable = 0;
			if (_y > 230) {
				_y = 230;
				yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 15	{
		onClipEvent (load) {
			startx = _x;
			range = 80;
			dir = 2;
			speed = 1;
		}
		onClipEvent (enterFrame) {
			if (_root.reset == 1) {
				_x = startx;
			}
			if (dir == 1) {
				_x = _x - speed;
			}
			if (dir == 2) {
				_x = _x + speed;
			}
			if (_x < startx) {
				dir = 2;
			}
			if (_x > startx + range) {
				dir = 1;
			}
		}
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('eref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = -8;
				_root.jumpable = 0;
				_root.expl._x = _x;
				_root.expl._y = _y;
				_root.expl.play();
				_x = 10000;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = -8;
				_root.jumpable = 0;
				_root.expl._x = _x;
				_root.expl._y = _y;
				_root.expl.play();
				_x = 10000;
			}
			if (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				_root.reset = 1;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	frame 18 {
		j = 0;
		i = _root.getNextHighestDepth();
		while (j <= i) {
			var mc = 'r' + j;
			removeMovieClip(mc);
			++j;
		}
		i = 1;
		nextFrame();
	}
	frame 19 {
		stop();
		if (levelc < 3) {
			levelc = 3;
			game = SharedObject.getLocal('mydata');
			game.data.levelc = levelc;
			game.flush();
		}
	}
	frame 19 {
		abouttomoveon = 0;
	}
	instance guy2 of movieClip 218	{
		onClipEvent (enterFrame) {
			_rotation = -_root.guy._rotation;
			_x = _root.guy._x;
			_y = 500 - _root.guy._y;
			gotoAndStop(_root.guy._currentframe);
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance guy of movieClip 218	{
		onClipEvent (load) {
			startx = _x;
			starty = _y;
			_root.abouttomoveon = 0;
			xspeed = 0;
			yspeed = 0;
			targetxspeed = 0;
		}
		onClipEvent (enterFrame) {
			if (_root.reset == 1) {
				_root.deaths = Number(_root.deaths + 1);
				_x = startx;
				_y = starty;
				_rotation = 0;
				gotoAndStop(1);
				xspeed = 0;
				yspeed = 0;
				targetxspeed = 0;
			}
			if (_root.abouttomoveon == 1) {
				_root.nextFrame();
			}
			if (_x > 750) {
				_root.resetter.play();
				_root.nextFrame();
			}
			if (_root.jumpable == 1) {
				_rotation = 0;
			} else {
				_rotation = xspeed * 5;
			}
			targetxspeed = 0;
			if (Key.isDown(39) or Key.isDown(68)) {
				targetxspeed = 4;
			}
			if (Key.isDown(37) or Key.isDown(65)) {
				targetxspeed = -4;
			}
			if (Key.isDown(40) and _root.jumpable == 1) {
				if (xspeed >= 0) {
					gotoAndStop(7);
				} else {
					gotoAndStop(8);
				}
				targetxspeed = 0;
			} else {
				if (xspeed >= 0) {
					if (_root.jumpable < 1) {
						gotoAndStop(5);
					} else {
						if (xspeed > 1) {
							gotoAndStop(3);
						} else {
							gotoAndStop(1);
						}
					}
				} else {
					if (xspeed < 0) {
						if (_root.jumpable < 1) {
							gotoAndStop(6);
						} else {
							if (xspeed < -1) {
								gotoAndStop(4);
							} else {
								gotoAndStop(2);
							}
						}
					}
				}
			}
			if (Key.isDown(38) or Key.isDown(32) or Key.isDown(87)) {
				if (_root.jumpable == 1) {
					yspeed = -10;
				}
			}
			yspeed += 1;
			if (yspeed > 7) {
				yspeed = 7;
			}
			_y = _y + yspeed;
			xspeed += (targetxspeed - xspeed) / 4;
			if (xspeed < 1 and xspeed > 0) {
				xspeed = 1.0e-026;
			}
			if (xspeed > -1 and xspeed < 0) {
				xspeed = -1.0e-026;
			}
			_x = _x + xspeed;
			_root.jumpable = 0;
			if (_y > 230) {
				_y = 230;
				yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 192	{
		onClipEvent (load) {
			startx = _x;
			range = 80;
			dir = 2;
			speed = 0.5;
		}
		onClipEvent (enterFrame) {
			if (dir == 1) {
				_x = _x - speed;
			}
			if (dir == 2) {
				_x = _x + speed;
			}
			if (_x < startx) {
				dir = 2;
			}
			if (_x > startx + range) {
				dir = 1;
			}
		}
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true) or this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				if (dir == 1) {
					_root.guy._x -= speed;
				}
				if (dir == 2) {
					_root.guy._x += speed;
				}
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 192	{
		onClipEvent (load) {
			startx = _x;
			range = 80;
			dir = 1;
			speed = 0.5;
		}
		onClipEvent (enterFrame) {
			if (dir == 1) {
				_x = _x - speed;
			}
			if (dir == 2) {
				_x = _x + speed;
			}
			if (_x < startx - range) {
				dir = 2;
			}
			if (_x > startx) {
				dir = 1;
			}
		}
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true) or this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				if (dir == 1) {
					_root.guy._x -= speed;
				}
				if (dir == 2) {
					_root.guy._x += speed;
				}
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 192	{
		onClipEvent (load) {
			startx = _x;
			range = 80;
			dir = 2;
			speed = 0.5;
		}
		onClipEvent (enterFrame) {
			if (dir == 1) {
				_x = _x - speed;
			}
			if (dir == 2) {
				_x = _x + speed;
			}
			if (_x < startx) {
				dir = 2;
			}
			if (_x > startx + range) {
				dir = 1;
			}
		}
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true) or this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				if (dir == 1) {
					_root.guy._x -= speed;
				}
				if (dir == 2) {
					_root.guy._x += speed;
				}
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 192	{
		onClipEvent (load) {
			startx = _x;
			range = 80;
			dir = 1;
			speed = 0.5;
		}
		onClipEvent (enterFrame) {
			if (dir == 1) {
				_x = _x - speed;
			}
			if (dir == 2) {
				_x = _x + speed;
			}
			if (_x < startx - range) {
				dir = 2;
			}
			if (_x > startx) {
				dir = 1;
			}
		}
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true) or this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				if (dir == 1) {
					_root.guy._x -= speed;
				}
				if (dir == 2) {
					_root.guy._x += speed;
				}
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 192	{
		onClipEvent (load) {
			startx = _x;
			range = 80;
			dir = 2;
			speed = 0.5;
		}
		onClipEvent (enterFrame) {
			if (dir == 1) {
				_x = _x - speed;
			}
			if (dir == 2) {
				_x = _x + speed;
			}
			if (_x < startx) {
				dir = 2;
			}
			if (_x > startx + range) {
				dir = 1;
			}
		}
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true) or this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				if (dir == 1) {
					_root.guy._x -= speed;
				}
				if (dir == 2) {
					_root.guy._x += speed;
				}
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 192	{
		onClipEvent (load) {
			startx = _x;
			range = 80;
			dir = 1;
			speed = 0.5;
		}
		onClipEvent (enterFrame) {
			if (dir == 1) {
				_x = _x - speed;
			}
			if (dir == 2) {
				_x = _x + speed;
			}
			if (_x < startx - range) {
				dir = 2;
			}
			if (_x > startx) {
				dir = 1;
			}
		}
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true) or this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				if (dir == 1) {
					_root.guy._x -= speed;
				}
				if (dir == 2) {
					_root.guy._x += speed;
				}
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	frame 20 {
		j = 0;
		i = _root.getNextHighestDepth();
		while (j <= i) {
			var mc = 'r' + j;
			removeMovieClip(mc);
			++j;
		}
		i = 1;
		nextFrame();
	}
	frame 21 {
		if (levelc < 4) {
			levelc = 4;
			game = SharedObject.getLocal('mydata');
			game.data.levelc = levelc;
			game.flush();
		}
	}
	frame 21 {
		abouttomoveon = 0;
	}
	instance guy2 of movieClip 218	{
		onClipEvent (enterFrame) {
			_rotation = -_root.guy._rotation;
			_x = _root.guy._x;
			_y = 500 - _root.guy._y;
			gotoAndStop(_root.guy._currentframe);
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			_alpha = 0;
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			_alpha = 0;
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			_alpha = 0;
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			_alpha = 0;
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			_alpha = 0;
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			_alpha = 0;
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			_alpha = 0;
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			_alpha = 0;
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			_alpha = 0;
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			_alpha = 0;
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			_alpha = 0;
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			_alpha = 0;
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			_alpha = 0;
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			_alpha = 0;
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			_alpha = 0;
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			_alpha = 0;
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance guy of movieClip 218	{
		onClipEvent (load) {
			startx = _x;
			starty = _y;
			_root.abouttomoveon = 0;
			xspeed = 0;
			yspeed = 0;
			targetxspeed = 0;
		}
		onClipEvent (enterFrame) {
			if (_root.reset == 1) {
				_root.deaths = Number(_root.deaths + 1);
				_x = startx;
				_y = starty;
				_rotation = 0;
				gotoAndStop(1);
				xspeed = 0;
				yspeed = 0;
				targetxspeed = 0;
			}
			if (_root.abouttomoveon == 1) {
				_root.nextFrame();
			}
			if (_x > 750) {
				_root.resetter.play();
				_root.nextFrame();
			}
			if (_root.jumpable == 1) {
				_rotation = 0;
			} else {
				_rotation = xspeed * 5;
			}
			targetxspeed = 0;
			if (Key.isDown(39) or Key.isDown(68)) {
				targetxspeed = 4;
			}
			if (Key.isDown(37) or Key.isDown(65)) {
				targetxspeed = -4;
			}
			if (Key.isDown(40) and _root.jumpable == 1) {
				if (xspeed >= 0) {
					gotoAndStop(7);
				} else {
					gotoAndStop(8);
				}
				targetxspeed = 0;
			} else {
				if (xspeed >= 0) {
					if (_root.jumpable < 1) {
						gotoAndStop(5);
					} else {
						if (xspeed > 1) {
							gotoAndStop(3);
						} else {
							gotoAndStop(1);
						}
					}
				} else {
					if (xspeed < 0) {
						if (_root.jumpable < 1) {
							gotoAndStop(6);
						} else {
							if (xspeed < -1) {
								gotoAndStop(4);
							} else {
								gotoAndStop(2);
							}
						}
					}
				}
			}
			if (Key.isDown(38) or Key.isDown(32) or Key.isDown(87)) {
				if (_root.jumpable == 1) {
					yspeed = -10;
				}
			}
			yspeed += 1;
			if (yspeed > 7) {
				yspeed = 7;
			}
			_y = _y + yspeed;
			xspeed += (targetxspeed - xspeed) / 4;
			if (xspeed < 1 and xspeed > 0) {
				xspeed = 1.0e-026;
			}
			if (xspeed > -1 and xspeed < 0) {
				xspeed = -1.0e-026;
			}
			_x = _x + xspeed;
			_root.jumpable = 0;
			if (_y > 230) {
				_y = 230;
				yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	frame 22 {
		j = 0;
		i = _root.getNextHighestDepth();
		while (j <= i) {
			var mc = 'r' + j;
			removeMovieClip(mc);
			++j;
		}
		i = 1;
		nextFrame();
	}
	frame 23 {
		if (levelc < 5) {
			levelc = 5;
			game = SharedObject.getLocal('mydata');
			game.data.levelc = levelc;
			game.flush();
		}
	}
	frame 23 {
		abouttomoveon = 0;
	}
	instance guy2 of movieClip 218	{
		onClipEvent (enterFrame) {
			_rotation = -_root.guy._rotation;
			_x = _root.guy._x;
			_y = 500 - _root.guy._y;
			gotoAndStop(_root.guy._currentframe);
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			_alpha = 0;
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			_alpha = 0;
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			_alpha = 0;
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 15	{
		onClipEvent (load) {
			startx = _x;
			range = 80;
			dir = 2;
			speed = 1;
		}
		onClipEvent (enterFrame) {
			if (_root.reset == 1) {
				_x = startx;
			}
			if (dir == 1) {
				_x = _x - speed;
			}
			if (dir == 2) {
				_x = _x + speed;
			}
			if (_x < startx) {
				dir = 2;
			}
			if (_x > startx + range) {
				dir = 1;
			}
		}
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('eref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = -8;
				_root.jumpable = 0;
				_root.expl._x = _x;
				_root.expl._y = _y;
				_root.expl.play();
				_x = 10000;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = -8;
				_root.jumpable = 0;
				_root.expl._x = _x;
				_root.expl._y = _y;
				_root.expl.play();
				_x = 10000;
			}
			if (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				_root.reset = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			_alpha = 0;
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 15	{
		onClipEvent (load) {
			startx = _x;
			range = 80;
			dir = 2;
			speed = 1;
		}
		onClipEvent (enterFrame) {
			if (_root.reset == 1) {
				_x = startx;
			}
			if (dir == 1) {
				_x = _x - speed;
			}
			if (dir == 2) {
				_x = _x + speed;
			}
			if (_x < startx) {
				dir = 2;
			}
			if (_x > startx + range) {
				dir = 1;
			}
		}
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('eref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = -8;
				_root.jumpable = 0;
				_root.expl._x = _x;
				_root.expl._y = _y;
				_root.expl.play();
				_x = 10000;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = -8;
				_root.jumpable = 0;
				_root.expl._x = _x;
				_root.expl._y = _y;
				_root.expl.play();
				_x = 10000;
			}
			if (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				_root.reset = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			_alpha = 0;
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			_alpha = 0;
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance guy of movieClip 218	{
		onClipEvent (load) {
			startx = _x;
			starty = _y;
			_root.abouttomoveon = 0;
			xspeed = 0;
			yspeed = 0;
			targetxspeed = 0;
		}
		onClipEvent (enterFrame) {
			if (_root.reset == 1) {
				_root.deaths = Number(_root.deaths + 1);
				_x = startx;
				_y = starty;
				_rotation = 0;
				gotoAndStop(1);
				xspeed = 0;
				yspeed = 0;
				targetxspeed = 0;
			}
			if (_root.abouttomoveon == 1) {
				_root.nextFrame();
			}
			if (_x > 750) {
				_root.resetter.play();
				_root.nextFrame();
			}
			if (_root.jumpable == 1) {
				_rotation = 0;
			} else {
				_rotation = xspeed * 5;
			}
			targetxspeed = 0;
			if (Key.isDown(39) or Key.isDown(68)) {
				targetxspeed = 4;
			}
			if (Key.isDown(37) or Key.isDown(65)) {
				targetxspeed = -4;
			}
			if (Key.isDown(40) and _root.jumpable == 1) {
				if (xspeed >= 0) {
					gotoAndStop(7);
				} else {
					gotoAndStop(8);
				}
				targetxspeed = 0;
			} else {
				if (xspeed >= 0) {
					if (_root.jumpable < 1) {
						gotoAndStop(5);
					} else {
						if (xspeed > 1) {
							gotoAndStop(3);
						} else {
							gotoAndStop(1);
						}
					}
				} else {
					if (xspeed < 0) {
						if (_root.jumpable < 1) {
							gotoAndStop(6);
						} else {
							if (xspeed < -1) {
								gotoAndStop(4);
							} else {
								gotoAndStop(2);
							}
						}
					}
				}
			}
			if (Key.isDown(38) or Key.isDown(32) or Key.isDown(87)) {
				if (_root.jumpable == 1) {
					yspeed = -10;
				}
			}
			yspeed += 1;
			if (yspeed > 7) {
				yspeed = 7;
			}
			_y = _y + yspeed;
			xspeed += (targetxspeed - xspeed) / 4;
			if (xspeed < 1 and xspeed > 0) {
				xspeed = 1.0e-026;
			}
			if (xspeed > -1 and xspeed < 0) {
				xspeed = -1.0e-026;
			}
			_x = _x + xspeed;
			_root.jumpable = 0;
			if (_y > 230) {
				_y = 230;
				yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	frame 24 {
		j = 0;
		i = _root.getNextHighestDepth();
		while (j <= i) {
			var mc = 'r' + j;
			removeMovieClip(mc);
			++j;
		}
		i = 1;
		nextFrame();
	}
	frame 25 {
		if (levelc < 6) {
			levelc = 6;
			game = SharedObject.getLocal('mydata');
			game.data.levelc = levelc;
			game.flush();
		}
	}
	frame 25 {
		abouttomoveon = 0;
	}
	instance guy2 of movieClip 218	{
		onClipEvent (enterFrame) {
			_rotation = -_root.guy._rotation;
			_x = _root.guy._x;
			_y = 500 - _root.guy._y;
			gotoAndStop(_root.guy._currentframe);
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			_alpha = 0;
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			_alpha = 0;
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			_alpha = 0;
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			_alpha = 0;
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			_alpha = 0;
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			_alpha = 0;
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			_alpha = 0;
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			_alpha = 0;
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			_alpha = 0;
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			_alpha = 0;
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			_alpha = 0;
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			_alpha = 0;
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			_alpha = 0;
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			_alpha = 0;
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			_alpha = 0;
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			_alpha = 0;
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			_alpha = 0;
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			_alpha = 0;
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			_alpha = 0;
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			_alpha = 0;
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			_alpha = 0;
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			_alpha = 0;
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			_alpha = 0;
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance guy of movieClip 218	{
		onClipEvent (load) {
			startx = _x;
			starty = _y;
			_root.abouttomoveon = 0;
			xspeed = 0;
			yspeed = 0;
			targetxspeed = 0;
		}
		onClipEvent (enterFrame) {
			if (_root.reset == 1) {
				_root.deaths = Number(_root.deaths + 1);
				_x = startx;
				_y = starty;
				_rotation = 0;
				gotoAndStop(1);
				xspeed = 0;
				yspeed = 0;
				targetxspeed = 0;
			}
			if (_root.abouttomoveon == 1) {
				_root.nextFrame();
			}
			if (_x > 750) {
				_root.resetter.play();
				_root.nextFrame();
			}
			if (_root.jumpable == 1) {
				_rotation = 0;
			} else {
				_rotation = xspeed * 5;
			}
			targetxspeed = 0;
			if (Key.isDown(39) or Key.isDown(68)) {
				targetxspeed = 4;
			}
			if (Key.isDown(37) or Key.isDown(65)) {
				targetxspeed = -4;
			}
			if (Key.isDown(40) and _root.jumpable == 1) {
				if (xspeed >= 0) {
					gotoAndStop(7);
				} else {
					gotoAndStop(8);
				}
				targetxspeed = 0;
			} else {
				if (xspeed >= 0) {
					if (_root.jumpable < 1) {
						gotoAndStop(5);
					} else {
						if (xspeed > 1) {
							gotoAndStop(3);
						} else {
							gotoAndStop(1);
						}
					}
				} else {
					if (xspeed < 0) {
						if (_root.jumpable < 1) {
							gotoAndStop(6);
						} else {
							if (xspeed < -1) {
								gotoAndStop(4);
							} else {
								gotoAndStop(2);
							}
						}
					}
				}
			}
			if (Key.isDown(38) or Key.isDown(32) or Key.isDown(87)) {
				if (_root.jumpable == 1) {
					yspeed = -10;
				}
			}
			yspeed += 1;
			if (yspeed > 7) {
				yspeed = 7;
			}
			_y = _y + yspeed;
			xspeed += (targetxspeed - xspeed) / 4;
			if (xspeed < 1 and xspeed > 0) {
				xspeed = 1.0e-026;
			}
			if (xspeed > -1 and xspeed < 0) {
				xspeed = -1.0e-026;
			}
			_x = _x + xspeed;
			_root.jumpable = 0;
			if (_y > 230) {
				_y = 230;
				yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	frame 26 {
		j = 0;
		i = _root.getNextHighestDepth();
		while (j <= i) {
			var mc = 'r' + j;
			removeMovieClip(mc);
			++j;
		}
		i = 1;
		nextFrame();
	}
	frame 27 {
		if (levelc < 7) {
			levelc = 7;
			game = SharedObject.getLocal('mydata');
			game.data.levelc = levelc;
			game.flush();
		}
	}
	frame 27 {
		abouttomoveon = 0;
	}
	instance guy2 of movieClip 218	{
		onClipEvent (enterFrame) {
			_rotation = -_root.guy._rotation;
			_x = _root.guy._x;
			_y = 500 - _root.guy._y;
			gotoAndStop(_root.guy._currentframe);
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			_alpha = 0;
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			_alpha = 0;
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			_alpha = 0;
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			_alpha = 0;
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			_alpha = 0;
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			_alpha = 0;
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			_alpha = 0;
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			_alpha = 0;
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			_alpha = 0;
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance guy of movieClip 218	{
		onClipEvent (load) {
			startx = _x;
			starty = _y;
			_root.abouttomoveon = 0;
			xspeed = 0;
			yspeed = 0;
			targetxspeed = 0;
		}
		onClipEvent (enterFrame) {
			if (_root.reset == 1) {
				_root.deaths = Number(_root.deaths + 1);
				_x = startx;
				_y = starty;
				_rotation = 0;
				gotoAndStop(1);
				xspeed = 0;
				yspeed = 0;
				targetxspeed = 0;
			}
			if (_root.abouttomoveon == 1) {
				_root.nextFrame();
			}
			if (_x > 750) {
				_root.resetter.play();
				_root.nextFrame();
			}
			if (_root.jumpable == 1) {
				_rotation = 0;
			} else {
				_rotation = xspeed * 5;
			}
			targetxspeed = 0;
			if (Key.isDown(39) or Key.isDown(68)) {
				targetxspeed = 4;
			}
			if (Key.isDown(37) or Key.isDown(65)) {
				targetxspeed = -4;
			}
			if (Key.isDown(40) and _root.jumpable == 1) {
				if (xspeed >= 0) {
					gotoAndStop(7);
				} else {
					gotoAndStop(8);
				}
				targetxspeed = 0;
			} else {
				if (xspeed >= 0) {
					if (_root.jumpable < 1) {
						gotoAndStop(5);
					} else {
						if (xspeed > 1) {
							gotoAndStop(3);
						} else {
							gotoAndStop(1);
						}
					}
				} else {
					if (xspeed < 0) {
						if (_root.jumpable < 1) {
							gotoAndStop(6);
						} else {
							if (xspeed < -1) {
								gotoAndStop(4);
							} else {
								gotoAndStop(2);
							}
						}
					}
				}
			}
			if (Key.isDown(38) or Key.isDown(32) or Key.isDown(87)) {
				if (_root.jumpable == 1) {
					yspeed = -10;
				}
			}
			yspeed += 1;
			if (yspeed > 7) {
				yspeed = 7;
			}
			_y = _y + yspeed;
			xspeed += (targetxspeed - xspeed) / 4;
			if (xspeed < 1 and xspeed > 0) {
				xspeed = 1.0e-026;
			}
			if (xspeed > -1 and xspeed < 0) {
				xspeed = -1.0e-026;
			}
			_x = _x + xspeed;
			_root.jumpable = 0;
			if (_y > 230) {
				_y = 230;
				yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	frame 28 {
		j = 0;
		i = _root.getNextHighestDepth();
		while (j <= i) {
			var mc = 'r' + j;
			removeMovieClip(mc);
			++j;
		}
		i = 1;
		nextFrame();
	}
	frame 29 {
		if (levelc < 8) {
			levelc = 8;
			game = SharedObject.getLocal('mydata');
			game.data.levelc = levelc;
			game.flush();
		}
	}
	frame 29 {
		abouttomoveon = 0;
	}
	instance guy2 of movieClip 218	{
		onClipEvent (enterFrame) {
			_rotation = -_root.guy._rotation;
			_x = _root.guy._x;
			_y = 500 - _root.guy._y;
			gotoAndStop(_root.guy._currentframe);
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			_alpha = 0;
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			_alpha = 0;
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			_alpha = 0;
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			_alpha = 0;
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			_alpha = 0;
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			_alpha = 0;
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 15	{
		onClipEvent (load) {
			startx = _x;
			range = 90;
			dir = 2;
			speed = 1;
			_alpha = 0;
		}
		onClipEvent (enterFrame) {
			if (_root.reset == 1) {
				_x = startx;
			}
			if (dir == 1) {
				_x = _x - speed;
			}
			if (dir == 2) {
				_x = _x + speed;
			}
			if (_x < startx) {
				dir = 2;
			}
			if (_x > startx + range) {
				dir = 1;
			}
		}
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('eref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = -8;
				_root.jumpable = 0;
				_x = 10000;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = -8;
				_root.jumpable = 0;
				_x = 10000;
			}
			if (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				_root.reset = 1;
			}
		}
	}
	instance of movieClip 15	{
		onClipEvent (load) {
			startx = _x;
			range = 100;
			dir = 2;
			speed = 1;
			_alpha = 0;
		}
		onClipEvent (enterFrame) {
			if (_root.reset == 1) {
				_x = startx;
			}
			if (dir == 1) {
				_x = _x - speed;
			}
			if (dir == 2) {
				_x = _x + speed;
			}
			if (_x < startx) {
				dir = 2;
			}
			if (_x > startx + range) {
				dir = 1;
			}
		}
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('eref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = -8;
				_root.jumpable = 0;
				_x = 10000;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = -8;
				_root.jumpable = 0;
				_x = 10000;
			}
			if (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				_root.reset = 1;
			}
		}
	}
	instance guy of movieClip 218	{
		onClipEvent (load) {
			startx = _x;
			starty = _y;
			_root.abouttomoveon = 0;
			xspeed = 0;
			yspeed = 0;
			targetxspeed = 0;
		}
		onClipEvent (enterFrame) {
			if (_root.reset == 1) {
				_root.deaths = Number(_root.deaths + 1);
				_x = startx;
				_y = starty;
				_rotation = 0;
				gotoAndStop(1);
				xspeed = 0;
				yspeed = 0;
				targetxspeed = 0;
			}
			if (_root.abouttomoveon == 1) {
				_root.nextFrame();
			}
			if (_x > 750) {
				_root.resetter.play();
				_root.nextFrame();
			}
			if (_root.jumpable == 1) {
				_rotation = 0;
			} else {
				_rotation = xspeed * 5;
			}
			targetxspeed = 0;
			if (Key.isDown(39) or Key.isDown(68)) {
				targetxspeed = 4;
			}
			if (Key.isDown(37) or Key.isDown(65)) {
				targetxspeed = -4;
			}
			if (Key.isDown(40) and _root.jumpable == 1) {
				if (xspeed >= 0) {
					gotoAndStop(7);
				} else {
					gotoAndStop(8);
				}
				targetxspeed = 0;
			} else {
				if (xspeed >= 0) {
					if (_root.jumpable < 1) {
						gotoAndStop(5);
					} else {
						if (xspeed > 1) {
							gotoAndStop(3);
						} else {
							gotoAndStop(1);
						}
					}
				} else {
					if (xspeed < 0) {
						if (_root.jumpable < 1) {
							gotoAndStop(6);
						} else {
							if (xspeed < -1) {
								gotoAndStop(4);
							} else {
								gotoAndStop(2);
							}
						}
					}
				}
			}
			if (Key.isDown(38) or Key.isDown(32) or Key.isDown(87)) {
				if (_root.jumpable == 1) {
					yspeed = -10;
				}
			}
			yspeed += 1;
			if (yspeed > 7) {
				yspeed = 7;
			}
			_y = _y + yspeed;
			xspeed += (targetxspeed - xspeed) / 4;
			if (xspeed < 1 and xspeed > 0) {
				xspeed = 1.0e-026;
			}
			if (xspeed > -1 and xspeed < 0) {
				xspeed = -1.0e-026;
			}
			_x = _x + xspeed;
			_root.jumpable = 0;
			if (_y > 230) {
				_y = 230;
				yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 192	{
		onClipEvent (load) {
			startx = _x;
			range = 80;
			dir = 2;
			speed = 0.5;
		}
		onClipEvent (enterFrame) {
			if (dir == 1) {
				_x = _x - speed;
			}
			if (dir == 2) {
				_x = _x + speed;
			}
			if (_x < startx) {
				dir = 2;
			}
			if (_x > startx + range) {
				dir = 1;
			}
		}
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true) or this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				if (dir == 1) {
					_root.guy._x -= speed;
				}
				if (dir == 2) {
					_root.guy._x += speed;
				}
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	frame 30 {
		j = 0;
		i = _root.getNextHighestDepth();
		while (j <= i) {
			var mc = 'r' + j;
			removeMovieClip(mc);
			++j;
		}
		i = 1;
		nextFrame();
	}
	frame 31 {
		if (levelc < 9) {
			levelc = 9;
			game = SharedObject.getLocal('mydata');
			game.data.levelc = levelc;
			game.flush();
		}
	}
	frame 31 {
		abouttomoveon = 0;
	}
	instance guy2 of movieClip 218	{
		onClipEvent (enterFrame) {
			_rotation = -_root.guy._rotation;
			_x = _root.guy._x;
			_y = 500 - _root.guy._y;
			gotoAndStop(_root.guy._currentframe);
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			_alpha = 0;
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 15	{
		onClipEvent (load) {
			startx = _x;
			range = 120;
			dir = 2;
			speed = 1;
			_alpha = 0;
		}
		onClipEvent (enterFrame) {
			if (_root.reset == 1) {
				_x = startx;
			}
			if (dir == 1) {
				_x = _x - speed;
			}
			if (dir == 2) {
				_x = _x + speed;
			}
			if (_x < startx) {
				dir = 2;
			}
			if (_x > startx + range) {
				dir = 1;
			}
		}
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('eref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = -8;
				_root.jumpable = 0;
				_x = 10000;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = -8;
				_root.jumpable = 0;
				_x = 10000;
			}
			if (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				_root.reset = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			_alpha = 0;
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 15	{
		onClipEvent (load) {
			startx = _x;
			range = 40;
			dir = 2;
			speed = 1;
		}
		onClipEvent (enterFrame) {
			if (_root.reset == 1) {
				_x = startx;
			}
			if (dir == 1) {
				_x = _x - speed;
			}
			if (dir == 2) {
				_x = _x + speed;
			}
			if (_x < startx) {
				dir = 2;
			}
			if (_x > startx + range) {
				dir = 1;
			}
		}
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('eref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = -8;
				_root.jumpable = 0;
				_root.expl._x = _x;
				_root.expl._y = _y;
				_root.expl.play();
				_x = 10000;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = -8;
				_root.jumpable = 0;
				_root.expl._x = _x;
				_root.expl._y = _y;
				_root.expl.play();
				_x = 10000;
			}
			if (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				_root.reset = 1;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			_alpha = 0;
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			_alpha = 0;
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			_alpha = 0;
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			_alpha = 0;
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			_alpha = 0;
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			_alpha = 0;
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			_alpha = 0;
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			_alpha = 0;
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			_alpha = 0;
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			_alpha = 0;
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			_alpha = 0;
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			_alpha = 0;
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			_alpha = 0;
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance guy of movieClip 218	{
		onClipEvent (load) {
			startx = _x;
			starty = _y;
			_root.abouttomoveon = 0;
			xspeed = 0;
			yspeed = 0;
			targetxspeed = 0;
		}
		onClipEvent (enterFrame) {
			if (_root.reset == 1) {
				_root.deaths = Number(_root.deaths + 1);
				_x = startx;
				_y = starty;
				_rotation = 0;
				gotoAndStop(1);
				xspeed = 0;
				yspeed = 0;
				targetxspeed = 0;
			}
			if (_root.abouttomoveon == 1) {
				_root.nextFrame();
			}
			if (_x > 750) {
				_root.resetter.play();
				_root.nextFrame();
			}
			if (_root.jumpable == 1) {
				_rotation = 0;
			} else {
				_rotation = xspeed * 5;
			}
			targetxspeed = 0;
			if (Key.isDown(39) or Key.isDown(68)) {
				targetxspeed = 4;
			}
			if (Key.isDown(37) or Key.isDown(65)) {
				targetxspeed = -4;
			}
			if (Key.isDown(40) and _root.jumpable == 1) {
				if (xspeed >= 0) {
					gotoAndStop(7);
				} else {
					gotoAndStop(8);
				}
				targetxspeed = 0;
			} else {
				if (xspeed >= 0) {
					if (_root.jumpable < 1) {
						gotoAndStop(5);
					} else {
						if (xspeed > 1) {
							gotoAndStop(3);
						} else {
							gotoAndStop(1);
						}
					}
				} else {
					if (xspeed < 0) {
						if (_root.jumpable < 1) {
							gotoAndStop(6);
						} else {
							if (xspeed < -1) {
								gotoAndStop(4);
							} else {
								gotoAndStop(2);
							}
						}
					}
				}
			}
			if (Key.isDown(38) or Key.isDown(32) or Key.isDown(87)) {
				if (_root.jumpable == 1) {
					yspeed = -10;
				}
			}
			yspeed += 1;
			if (yspeed > 7) {
				yspeed = 7;
			}
			_y = _y + yspeed;
			xspeed += (targetxspeed - xspeed) / 4;
			if (xspeed < 1 and xspeed > 0) {
				xspeed = 1.0e-026;
			}
			if (xspeed > -1 and xspeed < 0) {
				xspeed = -1.0e-026;
			}
			_x = _x + xspeed;
			_root.jumpable = 0;
			if (_y > 230) {
				_y = 230;
				yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 192	{
		onClipEvent (load) {
			startx = _x;
			range = 80;
			dir = 1;
			speed = 0.5;
		}
		onClipEvent (enterFrame) {
			if (dir == 1) {
				_x = _x - speed;
			}
			if (dir == 2) {
				_x = _x + speed;
			}
			if (_x < startx - range) {
				dir = 2;
			}
			if (_x > startx) {
				dir = 1;
			}
		}
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true) or this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				if (dir == 1) {
					_root.guy._x -= speed;
				}
				if (dir == 2) {
					_root.guy._x += speed;
				}
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 192	{
		onClipEvent (load) {
			startx = _x;
			range = 60;
			dir = 2;
			speed = 0.5;
		}
		onClipEvent (enterFrame) {
			if (dir == 1) {
				_x = _x - speed;
			}
			if (dir == 2) {
				_x = _x + speed;
			}
			if (_x < startx) {
				dir = 2;
			}
			if (_x > startx + range) {
				dir = 1;
			}
		}
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true) or this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				if (dir == 1) {
					_root.guy._x -= speed;
				}
				if (dir == 2) {
					_root.guy._x += speed;
				}
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 192	{
		onClipEvent (load) {
			startx = _x;
			range = 60;
			dir = 2;
			speed = 0.5;
		}
		onClipEvent (enterFrame) {
			if (dir == 1) {
				_x = _x - speed;
			}
			if (dir == 2) {
				_x = _x + speed;
			}
			if (_x < startx) {
				dir = 2;
			}
			if (_x > startx + range) {
				dir = 1;
			}
		}
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true) or this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				if (dir == 1) {
					_root.guy._x -= speed;
				}
				if (dir == 2) {
					_root.guy._x += speed;
				}
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 192	{
		onClipEvent (load) {
			startx = _x;
			range = 80;
			dir = 1;
			speed = 0.5;
		}
		onClipEvent (enterFrame) {
			if (dir == 1) {
				_x = _x - speed;
			}
			if (dir == 2) {
				_x = _x + speed;
			}
			if (_x < startx - range) {
				dir = 2;
			}
			if (_x > startx) {
				dir = 1;
			}
		}
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true) or this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				if (dir == 1) {
					_root.guy._x -= speed;
				}
				if (dir == 2) {
					_root.guy._x += speed;
				}
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	frame 32 {
		j = 0;
		i = _root.getNextHighestDepth();
		while (j <= i) {
			var mc = 'r' + j;
			removeMovieClip(mc);
			++j;
		}
		i = 1;
		nextFrame();
	}
	frame 33 {
		if (levelc < 10) {
			levelc = 10;
			game = SharedObject.getLocal('mydata');
			game.data.levelc = levelc;
			game.flush();
		}
	}
	frame 33 {
		abouttomoveon = 0;
	}
	instance guy2 of movieClip 218	{
		onClipEvent (enterFrame) {
			_rotation = -_root.guy._rotation;
			_x = _root.guy._x;
			_y = 500 - _root.guy._y;
			gotoAndStop(_root.guy._currentframe);
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			_alpha = 0;
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			_alpha = 0;
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			_alpha = 0;
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			_alpha = 100;
		}
		onClipEvent (enterFrame) {
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			_alpha = 100;
		}
		onClipEvent (enterFrame) {
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			_alpha = 100;
		}
		onClipEvent (enterFrame) {
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance guy of movieClip 218	{
		onClipEvent (load) {
			startx = _x;
			starty = _y;
			_root.abouttomoveon = 0;
			xspeed = 0;
			yspeed = 0;
			targetxspeed = 0;
		}
		onClipEvent (enterFrame) {
			if (_root.reset == 1) {
				_root.deaths = Number(_root.deaths + 1);
				_x = startx;
				_y = starty;
				_rotation = 0;
				gotoAndStop(1);
				xspeed = 0;
				yspeed = 0;
				targetxspeed = 0;
			}
			if (_root.abouttomoveon == 1) {
				_root.nextFrame();
			}
			if (_x > 750) {
				_root.resetter.play();
				_root.nextFrame();
			}
			if (_root.jumpable == 1) {
				_rotation = 0;
			} else {
				_rotation = xspeed * 5;
			}
			targetxspeed = 0;
			if (Key.isDown(39) or Key.isDown(68)) {
				targetxspeed = 4;
			}
			if (Key.isDown(37) or Key.isDown(65)) {
				targetxspeed = -4;
			}
			if (Key.isDown(40) and _root.jumpable == 1) {
				if (xspeed >= 0) {
					gotoAndStop(7);
				} else {
					gotoAndStop(8);
				}
				targetxspeed = 0;
			} else {
				if (xspeed >= 0) {
					if (_root.jumpable < 1) {
						gotoAndStop(5);
					} else {
						if (xspeed > 1) {
							gotoAndStop(3);
						} else {
							gotoAndStop(1);
						}
					}
				} else {
					if (xspeed < 0) {
						if (_root.jumpable < 1) {
							gotoAndStop(6);
						} else {
							if (xspeed < -1) {
								gotoAndStop(4);
							} else {
								gotoAndStop(2);
							}
						}
					}
				}
			}
			if (Key.isDown(38) or Key.isDown(32) or Key.isDown(87)) {
				if (_root.jumpable == 1) {
					yspeed = -10;
				}
			}
			yspeed += 1;
			if (yspeed > 7) {
				yspeed = 7;
			}
			_y = _y + yspeed;
			xspeed += (targetxspeed - xspeed) / 4;
			if (xspeed < 1 and xspeed > 0) {
				xspeed = 1.0e-026;
			}
			if (xspeed > -1 and xspeed < 0) {
				xspeed = -1.0e-026;
			}
			_x = _x + xspeed;
			_root.jumpable = 0;
			if (_y > 230) {
				_y = 230;
				yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	frame 34 {
		j = 0;
		i = _root.getNextHighestDepth();
		while (j <= i) {
			var mc = 'r' + j;
			removeMovieClip(mc);
			++j;
		}
		i = 1;
		nextFrame();
	}
	frame 35 {
		if (levelc < 11) {
			levelc = 11;
			game = SharedObject.getLocal('mydata');
			game.data.levelc = levelc;
			game.flush();
		}
	}
	frame 35 {
		abouttomoveon = 0;
	}
	instance guy2 of movieClip 218	{
		onClipEvent (enterFrame) {
			_rotation = -_root.guy._rotation;
			_x = _root.guy._x;
			_y = 500 - _root.guy._y;
			gotoAndStop(_root.guy._currentframe);
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			_alpha = 100;
			yspeed = 0;
		}
		onClipEvent (enterFrame) {
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			_alpha = 100;
		}
		onClipEvent (enterFrame) {
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			_alpha = 100;
		}
		onClipEvent (enterFrame) {
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 190	{
		onClipEvent (load) {
			yspeed = 0;
		}
		onClipEvent (enterFrame) {
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 190	{
		onClipEvent (load) {
			yspeed = 0;
		}
		onClipEvent (enterFrame) {
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
		}
		onClipEvent (enterFrame) {
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
		}
		onClipEvent (enterFrame) {
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
		}
		onClipEvent (enterFrame) {
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
		}
		onClipEvent (enterFrame) {
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			_alpha = 100;
			yspeed = 0;
		}
		onClipEvent (enterFrame) {
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			_alpha = 100;
			yspeed = 0;
		}
		onClipEvent (enterFrame) {
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			_alpha = 100;
			yspeed = 0;
		}
		onClipEvent (enterFrame) {
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			_alpha = 100;
			yspeed = 0;
		}
		onClipEvent (enterFrame) {
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			_alpha = 100;
			yspeed = 0;
		}
		onClipEvent (enterFrame) {
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			_alpha = 100;
			yspeed = 0;
		}
		onClipEvent (enterFrame) {
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			_alpha = 100;
			yspeed = 0;
		}
		onClipEvent (enterFrame) {
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			_alpha = 100;
			yspeed = 0;
		}
		onClipEvent (enterFrame) {
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			_alpha = 100;
			yspeed = 0;
		}
		onClipEvent (enterFrame) {
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			_alpha = 100;
			yspeed = 0;
		}
		onClipEvent (enterFrame) {
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
		}
		onClipEvent (enterFrame) {
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
		}
		onClipEvent (enterFrame) {
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
		}
		onClipEvent (enterFrame) {
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
		}
		onClipEvent (enterFrame) {
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			_alpha = 0;
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 190	{
		onClipEvent (load) {
			_alpha = 0;
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('tref', mc, i);
			_root[mc]._rotation = 90;
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 190	{
		onClipEvent (load) {
			_alpha = 100;
			yspeed = 0;
		}
		onClipEvent (enterFrame) {
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 190	{
		onClipEvent (load) {
			_alpha = 100;
			yspeed = 0;
		}
		onClipEvent (enterFrame) {
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			_alpha = 0;
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			_alpha = 0;
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			_alpha = 0;
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			_alpha = 100;
		}
		onClipEvent (enterFrame) {
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			_alpha = 0;
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			_alpha = 0;
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			_alpha = 100;
		}
		onClipEvent (enterFrame) {
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			_alpha = 100;
		}
		onClipEvent (enterFrame) {
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			_alpha = 100;
		}
		onClipEvent (enterFrame) {
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			_alpha = 100;
		}
		onClipEvent (enterFrame) {
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			_alpha = 100;
		}
		onClipEvent (enterFrame) {
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			_alpha = 0;
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			_alpha = 0;
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance guy of movieClip 218	{
		onClipEvent (load) {
			startx = _x;
			starty = _y;
			_root.abouttomoveon = 0;
			xspeed = 0;
			yspeed = 0;
			targetxspeed = 0;
		}
		onClipEvent (enterFrame) {
			if (_root.reset == 1) {
				_root.deaths = Number(_root.deaths + 1);
				_x = startx;
				_y = starty;
				_rotation = 0;
				gotoAndStop(1);
				xspeed = 0;
				yspeed = 0;
				targetxspeed = 0;
			}
			if (_root.abouttomoveon == 1) {
				_root.nextFrame();
			}
			if (_x > 750) {
				_root.resetter.play();
				_root.nextFrame();
			}
			if (_root.jumpable == 1) {
				_rotation = 0;
			} else {
				_rotation = xspeed * 5;
			}
			targetxspeed = 0;
			if (Key.isDown(39) or Key.isDown(68)) {
				targetxspeed = 4;
			}
			if (Key.isDown(37) or Key.isDown(65)) {
				targetxspeed = -4;
			}
			if (Key.isDown(40) and _root.jumpable == 1) {
				if (xspeed >= 0) {
					gotoAndStop(7);
				} else {
					gotoAndStop(8);
				}
				targetxspeed = 0;
			} else {
				if (xspeed >= 0) {
					if (_root.jumpable < 1) {
						gotoAndStop(5);
					} else {
						if (xspeed > 1) {
							gotoAndStop(3);
						} else {
							gotoAndStop(1);
						}
					}
				} else {
					if (xspeed < 0) {
						if (_root.jumpable < 1) {
							gotoAndStop(6);
						} else {
							if (xspeed < -1) {
								gotoAndStop(4);
							} else {
								gotoAndStop(2);
							}
						}
					}
				}
			}
			if (Key.isDown(38) or Key.isDown(32) or Key.isDown(87)) {
				if (_root.jumpable == 1) {
					yspeed = -10;
				}
			}
			yspeed += 1;
			if (yspeed > 7) {
				yspeed = 7;
			}
			_y = _y + yspeed;
			xspeed += (targetxspeed - xspeed) / 4;
			if (xspeed < 1 and xspeed > 0) {
				xspeed = 1.0e-026;
			}
			if (xspeed > -1 and xspeed < 0) {
				xspeed = -1.0e-026;
			}
			_x = _x + xspeed;
			_root.jumpable = 0;
			if (_y > 230) {
				_y = 230;
				yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	frame 36 {
		j = 0;
		i = _root.getNextHighestDepth();
		while (j <= i) {
			var mc = 'r' + j;
			removeMovieClip(mc);
			++j;
		}
		i = 1;
		nextFrame();
	}
	frame 37 {
		if (levelc < 12) {
			levelc = 12;
			game = SharedObject.getLocal('mydata');
			game.data.levelc = levelc;
			game.flush();
		}
	}
	frame 37 {
		abouttomoveon = 0;
	}
	instance guy2 of movieClip 218	{
		onClipEvent (enterFrame) {
			_rotation = -_root.guy._rotation;
			_x = _root.guy._x;
			_y = 500 - _root.guy._y;
			gotoAndStop(_root.guy._currentframe);
		}
	}
	instance of movieClip 190	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('tref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 190	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('tref', mc, i);
			_root[mc]._rotation = 90;
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			_alpha = 0;
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 15	{
		onClipEvent (load) {
			_alpha = 100;
			startx = _x;
			range = 80;
			dir = 2;
			speed = 1;
		}
		onClipEvent (enterFrame) {
			if (_root.reset == 1) {
				_x = startx;
			}
		}
		onClipEvent (load) {
			yspeed = 0;
		}
		onClipEvent (enterFrame) {
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = -8;
				_root.jumpable = 0;
				_root.expl._x = _x;
				_root.expl._y = _y;
				_root.expl.play();
				_x = 10000;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = -8;
				_root.jumpable = 0;
				_root.expl._x = _x;
				_root.expl._y = _y;
				_root.expl.play();
				_x = 10000;
			}
			if (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				_root.reset = 1;
			}
		}
	}
	instance of movieClip 194	{
		onClipEvent (load) {
			_alpha = 0;
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('pref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			if (_root.guy.yspeed >= 0) {
				while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
					--_root.guy._y;
					_root.guy.yspeed = 0;
					_root.jumpable = 1;
				}
				while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
					--_root.guy._y;
					_root.guy.yspeed = 0;
					_root.jumpable = 1;
				}
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 194	{
		onClipEvent (load) {
			_alpha = 0;
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('pref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			if (_root.guy.yspeed >= 0) {
				while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
					--_root.guy._y;
					_root.guy.yspeed = 0;
					_root.jumpable = 1;
				}
				while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
					--_root.guy._y;
					_root.guy.yspeed = 0;
					_root.jumpable = 1;
				}
			}
		}
	}
	instance of movieClip 194	{
		onClipEvent (load) {
			_alpha = 0;
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('pref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			if (_root.guy.yspeed >= 0) {
				while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
					--_root.guy._y;
					_root.guy.yspeed = 0;
					_root.jumpable = 1;
				}
				while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
					--_root.guy._y;
					_root.guy.yspeed = 0;
					_root.jumpable = 1;
				}
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 190	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('tref2', mc, i);
			_root[mc]._rotation = -90;
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 190	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('tref2', mc, i);
			_root[mc]._rotation = -90;
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			_alpha = 0;
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			_alpha = 0;
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			_alpha = 0;
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			_alpha = 0;
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			_alpha = 100;
			yspeed = 0;
		}
		onClipEvent (enterFrame) {
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			_alpha = 100;
			yspeed = 0;
		}
		onClipEvent (enterFrame) {
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			_alpha = 100;
			yspeed = 0;
		}
		onClipEvent (enterFrame) {
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			_alpha = 100;
			yspeed = 0;
		}
		onClipEvent (enterFrame) {
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			_alpha = 100;
			yspeed = 0;
		}
		onClipEvent (enterFrame) {
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			_alpha = 100;
			yspeed = 0;
		}
		onClipEvent (enterFrame) {
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 15	{
		onClipEvent (load) {
			_alpha = 0;
			startx = _x;
			range = 20;
			dir = 2;
			speed = 1;
		}
		onClipEvent (enterFrame) {
			if (_root.reset == 1) {
				_x = startx;
			}
		}
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('eref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = -8;
				_root.jumpable = 0;
				_root.expl._x = _x;
				_root.expl._y = _y;
				_root.expl.play();
				_x = 10000;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = -8;
				_root.jumpable = 0;
				_root.expl._x = _x;
				_root.expl._y = _y;
				_root.expl.play();
				_x = 10000;
			}
			if (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				_root.reset = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 190	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('tref', mc, i);
			_root[mc]._rotation = 90;
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance guy of movieClip 218	{
		onClipEvent (load) {
			startx = _x;
			starty = _y;
			_root.abouttomoveon = 0;
			xspeed = 0;
			yspeed = 0;
			targetxspeed = 0;
		}
		onClipEvent (enterFrame) {
			if (_root.reset == 1) {
				_root.deaths = Number(_root.deaths + 1);
				_x = startx;
				_y = starty;
				_rotation = 0;
				gotoAndStop(1);
				xspeed = 0;
				yspeed = 0;
				targetxspeed = 0;
			}
			if (_root.abouttomoveon == 1) {
				_root.nextFrame();
			}
			if (_x > 750) {
				_root.resetter.play();
				_root.nextFrame();
			}
			if (_root.jumpable == 1) {
				_rotation = 0;
			} else {
				_rotation = xspeed * 5;
			}
			targetxspeed = 0;
			if (Key.isDown(39) or Key.isDown(68)) {
				targetxspeed = 4;
			}
			if (Key.isDown(37) or Key.isDown(65)) {
				targetxspeed = -4;
			}
			if (Key.isDown(40) and _root.jumpable == 1) {
				if (xspeed >= 0) {
					gotoAndStop(7);
				} else {
					gotoAndStop(8);
				}
				targetxspeed = 0;
			} else {
				if (xspeed >= 0) {
					if (_root.jumpable < 1) {
						gotoAndStop(5);
					} else {
						if (xspeed > 1) {
							gotoAndStop(3);
						} else {
							gotoAndStop(1);
						}
					}
				} else {
					if (xspeed < 0) {
						if (_root.jumpable < 1) {
							gotoAndStop(6);
						} else {
							if (xspeed < -1) {
								gotoAndStop(4);
							} else {
								gotoAndStop(2);
							}
						}
					}
				}
			}
			if (Key.isDown(38) or Key.isDown(32) or Key.isDown(87)) {
				if (_root.jumpable == 1) {
					yspeed = -10;
				}
			}
			yspeed += 1;
			if (yspeed > 7) {
				yspeed = 7;
			}
			_y = _y + yspeed;
			xspeed += (targetxspeed - xspeed) / 4;
			if (xspeed < 1 and xspeed > 0) {
				xspeed = 1.0e-026;
			}
			if (xspeed > -1 and xspeed < 0) {
				xspeed = -1.0e-026;
			}
			_x = _x + xspeed;
			_root.jumpable = 0;
			if (_y > 230) {
				_y = 230;
				yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 194	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('pref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			if (_root.guy.yspeed >= 0) {
				while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
					--_root.guy._y;
					_root.guy.yspeed = 0;
					_root.jumpable = 1;
				}
				while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
					--_root.guy._y;
					_root.guy.yspeed = 0;
					_root.jumpable = 1;
				}
			}
		}
	}
	instance of movieClip 194	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('pref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			if (_root.guy.yspeed >= 0) {
				while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
					--_root.guy._y;
					_root.guy.yspeed = 0;
					_root.jumpable = 1;
				}
				while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
					--_root.guy._y;
					_root.guy.yspeed = 0;
					_root.jumpable = 1;
				}
			}
		}
	}
	instance of movieClip 194	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('pref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			if (_root.guy.yspeed >= 0) {
				while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
					--_root.guy._y;
					_root.guy.yspeed = 0;
					_root.jumpable = 1;
				}
				while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
					--_root.guy._y;
					_root.guy.yspeed = 0;
					_root.jumpable = 1;
				}
			}
		}
	}
	instance of movieClip 194	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('pref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			if (_root.guy.yspeed >= 0) {
				while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
					--_root.guy._y;
					_root.guy.yspeed = 0;
					_root.jumpable = 1;
				}
				while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
					--_root.guy._y;
					_root.guy.yspeed = 0;
					_root.jumpable = 1;
				}
			}
		}
	}
	instance of movieClip 194	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('pref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			if (_root.guy.yspeed >= 0) {
				while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
					--_root.guy._y;
					_root.guy.yspeed = 0;
					_root.jumpable = 1;
				}
				while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
					--_root.guy._y;
					_root.guy.yspeed = 0;
					_root.jumpable = 1;
				}
			}
		}
	}
	instance of movieClip 194	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('pref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			if (_root.guy.yspeed >= 0) {
				while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
					--_root.guy._y;
					_root.guy.yspeed = 0;
					_root.jumpable = 1;
				}
				while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
					--_root.guy._y;
					_root.guy.yspeed = 0;
					_root.jumpable = 1;
				}
			}
		}
	}
	instance of movieClip 194	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('pref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			if (_root.guy.yspeed >= 0) {
				while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
					--_root.guy._y;
					_root.guy.yspeed = 0;
					_root.jumpable = 1;
				}
				while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
					--_root.guy._y;
					_root.guy.yspeed = 0;
					_root.jumpable = 1;
				}
			}
		}
	}
	frame 38 {
		j = 0;
		i = _root.getNextHighestDepth();
		while (j <= i) {
			var mc = 'r' + j;
			removeMovieClip(mc);
			++j;
		}
		i = 1;
		nextFrame();
	}
	frame 39 {
		if (levelc < 13) {
			levelc = 13;
			game = SharedObject.getLocal('mydata');
			game.data.levelc = levelc;
			game.flush();
		}
	}
	frame 39 {
		abouttomoveon = 0;
	}
	instance guy2 of movieClip 218	{
		onClipEvent (enterFrame) {
			_rotation = -_root.guy._rotation;
			_x = _root.guy._x;
			_y = 500 - _root.guy._y;
			gotoAndStop(_root.guy._currentframe);
		}
	}
	instance of movieClip 190	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('tref2', mc, i);
			_root[mc]._rotation = -90;
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 190	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('tref2', mc, i);
			_root[mc]._rotation = -90;
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 190	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('tref', mc, i);
			_root[mc]._rotation = 90;
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 190	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('tref', mc, i);
			_root[mc]._rotation = 90;
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			_alpha = 0;
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			_alpha = 100;
			yspeed = 0;
		}
		onClipEvent (enterFrame) {
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			_alpha = 100;
			yspeed = 0;
		}
		onClipEvent (enterFrame) {
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			_alpha = 100;
			yspeed = 0;
		}
		onClipEvent (enterFrame) {
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			_alpha = 100;
			yspeed = 0;
		}
		onClipEvent (enterFrame) {
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			_alpha = 100;
			yspeed = 0;
		}
		onClipEvent (enterFrame) {
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			_alpha = 100;
			yspeed = 0;
		}
		onClipEvent (enterFrame) {
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			_alpha = 100;
			yspeed = 0;
		}
		onClipEvent (enterFrame) {
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 15	{
		onClipEvent (load) {
			_alpha = 0;
			startx = _x;
			range = 80;
			dir = 2;
			speed = 1;
		}
		onClipEvent (enterFrame) {
			if (_root.reset == 1) {
				_x = startx;
			}
			if (dir == 1) {
				_x = _x - speed;
			}
			if (dir == 2) {
				_x = _x + speed;
			}
			if (_x < startx) {
				dir = 2;
			}
			if (_x > startx + range) {
				dir = 1;
			}
		}
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('eref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = -8;
				_root.jumpable = 0;
				_root.expl._x = _x;
				_root.expl._y = _y;
				_root.expl.play();
				_x = 10000;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = -8;
				_root.jumpable = 0;
				_root.expl._x = _x;
				_root.expl._y = _y;
				_root.expl.play();
				_x = 10000;
			}
			if (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				_root.reset = 1;
			}
		}
	}
	instance of movieClip 15	{
		onClipEvent (load) {
			_alpha = 100;
			startx = _x;
			range = 80;
			dir = 2;
			speed = 0.5;
		}
		onClipEvent (enterFrame) {
			if (_root.reset == 1) {
				_x = startx;
			}
			if (dir == 1) {
				_x = _x - speed;
			}
			if (dir == 2) {
				_x = _x + speed;
			}
			if (_x < startx) {
				dir = 2;
			}
			if (_x > startx + range) {
				dir = 1;
			}
		}
		onClipEvent (load) {
			yspeed = 0;
		}
		onClipEvent (enterFrame) {
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = -8;
				_root.jumpable = 0;
				_root.expl._x = _x;
				_root.expl._y = _y;
				_root.expl.play();
				_x = 10000;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = -8;
				_root.jumpable = 0;
				_root.expl._x = _x;
				_root.expl._y = _y;
				_root.expl.play();
				_x = 10000;
			}
			if (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				_root.reset = 1;
			}
		}
	}
	instance of movieClip 15	{
		onClipEvent (load) {
			_alpha = 0;
			startx = _x;
			range = 80;
			dir = 2;
			speed = 1;
		}
		onClipEvent (enterFrame) {
			if (_root.reset == 1) {
				_x = startx;
			}
			if (dir == 1) {
				_x = _x - speed;
			}
			if (dir == 2) {
				_x = _x + speed;
			}
			if (_x < startx - range) {
				dir = 2;
			}
			if (_x > startx) {
				dir = 1;
			}
		}
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('eref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = -8;
				_root.jumpable = 0;
				_root.expl._x = _x;
				_root.expl._y = _y;
				_root.expl.play();
				_x = 10000;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = -8;
				_root.jumpable = 0;
				_root.expl._x = _x;
				_root.expl._y = _y;
				_root.expl.play();
				_x = 10000;
			}
			if (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				_root.reset = 1;
			}
		}
	}
	instance of movieClip 194	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('pref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			if (_root.guy.yspeed >= 0) {
				while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
					--_root.guy._y;
					_root.guy.yspeed = 0;
					_root.jumpable = 1;
				}
				while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
					--_root.guy._y;
					_root.guy.yspeed = 0;
					_root.jumpable = 1;
				}
			}
		}
	}
	instance of movieClip 194	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('pref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			if (_root.guy.yspeed >= 0) {
				while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
					--_root.guy._y;
					_root.guy.yspeed = 0;
					_root.jumpable = 1;
				}
				while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
					--_root.guy._y;
					_root.guy.yspeed = 0;
					_root.jumpable = 1;
				}
			}
		}
	}
	instance of movieClip 194	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('pref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			if (_root.guy.yspeed >= 0) {
				while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
					--_root.guy._y;
					_root.guy.yspeed = 0;
					_root.jumpable = 1;
				}
				while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
					--_root.guy._y;
					_root.guy.yspeed = 0;
					_root.jumpable = 1;
				}
			}
		}
	}
	instance of movieClip 194	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('pref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			if (_root.guy.yspeed >= 0) {
				while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
					--_root.guy._y;
					_root.guy.yspeed = 0;
					_root.jumpable = 1;
				}
				while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
					--_root.guy._y;
					_root.guy.yspeed = 0;
					_root.jumpable = 1;
				}
			}
		}
	}
	instance of movieClip 194	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('pref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			if (_root.guy.yspeed >= 0) {
				while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
					--_root.guy._y;
					_root.guy.yspeed = 0;
					_root.jumpable = 1;
				}
				while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
					--_root.guy._y;
					_root.guy.yspeed = 0;
					_root.jumpable = 1;
				}
			}
		}
	}
	instance of movieClip 194	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('pref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			if (_root.guy.yspeed >= 0) {
				while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
					--_root.guy._y;
					_root.guy.yspeed = 0;
					_root.jumpable = 1;
				}
				while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
					--_root.guy._y;
					_root.guy.yspeed = 0;
					_root.jumpable = 1;
				}
			}
		}
	}
	instance of movieClip 194	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('pref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			if (_root.guy.yspeed >= 0) {
				while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
					--_root.guy._y;
					_root.guy.yspeed = 0;
					_root.jumpable = 1;
				}
				while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
					--_root.guy._y;
					_root.guy.yspeed = 0;
					_root.jumpable = 1;
				}
			}
		}
	}
	instance of movieClip 194	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('pref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			if (_root.guy.yspeed >= 0) {
				while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
					--_root.guy._y;
					_root.guy.yspeed = 0;
					_root.jumpable = 1;
				}
				while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
					--_root.guy._y;
					_root.guy.yspeed = 0;
					_root.jumpable = 1;
				}
			}
		}
	}
	instance of movieClip 194	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('pref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			if (_root.guy.yspeed >= 0) {
				while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
					--_root.guy._y;
					_root.guy.yspeed = 0;
					_root.jumpable = 1;
				}
				while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
					--_root.guy._y;
					_root.guy.yspeed = 0;
					_root.jumpable = 1;
				}
			}
		}
	}
	instance of movieClip 194	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('pref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			if (_root.guy.yspeed >= 0) {
				while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
					--_root.guy._y;
					_root.guy.yspeed = 0;
					_root.jumpable = 1;
				}
				while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
					--_root.guy._y;
					_root.guy.yspeed = 0;
					_root.jumpable = 1;
				}
			}
		}
	}
	instance of movieClip 194	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('pref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			if (_root.guy.yspeed >= 0) {
				while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
					--_root.guy._y;
					_root.guy.yspeed = 0;
					_root.jumpable = 1;
				}
				while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
					--_root.guy._y;
					_root.guy.yspeed = 0;
					_root.jumpable = 1;
				}
			}
		}
	}
	instance of movieClip 194	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('pref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			if (_root.guy.yspeed >= 0) {
				while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
					--_root.guy._y;
					_root.guy.yspeed = 0;
					_root.jumpable = 1;
				}
				while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
					--_root.guy._y;
					_root.guy.yspeed = 0;
					_root.jumpable = 1;
				}
			}
		}
	}
	instance of movieClip 192	{
		onClipEvent (load) {
			startx = _x;
			range = 100;
			dir = 2;
			speed = 0.5;
		}
		onClipEvent (enterFrame) {
			if (dir == 1) {
				_x = _x - speed;
			}
			if (dir == 2) {
				_x = _x + speed;
			}
			if (_x < startx) {
				dir = 2;
			}
			if (_x > startx + range) {
				dir = 1;
			}
		}
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true) or this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				if (dir == 1) {
					_root.guy._x -= speed;
				}
				if (dir == 2) {
					_root.guy._x += speed;
				}
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 192	{
		onClipEvent (load) {
			startx = _x;
			range = 100;
			dir = 2;
			speed = 0.5;
		}
		onClipEvent (enterFrame) {
			if (dir == 1) {
				_x = _x - speed;
			}
			if (dir == 2) {
				_x = _x + speed;
			}
			if (_x < startx) {
				dir = 2;
			}
			if (_x > startx + range) {
				dir = 1;
			}
		}
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true) or this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				if (dir == 1) {
					_root.guy._x -= speed;
				}
				if (dir == 2) {
					_root.guy._x += speed;
				}
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			_alpha = 100;
			yspeed = 0;
		}
		onClipEvent (enterFrame) {
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			if (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance guy of movieClip 218	{
		onClipEvent (load) {
			startx = _x;
			starty = _y;
			_root.abouttomoveon = 0;
			xspeed = 0;
			yspeed = 0;
			targetxspeed = 0;
		}
		onClipEvent (enterFrame) {
			if (_root.reset == 1) {
				_root.deaths = Number(_root.deaths + 1);
				_x = startx;
				_y = starty;
				_rotation = 0;
				gotoAndStop(1);
				xspeed = 0;
				yspeed = 0;
				targetxspeed = 0;
			}
			if (_root.abouttomoveon == 1) {
				_root.nextFrame();
			}
			if (_x > 750) {
				_root.resetter.play();
				_root.nextFrame();
			}
			if (_root.jumpable == 1) {
				_rotation = 0;
			} else {
				_rotation = xspeed * 5;
			}
			targetxspeed = 0;
			if (Key.isDown(39) or Key.isDown(68)) {
				targetxspeed = 4;
			}
			if (Key.isDown(37) or Key.isDown(65)) {
				targetxspeed = -4;
			}
			if (Key.isDown(40) and _root.jumpable == 1) {
				if (xspeed >= 0) {
					gotoAndStop(7);
				} else {
					gotoAndStop(8);
				}
				targetxspeed = 0;
			} else {
				if (xspeed >= 0) {
					if (_root.jumpable < 1) {
						gotoAndStop(5);
					} else {
						if (xspeed > 1) {
							gotoAndStop(3);
						} else {
							gotoAndStop(1);
						}
					}
				} else {
					if (xspeed < 0) {
						if (_root.jumpable < 1) {
							gotoAndStop(6);
						} else {
							if (xspeed < -1) {
								gotoAndStop(4);
							} else {
								gotoAndStop(2);
							}
						}
					}
				}
			}
			if (Key.isDown(38) or Key.isDown(32) or Key.isDown(87)) {
				if (_root.jumpable == 1) {
					yspeed = -10;
				}
			}
			yspeed += 1;
			if (yspeed > 7) {
				yspeed = 7;
			}
			_y = _y + yspeed;
			xspeed += (targetxspeed - xspeed) / 4;
			if (xspeed < 1 and xspeed > 0) {
				xspeed = 1.0e-026;
			}
			if (xspeed > -1 and xspeed < 0) {
				xspeed = -1.0e-026;
			}
			_x = _x + xspeed;
			_root.jumpable = 0;
			if (_y > 230) {
				_y = 230;
				yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	frame 40 {
		j = 0;
		i = _root.getNextHighestDepth();
		while (j <= i) {
			var mc = 'r' + j;
			removeMovieClip(mc);
			++j;
		}
		i = 1;
		nextFrame();
	}
	frame 41 {
		if (levelc < 14) {
			levelc = 14;
			game = SharedObject.getLocal('mydata');
			game.data.levelc = levelc;
			game.flush();
		}
	}
	frame 41 {
		abouttomoveon = 0;
	}
	instance guy2 of movieClip 218	{
		onClipEvent (enterFrame) {
			_rotation = -_root.guy._rotation;
			_x = _root.guy._x;
			_y = 500 - _root.guy._y;
			gotoAndStop(_root.guy._currentframe);
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 190	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('tref', mc, i);
			_root[mc]._rotation = 90;
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 190	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('tref', mc, i);
			_root[mc]._rotation = 90;
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 190	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('tref', mc, i);
			_root[mc]._rotation = 90;
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 190	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('tref', mc, i);
			_root[mc]._rotation = 90;
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 190	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('tref', mc, i);
			_root[mc]._rotation = 90;
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 190	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('tref', mc, i);
			_root[mc]._rotation = 90;
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 190	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('tref', mc, i);
			_root[mc]._rotation = 90;
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 190	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('tref', mc, i);
			_root[mc]._rotation = 90;
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 190	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('tref', mc, i);
			_root[mc]._rotation = 90;
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 190	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('tref', mc, i);
			_root[mc]._rotation = 90;
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 190	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('tref', mc, i);
			_root[mc]._rotation = 90;
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 190	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('tref', mc, i);
			_root[mc]._rotation = 90;
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 190	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('tref2', mc, i);
			_root[mc]._rotation = -90;
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 190	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('tref2', mc, i);
			_root[mc]._rotation = -90;
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 190	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('tref2', mc, i);
			_root[mc]._rotation = -90;
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 190	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('tref2', mc, i);
			_root[mc]._rotation = -90;
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 190	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('tref2', mc, i);
			_root[mc]._rotation = -90;
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 190	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('tref2', mc, i);
			_root[mc]._rotation = -90;
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 190	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('tref2', mc, i);
			_root[mc]._rotation = -90;
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 190	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('tref2', mc, i);
			_root[mc]._rotation = -90;
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 190	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('tref2', mc, i);
			_root[mc]._rotation = -90;
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 190	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('tref2', mc, i);
			_root[mc]._rotation = -90;
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 190	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('tref2', mc, i);
			_root[mc]._rotation = -90;
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 190	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('tref2', mc, i);
			_root[mc]._rotation = -90;
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 190	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('tref2', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 190	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('tref2', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 190	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('tref2', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 190	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('tref2', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 190	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('tref2', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 190	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('tref2', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 190	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('tref2', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 190	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('tref2', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 190	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('tref2', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 190	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('tref2', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 190	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('tref2', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 190	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('tref2', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 190	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('tref2', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 190	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('tref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 190	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('tref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 190	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('tref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 190	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('tref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 190	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('tref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 190	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('tref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 190	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('tref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 190	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('tref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 190	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('tref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 190	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('tref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 190	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('tref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 190	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('tref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 190	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('tref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 190	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('tref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 15	{
		onClipEvent (load) {
			_alpha = 0;
			startx = _x;
			range = 20;
			dir = 2;
			speed = 1;
		}
		onClipEvent (enterFrame) {
			if (_root.reset == 1) {
				_x = startx;
			}
			if (dir == 1) {
				_x = _x - speed;
			}
			if (dir == 2) {
				_x = _x + speed;
			}
			if (_x < startx) {
				dir = 2;
			}
			if (_x > startx + range) {
				dir = 1;
			}
		}
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('eref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = -8;
				_root.jumpable = 0;
				_root.expl._x = _x;
				_root.expl._y = _y;
				_root.expl.play();
				_x = 10000;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = -8;
				_root.jumpable = 0;
				_root.expl._x = _x;
				_root.expl._y = _y;
				_root.expl.play();
				_x = 10000;
			}
			if (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				_root.reset = 1;
			}
		}
	}
	instance of movieClip 15	{
		onClipEvent (load) {
			_alpha = 0;
			startx = _x;
			range = 10;
			dir = 2;
			speed = 1;
		}
		onClipEvent (enterFrame) {
			if (_root.reset == 1) {
				_x = startx;
			}
			if (dir == 1) {
				_x = _x - speed;
			}
			if (dir == 2) {
				_x = _x + speed;
			}
			if (_x < startx) {
				dir = 2;
			}
			if (_x > startx + range) {
				dir = 1;
			}
		}
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('eref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = -8;
				_root.jumpable = 0;
				_root.expl._x = _x;
				_root.expl._y = _y;
				_root.expl.play();
				_x = 10000;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = -8;
				_root.jumpable = 0;
				_root.expl._x = _x;
				_root.expl._y = _y;
				_root.expl.play();
				_x = 10000;
			}
			if (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				_root.reset = 1;
			}
		}
	}
	instance of movieClip 15	{
		onClipEvent (load) {
			_alpha = 0;
			startx = _x;
			range = 20;
			dir = 2;
			speed = 1;
		}
		onClipEvent (enterFrame) {
			if (_root.reset == 1) {
				_x = startx;
			}
		}
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('eref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = -8;
				_root.jumpable = 0;
				_root.expl._x = _x;
				_root.expl._y = _y;
				_root.expl.play();
				_x = 10000;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = -8;
				_root.jumpable = 0;
				_root.expl._x = _x;
				_root.expl._y = _y;
				_root.expl.play();
				_x = 10000;
			}
			if (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				_root.reset = 1;
			}
		}
	}
	instance of movieClip 15	{
		onClipEvent (load) {
			_alpha = 0;
			startx = _x;
			range = 20;
			dir = 2;
			speed = 1;
		}
		onClipEvent (enterFrame) {
			if (_root.reset == 1) {
				_x = startx;
			}
		}
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('eref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = -8;
				_root.jumpable = 0;
				_root.expl._x = _x;
				_root.expl._y = _y;
				_root.expl.play();
				_x = 10000;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = -8;
				_root.jumpable = 0;
				_root.expl._x = _x;
				_root.expl._y = _y;
				_root.expl.play();
				_x = 10000;
			}
			if (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				_root.reset = 1;
			}
		}
	}
	instance guy of movieClip 218	{
		onClipEvent (load) {
			startx = _x;
			starty = _y;
			_root.abouttomoveon = 0;
			xspeed = 0;
			yspeed = 0;
			targetxspeed = 0;
		}
		onClipEvent (enterFrame) {
			if (_root.reset == 1) {
				_root.deaths = Number(_root.deaths + 1);
				_x = startx;
				_y = starty;
				_rotation = 0;
				gotoAndStop(1);
				xspeed = 0;
				yspeed = 0;
				targetxspeed = 0;
			}
			if (_root.abouttomoveon == 1) {
				_root.nextFrame();
			}
			if (_x > 750) {
				_root.resetter.play();
				_root.nextFrame();
			}
			if (_root.jumpable == 1) {
				_rotation = 0;
			} else {
				_rotation = xspeed * 5;
			}
			targetxspeed = 0;
			if (Key.isDown(39) or Key.isDown(68)) {
				targetxspeed = 4;
			}
			if (Key.isDown(37) or Key.isDown(65)) {
				targetxspeed = -4;
			}
			if (Key.isDown(40) and _root.jumpable == 1) {
				if (xspeed >= 0) {
					gotoAndStop(7);
				} else {
					gotoAndStop(8);
				}
				targetxspeed = 0;
			} else {
				if (xspeed >= 0) {
					if (_root.jumpable < 1) {
						gotoAndStop(5);
					} else {
						if (xspeed > 1) {
							gotoAndStop(3);
						} else {
							gotoAndStop(1);
						}
					}
				} else {
					if (xspeed < 0) {
						if (_root.jumpable < 1) {
							gotoAndStop(6);
						} else {
							if (xspeed < -1) {
								gotoAndStop(4);
							} else {
								gotoAndStop(2);
							}
						}
					}
				}
			}
			if (Key.isDown(38) or Key.isDown(32) or Key.isDown(87)) {
				if (_root.jumpable == 1) {
					yspeed = -10;
				}
			}
			yspeed += 1;
			if (yspeed > 7) {
				yspeed = 7;
			}
			_y = _y + yspeed;
			xspeed += (targetxspeed - xspeed) / 4;
			if (xspeed < 1 and xspeed > 0) {
				xspeed = 1.0e-026;
			}
			if (xspeed > -1 and xspeed < 0) {
				xspeed = -1.0e-026;
			}
			_x = _x + xspeed;
			_root.jumpable = 0;
			if (_y > 230) {
				_y = 230;
				yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	frame 42 {
		j = 0;
		i = _root.getNextHighestDepth();
		while (j <= i) {
			var mc = 'r' + j;
			removeMovieClip(mc);
			++j;
		}
		i = 1;
		nextFrame();
	}
	frame 43 {
		if (levelc < 15) {
			levelc = 15;
			game = SharedObject.getLocal('mydata');
			game.data.levelc = levelc;
			game.flush();
		}
	}
	frame 43 {
		abouttomoveon = 0;
	}
	instance guy2 of movieClip 218	{
		onClipEvent (enterFrame) {
			_rotation = -_root.guy._rotation;
			_x = _root.guy._x;
			_y = 500 - _root.guy._y;
			gotoAndStop(_root.guy._currentframe);
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 190	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('tref2', mc, i);
			_root[mc]._rotation = -90;
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 190	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('tref2', mc, i);
			_root[mc]._rotation = -90;
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 190	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('tref2', mc, i);
			_root[mc]._rotation = -90;
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 190	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('tref2', mc, i);
			_root[mc]._rotation = -90;
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 190	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('tref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 190	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('tref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 190	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('tref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 190	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('tref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 190	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('tref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 190	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('tref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 190	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('tref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 190	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('tref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 190	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('tref2', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 190	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('tref2', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 190	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('tref2', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 190	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('tref2', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 190	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('tref2', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 190	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('tref2', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 190	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('tref2', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 190	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('tref2', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 190	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('tref2', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 190	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('tref2', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 190	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('tref2', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 190	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('tref2', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 190	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('tref2', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 190	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('tref', mc, i);
			_root[mc]._rotation = 90;
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 190	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('tref2', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 190	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('tref2', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 15	{
		onClipEvent (load) {
			_alpha = 0;
			startx = _x;
			range = 80;
			dir = 2;
			speed = 0.5;
		}
		onClipEvent (enterFrame) {
			if (_root.reset == 1) {
				_x = startx;
			}
			if (dir == 1) {
				_x = _x - speed;
			}
			if (dir == 2) {
				_x = _x + speed;
			}
			if (_x < startx) {
				dir = 2;
			}
			if (_x > startx + range) {
				dir = 1;
			}
		}
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('eref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = -8;
				_root.jumpable = 0;
				_root.expl._x = _x;
				_root.expl._y = _y;
				_root.expl.play();
				_x = 10000;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = -8;
				_root.jumpable = 0;
				_root.expl._x = _x;
				_root.expl._y = _y;
				_root.expl.play();
				_x = 10000;
			}
			if (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				_root.reset = 1;
			}
		}
	}
	instance of movieClip 15	{
		onClipEvent (load) {
			_alpha = 0;
			startx = _x;
			range = 20;
			dir = 2;
			speed = 2;
		}
		onClipEvent (enterFrame) {
			if (_root.reset == 1) {
				_x = startx;
			}
			if (dir == 1) {
				_x = _x - speed;
			}
			if (dir == 2) {
				_x = _x + speed;
			}
			if (_x < startx) {
				dir = 2;
			}
			if (_x > startx + range) {
				dir = 1;
			}
		}
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('eref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = -8;
				_root.jumpable = 0;
				_root.expl._x = _x;
				_root.expl._y = _y;
				_root.expl.play();
				_x = 10000;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = -8;
				_root.jumpable = 0;
				_root.expl._x = _x;
				_root.expl._y = _y;
				_root.expl.play();
				_x = 10000;
			}
			if (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				_root.reset = 1;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			_alpha = 0;
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			_alpha = 0;
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			_alpha = 0;
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			_alpha = 0;
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			_alpha = 0;
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 192	{
		onClipEvent (load) {
			_alpha = 0;
			startx = _x;
			range = 40;
			dir = 2;
			speed = 0.5;
		}
		onClipEvent (enterFrame) {
			if (dir == 1) {
				_x = _x - speed;
			}
			if (dir == 2) {
				_x = _x + speed;
			}
			if (_x < startx) {
				dir = 2;
			}
			if (_x > startx + range) {
				dir = 1;
			}
		}
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true) or this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				if (dir == 1) {
					_root.guy._x -= speed;
				}
				if (dir == 2) {
					_root.guy._x += speed;
				}
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 15	{
		onClipEvent (load) {
			_alpha = 0;
			startx = _x;
			range = 10;
			dir = 2;
			speed = 2;
		}
		onClipEvent (enterFrame) {
			if (_root.reset == 1) {
				_x = startx;
			}
			if (dir == 1) {
				_x = _x - speed;
			}
			if (dir == 2) {
				_x = _x + speed;
			}
			if (_x < startx) {
				dir = 2;
			}
			if (_x > startx + range) {
				dir = 1;
			}
		}
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('eref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = -8;
				_root.jumpable = 0;
				_root.expl._x = _x;
				_root.expl._y = _y;
				_root.expl.play();
				_x = 10000;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = -8;
				_root.jumpable = 0;
				_root.expl._x = _x;
				_root.expl._y = _y;
				_root.expl.play();
				_x = 10000;
			}
			if (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				_root.reset = 1;
			}
		}
	}
	instance of movieClip 190	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('tref2', mc, i);
			_root[mc]._rotation = -90;
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 190	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('tref2', mc, i);
			_root[mc]._rotation = -90;
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 190	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('tref2', mc, i);
			_root[mc]._rotation = -90;
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 192	{
		onClipEvent (load) {
			_alpha = 0;
			startx = _x;
			range = 40;
			dir = 2;
			speed = 0.5;
		}
		onClipEvent (enterFrame) {
			if (dir == 1) {
				_x = _x - speed;
			}
			if (dir == 2) {
				_x = _x + speed;
			}
			if (_x < startx) {
				dir = 2;
			}
			if (_x > startx + range) {
				dir = 1;
			}
		}
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true) or this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				if (dir == 1) {
					_root.guy._x -= speed;
				}
				if (dir == 2) {
					_root.guy._x += speed;
				}
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance guy of movieClip 218	{
		onClipEvent (load) {
			startx = _x;
			starty = _y;
			_root.abouttomoveon = 0;
			xspeed = 0;
			yspeed = 0;
			targetxspeed = 0;
		}
		onClipEvent (enterFrame) {
			if (_root.reset == 1) {
				_root.deaths = Number(_root.deaths + 1);
				_x = startx;
				_y = starty;
				_rotation = 0;
				gotoAndStop(1);
				xspeed = 0;
				yspeed = 0;
				targetxspeed = 0;
			}
			if (_root.abouttomoveon == 1) {
				_root.nextFrame();
			}
			if (_x > 750) {
				_root.resetter.play();
				_root.nextFrame();
			}
			if (_root.jumpable == 1) {
				_rotation = 0;
			} else {
				_rotation = xspeed * 5;
			}
			targetxspeed = 0;
			if (Key.isDown(39) or Key.isDown(68)) {
				targetxspeed = 4;
			}
			if (Key.isDown(37) or Key.isDown(65)) {
				targetxspeed = -4;
			}
			if (Key.isDown(40) and _root.jumpable == 1) {
				if (xspeed >= 0) {
					gotoAndStop(7);
				} else {
					gotoAndStop(8);
				}
				targetxspeed = 0;
			} else {
				if (xspeed >= 0) {
					if (_root.jumpable < 1) {
						gotoAndStop(5);
					} else {
						if (xspeed > 1) {
							gotoAndStop(3);
						} else {
							gotoAndStop(1);
						}
					}
				} else {
					if (xspeed < 0) {
						if (_root.jumpable < 1) {
							gotoAndStop(6);
						} else {
							if (xspeed < -1) {
								gotoAndStop(4);
							} else {
								gotoAndStop(2);
							}
						}
					}
				}
			}
			if (Key.isDown(38) or Key.isDown(32) or Key.isDown(87)) {
				if (_root.jumpable == 1) {
					yspeed = -10;
				}
			}
			yspeed += 1;
			if (yspeed > 7) {
				yspeed = 7;
			}
			_y = _y + yspeed;
			xspeed += (targetxspeed - xspeed) / 4;
			if (xspeed < 1 and xspeed > 0) {
				xspeed = 1.0e-026;
			}
			if (xspeed > -1 and xspeed < 0) {
				xspeed = -1.0e-026;
			}
			_x = _x + xspeed;
			_root.jumpable = 0;
			if (_y > 230) {
				_y = 230;
				yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	frame 44 {
		j = 0;
		i = _root.getNextHighestDepth();
		while (j <= i) {
			var mc = 'r' + j;
			removeMovieClip(mc);
			++j;
		}
		i = 1;
		nextFrame();
	}
	frame 45 {
		if (levelc < 16) {
			levelc = 16;
			game = SharedObject.getLocal('mydata');
			game.data.levelc = levelc;
			game.flush();
		}
	}
	frame 45 {
		abouttomoveon = 0;
	}
	instance guy2 of movieClip 218	{
		onClipEvent (enterFrame) {
			_rotation = -_root.guy._rotation;
			_x = _root.guy._x;
			_y = 500 - _root.guy._y;
			gotoAndStop(_root.guy._currentframe);
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			_alpha = 0;
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			_alpha = 0;
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			_alpha = 0;
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			_alpha = 0;
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			_alpha = 0;
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			_alpha = 0;
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			_alpha = 0;
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			_alpha = 100;
			yspeed = 0;
		}
		onClipEvent (enterFrame) {
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			_alpha = 0;
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			_alpha = 0;
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			_alpha = 0;
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			_alpha = 0;
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			_alpha = 0;
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			_alpha = 100;
			yspeed = 0;
		}
		onClipEvent (enterFrame) {
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			_alpha = 100;
			yspeed = 0;
		}
		onClipEvent (enterFrame) {
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			_alpha = 0;
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			_alpha = 0;
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			_alpha = 0;
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			_alpha = 0;
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			_alpha = 100;
			yspeed = 0;
		}
		onClipEvent (enterFrame) {
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			_alpha = 0;
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			_alpha = 0;
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			_alpha = 0;
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 190	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('tref2', mc, i);
			_root[mc]._rotation = -90;
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 190	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('tref', mc, i);
			_root[mc]._rotation = 90;
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 194	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('pref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			if (_root.guy.yspeed >= 0) {
				while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
					--_root.guy._y;
					_root.guy.yspeed = 0;
					_root.jumpable = 1;
				}
				while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
					--_root.guy._y;
					_root.guy.yspeed = 0;
					_root.jumpable = 1;
				}
			}
		}
	}
	instance of movieClip 194	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('pref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			if (_root.guy.yspeed >= 0) {
				while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
					--_root.guy._y;
					_root.guy.yspeed = 0;
					_root.jumpable = 1;
				}
				while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
					--_root.guy._y;
					_root.guy.yspeed = 0;
					_root.jumpable = 1;
				}
			}
		}
	}
	instance of movieClip 194	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('pref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			if (_root.guy.yspeed >= 0) {
				while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
					--_root.guy._y;
					_root.guy.yspeed = 0;
					_root.jumpable = 1;
				}
				while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
					--_root.guy._y;
					_root.guy.yspeed = 0;
					_root.jumpable = 1;
				}
			}
		}
	}
	instance of movieClip 194	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('pref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			if (_root.guy.yspeed >= 0) {
				while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
					--_root.guy._y;
					_root.guy.yspeed = 0;
					_root.jumpable = 1;
				}
				while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
					--_root.guy._y;
					_root.guy.yspeed = 0;
					_root.jumpable = 1;
				}
			}
		}
	}
	instance of movieClip 194	{
		onClipEvent (load) {
			_alpha = 0;
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('pref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			if (_root.guy.yspeed >= 0) {
				while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
					--_root.guy._y;
					_root.guy.yspeed = 0;
					_root.jumpable = 1;
				}
				while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
					--_root.guy._y;
					_root.guy.yspeed = 0;
					_root.jumpable = 1;
				}
			}
		}
	}
	instance of movieClip 190	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('tref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 190	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('tref2', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 190	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('tref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			_alpha = 0;
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 15	{
		onClipEvent (load) {
			_alpha = 0;
			startx = _x;
			range = 10;
			dir = 2;
			speed = 1;
		}
		onClipEvent (enterFrame) {
			if (_root.reset == 1) {
				_x = startx;
			}
			if (dir == 1) {
				_x = _x - speed;
			}
			if (dir == 2) {
				_x = _x + speed;
			}
			if (_x < startx) {
				dir = 2;
			}
			if (_x > startx + range) {
				dir = 1;
			}
		}
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('eref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = -8;
				_root.jumpable = 0;
				_root.expl._x = _x;
				_root.expl._y = _y;
				_root.expl.play();
				_x = 10000;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = -8;
				_root.jumpable = 0;
				_root.expl._x = _x;
				_root.expl._y = _y;
				_root.expl.play();
				_x = 10000;
			}
			if (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				_root.reset = 1;
			}
		}
	}
	instance of movieClip 15	{
		onClipEvent (load) {
			_alpha = 0;
			startx = _x;
			range = 20;
			dir = 2;
			speed = 1;
		}
		onClipEvent (enterFrame) {
			if (_root.reset == 1) {
				_x = startx;
			}
		}
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('eref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = -8;
				_root.jumpable = 0;
				_root.expl._x = _x;
				_root.expl._y = _y;
				_root.expl.play();
				_x = 10000;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = -8;
				_root.jumpable = 0;
				_root.expl._x = _x;
				_root.expl._y = _y;
				_root.expl.play();
				_x = 10000;
			}
			if (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				_root.reset = 1;
			}
		}
	}
	instance guy of movieClip 218	{
		onClipEvent (load) {
			startx = _x;
			starty = _y;
			_root.abouttomoveon = 0;
			xspeed = 0;
			yspeed = 0;
			targetxspeed = 0;
		}
		onClipEvent (enterFrame) {
			if (_root.reset == 1) {
				_root.deaths = Number(_root.deaths + 1);
				_x = startx;
				_y = starty;
				_rotation = 0;
				gotoAndStop(1);
				xspeed = 0;
				yspeed = 0;
				targetxspeed = 0;
			}
			if (_root.abouttomoveon == 1) {
				_root.nextFrame();
			}
			if (_x > 750) {
				_root.resetter.play();
				_root.nextFrame();
			}
			if (_root.jumpable == 1) {
				_rotation = 0;
			} else {
				_rotation = xspeed * 5;
			}
			targetxspeed = 0;
			if (Key.isDown(39) or Key.isDown(68)) {
				targetxspeed = 4;
			}
			if (Key.isDown(37) or Key.isDown(65)) {
				targetxspeed = -4;
			}
			if (Key.isDown(40) and _root.jumpable == 1) {
				if (xspeed >= 0) {
					gotoAndStop(7);
				} else {
					gotoAndStop(8);
				}
				targetxspeed = 0;
			} else {
				if (xspeed >= 0) {
					if (_root.jumpable < 1) {
						gotoAndStop(5);
					} else {
						if (xspeed > 1) {
							gotoAndStop(3);
						} else {
							gotoAndStop(1);
						}
					}
				} else {
					if (xspeed < 0) {
						if (_root.jumpable < 1) {
							gotoAndStop(6);
						} else {
							if (xspeed < -1) {
								gotoAndStop(4);
							} else {
								gotoAndStop(2);
							}
						}
					}
				}
			}
			if (Key.isDown(38) or Key.isDown(32) or Key.isDown(87)) {
				if (_root.jumpable == 1) {
					yspeed = -10;
				}
			}
			yspeed += 1;
			if (yspeed > 7) {
				yspeed = 7;
			}
			_y = _y + yspeed;
			xspeed += (targetxspeed - xspeed) / 4;
			if (xspeed < 1 and xspeed > 0) {
				xspeed = 1.0e-026;
			}
			if (xspeed > -1 and xspeed < 0) {
				xspeed = -1.0e-026;
			}
			_x = _x + xspeed;
			_root.jumpable = 0;
			if (_y > 230) {
				_y = 230;
				yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	frame 46 {
		j = 0;
		i = _root.getNextHighestDepth();
		while (j <= i) {
			var mc = 'r' + j;
			removeMovieClip(mc);
			++j;
		}
		i = 1;
		nextFrame();
	}
	frame 47 {
		if (levelc < 17) {
			levelc = 17;
			game = SharedObject.getLocal('mydata');
			game.data.levelc = levelc;
			game.flush();
		}
	}
	frame 47 {
		abouttomoveon = 0;
	}
	instance guy2 of movieClip 218	{
		onClipEvent (enterFrame) {
			_rotation = -_root.guy._rotation;
			_x = _root.guy._x;
			_y = 500 - _root.guy._y;
			gotoAndStop(_root.guy._currentframe);
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref2', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			if (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref2', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			if (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref2', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			if (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref2', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			if (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref2', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			if (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref2', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			if (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref2', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			if (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref2', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			if (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref2', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			if (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref2', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			if (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref2', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			if (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref2', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			if (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref2', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			if (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref2', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			if (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref2', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			if (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref', mc, i);
			_root[mc]._rotation = -90;
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			if (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 190	{
		onClipEvent (load) {
			_alpha = 0;
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('tref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 190	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('tref2', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref', mc, i);
			_root[mc]._rotation = 90;
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			if (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref', mc, i);
			_root[mc]._rotation = -90;
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			if (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref', mc, i);
			_root[mc]._rotation = -90;
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			if (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref', mc, i);
			_root[mc]._rotation = -90;
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			if (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref', mc, i);
			_root[mc]._rotation = -90;
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			if (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref', mc, i);
			_root[mc]._rotation = 90;
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			if (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref', mc, i);
			_root[mc]._rotation = 90;
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			if (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref', mc, i);
			_root[mc]._rotation = 90;
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			if (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref', mc, i);
			_root[mc]._rotation = -90;
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			if (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref', mc, i);
			_root[mc]._rotation = 90;
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			if (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref', mc, i);
			_root[mc]._rotation = 90;
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			if (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			_alpha = 0;
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref2', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			if (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref', mc, i);
			_root[mc]._rotation = 90;
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			if (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 190	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('tref2', mc, i);
			_root[mc]._rotation = -90;
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref', mc, i);
			_root[mc]._rotation = -90;
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			if (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref2', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			if (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 190	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('tref2', mc, i);
			_root[mc]._rotation = -90;
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref', mc, i);
			_root[mc]._rotation = 90;
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			if (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref', mc, i);
			_root[mc]._rotation = -90;
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			if (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref', mc, i);
			_root[mc]._rotation = -90;
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			if (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref', mc, i);
			_root[mc]._rotation = -90;
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			if (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref', mc, i);
			_root[mc]._rotation = -90;
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			if (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref', mc, i);
			_root[mc]._rotation = -90;
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			if (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref', mc, i);
			_root[mc]._rotation = -90;
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			if (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 190	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('tref', mc, i);
			_root[mc]._rotation = 90;
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref2', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			if (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref', mc, i);
			_root[mc]._rotation = -90;
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			if (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref', mc, i);
			_root[mc]._rotation = 90;
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			if (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref', mc, i);
			_root[mc]._rotation = 90;
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			if (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref', mc, i);
			_root[mc]._rotation = -90;
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			if (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 190	{
		onClipEvent (load) {
			_alpha = 0;
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('tref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 190	{
		onClipEvent (load) {
			_alpha = 0;
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('tref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 190	{
		onClipEvent (load) {
			_alpha = 0;
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('tref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 190	{
		onClipEvent (load) {
			_alpha = 0;
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('tref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 190	{
		onClipEvent (load) {
			_alpha = 0;
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('tref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 190	{
		onClipEvent (load) {
			_alpha = 0;
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('tref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 190	{
		onClipEvent (load) {
			_alpha = 0;
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('tref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 194	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('pref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			if (_root.guy.yspeed >= 0) {
				while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
					--_root.guy._y;
					_root.guy.yspeed = 0;
					_root.jumpable = 1;
				}
				while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
					--_root.guy._y;
					_root.guy.yspeed = 0;
					_root.jumpable = 1;
				}
			}
		}
	}
	instance of movieClip 194	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('pref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			if (_root.guy.yspeed >= 0) {
				while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
					--_root.guy._y;
					_root.guy.yspeed = 0;
					_root.jumpable = 1;
				}
				while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
					--_root.guy._y;
					_root.guy.yspeed = 0;
					_root.jumpable = 1;
				}
			}
		}
	}
	instance of movieClip 194	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('pref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			if (_root.guy.yspeed >= 0) {
				while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
					--_root.guy._y;
					_root.guy.yspeed = 0;
					_root.jumpable = 1;
				}
				while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
					--_root.guy._y;
					_root.guy.yspeed = 0;
					_root.jumpable = 1;
				}
			}
		}
	}
	instance of movieClip 194	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('pref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			if (_root.guy.yspeed >= 0) {
				while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
					--_root.guy._y;
					_root.guy.yspeed = 0;
					_root.jumpable = 1;
				}
				while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
					--_root.guy._y;
					_root.guy.yspeed = 0;
					_root.jumpable = 1;
				}
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref2', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			if (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref', mc, i);
			_root[mc]._rotation = -90;
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			if (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref', mc, i);
			_root[mc]._rotation = 90;
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			if (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance guy of movieClip 218	{
		onClipEvent (load) {
			startx = _x;
			starty = _y;
			_root.abouttomoveon = 0;
			xspeed = 0;
			yspeed = 0;
			targetxspeed = 0;
		}
		onClipEvent (enterFrame) {
			if (_root.reset == 1) {
				_root.deaths = Number(_root.deaths + 1);
				_x = startx;
				_y = starty;
				_rotation = 0;
				gotoAndStop(1);
				xspeed = 0;
				yspeed = 0;
				targetxspeed = 0;
			}
			if (_root.abouttomoveon == 1) {
				_root.nextFrame();
			}
			if (_x > 750) {
				_root.resetter.play();
				_root.nextFrame();
			}
			if (_root.jumpable == 1) {
				_rotation = 0;
			} else {
				_rotation = xspeed * 5;
			}
			targetxspeed = 0;
			if (Key.isDown(39) or Key.isDown(68)) {
				targetxspeed = 4;
			}
			if (Key.isDown(37) or Key.isDown(65)) {
				targetxspeed = -4;
			}
			if (Key.isDown(40) and _root.jumpable == 1) {
				if (xspeed >= 0) {
					gotoAndStop(7);
				} else {
					gotoAndStop(8);
				}
				targetxspeed = 0;
			} else {
				if (xspeed >= 0) {
					if (_root.jumpable < 1) {
						gotoAndStop(5);
					} else {
						if (xspeed > 1) {
							gotoAndStop(3);
						} else {
							gotoAndStop(1);
						}
					}
				} else {
					if (xspeed < 0) {
						if (_root.jumpable < 1) {
							gotoAndStop(6);
						} else {
							if (xspeed < -1) {
								gotoAndStop(4);
							} else {
								gotoAndStop(2);
							}
						}
					}
				}
			}
			if (Key.isDown(38) or Key.isDown(32) or Key.isDown(87)) {
				if (_root.jumpable == 1) {
					yspeed = -10;
				}
			}
			yspeed += 1;
			if (yspeed > 7) {
				yspeed = 7;
			}
			_y = _y + yspeed;
			xspeed += (targetxspeed - xspeed) / 4;
			if (xspeed < 1 and xspeed > 0) {
				xspeed = 1.0e-026;
			}
			if (xspeed > -1 and xspeed < 0) {
				xspeed = -1.0e-026;
			}
			_x = _x + xspeed;
			_root.jumpable = 0;
			if (_y > 230) {
				_y = 230;
				yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	frame 48 {
		j = 0;
		i = _root.getNextHighestDepth();
		while (j <= i) {
			var mc = 'r' + j;
			removeMovieClip(mc);
			++j;
		}
		i = 1;
		nextFrame();
	}
	frame 49 {
		if (levelc < 18) {
			levelc = 18;
			game = SharedObject.getLocal('mydata');
			game.data.levelc = levelc;
			game.flush();
		}
	}
	frame 49 {
		abouttomoveon = 0;
	}
	instance guy2 of movieClip 218	{
		onClipEvent (enterFrame) {
			_rotation = -_root.guy._rotation;
			_x = _root.guy._x;
			_y = 500 - _root.guy._y;
			gotoAndStop(_root.guy._currentframe);
		}
	}
	instance guy of movieClip 218	{
		onClipEvent (load) {
			startx = _x;
			starty = _y;
			_root.abouttomoveon = 0;
			xspeed = 0;
			yspeed = 0;
			targetxspeed = 0;
		}
		onClipEvent (enterFrame) {
			if (_root.reset == 1) {
				_root.deaths = Number(_root.deaths + 1);
				_x = startx;
				_y = starty;
				_rotation = 0;
				gotoAndStop(1);
				xspeed = 0;
				yspeed = 0;
				targetxspeed = 0;
			}
			if (_root.abouttomoveon == 1) {
				_root.nextFrame();
			}
			if (_x > 750) {
				_root.resetter.play();
				_root.nextFrame();
			}
			if (_root.jumpable == 1) {
				_rotation = 0;
			} else {
				_rotation = xspeed * 5;
			}
			targetxspeed = 0;
			if (Key.isDown(39) or Key.isDown(68)) {
				targetxspeed = 4;
			}
			if (Key.isDown(37) or Key.isDown(65)) {
				targetxspeed = -4;
			}
			if (Key.isDown(40) and _root.jumpable == 1) {
				if (xspeed >= 0) {
					gotoAndStop(7);
				} else {
					gotoAndStop(8);
				}
				targetxspeed = 0;
			} else {
				if (xspeed >= 0) {
					if (_root.jumpable < 1) {
						gotoAndStop(5);
					} else {
						if (xspeed > 1) {
							gotoAndStop(3);
						} else {
							gotoAndStop(1);
						}
					}
				} else {
					if (xspeed < 0) {
						if (_root.jumpable < 1) {
							gotoAndStop(6);
						} else {
							if (xspeed < -1) {
								gotoAndStop(4);
							} else {
								gotoAndStop(2);
							}
						}
					}
				}
			}
			if (Key.isDown(38) or Key.isDown(32) or Key.isDown(87)) {
				if (_root.jumpable == 1) {
					yspeed = -10;
				}
			}
			yspeed += 1;
			if (yspeed > 7) {
				yspeed = 7;
			}
			_y = _y + yspeed;
			xspeed += (targetxspeed - xspeed) / 4;
			if (xspeed < 1 and xspeed > 0) {
				xspeed = 1.0e-026;
			}
			if (xspeed > -1 and xspeed < 0) {
				xspeed = -1.0e-026;
			}
			_x = _x + xspeed;
			_root.jumpable = 0;
			if (_y > 230) {
				_y = 230;
				yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			_alpha = 100;
			yspeed = 0;
		}
		onClipEvent (enterFrame) {
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			_alpha = 100;
			yspeed = 0;
		}
		onClipEvent (enterFrame) {
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			_alpha = 100;
			yspeed = 0;
		}
		onClipEvent (enterFrame) {
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			_alpha = 100;
			yspeed = 0;
		}
		onClipEvent (enterFrame) {
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			_alpha = 100;
			yspeed = 0;
		}
		onClipEvent (enterFrame) {
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			_alpha = 100;
			yspeed = 0;
		}
		onClipEvent (enterFrame) {
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			_alpha = 100;
			yspeed = 0;
		}
		onClipEvent (enterFrame) {
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			_alpha = 100;
			yspeed = 0;
		}
		onClipEvent (enterFrame) {
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			_alpha = 100;
			yspeed = 0;
		}
		onClipEvent (enterFrame) {
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			_alpha = 100;
			yspeed = 0;
		}
		onClipEvent (enterFrame) {
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			_alpha = 100;
			yspeed = 0;
		}
		onClipEvent (enterFrame) {
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			_alpha = 100;
			yspeed = 0;
		}
		onClipEvent (enterFrame) {
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			_alpha = 100;
			yspeed = 0;
		}
		onClipEvent (enterFrame) {
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			_alpha = 100;
			yspeed = 0;
		}
		onClipEvent (enterFrame) {
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			_alpha = 100;
			yspeed = 0;
		}
		onClipEvent (enterFrame) {
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			_alpha = 100;
			yspeed = 0;
		}
		onClipEvent (enterFrame) {
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			_alpha = 100;
			yspeed = 0;
		}
		onClipEvent (enterFrame) {
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			_alpha = 100;
			yspeed = 0;
		}
		onClipEvent (enterFrame) {
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			_alpha = 100;
			yspeed = 0;
		}
		onClipEvent (enterFrame) {
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			_alpha = 100;
			yspeed = 0;
		}
		onClipEvent (enterFrame) {
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			_alpha = 100;
			yspeed = 0;
		}
		onClipEvent (enterFrame) {
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			_alpha = 100;
			yspeed = 0;
		}
		onClipEvent (enterFrame) {
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			_alpha = 100;
			yspeed = 0;
		}
		onClipEvent (enterFrame) {
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			_alpha = 100;
			yspeed = 0;
		}
		onClipEvent (enterFrame) {
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			_alpha = 100;
			yspeed = 0;
		}
		onClipEvent (enterFrame) {
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			_alpha = 100;
			yspeed = 0;
		}
		onClipEvent (enterFrame) {
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			_alpha = 100;
			yspeed = 0;
		}
		onClipEvent (enterFrame) {
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			_alpha = 100;
			yspeed = 0;
		}
		onClipEvent (enterFrame) {
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			_alpha = 100;
			yspeed = 0;
		}
		onClipEvent (enterFrame) {
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			_alpha = 100;
			yspeed = 0;
		}
		onClipEvent (enterFrame) {
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			_alpha = 100;
			yspeed = 0;
		}
		onClipEvent (enterFrame) {
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			_alpha = 100;
			yspeed = 0;
		}
		onClipEvent (enterFrame) {
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			_alpha = 100;
			yspeed = 0;
		}
		onClipEvent (enterFrame) {
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			_alpha = 100;
			yspeed = 0;
		}
		onClipEvent (enterFrame) {
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			_alpha = 100;
			yspeed = 0;
		}
		onClipEvent (enterFrame) {
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			_alpha = 100;
			yspeed = 0;
		}
		onClipEvent (enterFrame) {
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			_alpha = 100;
			yspeed = 0;
		}
		onClipEvent (enterFrame) {
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			_alpha = 100;
			yspeed = 0;
		}
		onClipEvent (enterFrame) {
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			_alpha = 100;
			yspeed = 0;
		}
		onClipEvent (enterFrame) {
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			_alpha = 100;
			yspeed = 0;
		}
		onClipEvent (enterFrame) {
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			_alpha = 100;
			yspeed = 0;
		}
		onClipEvent (enterFrame) {
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			_alpha = 100;
			yspeed = 0;
		}
		onClipEvent (enterFrame) {
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			_alpha = 100;
			yspeed = 0;
		}
		onClipEvent (enterFrame) {
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			_alpha = 100;
			yspeed = 0;
		}
		onClipEvent (enterFrame) {
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			_alpha = 100;
			yspeed = 0;
		}
		onClipEvent (enterFrame) {
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			_alpha = 100;
			yspeed = 0;
		}
		onClipEvent (enterFrame) {
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			_alpha = 0;
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			_alpha = 0;
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			_alpha = 0;
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			_alpha = 0;
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			_alpha = 0;
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			_alpha = 0;
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			_alpha = 0;
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			_alpha = 0;
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			_alpha = 0;
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			_alpha = 0;
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			_alpha = 0;
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			_alpha = 0;
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			_alpha = 0;
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			_alpha = 0;
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			_alpha = 0;
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			_alpha = 0;
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			_alpha = 0;
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			_alpha = 0;
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			_alpha = 0;
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			_alpha = 0;
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			_alpha = 0;
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			_alpha = 0;
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			_alpha = 0;
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			_alpha = 0;
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			_alpha = 0;
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			_alpha = 0;
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			_alpha = 0;
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			_alpha = 0;
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			_alpha = 0;
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			_alpha = 0;
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			_alpha = 0;
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			_alpha = 0;
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			_alpha = 0;
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			_alpha = 0;
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			_alpha = 0;
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			_alpha = 0;
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 190	{
		onClipEvent (load) {
			_alpha = 0;
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('tref2', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 190	{
		onClipEvent (load) {
			_alpha = 0;
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('tref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 190	{
		onClipEvent (load) {
			_alpha = 0;
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('tref', mc, i);
			_root[mc]._rotation = 90;
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 190	{
		onClipEvent (load) {
			_alpha = 0;
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('tref2', mc, i);
			_root[mc]._rotation = -90;
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 190	{
		onClipEvent (load) {
			_alpha = 100;
			yspeed = 0;
		}
		onClipEvent (enterFrame) {
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 190	{
		onClipEvent (load) {
			_alpha = 100;
			yspeed = 0;
		}
		onClipEvent (enterFrame) {
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 190	{
		onClipEvent (load) {
			_alpha = 100;
			yspeed = 0;
		}
		onClipEvent (enterFrame) {
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 190	{
		onClipEvent (load) {
			_alpha = 100;
			yspeed = 0;
		}
		onClipEvent (enterFrame) {
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 190	{
		onClipEvent (load) {
			_alpha = 0;
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('tref', mc, i);
			_root[mc]._rotation = 90;
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 190	{
		onClipEvent (load) {
			_alpha = 0;
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('tref', mc, i);
			_root[mc]._rotation = 90;
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 190	{
		onClipEvent (load) {
			_alpha = 0;
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('tref2', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 190	{
		onClipEvent (load) {
			_alpha = 0;
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('tref2', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 190	{
		onClipEvent (load) {
			_alpha = 0;
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('tref2', mc, i);
			_root[mc]._rotation = -90;
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 190	{
		onClipEvent (load) {
			_alpha = 0;
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('tref2', mc, i);
			_root[mc]._rotation = -90;
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 190	{
		onClipEvent (load) {
			_alpha = 100;
			yspeed = 0;
		}
		onClipEvent (enterFrame) {
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 190	{
		onClipEvent (load) {
			_alpha = 100;
			yspeed = 0;
		}
		onClipEvent (enterFrame) {
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	frame 50 {
		j = 0;
		i = _root.getNextHighestDepth();
		while (j <= i) {
			var mc = 'r' + j;
			removeMovieClip(mc);
			++j;
		}
		i = 1;
		nextFrame();
	}
	frame 51 {
		if (levelc < 19) {
			levelc = 19;
			game = SharedObject.getLocal('mydata');
			game.data.levelc = levelc;
			game.flush();
		}
	}
	frame 51 {
		abouttomoveon = 0;
	}
	instance guy2 of movieClip 218	{
		onClipEvent (enterFrame) {
			_rotation = -_root.guy._rotation;
			_x = _root.guy._x;
			_y = 500 - _root.guy._y;
			gotoAndStop(_root.guy._currentframe);
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			_alpha = 0;
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			_alpha = 0;
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 192	{
		onClipEvent (load) {
			startx = _x;
			range = 100;
			dir = 2;
			speed = 0.5;
		}
		onClipEvent (enterFrame) {
			if (dir == 1) {
				_x = _x - speed;
			}
			if (dir == 2) {
				_x = _x + speed;
			}
			if (_x < startx) {
				dir = 2;
			}
			if (_x > startx + range) {
				dir = 1;
			}
		}
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true) or this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				if (dir == 1) {
					_root.guy._x -= speed;
				}
				if (dir == 2) {
					_root.guy._x += speed;
				}
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 192	{
		onClipEvent (load) {
			startx = _x;
			range = 100;
			dir = 2;
			speed = 0.5;
		}
		onClipEvent (enterFrame) {
			if (dir == 1) {
				_x = _x - speed;
			}
			if (dir == 2) {
				_x = _x + speed;
			}
			if (_x < startx) {
				dir = 2;
			}
			if (_x > startx + range) {
				dir = 1;
			}
		}
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true) or this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				if (dir == 1) {
					_root.guy._x -= speed;
				}
				if (dir == 2) {
					_root.guy._x += speed;
				}
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 192	{
		onClipEvent (load) {
			startx = _x;
			range = 100;
			dir = 2;
			speed = 0.5;
		}
		onClipEvent (enterFrame) {
			if (dir == 1) {
				_x = _x - speed;
			}
			if (dir == 2) {
				_x = _x + speed;
			}
			if (_x < startx) {
				dir = 2;
			}
			if (_x > startx + range) {
				dir = 1;
			}
		}
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true) or this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				if (dir == 1) {
					_root.guy._x -= speed;
				}
				if (dir == 2) {
					_root.guy._x += speed;
				}
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 192	{
		onClipEvent (load) {
			_alpha = 0;
			startx = _x;
			range = 100;
			dir = 2;
			speed = 0.5;
		}
		onClipEvent (enterFrame) {
			if (dir == 1) {
				_x = _x - speed;
			}
			if (dir == 2) {
				_x = _x + speed;
			}
			if (_x < startx - range) {
				dir = 2;
			}
			if (_x > startx) {
				dir = 1;
			}
		}
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true) or this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				if (dir == 1) {
					_root.guy._x -= speed;
				}
				if (dir == 2) {
					_root.guy._x += speed;
				}
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 192	{
		onClipEvent (load) {
			_alpha = 0;
			startx = _x;
			range = 100;
			dir = 2;
			speed = 0.5;
		}
		onClipEvent (enterFrame) {
			if (dir == 1) {
				_x = _x - speed;
			}
			if (dir == 2) {
				_x = _x + speed;
			}
			if (_x < startx - range) {
				dir = 2;
			}
			if (_x > startx) {
				dir = 1;
			}
		}
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true) or this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				if (dir == 1) {
					_root.guy._x -= speed;
				}
				if (dir == 2) {
					_root.guy._x += speed;
				}
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			_alpha = 100;
			yspeed = 0;
		}
		onClipEvent (enterFrame) {
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			_alpha = 100;
			yspeed = 0;
		}
		onClipEvent (enterFrame) {
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			_alpha = 0;
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			_alpha = 0;
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 192	{
		onClipEvent (load) {
			startx = _x;
			range = 100;
			dir = 2;
			speed = 0.5;
		}
		onClipEvent (enterFrame) {
			if (dir == 1) {
				_x = _x - speed;
			}
			if (dir == 2) {
				_x = _x + speed;
			}
			if (_x < startx) {
				dir = 2;
			}
			if (_x > startx + range) {
				dir = 1;
			}
		}
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true) or this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				if (dir == 1) {
					_root.guy._x -= speed;
				}
				if (dir == 2) {
					_root.guy._x += speed;
				}
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 194	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('pref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			if (_root.guy.yspeed >= 0) {
				while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
					--_root.guy._y;
					_root.guy.yspeed = 0;
					_root.jumpable = 1;
				}
				while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
					--_root.guy._y;
					_root.guy.yspeed = 0;
					_root.jumpable = 1;
				}
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance guy of movieClip 218	{
		onClipEvent (load) {
			startx = _x;
			starty = _y;
			_root.abouttomoveon = 0;
			xspeed = 0;
			yspeed = 0;
			targetxspeed = 0;
		}
		onClipEvent (enterFrame) {
			if (_root.reset == 1) {
				_root.deaths = Number(_root.deaths + 1);
				_x = startx;
				_y = starty;
				_rotation = 0;
				gotoAndStop(1);
				xspeed = 0;
				yspeed = 0;
				targetxspeed = 0;
			}
			if (_root.abouttomoveon == 1) {
				_root.nextFrame();
			}
			if (_x > 750) {
				_root.resetter.play();
				_root.nextFrame();
			}
			if (_root.jumpable == 1) {
				_rotation = 0;
			} else {
				_rotation = xspeed * 5;
			}
			targetxspeed = 0;
			if (Key.isDown(39) or Key.isDown(68)) {
				targetxspeed = 4;
			}
			if (Key.isDown(37) or Key.isDown(65)) {
				targetxspeed = -4;
			}
			if (Key.isDown(40) and _root.jumpable == 1) {
				if (xspeed >= 0) {
					gotoAndStop(7);
				} else {
					gotoAndStop(8);
				}
				targetxspeed = 0;
			} else {
				if (xspeed >= 0) {
					if (_root.jumpable < 1) {
						gotoAndStop(5);
					} else {
						if (xspeed > 1) {
							gotoAndStop(3);
						} else {
							gotoAndStop(1);
						}
					}
				} else {
					if (xspeed < 0) {
						if (_root.jumpable < 1) {
							gotoAndStop(6);
						} else {
							if (xspeed < -1) {
								gotoAndStop(4);
							} else {
								gotoAndStop(2);
							}
						}
					}
				}
			}
			if (Key.isDown(38) or Key.isDown(32) or Key.isDown(87)) {
				if (_root.jumpable == 1) {
					yspeed = -10;
				}
			}
			yspeed += 1;
			if (yspeed > 7) {
				yspeed = 7;
			}
			_y = _y + yspeed;
			xspeed += (targetxspeed - xspeed) / 4;
			if (xspeed < 1 and xspeed > 0) {
				xspeed = 1.0e-026;
			}
			if (xspeed > -1 and xspeed < 0) {
				xspeed = -1.0e-026;
			}
			_x = _x + xspeed;
			_root.jumpable = 0;
			if (_y > 230) {
				_y = 230;
				yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	frame 52 {
		j = 0;
		i = _root.getNextHighestDepth();
		while (j <= i) {
			var mc = 'r' + j;
			removeMovieClip(mc);
			++j;
		}
		i = 1;
		nextFrame();
	}
	frame 53 {
		if (levelc < 20) {
			levelc = 20;
			game = SharedObject.getLocal('mydata');
			game.data.levelc = levelc;
			game.flush();
		}
	}
	frame 53 {
		abouttomoveon = 0;
	}
	instance guy2 of movieClip 218	{
		onClipEvent (enterFrame) {
			_rotation = -_root.guy._rotation;
			_x = _root.guy._x;
			_y = 500 - _root.guy._y;
			gotoAndStop(_root.guy._currentframe);
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 190	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('tref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 190	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('tref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 190	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('tref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 15	{
		onClipEvent (load) {
			_alpha = 0;
			startx = _x;
			range = 80;
			dir = 2;
			speed = 1;
		}
		onClipEvent (enterFrame) {
			if (_root.reset == 1) {
				_x = startx;
			}
		}
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('eref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = -8;
				_root.jumpable = 0;
				_root.expl._x = _x;
				_root.expl._y = _y;
				_root.expl.play();
				_x = 10000;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = -8;
				_root.jumpable = 0;
				_root.expl._x = _x;
				_root.expl._y = _y;
				_root.expl.play();
				_x = 10000;
			}
			if (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				_root.reset = 1;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			_alpha = 100;
			yspeed = 0;
		}
		onClipEvent (enterFrame) {
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			_alpha = 100;
			yspeed = 0;
		}
		onClipEvent (enterFrame) {
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			_alpha = 100;
			yspeed = 0;
		}
		onClipEvent (enterFrame) {
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			_alpha = 0;
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			_alpha = 0;
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			_alpha = 0;
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			_alpha = 0;
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			_alpha = 0;
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			_alpha = 0;
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			_alpha = 0;
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			_alpha = 0;
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			_alpha = 0;
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 194	{
		onClipEvent (load) {
			_alpha = 0;
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('pref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			if (_root.guy.yspeed >= 0) {
				while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
					--_root.guy._y;
					_root.guy.yspeed = 0;
					_root.jumpable = 1;
				}
				while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
					--_root.guy._y;
					_root.guy.yspeed = 0;
					_root.jumpable = 1;
				}
			}
		}
	}
	instance of movieClip 194	{
		onClipEvent (load) {
			_alpha = 0;
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('pref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			if (_root.guy.yspeed >= 0) {
				while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
					--_root.guy._y;
					_root.guy.yspeed = 0;
					_root.jumpable = 1;
				}
				while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
					--_root.guy._y;
					_root.guy.yspeed = 0;
					_root.jumpable = 1;
				}
			}
		}
	}
	instance of movieClip 194	{
		onClipEvent (load) {
			_alpha = 0;
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('pref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			if (_root.guy.yspeed >= 0) {
				while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
					--_root.guy._y;
					_root.guy.yspeed = 0;
					_root.jumpable = 1;
				}
				while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
					--_root.guy._y;
					_root.guy.yspeed = 0;
					_root.jumpable = 1;
				}
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref2', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			if (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref2', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			if (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref2', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			if (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref2', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			if (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref2', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			if (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref2', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			if (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref', mc, i);
			_root[mc]._rotation = -90;
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			if (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance guy of movieClip 218	{
		onClipEvent (load) {
			startx = _x;
			starty = _y;
			_root.abouttomoveon = 0;
			xspeed = 0;
			yspeed = 0;
			targetxspeed = 0;
		}
		onClipEvent (enterFrame) {
			if (_root.reset == 1) {
				_root.deaths = Number(_root.deaths + 1);
				_x = startx;
				_y = starty;
				_rotation = 0;
				gotoAndStop(1);
				xspeed = 0;
				yspeed = 0;
				targetxspeed = 0;
			}
			if (_root.abouttomoveon == 1) {
				_root.nextFrame();
			}
			if (_x > 750) {
				_root.resetter.play();
				_root.nextFrame();
			}
			if (_root.jumpable == 1) {
				_rotation = 0;
			} else {
				_rotation = xspeed * 5;
			}
			targetxspeed = 0;
			if (Key.isDown(39) or Key.isDown(68)) {
				targetxspeed = 4;
			}
			if (Key.isDown(37) or Key.isDown(65)) {
				targetxspeed = -4;
			}
			if (Key.isDown(40) and _root.jumpable == 1) {
				if (xspeed >= 0) {
					gotoAndStop(7);
				} else {
					gotoAndStop(8);
				}
				targetxspeed = 0;
			} else {
				if (xspeed >= 0) {
					if (_root.jumpable < 1) {
						gotoAndStop(5);
					} else {
						if (xspeed > 1) {
							gotoAndStop(3);
						} else {
							gotoAndStop(1);
						}
					}
				} else {
					if (xspeed < 0) {
						if (_root.jumpable < 1) {
							gotoAndStop(6);
						} else {
							if (xspeed < -1) {
								gotoAndStop(4);
							} else {
								gotoAndStop(2);
							}
						}
					}
				}
			}
			if (Key.isDown(38) or Key.isDown(32) or Key.isDown(87)) {
				if (_root.jumpable == 1) {
					yspeed = -10;
				}
			}
			yspeed += 1;
			if (yspeed > 7) {
				yspeed = 7;
			}
			_y = _y + yspeed;
			xspeed += (targetxspeed - xspeed) / 4;
			if (xspeed < 1 and xspeed > 0) {
				xspeed = 1.0e-026;
			}
			if (xspeed > -1 and xspeed < 0) {
				xspeed = -1.0e-026;
			}
			_x = _x + xspeed;
			_root.jumpable = 0;
			if (_y > 230) {
				_y = 230;
				yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	frame 54 {
		j = 0;
		i = _root.getNextHighestDepth();
		while (j <= i) {
			var mc = 'r' + j;
			removeMovieClip(mc);
			++j;
		}
		i = 1;
		nextFrame();
	}
	frame 55 {
		if (levelc < 21) {
			levelc = 21;
			game = SharedObject.getLocal('mydata');
			game.data.levelc = levelc;
			game.flush();
		}
	}
	frame 55 {
		abouttomoveon = 0;
	}
	instance guy2 of movieClip 218	{
		onClipEvent (enterFrame) {
			_rotation = -_root.guy._rotation;
			_x = _root.guy._x;
			_y = 500 - _root.guy._y;
			gotoAndStop(_root.guy._currentframe);
		}
	}
	instance of movieClip 190	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('tref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 190	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('tref2', mc, i);
			_root[mc]._rotation = -90;
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 190	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('tref2', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 190	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('tref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 190	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('tref2', mc, i);
			_root[mc]._rotation = -90;
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 190	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('tref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 190	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('tref2', mc, i);
			_root[mc]._rotation = -90;
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 190	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('tref2', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 190	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('tref', mc, i);
			_root[mc]._rotation = 90;
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 190	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('tref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 190	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('tref', mc, i);
			_root[mc]._rotation = 90;
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 190	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('tref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 190	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('tref2', mc, i);
			_root[mc]._rotation = -90;
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 190	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('tref2', mc, i);
			_root[mc]._rotation = -90;
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 190	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('tref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 190	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('tref2', mc, i);
			_root[mc]._rotation = -90;
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 190	{
		onClipEvent (load) {
			_alpha = 0;
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('tref2', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 190	{
		onClipEvent (load) {
			_alpha = 0;
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('tref', mc, i);
			_root[mc]._rotation = 90;
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 190	{
		onClipEvent (load) {
			_alpha = 0;
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('tref2', mc, i);
			_root[mc]._rotation = -90;
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 190	{
		onClipEvent (load) {
			_alpha = 0;
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('tref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 190	{
		onClipEvent (load) {
			_alpha = 0;
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('tref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 190	{
		onClipEvent (load) {
			_alpha = 0;
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('tref2', mc, i);
			_root[mc]._rotation = -90;
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 190	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('tref', mc, i);
			_root[mc]._rotation = 90;
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 190	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('tref2', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 190	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('tref2', mc, i);
			_root[mc]._rotation = -90;
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 190	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('tref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 190	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('tref', mc, i);
			_root[mc]._rotation = 90;
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 190	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('tref2', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 190	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('tref', mc, i);
			_root[mc]._rotation = 90;
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 190	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('tref2', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 190	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('tref2', mc, i);
			_root[mc]._rotation = -90;
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 190	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('tref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 190	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('tref', mc, i);
			_root[mc]._rotation = 90;
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 190	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('tref2', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 190	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('tref2', mc, i);
			_root[mc]._rotation = -90;
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 190	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('tref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 190	{
		onClipEvent (load) {
			_alpha = 0;
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('tref2', mc, i);
			_root[mc]._rotation = -90;
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance guy of movieClip 218	{
		onClipEvent (load) {
			startx = _x;
			starty = _y;
			_root.abouttomoveon = 0;
			xspeed = 0;
			yspeed = 0;
			targetxspeed = 0;
		}
		onClipEvent (enterFrame) {
			if (_root.reset == 1) {
				_root.deaths = Number(_root.deaths + 1);
				_x = startx;
				_y = starty;
				_rotation = 0;
				gotoAndStop(1);
				xspeed = 0;
				yspeed = 0;
				targetxspeed = 0;
			}
			if (_root.abouttomoveon == 1) {
				_root.nextFrame();
			}
			if (_x > 750) {
				_root.resetter.play();
				_root.nextFrame();
			}
			if (_root.jumpable == 1) {
				_rotation = 0;
			} else {
				_rotation = xspeed * 5;
			}
			targetxspeed = 0;
			if (Key.isDown(39) or Key.isDown(68)) {
				targetxspeed = 4;
			}
			if (Key.isDown(37) or Key.isDown(65)) {
				targetxspeed = -4;
			}
			if (Key.isDown(40) and _root.jumpable == 1) {
				if (xspeed >= 0) {
					gotoAndStop(7);
				} else {
					gotoAndStop(8);
				}
				targetxspeed = 0;
			} else {
				if (xspeed >= 0) {
					if (_root.jumpable < 1) {
						gotoAndStop(5);
					} else {
						if (xspeed > 1) {
							gotoAndStop(3);
						} else {
							gotoAndStop(1);
						}
					}
				} else {
					if (xspeed < 0) {
						if (_root.jumpable < 1) {
							gotoAndStop(6);
						} else {
							if (xspeed < -1) {
								gotoAndStop(4);
							} else {
								gotoAndStop(2);
							}
						}
					}
				}
			}
			if (Key.isDown(38) or Key.isDown(32) or Key.isDown(87)) {
				if (_root.jumpable == 1) {
					yspeed = -10;
				}
			}
			yspeed += 1;
			if (yspeed > 7) {
				yspeed = 7;
			}
			_y = _y + yspeed;
			xspeed += (targetxspeed - xspeed) / 4;
			if (xspeed < 1 and xspeed > 0) {
				xspeed = 1.0e-026;
			}
			if (xspeed > -1 and xspeed < 0) {
				xspeed = -1.0e-026;
			}
			_x = _x + xspeed;
			_root.jumpable = 0;
			if (_y > 230) {
				_y = 230;
				yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	frame 56 {
		j = 0;
		i = _root.getNextHighestDepth();
		while (j <= i) {
			var mc = 'r' + j;
			removeMovieClip(mc);
			++j;
		}
		i = 1;
		nextFrame();
	}
	frame 57 {
		if (levelc < 22) {
			levelc = 22;
			game = SharedObject.getLocal('mydata');
			game.data.levelc = levelc;
			game.flush();
		}
	}
	frame 57 {
		abouttomoveon = 0;
	}
	instance guy2 of movieClip 218	{
		onClipEvent (enterFrame) {
			_rotation = -_root.guy._rotation;
			_x = _root.guy._x;
			_y = 500 - _root.guy._y;
			gotoAndStop(_root.guy._currentframe);
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			_alpha = 100;
			yspeed = 0;
		}
		onClipEvent (enterFrame) {
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			_alpha = 100;
			yspeed = 0;
		}
		onClipEvent (enterFrame) {
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			_alpha = 100;
			yspeed = 0;
		}
		onClipEvent (enterFrame) {
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			_alpha = 100;
			yspeed = 0;
		}
		onClipEvent (enterFrame) {
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			_alpha = 100;
			yspeed = 0;
		}
		onClipEvent (enterFrame) {
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			_alpha = 100;
			yspeed = 0;
		}
		onClipEvent (enterFrame) {
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			_alpha = 100;
			yspeed = 0;
		}
		onClipEvent (enterFrame) {
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			_alpha = 100;
			yspeed = 0;
		}
		onClipEvent (enterFrame) {
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			_alpha = 100;
			yspeed = 0;
		}
		onClipEvent (enterFrame) {
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			_alpha = 100;
			yspeed = 0;
		}
		onClipEvent (enterFrame) {
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			_alpha = 100;
			yspeed = 0;
		}
		onClipEvent (enterFrame) {
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			_alpha = 100;
			yspeed = 0;
		}
		onClipEvent (enterFrame) {
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			_alpha = 100;
			yspeed = 0;
		}
		onClipEvent (enterFrame) {
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			_alpha = 100;
			yspeed = 0;
		}
		onClipEvent (enterFrame) {
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			_alpha = 100;
			yspeed = 0;
		}
		onClipEvent (enterFrame) {
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			_alpha = 100;
			yspeed = 0;
		}
		onClipEvent (enterFrame) {
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			_alpha = 100;
			yspeed = 0;
		}
		onClipEvent (enterFrame) {
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			_alpha = 100;
			yspeed = 0;
		}
		onClipEvent (enterFrame) {
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			_alpha = 100;
			yspeed = 0;
		}
		onClipEvent (enterFrame) {
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			_alpha = 100;
			yspeed = 0;
		}
		onClipEvent (enterFrame) {
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			_alpha = 100;
			yspeed = 0;
		}
		onClipEvent (enterFrame) {
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			_alpha = 100;
			yspeed = 0;
		}
		onClipEvent (enterFrame) {
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			_alpha = 100;
			yspeed = 0;
		}
		onClipEvent (enterFrame) {
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			_alpha = 100;
			yspeed = 0;
		}
		onClipEvent (enterFrame) {
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			_alpha = 100;
			yspeed = 0;
		}
		onClipEvent (enterFrame) {
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			_alpha = 100;
			yspeed = 0;
		}
		onClipEvent (enterFrame) {
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			_alpha = 100;
			yspeed = 0;
		}
		onClipEvent (enterFrame) {
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			_alpha = 100;
			yspeed = 0;
		}
		onClipEvent (enterFrame) {
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 15	{
		onClipEvent (load) {
			startx = _x;
			range = 80;
			dir = 2;
			speed = 1;
		}
		onClipEvent (enterFrame) {
			if (_root.reset == 1) {
				_x = startx;
			}
		}
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('eref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = -8;
				_root.jumpable = 0;
				_root.expl._x = _x;
				_root.expl._y = _y;
				_root.expl.play();
				_x = 10000;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = -8;
				_root.jumpable = 0;
				_root.expl._x = _x;
				_root.expl._y = _y;
				_root.expl.play();
				_x = 10000;
			}
			if (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				_root.reset = 1;
			}
		}
	}
	instance of movieClip 15	{
		onClipEvent (load) {
			startx = _x;
			range = 80;
			dir = 2;
			speed = 1;
		}
		onClipEvent (enterFrame) {
			if (_root.reset == 1) {
				_x = startx;
			}
		}
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('eref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = -8;
				_root.jumpable = 0;
				_root.expl._x = _x;
				_root.expl._y = _y;
				_root.expl.play();
				_x = 10000;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = -8;
				_root.jumpable = 0;
				_root.expl._x = _x;
				_root.expl._y = _y;
				_root.expl.play();
				_x = 10000;
			}
			if (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				_root.reset = 1;
			}
		}
	}
	instance of movieClip 15	{
		onClipEvent (load) {
			startx = _x;
			range = 80;
			dir = 2;
			speed = 1;
		}
		onClipEvent (enterFrame) {
			if (_root.reset == 1) {
				_x = startx;
			}
		}
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('eref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = -8;
				_root.jumpable = 0;
				_root.expl._x = _x;
				_root.expl._y = _y;
				_root.expl.play();
				_x = 10000;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = -8;
				_root.jumpable = 0;
				_root.expl._x = _x;
				_root.expl._y = _y;
				_root.expl.play();
				_x = 10000;
			}
			if (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				_root.reset = 1;
			}
		}
	}
	instance of movieClip 15	{
		onClipEvent (load) {
			startx = _x;
			range = 80;
			dir = 2;
			speed = 1;
		}
		onClipEvent (enterFrame) {
			if (_root.reset == 1) {
				_x = startx;
			}
		}
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('eref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = -8;
				_root.jumpable = 0;
				_root.expl._x = _x;
				_root.expl._y = _y;
				_root.expl.play();
				_x = 10000;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = -8;
				_root.jumpable = 0;
				_root.expl._x = _x;
				_root.expl._y = _y;
				_root.expl.play();
				_x = 10000;
			}
			if (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				_root.reset = 1;
			}
		}
	}
	instance of movieClip 15	{
		onClipEvent (load) {
			startx = _x;
			range = 80;
			dir = 2;
			speed = 1;
		}
		onClipEvent (enterFrame) {
			if (_root.reset == 1) {
				_x = startx;
			}
		}
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('eref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = -8;
				_root.jumpable = 0;
				_root.expl._x = _x;
				_root.expl._y = _y;
				_root.expl.play();
				_x = 10000;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = -8;
				_root.jumpable = 0;
				_root.expl._x = _x;
				_root.expl._y = _y;
				_root.expl.play();
				_x = 10000;
			}
			if (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				_root.reset = 1;
			}
		}
	}
	instance of movieClip 15	{
		onClipEvent (load) {
			startx = _x;
			range = 80;
			dir = 2;
			speed = 1;
		}
		onClipEvent (enterFrame) {
			if (_root.reset == 1) {
				_x = startx;
			}
		}
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('eref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = -8;
				_root.jumpable = 0;
				_root.expl._x = _x;
				_root.expl._y = _y;
				_root.expl.play();
				_x = 10000;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = -8;
				_root.jumpable = 0;
				_root.expl._x = _x;
				_root.expl._y = _y;
				_root.expl.play();
				_x = 10000;
			}
			if (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				_root.reset = 1;
			}
		}
	}
	instance of movieClip 15	{
		onClipEvent (load) {
			_alpha = 0;
			startx = _x;
			range = 80;
			dir = 2;
			speed = 1;
		}
		onClipEvent (enterFrame) {
			if (_root.reset == 1) {
				_x = startx;
			}
		}
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('eref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = -8;
				_root.jumpable = 0;
				_root.expl._x = _x;
				_root.expl._y = _y;
				_root.expl.play();
				_x = 10000;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = -8;
				_root.jumpable = 0;
				_root.expl._x = _x;
				_root.expl._y = _y;
				_root.expl.play();
				_x = 10000;
			}
			if (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				_root.reset = 1;
			}
		}
	}
	instance of movieClip 15	{
		onClipEvent (load) {
			_alpha = 0;
			startx = _x;
			range = 80;
			dir = 2;
			speed = 1;
		}
		onClipEvent (enterFrame) {
			if (_root.reset == 1) {
				_x = startx;
			}
		}
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('eref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = -8;
				_root.jumpable = 0;
				_root.expl._x = _x;
				_root.expl._y = _y;
				_root.expl.play();
				_x = 10000;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = -8;
				_root.jumpable = 0;
				_root.expl._x = _x;
				_root.expl._y = _y;
				_root.expl.play();
				_x = 10000;
			}
			if (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				_root.reset = 1;
			}
		}
	}
	instance of movieClip 15	{
		onClipEvent (load) {
			_alpha = 0;
			startx = _x;
			range = 80;
			dir = 2;
			speed = 1;
		}
		onClipEvent (enterFrame) {
			if (_root.reset == 1) {
				_x = startx;
			}
		}
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('eref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = -8;
				_root.jumpable = 0;
				_root.expl._x = _x;
				_root.expl._y = _y;
				_root.expl.play();
				_x = 10000;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = -8;
				_root.jumpable = 0;
				_root.expl._x = _x;
				_root.expl._y = _y;
				_root.expl.play();
				_x = 10000;
			}
			if (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				_root.reset = 1;
			}
		}
	}
	instance of movieClip 15	{
		onClipEvent (load) {
			_alpha = 0;
			startx = _x;
			range = 80;
			dir = 2;
			speed = 1;
		}
		onClipEvent (enterFrame) {
			if (_root.reset == 1) {
				_x = startx;
			}
		}
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('eref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = -8;
				_root.jumpable = 0;
				_root.expl._x = _x;
				_root.expl._y = _y;
				_root.expl.play();
				_x = 10000;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = -8;
				_root.jumpable = 0;
				_root.expl._x = _x;
				_root.expl._y = _y;
				_root.expl.play();
				_x = 10000;
			}
			if (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				_root.reset = 1;
			}
		}
	}
	instance of movieClip 15	{
		onClipEvent (load) {
			startx = _x;
			range = 80;
			dir = 2;
			speed = 1;
		}
		onClipEvent (enterFrame) {
			if (_root.reset == 1) {
				_x = startx;
			}
		}
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('eref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = -8;
				_root.jumpable = 0;
				_root.expl._x = _x;
				_root.expl._y = _y;
				_root.expl.play();
				_x = 10000;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = -8;
				_root.jumpable = 0;
				_root.expl._x = _x;
				_root.expl._y = _y;
				_root.expl.play();
				_x = 10000;
			}
			if (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				_root.reset = 1;
			}
		}
	}
	instance guy of movieClip 218	{
		onClipEvent (load) {
			startx = _x;
			starty = _y;
			_root.abouttomoveon = 0;
			xspeed = 0;
			yspeed = 0;
			targetxspeed = 0;
		}
		onClipEvent (enterFrame) {
			if (_root.reset == 1) {
				_root.deaths = Number(_root.deaths + 1);
				_x = startx;
				_y = starty;
				_rotation = 0;
				gotoAndStop(1);
				xspeed = 0;
				yspeed = 0;
				targetxspeed = 0;
			}
			if (_root.abouttomoveon == 1) {
				_root.nextFrame();
			}
			if (_x > 750) {
				_root.resetter.play();
				_root.nextFrame();
			}
			if (_root.jumpable == 1) {
				_rotation = 0;
			} else {
				_rotation = xspeed * 5;
			}
			targetxspeed = 0;
			if (Key.isDown(39) or Key.isDown(68)) {
				targetxspeed = 4;
			}
			if (Key.isDown(37) or Key.isDown(65)) {
				targetxspeed = -4;
			}
			if (Key.isDown(40) and _root.jumpable == 1) {
				if (xspeed >= 0) {
					gotoAndStop(7);
				} else {
					gotoAndStop(8);
				}
				targetxspeed = 0;
			} else {
				if (xspeed >= 0) {
					if (_root.jumpable < 1) {
						gotoAndStop(5);
					} else {
						if (xspeed > 1) {
							gotoAndStop(3);
						} else {
							gotoAndStop(1);
						}
					}
				} else {
					if (xspeed < 0) {
						if (_root.jumpable < 1) {
							gotoAndStop(6);
						} else {
							if (xspeed < -1) {
								gotoAndStop(4);
							} else {
								gotoAndStop(2);
							}
						}
					}
				}
			}
			if (Key.isDown(38) or Key.isDown(32) or Key.isDown(87)) {
				if (_root.jumpable == 1) {
					yspeed = -10;
				}
			}
			yspeed += 1;
			if (yspeed > 7) {
				yspeed = 7;
			}
			_y = _y + yspeed;
			xspeed += (targetxspeed - xspeed) / 4;
			if (xspeed < 1 and xspeed > 0) {
				xspeed = 1.0e-026;
			}
			if (xspeed > -1 and xspeed < 0) {
				xspeed = -1.0e-026;
			}
			_x = _x + xspeed;
			_root.jumpable = 0;
			if (_y > 230) {
				_y = 230;
				yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	frame 58 {
		j = 0;
		i = _root.getNextHighestDepth();
		while (j <= i) {
			var mc = 'r' + j;
			removeMovieClip(mc);
			++j;
		}
		i = 1;
		nextFrame();
	}
	frame 59 {
		if (levelc < 23) {
			levelc = 23;
			game = SharedObject.getLocal('mydata');
			game.data.levelc = levelc;
			game.flush();
		}
	}
	frame 59 {
		abouttomoveon = 0;
	}
	instance guy2 of movieClip 218	{
		onClipEvent (enterFrame) {
			_rotation = -_root.guy._rotation;
			_x = _root.guy._x;
			_y = 500 - _root.guy._y;
			gotoAndStop(_root.guy._currentframe);
		}
	}
	instance guy of movieClip 218	{
		onClipEvent (load) {
			startx = _x;
			starty = _y;
			_root.abouttomoveon = 0;
			xspeed = 0;
			yspeed = 0;
			targetxspeed = 0;
		}
		onClipEvent (enterFrame) {
			if (_root.reset == 1) {
				_root.deaths = Number(_root.deaths + 1);
				_x = startx;
				_y = starty;
				_rotation = 0;
				gotoAndStop(1);
				xspeed = 0;
				yspeed = 0;
				targetxspeed = 0;
			}
			if (_root.abouttomoveon == 1) {
				_root.nextFrame();
			}
			if (_x > 750) {
				_root.resetter.play();
				_root.nextFrame();
			}
			if (_root.jumpable == 1) {
				_rotation = 0;
			} else {
				_rotation = xspeed * 5;
			}
			targetxspeed = 0;
			if (Key.isDown(39) or Key.isDown(68)) {
				targetxspeed = 4;
			}
			if (Key.isDown(37) or Key.isDown(65)) {
				targetxspeed = -4;
			}
			if (Key.isDown(40) and _root.jumpable == 1) {
				if (xspeed >= 0) {
					gotoAndStop(7);
				} else {
					gotoAndStop(8);
				}
				targetxspeed = 0;
			} else {
				if (xspeed >= 0) {
					if (_root.jumpable < 1) {
						gotoAndStop(5);
					} else {
						if (xspeed > 1) {
							gotoAndStop(3);
						} else {
							gotoAndStop(1);
						}
					}
				} else {
					if (xspeed < 0) {
						if (_root.jumpable < 1) {
							gotoAndStop(6);
						} else {
							if (xspeed < -1) {
								gotoAndStop(4);
							} else {
								gotoAndStop(2);
							}
						}
					}
				}
			}
			if (Key.isDown(38) or Key.isDown(32) or Key.isDown(87)) {
				if (_root.jumpable == 1) {
					yspeed = -10;
				}
			}
			yspeed += 1;
			if (yspeed > 7) {
				yspeed = 7;
			}
			_y = _y + yspeed;
			xspeed += (targetxspeed - xspeed) / 4;
			if (xspeed < 1 and xspeed > 0) {
				xspeed = 1.0e-026;
			}
			if (xspeed > -1 and xspeed < 0) {
				xspeed = -1.0e-026;
			}
			_x = _x + xspeed;
			_root.jumpable = 0;
			if (_y > 230) {
				_y = 230;
				yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 194	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('pref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			if (_root.guy.yspeed >= 0) {
				while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
					--_root.guy._y;
					_root.guy.yspeed = 0;
					_root.jumpable = 1;
				}
				while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
					--_root.guy._y;
					_root.guy.yspeed = 0;
					_root.jumpable = 1;
				}
			}
		}
	}
	instance of movieClip 194	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('pref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			if (_root.guy.yspeed >= 0) {
				while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
					--_root.guy._y;
					_root.guy.yspeed = 0;
					_root.jumpable = 1;
				}
				while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
					--_root.guy._y;
					_root.guy.yspeed = 0;
					_root.jumpable = 1;
				}
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 15	{
		onClipEvent (load) {
			startx = _x;
			range = 80;
			dir = 2;
			speed = 1;
		}
		onClipEvent (enterFrame) {
			if (_root.reset == 1) {
				_x = startx;
			}
		}
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('eref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = -8;
				_root.jumpable = 0;
				_root.expl._x = _x;
				_root.expl._y = _y;
				_root.expl.play();
				_x = 10000;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = -8;
				_root.jumpable = 0;
				_root.expl._x = _x;
				_root.expl._y = _y;
				_root.expl.play();
				_x = 10000;
			}
			if (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				_root.reset = 1;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref', mc, i);
			_root[mc]._rotation = 90;
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			if (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref', mc, i);
			_root[mc]._rotation = 90;
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			if (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref', mc, i);
			_root[mc]._rotation = 90;
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			if (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref', mc, i);
			_root[mc]._rotation = 90;
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			if (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref', mc, i);
			_root[mc]._rotation = 90;
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			if (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 192	{
		onClipEvent (load) {
			_alpha = 0;
			startx = _x;
			range = 100;
			dir = 2;
			speed = 0.5;
		}
		onClipEvent (enterFrame) {
			if (dir == 1) {
				_x = _x - speed;
			}
			if (dir == 2) {
				_x = _x + speed;
			}
			if (_x < startx) {
				dir = 2;
			}
			if (_x > startx + range) {
				dir = 1;
			}
		}
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true) or this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				if (dir == 1) {
					_root.guy._x -= speed;
				}
				if (dir == 2) {
					_root.guy._x += speed;
				}
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 190	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('tref', mc, i);
			_root[mc]._rotation = 90;
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref', mc, i);
			_root[mc]._rotation = 90;
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			if (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 190	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('tref2', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 190	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('tref', mc, i);
			_root[mc]._rotation = 90;
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 190	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('tref2', mc, i);
			_root[mc]._rotation = -90;
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 190	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('tref2', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 190	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('tref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 190	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('tref', mc, i);
			_root[mc]._rotation = 90;
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 190	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('tref2', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 190	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('tref2', mc, i);
			_root[mc]._rotation = -90;
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 190	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('tref2', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref', mc, i);
			_root[mc]._rotation = 90;
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			if (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	frame 60 {
		j = 0;
		i = _root.getNextHighestDepth();
		while (j <= i) {
			var mc = 'r' + j;
			removeMovieClip(mc);
			++j;
		}
		i = 1;
		nextFrame();
	}
	frame 61 {
		if (levelc < 24) {
			levelc = 24;
			game = SharedObject.getLocal('mydata');
			game.data.levelc = levelc;
			game.flush();
		}
	}
	frame 61 {
		abouttomoveon = 0;
	}
	instance guy2 of movieClip 218	{
		onClipEvent (enterFrame) {
			_rotation = -_root.guy._rotation;
			_x = _root.guy._x;
			_y = 500 - _root.guy._y;
			gotoAndStop(_root.guy._currentframe);
		}
	}
	instance guy of movieClip 218	{
		onClipEvent (load) {
			startx = _x;
			starty = _y;
			_root.abouttomoveon = 0;
			xspeed = 0;
			yspeed = 0;
			targetxspeed = 0;
		}
		onClipEvent (enterFrame) {
			if (_root.reset == 1) {
				_root.deaths = Number(_root.deaths + 1);
				_x = startx;
				_y = starty;
				_rotation = 0;
				gotoAndStop(1);
				xspeed = 0;
				yspeed = 0;
				targetxspeed = 0;
			}
			if (_root.abouttomoveon == 1) {
				_root.nextFrame();
			}
			if (_x > 750) {
				_root.resetter.play();
				_root.nextFrame();
			}
			if (_root.jumpable == 1) {
				_rotation = 0;
			} else {
				_rotation = xspeed * 5;
			}
			targetxspeed = 0;
			if (Key.isDown(39) or Key.isDown(68)) {
				targetxspeed = 4;
			}
			if (Key.isDown(37) or Key.isDown(65)) {
				targetxspeed = -4;
			}
			if (Key.isDown(40) and _root.jumpable == 1) {
				if (xspeed >= 0) {
					gotoAndStop(7);
				} else {
					gotoAndStop(8);
				}
				targetxspeed = 0;
			} else {
				if (xspeed >= 0) {
					if (_root.jumpable < 1) {
						gotoAndStop(5);
					} else {
						if (xspeed > 1) {
							gotoAndStop(3);
						} else {
							gotoAndStop(1);
						}
					}
				} else {
					if (xspeed < 0) {
						if (_root.jumpable < 1) {
							gotoAndStop(6);
						} else {
							if (xspeed < -1) {
								gotoAndStop(4);
							} else {
								gotoAndStop(2);
							}
						}
					}
				}
			}
			if (Key.isDown(38) or Key.isDown(32) or Key.isDown(87)) {
				if (_root.jumpable == 1) {
					yspeed = -10;
				}
			}
			yspeed += 1;
			if (yspeed > 7) {
				yspeed = 7;
			}
			_y = _y + yspeed;
			xspeed += (targetxspeed - xspeed) / 4;
			if (xspeed < 1 and xspeed > 0) {
				xspeed = 1.0e-026;
			}
			if (xspeed > -1 and xspeed < 0) {
				xspeed = -1.0e-026;
			}
			_x = _x + xspeed;
			_root.jumpable = 0;
			if (_y > 230) {
				_y = 230;
				yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			_alpha = 100;
			yspeed = 0;
		}
		onClipEvent (enterFrame) {
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			_alpha = 0;
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			_alpha = 0;
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			_alpha = 0;
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			_alpha = 0;
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			_alpha = 0;
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			_alpha = 0;
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			_alpha = 0;
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			_alpha = 100;
			yspeed = 0;
		}
		onClipEvent (enterFrame) {
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			_alpha = 100;
			yspeed = 0;
		}
		onClipEvent (enterFrame) {
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			_alpha = 100;
			yspeed = 0;
		}
		onClipEvent (enterFrame) {
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			_alpha = 100;
			yspeed = 0;
		}
		onClipEvent (enterFrame) {
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			_alpha = 100;
			yspeed = 0;
		}
		onClipEvent (enterFrame) {
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			_alpha = 100;
			yspeed = 0;
		}
		onClipEvent (enterFrame) {
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			_alpha = 0;
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref', mc, i);
			_root[mc]._rotation = 90;
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			if (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			_alpha = 0;
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref', mc, i);
			_root[mc]._rotation = -90;
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			if (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			_alpha = 0;
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			_alpha = 100;
			yspeed = 0;
		}
		onClipEvent (enterFrame) {
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			if (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			_alpha = 100;
			yspeed = 0;
		}
		onClipEvent (enterFrame) {
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			if (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	frame 62 {
		j = 0;
		i = _root.getNextHighestDepth();
		while (j <= i) {
			var mc = 'r' + j;
			removeMovieClip(mc);
			++j;
		}
		i = 1;
		nextFrame();
	}
	frame 63 {
		if (levelc < 25) {
			levelc = 25;
			game = SharedObject.getLocal('mydata');
			game.data.levelc = levelc;
			game.flush();
		}
	}
	frame 63 {
		abouttomoveon = 0;
	}
	instance guy2 of movieClip 218	{
		onClipEvent (enterFrame) {
			_rotation = -_root.guy._rotation;
			_x = _root.guy._x;
			_y = 500 - _root.guy._y;
			gotoAndStop(_root.guy._currentframe);
		}
	}
	instance guy of movieClip 218	{
		onClipEvent (load) {
			startx = _x;
			starty = _y;
			_root.abouttomoveon = 0;
			xspeed = 0;
			yspeed = 0;
			targetxspeed = 0;
		}
		onClipEvent (enterFrame) {
			if (_root.reset == 1) {
				_root.deaths = Number(_root.deaths + 1);
				_x = startx;
				_y = starty;
				_rotation = 0;
				gotoAndStop(1);
				xspeed = 0;
				yspeed = 0;
				targetxspeed = 0;
			}
			if (_root.abouttomoveon == 1) {
				_root.nextFrame();
			}
			if (_x > 750) {
				_root.resetter.play();
				_root.nextFrame();
			}
			if (_root.jumpable == 1) {
				_rotation = 0;
			} else {
				_rotation = xspeed * 5;
			}
			targetxspeed = 0;
			if (Key.isDown(39) or Key.isDown(68)) {
				targetxspeed = 4;
			}
			if (Key.isDown(37) or Key.isDown(65)) {
				targetxspeed = -4;
			}
			if (Key.isDown(40) and _root.jumpable == 1) {
				if (xspeed >= 0) {
					gotoAndStop(7);
				} else {
					gotoAndStop(8);
				}
				targetxspeed = 0;
			} else {
				if (xspeed >= 0) {
					if (_root.jumpable < 1) {
						gotoAndStop(5);
					} else {
						if (xspeed > 1) {
							gotoAndStop(3);
						} else {
							gotoAndStop(1);
						}
					}
				} else {
					if (xspeed < 0) {
						if (_root.jumpable < 1) {
							gotoAndStop(6);
						} else {
							if (xspeed < -1) {
								gotoAndStop(4);
							} else {
								gotoAndStop(2);
							}
						}
					}
				}
			}
			if (Key.isDown(38) or Key.isDown(32) or Key.isDown(87)) {
				if (_root.jumpable == 1) {
					yspeed = -10;
				}
			}
			yspeed += 1;
			if (yspeed > 7) {
				yspeed = 7;
			}
			_y = _y + yspeed;
			xspeed += (targetxspeed - xspeed) / 4;
			if (xspeed < 1 and xspeed > 0) {
				xspeed = 1.0e-026;
			}
			if (xspeed > -1 and xspeed < 0) {
				xspeed = -1.0e-026;
			}
			_x = _x + xspeed;
			_root.jumpable = 0;
			if (_y > 230) {
				_y = 230;
				yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 192	{
		onClipEvent (load) {
			startx = _x;
			range = 30;
			dir = 2;
			speed = 0.5;
		}
		onClipEvent (enterFrame) {
			if (dir == 1) {
				_x = _x - speed;
			}
			if (dir == 2) {
				_x = _x + speed;
			}
			if (_x < startx) {
				dir = 2;
			}
			if (_x > startx + range) {
				dir = 1;
			}
		}
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true) or this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				if (dir == 1) {
					_root.guy._x -= speed;
				}
				if (dir == 2) {
					_root.guy._x += speed;
				}
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref', mc, i);
			_root[mc]._rotation = -90;
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			if (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 194	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('pref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			if (_root.guy.yspeed >= 0) {
				while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
					--_root.guy._y;
					_root.guy.yspeed = 0;
					_root.jumpable = 1;
				}
				while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
					--_root.guy._y;
					_root.guy.yspeed = 0;
					_root.jumpable = 1;
				}
			}
		}
	}
	instance of movieClip 194	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('pref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			if (_root.guy.yspeed >= 0) {
				while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
					--_root.guy._y;
					_root.guy.yspeed = 0;
					_root.jumpable = 1;
				}
				while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
					--_root.guy._y;
					_root.guy.yspeed = 0;
					_root.jumpable = 1;
				}
			}
		}
	}
	instance of movieClip 194	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('pref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			if (_root.guy.yspeed >= 0) {
				while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
					--_root.guy._y;
					_root.guy.yspeed = 0;
					_root.jumpable = 1;
				}
				while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
					--_root.guy._y;
					_root.guy.yspeed = 0;
					_root.jumpable = 1;
				}
			}
		}
	}
	instance of movieClip 194	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('pref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			if (_root.guy.yspeed >= 0) {
				while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
					--_root.guy._y;
					_root.guy.yspeed = 0;
					_root.jumpable = 1;
				}
				while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
					--_root.guy._y;
					_root.guy.yspeed = 0;
					_root.jumpable = 1;
				}
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref', mc, i);
			_root[mc]._rotation = 90;
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			if (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 190	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('tref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref', mc, i);
			_root[mc]._rotation = -90;
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			if (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref', mc, i);
			_root[mc]._rotation = 90;
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			if (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 194	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('pref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			if (_root.guy.yspeed >= 0) {
				while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
					--_root.guy._y;
					_root.guy.yspeed = 0;
					_root.jumpable = 1;
				}
				while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
					--_root.guy._y;
					_root.guy.yspeed = 0;
					_root.jumpable = 1;
				}
			}
		}
	}
	instance of movieClip 194	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('pref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			if (_root.guy.yspeed >= 0) {
				while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
					--_root.guy._y;
					_root.guy.yspeed = 0;
					_root.jumpable = 1;
				}
				while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
					--_root.guy._y;
					_root.guy.yspeed = 0;
					_root.jumpable = 1;
				}
			}
		}
	}
	instance of movieClip 194	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('pref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			if (_root.guy.yspeed >= 0) {
				while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
					--_root.guy._y;
					_root.guy.yspeed = 0;
					_root.jumpable = 1;
				}
				while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
					--_root.guy._y;
					_root.guy.yspeed = 0;
					_root.jumpable = 1;
				}
			}
		}
	}
	instance of movieClip 194	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('pref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			if (_root.guy.yspeed >= 0) {
				while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
					--_root.guy._y;
					_root.guy.yspeed = 0;
					_root.jumpable = 1;
				}
				while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
					--_root.guy._y;
					_root.guy.yspeed = 0;
					_root.jumpable = 1;
				}
			}
		}
	}
	instance of movieClip 194	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('pref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			if (_root.guy.yspeed >= 0) {
				while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
					--_root.guy._y;
					_root.guy.yspeed = 0;
					_root.jumpable = 1;
				}
				while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
					--_root.guy._y;
					_root.guy.yspeed = 0;
					_root.jumpable = 1;
				}
			}
		}
	}
	instance of movieClip 194	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('pref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			if (_root.guy.yspeed >= 0) {
				while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
					--_root.guy._y;
					_root.guy.yspeed = 0;
					_root.jumpable = 1;
				}
				while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
					--_root.guy._y;
					_root.guy.yspeed = 0;
					_root.jumpable = 1;
				}
			}
		}
	}
	instance of movieClip 194	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('pref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			if (_root.guy.yspeed >= 0) {
				while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
					--_root.guy._y;
					_root.guy.yspeed = 0;
					_root.jumpable = 1;
				}
				while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
					--_root.guy._y;
					_root.guy.yspeed = 0;
					_root.jumpable = 1;
				}
			}
		}
	}
	instance of movieClip 194	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('pref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			if (_root.guy.yspeed >= 0) {
				while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
					--_root.guy._y;
					_root.guy.yspeed = 0;
					_root.jumpable = 1;
				}
				while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
					--_root.guy._y;
					_root.guy.yspeed = 0;
					_root.jumpable = 1;
				}
			}
		}
	}
	instance of movieClip 194	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('pref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			if (_root.guy.yspeed >= 0) {
				while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
					--_root.guy._y;
					_root.guy.yspeed = 0;
					_root.jumpable = 1;
				}
				while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
					--_root.guy._y;
					_root.guy.yspeed = 0;
					_root.jumpable = 1;
				}
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 190	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('tref2', mc, i);
			_root[mc]._rotation = -90;
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 190	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('tref', mc, i);
			_root[mc]._rotation = 90;
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 194	{
		onClipEvent (load) {
			_alpha = 0;
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('pref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			if (_root.guy.yspeed >= 0) {
				while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
					--_root.guy._y;
					_root.guy.yspeed = 0;
					_root.jumpable = 1;
				}
				while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
					--_root.guy._y;
					_root.guy.yspeed = 0;
					_root.jumpable = 1;
				}
			}
		}
	}
	instance of movieClip 192	{
		onClipEvent (load) {
			startx = _x;
			range = 20;
			dir = 2;
			speed = 0.5;
		}
		onClipEvent (enterFrame) {
			if (dir == 1) {
				_x = _x - speed;
			}
			if (dir == 2) {
				_x = _x + speed;
			}
			if (_x < startx) {
				dir = 2;
			}
			if (_x > startx + range) {
				dir = 1;
			}
		}
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true) or this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				if (dir == 1) {
					_root.guy._x -= speed;
				}
				if (dir == 2) {
					_root.guy._x += speed;
				}
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			_alpha = 0;
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			_alpha = 0;
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			_alpha = 0;
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			_alpha = 0;
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			_alpha = 0;
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			_alpha = 0;
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			_alpha = 0;
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			_alpha = 0;
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			_alpha = 0;
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			_alpha = 0;
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			_alpha = 0;
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			_alpha = 0;
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 190	{
		onClipEvent (load) {
			_alpha = 0;
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('tref2', mc, i);
			_root[mc]._rotation = -90;
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 190	{
		onClipEvent (load) {
			_alpha = 0;
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('tref2', mc, i);
			_root[mc]._rotation = -90;
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 190	{
		onClipEvent (load) {
			_alpha = 0;
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('tref', mc, i);
			_root[mc]._rotation = 90;
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			_alpha = 0;
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			_alpha = 0;
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			_alpha = 0;
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			_alpha = 0;
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			_alpha = 0;
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			_alpha = 0;
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 194	{
		onClipEvent (load) {
			_alpha = 0;
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('pref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			if (_root.guy.yspeed >= 0) {
				while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
					--_root.guy._y;
					_root.guy.yspeed = 0;
					_root.jumpable = 1;
				}
				while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
					--_root.guy._y;
					_root.guy.yspeed = 0;
					_root.jumpable = 1;
				}
			}
		}
	}
	instance of movieClip 194	{
		onClipEvent (load) {
			_alpha = 0;
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('pref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			if (_root.guy.yspeed >= 0) {
				while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
					--_root.guy._y;
					_root.guy.yspeed = 0;
					_root.jumpable = 1;
				}
				while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
					--_root.guy._y;
					_root.guy.yspeed = 0;
					_root.jumpable = 1;
				}
			}
		}
	}
	instance of movieClip 194	{
		onClipEvent (load) {
			_alpha = 0;
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('pref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			if (_root.guy.yspeed >= 0) {
				while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
					--_root.guy._y;
					_root.guy.yspeed = 0;
					_root.jumpable = 1;
				}
				while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
					--_root.guy._y;
					_root.guy.yspeed = 0;
					_root.jumpable = 1;
				}
			}
		}
	}
	instance of movieClip 194	{
		onClipEvent (load) {
			_alpha = 0;
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('pref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			if (_root.guy.yspeed >= 0) {
				while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
					--_root.guy._y;
					_root.guy.yspeed = 0;
					_root.jumpable = 1;
				}
				while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
					--_root.guy._y;
					_root.guy.yspeed = 0;
					_root.jumpable = 1;
				}
			}
		}
	}
	instance of movieClip 194	{
		onClipEvent (load) {
			_alpha = 0;
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('pref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			if (_root.guy.yspeed >= 0) {
				while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
					--_root.guy._y;
					_root.guy.yspeed = 0;
					_root.jumpable = 1;
				}
				while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
					--_root.guy._y;
					_root.guy.yspeed = 0;
					_root.jumpable = 1;
				}
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			_alpha = 0;
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			_alpha = 0;
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			_alpha = 0;
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			_alpha = 0;
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			_alpha = 0;
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			_alpha = 0;
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			_alpha = 0;
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			_alpha = 0;
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			_alpha = 0;
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			_alpha = 0;
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			_alpha = 0;
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 190	{
		onClipEvent (load) {
			_alpha = 0;
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('tref2', mc, i);
			_root[mc]._rotation = -90;
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 190	{
		onClipEvent (load) {
			_alpha = 0;
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('tref2', mc, i);
			_root[mc]._rotation = -90;
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 190	{
		onClipEvent (load) {
			_alpha = 0;
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('tref', mc, i);
			_root[mc]._rotation = 90;
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 192	{
		onClipEvent (load) {
			startx = _x;
			range = 20;
			dir = 2;
			speed = 1;
		}
		onClipEvent (enterFrame) {
			if (dir == 1) {
				_x = _x - speed;
			}
			if (dir == 2) {
				_x = _x + speed;
			}
			if (_x < startx) {
				dir = 2;
			}
			if (_x > startx + range) {
				dir = 1;
			}
		}
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true) or this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				if (dir == 1) {
					_root.guy._x -= speed;
				}
				if (dir == 2) {
					_root.guy._x += speed;
				}
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			_alpha = 0;
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	frame 64 {
		j = 0;
		i = _root.getNextHighestDepth();
		while (j <= i) {
			var mc = 'r' + j;
			removeMovieClip(mc);
			++j;
		}
		i = 1;
		nextFrame();
	}
	frame 65 {
		levelc = 26;
	}
	button 385 {
		on (release) {
			gotoAndStop(3);
		}
	}
	button 386 {
		on (release) {
			nextFrame();
		}
	}
	frame 66 {
		if (_root.leveld > 1) {
		} else {
			_root.leveld = 1;
		}
	}
	instance of movieClip 300	{
		onClipEvent (load) {
			lvl = 1;
			if (_root.leveld >= lvl) {
				_alpha = 100;
			} else {
				_alpha = 25;
			}
		}
		onClipEvent (rollOver) {
			if (_root.leveld >= lvl) {
				_alpha = 50;
			} else {
				this.useHandCursor = false;
			}
		}
		onClipEvent (rollOut, dragOut) {
			if (_root.leveld >= lvl) {
				_alpha = 100;
			}
		}
		onClipEvent (release) {
			if (_root.leveld >= lvl) {
				_root.gotoAndStop(67);
			}
		}
	}
	instance of movieClip 300	{
		onClipEvent (load) {
			lvl = 2;
			if (_root.leveld >= lvl) {
				_alpha = 100;
			} else {
				_alpha = 25;
			}
		}
		onClipEvent (rollOver) {
			if (_root.leveld >= lvl) {
				_alpha = 50;
			} else {
				this.useHandCursor = false;
			}
		}
		onClipEvent (rollOut, dragOut) {
			if (_root.leveld >= lvl) {
				_alpha = 100;
			}
		}
		onClipEvent (release) {
			if (_root.leveld >= lvl) {
				_root.gotoAndStop(69);
			}
		}
	}
	instance of movieClip 300	{
		onClipEvent (load) {
			lvl = 3;
			if (_root.leveld >= lvl) {
				_alpha = 100;
			} else {
				_alpha = 25;
			}
		}
		onClipEvent (rollOver) {
			if (_root.leveld >= lvl) {
				_alpha = 50;
			} else {
				this.useHandCursor = false;
			}
		}
		onClipEvent (rollOut, dragOut) {
			if (_root.leveld >= lvl) {
				_alpha = 100;
			}
		}
		onClipEvent (release) {
			if (_root.leveld >= lvl) {
				_root.gotoAndStop(71);
			}
		}
	}
	instance of movieClip 300	{
		onClipEvent (load) {
			lvl = 4;
			if (_root.leveld >= lvl) {
				_alpha = 100;
			} else {
				_alpha = 25;
			}
		}
		onClipEvent (rollOver) {
			if (_root.leveld >= lvl) {
				_alpha = 50;
			} else {
				this.useHandCursor = false;
			}
		}
		onClipEvent (rollOut, dragOut) {
			if (_root.leveld >= lvl) {
				_alpha = 100;
			}
		}
		onClipEvent (release) {
			if (_root.leveld >= lvl) {
				_root.gotoAndStop(73);
			}
		}
	}
	instance of movieClip 300	{
		onClipEvent (load) {
			lvl = 5;
			if (_root.leveld >= lvl) {
				_alpha = 100;
			} else {
				_alpha = 25;
			}
		}
		onClipEvent (rollOver) {
			if (_root.leveld >= lvl) {
				_alpha = 50;
			} else {
				this.useHandCursor = false;
			}
		}
		onClipEvent (rollOut, dragOut) {
			if (_root.leveld >= lvl) {
				_alpha = 100;
			}
		}
		onClipEvent (release) {
			if (_root.leveld >= lvl) {
				_root.gotoAndStop(75);
			}
		}
	}
	instance of movieClip 300	{
		onClipEvent (load) {
			lvl = 6;
			if (_root.leveld >= lvl) {
				_alpha = 100;
			} else {
				_alpha = 25;
			}
		}
		onClipEvent (rollOver) {
			if (_root.leveld >= lvl) {
				_alpha = 50;
			} else {
				this.useHandCursor = false;
			}
		}
		onClipEvent (rollOut, dragOut) {
			if (_root.leveld >= lvl) {
				_alpha = 100;
			}
		}
		onClipEvent (release) {
			if (_root.leveld >= lvl) {
				_root.gotoAndStop(77);
			}
		}
	}
	instance of movieClip 300	{
		onClipEvent (load) {
			lvl = 7;
			if (_root.leveld >= lvl) {
				_alpha = 100;
			} else {
				_alpha = 25;
			}
		}
		onClipEvent (rollOver) {
			if (_root.leveld >= lvl) {
				_alpha = 50;
			} else {
				this.useHandCursor = false;
			}
		}
		onClipEvent (rollOut, dragOut) {
			if (_root.leveld >= lvl) {
				_alpha = 100;
			}
		}
		onClipEvent (release) {
			if (_root.leveld >= lvl) {
				_root.gotoAndStop(79);
			}
		}
	}
	instance of movieClip 300	{
		onClipEvent (load) {
			lvl = 8;
			if (_root.leveld >= lvl) {
				_alpha = 100;
			} else {
				_alpha = 25;
			}
		}
		onClipEvent (rollOver) {
			if (_root.leveld >= lvl) {
				_alpha = 50;
			} else {
				this.useHandCursor = false;
			}
		}
		onClipEvent (rollOut, dragOut) {
			if (_root.leveld >= lvl) {
				_alpha = 100;
			}
		}
		onClipEvent (release) {
			if (_root.leveld >= lvl) {
				_root.gotoAndStop(81);
			}
		}
	}
	instance of movieClip 300	{
		onClipEvent (load) {
			lvl = 9;
			if (_root.leveld >= lvl) {
				_alpha = 100;
			} else {
				_alpha = 25;
			}
		}
		onClipEvent (rollOver) {
			if (_root.leveld >= lvl) {
				_alpha = 50;
			} else {
				this.useHandCursor = false;
			}
		}
		onClipEvent (rollOut, dragOut) {
			if (_root.leveld >= lvl) {
				_alpha = 100;
			}
		}
		onClipEvent (release) {
			if (_root.leveld >= lvl) {
				_root.gotoAndStop(83);
			}
		}
	}
	instance of movieClip 300	{
		onClipEvent (load) {
			lvl = 10;
			if (_root.leveld >= lvl) {
				_alpha = 100;
			} else {
				_alpha = 25;
			}
		}
		onClipEvent (rollOver) {
			if (_root.leveld >= lvl) {
				_alpha = 50;
			} else {
				this.useHandCursor = false;
			}
		}
		onClipEvent (rollOut, dragOut) {
			if (_root.leveld >= lvl) {
				_alpha = 100;
			}
		}
		onClipEvent (release) {
			if (_root.leveld >= lvl) {
				_root.gotoAndStop(85);
			}
		}
	}
	frame 67 {
		if (leveld < 1) {
			leveld = 1;
			game = SharedObject.getLocal('mydata');
			game.data.leveld = leveld;
			game.flush();
		}
	}
	frame 67 {
		abouttomoveon = 0;
	}
	instance guy2 of movieClip 218	{
		onClipEvent (enterFrame) {
			_rotation = -_root.guy._rotation;
			_x = _root.guy._x;
			_y = 500 - _root.guy._y;
			gotoAndStop(_root.guy._currentframe);
		}
	}
	instance of movieClip 190	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('tref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			_alpha = 100;
			yspeed = 0;
		}
		onClipEvent (enterFrame) {
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			_alpha = 100;
		}
		onClipEvent (enterFrame) {
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			_alpha = 100;
		}
		onClipEvent (enterFrame) {
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			_alpha = 100;
		}
		onClipEvent (enterFrame) {
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			_alpha = 100;
		}
		onClipEvent (enterFrame) {
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			_alpha = 100;
		}
		onClipEvent (enterFrame) {
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			_alpha = 0;
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			_alpha = 0;
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			_alpha = 0;
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			_alpha = 0;
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			_alpha = 0;
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			_alpha = 0;
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			_alpha = 0;
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			_alpha = 0;
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			yspeed = 0;
		}
		onClipEvent (enterFrame) {
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
		}
		onClipEvent (enterFrame) {
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
		}
		onClipEvent (enterFrame) {
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
		}
		onClipEvent (enterFrame) {
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
		}
		onClipEvent (enterFrame) {
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
		}
		onClipEvent (enterFrame) {
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
		}
		onClipEvent (enterFrame) {
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
		}
		onClipEvent (enterFrame) {
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
		}
		onClipEvent (enterFrame) {
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			yspeed = 0;
		}
		onClipEvent (enterFrame) {
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
		}
		onClipEvent (enterFrame) {
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
		}
		onClipEvent (enterFrame) {
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
		}
		onClipEvent (enterFrame) {
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
		}
		onClipEvent (enterFrame) {
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
		}
		onClipEvent (enterFrame) {
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
		}
		onClipEvent (enterFrame) {
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
		}
		onClipEvent (enterFrame) {
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
		}
		onClipEvent (enterFrame) {
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
		}
		onClipEvent (enterFrame) {
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
		}
		onClipEvent (enterFrame) {
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
		}
		onClipEvent (enterFrame) {
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
		}
		onClipEvent (enterFrame) {
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 190	{
		onClipEvent (load) {
			yspeed = 0;
		}
		onClipEvent (enterFrame) {
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 190	{
		onClipEvent (load) {
			yspeed = 0;
		}
		onClipEvent (enterFrame) {
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 190	{
		onClipEvent (load) {
			yspeed = 0;
		}
		onClipEvent (enterFrame) {
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			yspeed = 0;
		}
		onClipEvent (enterFrame) {
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			yspeed = 0;
		}
		onClipEvent (enterFrame) {
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			yspeed = 0;
		}
		onClipEvent (enterFrame) {
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 190	{
		onClipEvent (load) {
			yspeed = 0;
		}
		onClipEvent (enterFrame) {
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			yspeed = 0;
		}
		onClipEvent (enterFrame) {
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 190	{
		onClipEvent (load) {
			yspeed = 0;
		}
		onClipEvent (enterFrame) {
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			yspeed = 0;
		}
		onClipEvent (enterFrame) {
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			yspeed = 0;
		}
		onClipEvent (enterFrame) {
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 190	{
		onClipEvent (load) {
			yspeed = 0;
		}
		onClipEvent (enterFrame) {
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
		}
		onClipEvent (enterFrame) {
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
		}
		onClipEvent (enterFrame) {
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
		}
		onClipEvent (enterFrame) {
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
		}
		onClipEvent (enterFrame) {
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
		}
		onClipEvent (enterFrame) {
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
		}
		onClipEvent (enterFrame) {
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
		}
		onClipEvent (enterFrame) {
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
		}
		onClipEvent (enterFrame) {
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
		}
		onClipEvent (enterFrame) {
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
		}
		onClipEvent (enterFrame) {
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
		}
		onClipEvent (enterFrame) {
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
		}
		onClipEvent (enterFrame) {
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
		}
		onClipEvent (enterFrame) {
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 194	{
		onClipEvent (load) {
			_alpha = 0;
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('pref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			if (_root.guy.yspeed >= 0) {
				while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
					--_root.guy._y;
					_root.guy.yspeed = 0;
					_root.jumpable = 1;
				}
				while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
					--_root.guy._y;
					_root.guy.yspeed = 0;
					_root.jumpable = 1;
				}
			}
		}
	}
	instance of movieClip 194	{
		onClipEvent (load) {
			_alpha = 0;
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('pref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			if (_root.guy.yspeed >= 0) {
				while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
					--_root.guy._y;
					_root.guy.yspeed = 0;
					_root.jumpable = 1;
				}
				while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
					--_root.guy._y;
					_root.guy.yspeed = 0;
					_root.jumpable = 1;
				}
			}
		}
	}
	instance of movieClip 194	{
		onClipEvent (load) {
			_alpha = 0;
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('pref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			if (_root.guy.yspeed >= 0) {
				while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
					--_root.guy._y;
					_root.guy.yspeed = 0;
					_root.jumpable = 1;
				}
				while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
					--_root.guy._y;
					_root.guy.yspeed = 0;
					_root.jumpable = 1;
				}
			}
		}
	}
	instance of movieClip 190	{
		onClipEvent (load) {
			_alpha = 100;
			yspeed = 0;
		}
		onClipEvent (enterFrame) {
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 190	{
		onClipEvent (load) {
			_alpha = 100;
			yspeed = 0;
		}
		onClipEvent (enterFrame) {
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance guy of movieClip 218	{
		onClipEvent (load) {
			startx = _x;
			starty = _y;
			_root.abouttomoveon = 0;
			xspeed = 0;
			yspeed = 0;
			targetxspeed = 0;
		}
		onClipEvent (enterFrame) {
			if (_root.reset == 1) {
				_root.deaths = Number(_root.deaths + 1);
				_x = startx;
				_y = starty;
				_rotation = 0;
				gotoAndStop(1);
				xspeed = 0;
				yspeed = 0;
				targetxspeed = 0;
			}
			if (_root.abouttomoveon == 1) {
				_root.nextFrame();
			}
			if (_x > 750) {
				_root.resetter.play();
				_root.nextFrame();
			}
			if (_root.jumpable == 1) {
				_rotation = 0;
			} else {
				_rotation = xspeed * 5;
			}
			targetxspeed = 0;
			if (Key.isDown(39) or Key.isDown(68)) {
				targetxspeed = 4;
			}
			if (Key.isDown(37) or Key.isDown(65)) {
				targetxspeed = -4;
			}
			if (Key.isDown(40) and _root.jumpable == 1) {
				if (xspeed >= 0) {
					gotoAndStop(7);
				} else {
					gotoAndStop(8);
				}
				targetxspeed = 0;
			} else {
				if (xspeed >= 0) {
					if (_root.jumpable < 1) {
						gotoAndStop(5);
					} else {
						if (xspeed > 1) {
							gotoAndStop(3);
						} else {
							gotoAndStop(1);
						}
					}
				} else {
					if (xspeed < 0) {
						if (_root.jumpable < 1) {
							gotoAndStop(6);
						} else {
							if (xspeed < -1) {
								gotoAndStop(4);
							} else {
								gotoAndStop(2);
							}
						}
					}
				}
			}
			if (Key.isDown(38) or Key.isDown(32) or Key.isDown(87)) {
				if (_root.jumpable == 1) {
					yspeed = -10;
				}
			}
			yspeed += 1;
			if (yspeed > 7) {
				yspeed = 7;
			}
			_y = _y + yspeed;
			xspeed += (targetxspeed - xspeed) / 4;
			if (xspeed < 1 and xspeed > 0) {
				xspeed = 1.0e-026;
			}
			if (xspeed > -1 and xspeed < 0) {
				xspeed = -1.0e-026;
			}
			_x = _x + xspeed;
			_root.jumpable = 0;
			if (_y > 230) {
				_y = 230;
				yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 192	{
		onClipEvent (load) {
			startx = _x;
			range = 80;
			dir = 2;
			speed = 0.5;
		}
		onClipEvent (enterFrame) {
			if (dir == 1) {
				_x = _x - speed;
			}
			if (dir == 2) {
				_x = _x + speed;
			}
			if (_x < startx) {
				dir = 2;
			}
			if (_x > startx + range) {
				dir = 1;
			}
		}
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true) or this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				if (dir == 1) {
					_root.guy._x -= speed;
				}
				if (dir == 2) {
					_root.guy._x += speed;
				}
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 192	{
		onClipEvent (load) {
			startx = _x;
			range = 80;
			dir = 2;
			speed = 0.5;
		}
		onClipEvent (enterFrame) {
			if (dir == 1) {
				_x = _x - speed;
			}
			if (dir == 2) {
				_x = _x + speed;
			}
			if (_x < startx) {
				dir = 2;
			}
			if (_x > startx + range) {
				dir = 1;
			}
		}
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true) or this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				if (dir == 1) {
					_root.guy._x -= speed;
				}
				if (dir == 2) {
					_root.guy._x += speed;
				}
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 194	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('pref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			if (_root.guy.yspeed >= 0) {
				while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
					--_root.guy._y;
					_root.guy.yspeed = 0;
					_root.jumpable = 1;
				}
				while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
					--_root.guy._y;
					_root.guy.yspeed = 0;
					_root.jumpable = 1;
				}
			}
		}
	}
	instance of movieClip 194	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('pref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			if (_root.guy.yspeed >= 0) {
				while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
					--_root.guy._y;
					_root.guy.yspeed = 0;
					_root.jumpable = 1;
				}
				while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
					--_root.guy._y;
					_root.guy.yspeed = 0;
					_root.jumpable = 1;
				}
			}
		}
	}
	instance of movieClip 194	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('pref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			if (_root.guy.yspeed >= 0) {
				while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
					--_root.guy._y;
					_root.guy.yspeed = 0;
					_root.jumpable = 1;
				}
				while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
					--_root.guy._y;
					_root.guy.yspeed = 0;
					_root.jumpable = 1;
				}
			}
		}
	}
	instance of movieClip 194	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('pref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			if (_root.guy.yspeed >= 0) {
				while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
					--_root.guy._y;
					_root.guy.yspeed = 0;
					_root.jumpable = 1;
				}
				while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
					--_root.guy._y;
					_root.guy.yspeed = 0;
					_root.jumpable = 1;
				}
			}
		}
	}
	instance of movieClip 194	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('pref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			if (_root.guy.yspeed >= 0) {
				while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
					--_root.guy._y;
					_root.guy.yspeed = 0;
					_root.jumpable = 1;
				}
				while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
					--_root.guy._y;
					_root.guy.yspeed = 0;
					_root.jumpable = 1;
				}
			}
		}
	}
	instance of movieClip 192	{
		onClipEvent (load) {
			startx = _x;
			range = 80;
			dir = 2;
			speed = 0.5;
		}
		onClipEvent (enterFrame) {
			if (dir == 1) {
				_x = _x - speed;
			}
			if (dir == 2) {
				_x = _x + speed;
			}
			if (_x < startx) {
				dir = 2;
			}
			if (_x > startx + range) {
				dir = 1;
			}
		}
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true) or this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				if (dir == 1) {
					_root.guy._x -= speed;
				}
				if (dir == 2) {
					_root.guy._x += speed;
				}
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 192	{
		onClipEvent (load) {
			startx = _x;
			range = 80;
			dir = 2;
			speed = 0.5;
		}
		onClipEvent (enterFrame) {
			if (dir == 1) {
				_x = _x - speed;
			}
			if (dir == 2) {
				_x = _x + speed;
			}
			if (_x < startx) {
				dir = 2;
			}
			if (_x > startx + range) {
				dir = 1;
			}
		}
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true) or this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				if (dir == 1) {
					_root.guy._x -= speed;
				}
				if (dir == 2) {
					_root.guy._x += speed;
				}
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 272	{
		onClipEvent (keyPress 'r') {
			_root.reset = 1;
		}
		onClipEvent (keyPress 'R') {
			_root.reset = 1;
		}
	}
	frame 68 {
		j = 0;
		i = _root.getNextHighestDepth();
		while (j <= i) {
			var mc = 'r' + j;
			removeMovieClip(mc);
			++j;
		}
		i = 1;
		nextFrame();
	}
	frame 69 {
		if (leveld < 2) {
			leveld = 2;
			game = SharedObject.getLocal('mydata');
			game.data.leveld = leveld;
			game.flush();
		}
	}
	frame 69 {
		abouttomoveon = 0;
	}
	instance guy2 of movieClip 218	{
		onClipEvent (enterFrame) {
			_rotation = -_root.guy._rotation;
			_x = _root.guy._x;
			_y = 500 - _root.guy._y;
			gotoAndStop(_root.guy._currentframe);
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref2', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			if (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref2', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			if (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 190	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('tref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			_alpha = 0;
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			_alpha = 0;
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref2', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			if (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref2', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			if (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref2', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			if (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref2', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			if (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref2', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			if (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 190	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('tref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 190	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('tref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 190	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('tref2', mc, i);
			_root[mc]._rotation = -90;
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 190	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('tref2', mc, i);
			_root[mc]._rotation = -90;
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 190	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('tref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			_alpha = 0;
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 190	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('tref', mc, i);
			_root[mc]._rotation = 90;
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			_alpha = 100;
			yspeed = 0;
		}
		onClipEvent (enterFrame) {
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			_alpha = 100;
			yspeed = 0;
		}
		onClipEvent (enterFrame) {
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			_alpha = 0;
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 15	{
		onClipEvent (load) {
			_alpha = 100;
			startx = _x;
			range = 80;
			dir = 2;
			speed = 1;
		}
		onClipEvent (enterFrame) {
			if (_root.reset == 1) {
				_x = startx;
			}
		}
		onClipEvent (load) {
			yspeed = 0;
		}
		onClipEvent (enterFrame) {
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = -8;
				_root.jumpable = 0;
				_root.expl._x = _x;
				_root.expl._y = _y;
				_root.expl.play();
				_x = 10000;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = -8;
				_root.jumpable = 0;
				_root.expl._x = _x;
				_root.expl._y = _y;
				_root.expl.play();
				_x = 10000;
			}
			if (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				_root.reset = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			_alpha = 100;
			yspeed = 0;
		}
		onClipEvent (enterFrame) {
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 194	{
		onClipEvent (load) {
			_alpha = 0;
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('pref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			if (_root.guy.yspeed >= 0) {
				while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
					--_root.guy._y;
					_root.guy.yspeed = 0;
					_root.jumpable = 1;
				}
				while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
					--_root.guy._y;
					_root.guy.yspeed = 0;
					_root.jumpable = 1;
				}
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			_alpha = 100;
			yspeed = 0;
		}
		onClipEvent (enterFrame) {
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			_alpha = 0;
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance guy of movieClip 218	{
		onClipEvent (load) {
			startx = _x;
			starty = _y;
			_root.abouttomoveon = 0;
			xspeed = 0;
			yspeed = 0;
			targetxspeed = 0;
		}
		onClipEvent (enterFrame) {
			if (_root.reset == 1) {
				_root.deaths = Number(_root.deaths + 1);
				_x = startx;
				_y = starty;
				_rotation = 0;
				gotoAndStop(1);
				xspeed = 0;
				yspeed = 0;
				targetxspeed = 0;
			}
			if (_root.abouttomoveon == 1) {
				_root.nextFrame();
			}
			if (_x > 750) {
				_root.resetter.play();
				_root.nextFrame();
			}
			if (_root.jumpable == 1) {
				_rotation = 0;
			} else {
				_rotation = xspeed * 5;
			}
			targetxspeed = 0;
			if (Key.isDown(39) or Key.isDown(68)) {
				targetxspeed = 4;
			}
			if (Key.isDown(37) or Key.isDown(65)) {
				targetxspeed = -4;
			}
			if (Key.isDown(40) and _root.jumpable == 1) {
				if (xspeed >= 0) {
					gotoAndStop(7);
				} else {
					gotoAndStop(8);
				}
				targetxspeed = 0;
			} else {
				if (xspeed >= 0) {
					if (_root.jumpable < 1) {
						gotoAndStop(5);
					} else {
						if (xspeed > 1) {
							gotoAndStop(3);
						} else {
							gotoAndStop(1);
						}
					}
				} else {
					if (xspeed < 0) {
						if (_root.jumpable < 1) {
							gotoAndStop(6);
						} else {
							if (xspeed < -1) {
								gotoAndStop(4);
							} else {
								gotoAndStop(2);
							}
						}
					}
				}
			}
			if (Key.isDown(38) or Key.isDown(32) or Key.isDown(87)) {
				if (_root.jumpable == 1) {
					yspeed = -10;
				}
			}
			yspeed += 1;
			if (yspeed > 7) {
				yspeed = 7;
			}
			_y = _y + yspeed;
			xspeed += (targetxspeed - xspeed) / 4;
			if (xspeed < 1 and xspeed > 0) {
				xspeed = 1.0e-026;
			}
			if (xspeed > -1 and xspeed < 0) {
				xspeed = -1.0e-026;
			}
			_x = _x + xspeed;
			_root.jumpable = 0;
			if (_y > 230) {
				_y = 230;
				yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	frame 70 {
		j = 0;
		i = _root.getNextHighestDepth();
		while (j <= i) {
			var mc = 'r' + j;
			removeMovieClip(mc);
			++j;
		}
		i = 1;
		nextFrame();
	}
	frame 71 {
		if (leveld < 3) {
			leveld = 3;
			game = SharedObject.getLocal('mydata');
			game.data.leveld = leveld;
			game.flush();
		}
	}
	frame 71 {
		abouttomoveon = 0;
	}
	instance guy2 of movieClip 218	{
		onClipEvent (enterFrame) {
			_rotation = -_root.guy._rotation;
			_x = _root.guy._x;
			_y = 500 - _root.guy._y;
			gotoAndStop(_root.guy._currentframe);
		}
	}
	instance of movieClip 190	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('tref2', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref', mc, i);
			_root[mc]._rotation = 90;
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			if (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref', mc, i);
			_root[mc]._rotation = -90;
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			if (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref2', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			if (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref', mc, i);
			_root[mc]._rotation = 90;
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			if (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref', mc, i);
			_root[mc]._rotation = -90;
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			if (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 190	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('tref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 15	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('eref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.reset == 1) {
				_x = startx;
			}
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = -8;
				_root.jumpable = 0;
				_root.expl._x = _x;
				_root.expl._y = _y;
				_root.expl.play();
				_x = 10000;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = -8;
				_root.jumpable = 0;
				_root.expl._x = _x;
				_root.expl._y = _y;
				_root.expl.play();
				_x = 10000;
			}
			if (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				_root.reset = 1;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			_alpha = 0;
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			_alpha = 0;
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			_alpha = 0;
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 190	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('tref2', mc, i);
			_root[mc]._rotation = -90;
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 190	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('tref2', mc, i);
			_root[mc]._rotation = -90;
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 190	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('tref2', mc, i);
			_root[mc]._rotation = -90;
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 190	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('tref2', mc, i);
			_root[mc]._rotation = -90;
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 190	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('tref2', mc, i);
			_root[mc]._rotation = -90;
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 190	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('tref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 190	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('tref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 190	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('tref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 190	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('tref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 192	{
		onClipEvent (load) {
			_alpha = 0;
			startx = _x;
			range = 80;
			dir = 2;
			speed = 0.5;
		}
		onClipEvent (enterFrame) {
			if (dir == 1) {
				_x = _x - speed;
			}
			if (dir == 2) {
				_x = _x + speed;
			}
			if (_x < startx) {
				dir = 2;
			}
			if (_x > startx + range) {
				dir = 1;
			}
		}
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true) or this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				if (dir == 1) {
					_root.guy._x -= speed;
				}
				if (dir == 2) {
					_root.guy._x += speed;
				}
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 190	{
		onClipEvent (load) {
			_alpha = 0;
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('tref2', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 190	{
		onClipEvent (load) {
			_alpha = 0;
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('tref', mc, i);
			_root[mc]._rotation = 90;
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 190	{
		onClipEvent (load) {
			_alpha = 0;
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('tref2', mc, i);
			_root[mc]._rotation = -90;
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 190	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('tref2', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 194	{
		onClipEvent (load) {
			_alpha = 0;
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('pref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			if (_root.guy.yspeed >= 0) {
				while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
					--_root.guy._y;
					_root.guy.yspeed = 0;
					_root.jumpable = 1;
				}
				while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
					--_root.guy._y;
					_root.guy.yspeed = 0;
					_root.jumpable = 1;
				}
			}
		}
	}
	instance of movieClip 194	{
		onClipEvent (load) {
			_alpha = 0;
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('pref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			if (_root.guy.yspeed >= 0) {
				while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
					--_root.guy._y;
					_root.guy.yspeed = 0;
					_root.jumpable = 1;
				}
				while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
					--_root.guy._y;
					_root.guy.yspeed = 0;
					_root.jumpable = 1;
				}
			}
		}
	}
	instance of movieClip 194	{
		onClipEvent (load) {
			_alpha = 0;
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('pref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			if (_root.guy.yspeed >= 0) {
				while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
					--_root.guy._y;
					_root.guy.yspeed = 0;
					_root.jumpable = 1;
				}
				while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
					--_root.guy._y;
					_root.guy.yspeed = 0;
					_root.jumpable = 1;
				}
			}
		}
	}
	instance of movieClip 194	{
		onClipEvent (load) {
			_alpha = 0;
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('pref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			if (_root.guy.yspeed >= 0) {
				while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
					--_root.guy._y;
					_root.guy.yspeed = 0;
					_root.jumpable = 1;
				}
				while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
					--_root.guy._y;
					_root.guy.yspeed = 0;
					_root.jumpable = 1;
				}
			}
		}
	}
	instance of movieClip 194	{
		onClipEvent (load) {
			_alpha = 0;
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('pref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			if (_root.guy.yspeed >= 0) {
				while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
					--_root.guy._y;
					_root.guy.yspeed = 0;
					_root.jumpable = 1;
				}
				while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
					--_root.guy._y;
					_root.guy.yspeed = 0;
					_root.jumpable = 1;
				}
			}
		}
	}
	instance of movieClip 194	{
		onClipEvent (load) {
			_alpha = 0;
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('pref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			if (_root.guy.yspeed >= 0) {
				while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
					--_root.guy._y;
					_root.guy.yspeed = 0;
					_root.jumpable = 1;
				}
				while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
					--_root.guy._y;
					_root.guy.yspeed = 0;
					_root.jumpable = 1;
				}
			}
		}
	}
	instance of movieClip 194	{
		onClipEvent (load) {
			_alpha = 0;
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('pref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			if (_root.guy.yspeed >= 0) {
				while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
					--_root.guy._y;
					_root.guy.yspeed = 0;
					_root.jumpable = 1;
				}
				while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
					--_root.guy._y;
					_root.guy.yspeed = 0;
					_root.jumpable = 1;
				}
			}
		}
	}
	instance of movieClip 194	{
		onClipEvent (load) {
			_alpha = 0;
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('pref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			if (_root.guy.yspeed >= 0) {
				while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
					--_root.guy._y;
					_root.guy.yspeed = 0;
					_root.jumpable = 1;
				}
				while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
					--_root.guy._y;
					_root.guy.yspeed = 0;
					_root.jumpable = 1;
				}
			}
		}
	}
	instance of movieClip 190	{
		onClipEvent (load) {
			_alpha = 0;
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('tref2', mc, i);
			_root[mc]._rotation = -90;
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 190	{
		onClipEvent (load) {
			_alpha = 0;
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('tref2', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance guy of movieClip 218	{
		onClipEvent (load) {
			startx = _x;
			starty = _y;
			_root.abouttomoveon = 0;
			xspeed = 0;
			yspeed = 0;
			targetxspeed = 0;
		}
		onClipEvent (enterFrame) {
			if (_root.reset == 1) {
				_root.deaths = Number(_root.deaths + 1);
				_x = startx;
				_y = starty;
				_rotation = 0;
				gotoAndStop(1);
				xspeed = 0;
				yspeed = 0;
				targetxspeed = 0;
			}
			if (_root.abouttomoveon == 1) {
				_root.nextFrame();
			}
			if (_x > 750) {
				_root.resetter.play();
				_root.nextFrame();
			}
			if (_root.jumpable == 1) {
				_rotation = 0;
			} else {
				_rotation = xspeed * 5;
			}
			targetxspeed = 0;
			if (Key.isDown(39) or Key.isDown(68)) {
				targetxspeed = 4;
			}
			if (Key.isDown(37) or Key.isDown(65)) {
				targetxspeed = -4;
			}
			if (Key.isDown(40) and _root.jumpable == 1) {
				if (xspeed >= 0) {
					gotoAndStop(7);
				} else {
					gotoAndStop(8);
				}
				targetxspeed = 0;
			} else {
				if (xspeed >= 0) {
					if (_root.jumpable < 1) {
						gotoAndStop(5);
					} else {
						if (xspeed > 1) {
							gotoAndStop(3);
						} else {
							gotoAndStop(1);
						}
					}
				} else {
					if (xspeed < 0) {
						if (_root.jumpable < 1) {
							gotoAndStop(6);
						} else {
							if (xspeed < -1) {
								gotoAndStop(4);
							} else {
								gotoAndStop(2);
							}
						}
					}
				}
			}
			if (Key.isDown(38) or Key.isDown(32) or Key.isDown(87)) {
				if (_root.jumpable == 1) {
					yspeed = -10;
				}
			}
			yspeed += 1;
			if (yspeed > 7) {
				yspeed = 7;
			}
			_y = _y + yspeed;
			xspeed += (targetxspeed - xspeed) / 4;
			if (xspeed < 1 and xspeed > 0) {
				xspeed = 1.0e-026;
			}
			if (xspeed > -1 and xspeed < 0) {
				xspeed = -1.0e-026;
			}
			_x = _x + xspeed;
			_root.jumpable = 0;
			if (_y > 230) {
				_y = 230;
				yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	frame 72 {
		j = 0;
		i = _root.getNextHighestDepth();
		while (j <= i) {
			var mc = 'r' + j;
			removeMovieClip(mc);
			++j;
		}
		i = 1;
		nextFrame();
	}
	frame 73 {
		if (leveld < 4) {
			leveld = 4;
			game = SharedObject.getLocal('mydata');
			game.data.leveld = leveld;
			game.flush();
		}
	}
	frame 73 {
		abouttomoveon = 0;
	}
	instance guy2 of movieClip 218	{
		onClipEvent (enterFrame) {
			_rotation = -_root.guy._rotation;
			_x = _root.guy._x;
			_y = 500 - _root.guy._y;
			gotoAndStop(_root.guy._currentframe);
		}
	}
	instance guy of movieClip 218	{
		onClipEvent (load) {
			startx = _x;
			starty = _y;
			_root.abouttomoveon = 0;
			xspeed = 0;
			yspeed = 0;
			targetxspeed = 0;
		}
		onClipEvent (enterFrame) {
			if (_root.reset == 1) {
				_root.deaths = Number(_root.deaths + 1);
				_x = startx;
				_y = starty;
				_rotation = 0;
				gotoAndStop(1);
				xspeed = 0;
				yspeed = 0;
				targetxspeed = 0;
			}
			if (_root.abouttomoveon == 1) {
				_root.nextFrame();
			}
			if (_x > 750) {
				_root.resetter.play();
				_root.nextFrame();
			}
			if (_root.jumpable == 1) {
				_rotation = 0;
			} else {
				_rotation = xspeed * 5;
			}
			targetxspeed = 0;
			if (Key.isDown(39) or Key.isDown(68)) {
				targetxspeed = 4;
			}
			if (Key.isDown(37) or Key.isDown(65)) {
				targetxspeed = -4;
			}
			if (Key.isDown(40) and _root.jumpable == 1) {
				if (xspeed >= 0) {
					gotoAndStop(7);
				} else {
					gotoAndStop(8);
				}
				targetxspeed = 0;
			} else {
				if (xspeed >= 0) {
					if (_root.jumpable < 1) {
						gotoAndStop(5);
					} else {
						if (xspeed > 1) {
							gotoAndStop(3);
						} else {
							gotoAndStop(1);
						}
					}
				} else {
					if (xspeed < 0) {
						if (_root.jumpable < 1) {
							gotoAndStop(6);
						} else {
							if (xspeed < -1) {
								gotoAndStop(4);
							} else {
								gotoAndStop(2);
							}
						}
					}
				}
			}
			if (Key.isDown(38) or Key.isDown(32) or Key.isDown(87)) {
				if (_root.jumpable == 1) {
					yspeed = -10;
				}
			}
			yspeed += 1;
			if (yspeed > 7) {
				yspeed = 7;
			}
			_y = _y + yspeed;
			xspeed += (targetxspeed - xspeed) / 4;
			if (xspeed < 1 and xspeed > 0) {
				xspeed = 1.0e-026;
			}
			if (xspeed > -1 and xspeed < 0) {
				xspeed = -1.0e-026;
			}
			_x = _x + xspeed;
			_root.jumpable = 0;
			if (_y > 230) {
				_y = 230;
				yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref', mc, i);
			_root[mc]._rotation = 90;
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			if (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref', mc, i);
			_root[mc]._rotation = 90;
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			if (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref', mc, i);
			_root[mc]._rotation = -90;
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			if (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 190	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('tref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 190	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('tref2', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref', mc, i);
			_root[mc]._rotation = 90;
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			if (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref', mc, i);
			_root[mc]._rotation = -90;
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			if (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 190	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('tref2', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 190	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('tref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 190	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('tref2', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	frame 74 {
		j = 0;
		i = _root.getNextHighestDepth();
		while (j <= i) {
			var mc = 'r' + j;
			removeMovieClip(mc);
			++j;
		}
		i = 1;
		nextFrame();
	}
	frame 75 {
		if (leveld < 5) {
			leveld = 5;
			game = SharedObject.getLocal('mydata');
			game.data.leveld = leveld;
			game.flush();
		}
	}
	frame 75 {
		abouttomoveon = 0;
	}
	instance guy2 of movieClip 218	{
		onClipEvent (enterFrame) {
			_rotation = -_root.guy._rotation;
			_x = _root.guy._x;
			_y = 500 - _root.guy._y;
			gotoAndStop(_root.guy._currentframe);
		}
	}
	instance guy of movieClip 218	{
		onClipEvent (load) {
			startx = _x;
			starty = _y;
			_root.abouttomoveon = 0;
			xspeed = 0;
			yspeed = 0;
			targetxspeed = 0;
		}
		onClipEvent (enterFrame) {
			if (_root.reset == 1) {
				_root.deaths = Number(_root.deaths + 1);
				_x = startx;
				_y = starty;
				_rotation = 0;
				gotoAndStop(1);
				xspeed = 0;
				yspeed = 0;
				targetxspeed = 0;
			}
			if (_root.abouttomoveon == 1) {
				_root.nextFrame();
			}
			if (_x > 750) {
				_root.resetter.play();
				_root.nextFrame();
			}
			if (_root.jumpable == 1) {
				_rotation = 0;
			} else {
				_rotation = xspeed * 5;
			}
			targetxspeed = 0;
			if (Key.isDown(39) or Key.isDown(68)) {
				targetxspeed = 4;
			}
			if (Key.isDown(37) or Key.isDown(65)) {
				targetxspeed = -4;
			}
			if (Key.isDown(40) and _root.jumpable == 1) {
				if (xspeed >= 0) {
					gotoAndStop(7);
				} else {
					gotoAndStop(8);
				}
				targetxspeed = 0;
			} else {
				if (xspeed >= 0) {
					if (_root.jumpable < 1) {
						gotoAndStop(5);
					} else {
						if (xspeed > 1) {
							gotoAndStop(3);
						} else {
							gotoAndStop(1);
						}
					}
				} else {
					if (xspeed < 0) {
						if (_root.jumpable < 1) {
							gotoAndStop(6);
						} else {
							if (xspeed < -1) {
								gotoAndStop(4);
							} else {
								gotoAndStop(2);
							}
						}
					}
				}
			}
			if (Key.isDown(38) or Key.isDown(32) or Key.isDown(87)) {
				if (_root.jumpable == 1) {
					yspeed = -10;
				}
			}
			yspeed += 1;
			if (yspeed > 7) {
				yspeed = 7;
			}
			_y = _y + yspeed;
			xspeed += (targetxspeed - xspeed) / 4;
			if (xspeed < 1 and xspeed > 0) {
				xspeed = 1.0e-026;
			}
			if (xspeed > -1 and xspeed < 0) {
				xspeed = -1.0e-026;
			}
			_x = _x + xspeed;
			_root.jumpable = 0;
			if (_y > 230) {
				_y = 230;
				yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			_alpha = 0;
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref', mc, i);
			_root[mc]._rotation = 90;
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			if (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			_alpha = 100;
			yspeed = 0;
		}
		onClipEvent (enterFrame) {
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 190	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('tref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 190	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('tref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 190	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('tref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 190	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('tref2', mc, i);
			_root[mc]._rotation = -90;
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 190	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('tref2', mc, i);
			_root[mc]._rotation = -90;
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			_alpha = 100;
			yspeed = 0;
		}
		onClipEvent (enterFrame) {
			if (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 190	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('tref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 190	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('tref2', mc, i);
			_root[mc]._rotation = -90;
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 190	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('tref2', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 190	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('tref', mc, i);
			_root[mc]._rotation = 90;
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 190	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('tref', mc, i);
			_root[mc]._rotation = 90;
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref2', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			if (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref2', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			if (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref2', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			if (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref2', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			if (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 190	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('tref2', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 190	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('tref2', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref', mc, i);
			_root[mc]._rotation = 90;
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			if (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 190	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('tref2', mc, i);
			_root[mc]._rotation = -90;
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 192	{
		onClipEvent (load) {
			startx = _x;
			range = 90;
			dir = 2;
			speed = 0.5;
		}
		onClipEvent (enterFrame) {
			if (dir == 1) {
				_x = _x - speed;
			}
			if (dir == 2) {
				_x = _x + speed;
			}
			if (_x < startx) {
				dir = 2;
			}
			if (_x > startx + range) {
				dir = 1;
			}
		}
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true) or this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				if (dir == 1) {
					_root.guy._x -= speed;
				}
				if (dir == 2) {
					_root.guy._x += speed;
				}
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 190	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('tref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 190	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('tref2', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 190	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('tref2', mc, i);
			_root[mc]._rotation = -90;
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref', mc, i);
			_root[mc]._rotation = -90;
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			if (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref', mc, i);
			_root[mc]._rotation = 90;
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			if (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 190	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('tref2', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	frame 76 {
		j = 0;
		i = _root.getNextHighestDepth();
		while (j <= i) {
			var mc = 'r' + j;
			removeMovieClip(mc);
			++j;
		}
		i = 1;
		nextFrame();
	}
	frame 77 {
		if (leveld < 6) {
			leveld = 6;
			game = SharedObject.getLocal('mydata');
			game.data.leveld = leveld;
			game.flush();
		}
	}
	frame 77 {
		abouttomoveon = 0;
	}
	instance guy2 of movieClip 218	{
		onClipEvent (enterFrame) {
			_rotation = -_root.guy._rotation;
			_x = _root.guy._x;
			_y = 500 - _root.guy._y;
			gotoAndStop(_root.guy._currentframe);
		}
	}
	instance guy of movieClip 218	{
		onClipEvent (load) {
			startx = _x;
			starty = _y;
			_root.abouttomoveon = 0;
			xspeed = 0;
			yspeed = 0;
			targetxspeed = 0;
		}
		onClipEvent (enterFrame) {
			if (_root.reset == 1) {
				_root.deaths = Number(_root.deaths + 1);
				_x = startx;
				_y = starty;
				_rotation = 0;
				gotoAndStop(1);
				xspeed = 0;
				yspeed = 0;
				targetxspeed = 0;
			}
			if (_root.abouttomoveon == 1) {
				_root.nextFrame();
			}
			if (_x > 750) {
				_root.resetter.play();
				_root.nextFrame();
			}
			if (_root.jumpable == 1) {
				_rotation = 0;
			} else {
				_rotation = xspeed * 5;
			}
			targetxspeed = 0;
			if (Key.isDown(39) or Key.isDown(68)) {
				targetxspeed = 4;
			}
			if (Key.isDown(37) or Key.isDown(65)) {
				targetxspeed = -4;
			}
			if (Key.isDown(40) and _root.jumpable == 1) {
				if (xspeed >= 0) {
					gotoAndStop(7);
				} else {
					gotoAndStop(8);
				}
				targetxspeed = 0;
			} else {
				if (xspeed >= 0) {
					if (_root.jumpable < 1) {
						gotoAndStop(5);
					} else {
						if (xspeed > 1) {
							gotoAndStop(3);
						} else {
							gotoAndStop(1);
						}
					}
				} else {
					if (xspeed < 0) {
						if (_root.jumpable < 1) {
							gotoAndStop(6);
						} else {
							if (xspeed < -1) {
								gotoAndStop(4);
							} else {
								gotoAndStop(2);
							}
						}
					}
				}
			}
			if (Key.isDown(38) or Key.isDown(32) or Key.isDown(87)) {
				if (_root.jumpable == 1) {
					yspeed = -10;
				}
			}
			yspeed += 1;
			if (yspeed > 7) {
				yspeed = 7;
			}
			_y = _y + yspeed;
			xspeed += (targetxspeed - xspeed) / 4;
			if (xspeed < 1 and xspeed > 0) {
				xspeed = 1.0e-026;
			}
			if (xspeed > -1 and xspeed < 0) {
				xspeed = -1.0e-026;
			}
			_x = _x + xspeed;
			_root.jumpable = 0;
			if (_y > 230) {
				_y = 230;
				yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			_alpha = 0;
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 190	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('tref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 190	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('tref', mc, i);
			_root[mc]._rotation = 90;
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 190	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('tref2', mc, i);
			_root[mc]._rotation = -90;
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 15	{
		onClipEvent (load) {
			startx = _x;
			range = 80;
			dir = 2;
			speed = 1;
		}
		onClipEvent (enterFrame) {
			if (_root.reset == 1) {
				_x = startx;
			}
		}
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('eref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = -8;
				_root.jumpable = 0;
				_root.expl._x = _x;
				_root.expl._y = _y;
				_root.expl.play();
				_x = 10000;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = -8;
				_root.jumpable = 0;
				_root.expl._x = _x;
				_root.expl._y = _y;
				_root.expl.play();
				_x = 10000;
			}
			if (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				_root.reset = 1;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			_alpha = 0;
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			_alpha = 0;
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			_alpha = 0;
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			_alpha = 0;
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			_alpha = 0;
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 190	{
		onClipEvent (load) {
			_alpha = 0;
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('tref2', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	frame 78 {
		j = 0;
		i = _root.getNextHighestDepth();
		while (j <= i) {
			var mc = 'r' + j;
			removeMovieClip(mc);
			++j;
		}
		i = 1;
		nextFrame();
	}
	frame 79 {
		if (leveld < 7) {
			leveld = 7;
			game = SharedObject.getLocal('mydata');
			game.data.leveld = leveld;
			game.flush();
		}
	}
	frame 79 {
		abouttomoveon = 0;
	}
	instance guy2 of movieClip 218	{
		onClipEvent (enterFrame) {
			_rotation = -_root.guy._rotation;
			_x = _root.guy._x;
			_y = 500 - _root.guy._y;
			gotoAndStop(_root.guy._currentframe);
		}
	}
	instance guy of movieClip 218	{
		onClipEvent (load) {
			startx = _x;
			starty = _y;
			_root.abouttomoveon = 0;
			xspeed = 0;
			yspeed = 0;
			targetxspeed = 0;
		}
		onClipEvent (enterFrame) {
			if (_root.reset == 1) {
				_root.deaths = Number(_root.deaths + 1);
				_x = startx;
				_y = starty;
				_rotation = 0;
				gotoAndStop(1);
				xspeed = 0;
				yspeed = 0;
				targetxspeed = 0;
			}
			if (_root.abouttomoveon == 1) {
				_root.nextFrame();
			}
			if (_x > 750) {
				_root.resetter.play();
				_root.nextFrame();
			}
			if (_root.jumpable == 1) {
				_rotation = 0;
			} else {
				_rotation = xspeed * 5;
			}
			targetxspeed = 0;
			if (Key.isDown(39) or Key.isDown(68)) {
				targetxspeed = 4;
			}
			if (Key.isDown(37) or Key.isDown(65)) {
				targetxspeed = -4;
			}
			if (Key.isDown(40) and _root.jumpable == 1) {
				if (xspeed >= 0) {
					gotoAndStop(7);
				} else {
					gotoAndStop(8);
				}
				targetxspeed = 0;
			} else {
				if (xspeed >= 0) {
					if (_root.jumpable < 1) {
						gotoAndStop(5);
					} else {
						if (xspeed > 1) {
							gotoAndStop(3);
						} else {
							gotoAndStop(1);
						}
					}
				} else {
					if (xspeed < 0) {
						if (_root.jumpable < 1) {
							gotoAndStop(6);
						} else {
							if (xspeed < -1) {
								gotoAndStop(4);
							} else {
								gotoAndStop(2);
							}
						}
					}
				}
			}
			if (Key.isDown(38) or Key.isDown(32) or Key.isDown(87)) {
				if (_root.jumpable == 1) {
					yspeed = -10;
				}
			}
			yspeed += 1;
			if (yspeed > 7) {
				yspeed = 7;
			}
			_y = _y + yspeed;
			xspeed += (targetxspeed - xspeed) / 4;
			if (xspeed < 1 and xspeed > 0) {
				xspeed = 1.0e-026;
			}
			if (xspeed > -1 and xspeed < 0) {
				xspeed = -1.0e-026;
			}
			_x = _x + xspeed;
			_root.jumpable = 0;
			if (_y > 230) {
				_y = 230;
				yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 190	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('tref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 190	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('tref2', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			_alpha = 0;
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			_alpha = 0;
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			_alpha = 0;
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 192	{
		onClipEvent (load) {
			_alpha = 0;
			startx = _x;
			range = 100;
			dir = 2;
			speed = 0.5;
		}
		onClipEvent (enterFrame) {
			if (dir == 1) {
				_x = _x - speed;
			}
			if (dir == 2) {
				_x = _x + speed;
			}
			if (_x < startx) {
				dir = 2;
			}
			if (_x > startx + range) {
				dir = 1;
			}
		}
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true) or this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				if (dir == 1) {
					_root.guy._x -= speed;
				}
				if (dir == 2) {
					_root.guy._x += speed;
				}
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 192	{
		onClipEvent (load) {
			_alpha = 0;
			startx = _x;
			range = 100;
			dir = 2;
			speed = 0.5;
		}
		onClipEvent (enterFrame) {
			if (dir == 1) {
				_x = _x - speed;
			}
			if (dir == 2) {
				_x = _x + speed;
			}
			if (_x < startx) {
				dir = 2;
			}
			if (_x > startx + range) {
				dir = 1;
			}
		}
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true) or this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				if (dir == 1) {
					_root.guy._x -= speed;
				}
				if (dir == 2) {
					_root.guy._x += speed;
				}
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			_alpha = 0;
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 192	{
		onClipEvent (load) {
			_alpha = 0;
			startx = _x;
			range = 100;
			dir = 2;
			speed = 0.5;
		}
		onClipEvent (enterFrame) {
			if (dir == 1) {
				_x = _x - speed;
			}
			if (dir == 2) {
				_x = _x + speed;
			}
			if (_x < startx) {
				dir = 2;
			}
			if (_x > startx + range) {
				dir = 1;
			}
		}
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true) or this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				if (dir == 1) {
					_root.guy._x -= speed;
				}
				if (dir == 2) {
					_root.guy._x += speed;
				}
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 192	{
		onClipEvent (load) {
			_alpha = 0;
			startx = _x;
			range = 100;
			dir = 2;
			speed = 0.5;
		}
		onClipEvent (enterFrame) {
			if (dir == 1) {
				_x = _x - speed;
			}
			if (dir == 2) {
				_x = _x + speed;
			}
			if (_x < startx) {
				dir = 2;
			}
			if (_x > startx + range) {
				dir = 1;
			}
		}
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true) or this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				if (dir == 1) {
					_root.guy._x -= speed;
				}
				if (dir == 2) {
					_root.guy._x += speed;
				}
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 15	{
		onClipEvent (load) {
			_alpha = 0;
			startx = _x;
			range = 80;
			dir = 2;
			speed = 1;
		}
		onClipEvent (enterFrame) {
			if (_root.reset == 1) {
				_x = startx;
			}
		}
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('eref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = -8;
				_root.jumpable = 0;
				_root.expl._x = _x;
				_root.expl._y = _y;
				_root.expl.play();
				_x = 10000;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = -8;
				_root.jumpable = 0;
				_root.expl._x = _x;
				_root.expl._y = _y;
				_root.expl.play();
				_x = 10000;
			}
			if (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				_root.reset = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			_alpha = 0;
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			_alpha = 0;
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			_alpha = 0;
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			_alpha = 0;
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			_alpha = 0;
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			_alpha = 0;
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			_alpha = 0;
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	frame 80 {
		j = 0;
		i = _root.getNextHighestDepth();
		while (j <= i) {
			var mc = 'r' + j;
			removeMovieClip(mc);
			++j;
		}
		i = 1;
		nextFrame();
	}
	frame 81 {
		if (leveld < 8) {
			leveld = 8;
			game = SharedObject.getLocal('mydata');
			game.data.leveld = leveld;
			game.flush();
		}
	}
	frame 81 {
		abouttomoveon = 0;
	}
	instance guy2 of movieClip 218	{
		onClipEvent (enterFrame) {
			_rotation = -_root.guy._rotation;
			_x = _root.guy._x;
			_y = 500 - _root.guy._y;
			gotoAndStop(_root.guy._currentframe);
		}
	}
	instance guy of movieClip 218	{
		onClipEvent (load) {
			startx = _x;
			starty = _y;
			_root.abouttomoveon = 0;
			xspeed = 0;
			yspeed = 0;
			targetxspeed = 0;
		}
		onClipEvent (enterFrame) {
			if (_root.reset == 1) {
				_root.deaths = Number(_root.deaths + 1);
				_x = startx;
				_y = starty;
				_rotation = 0;
				gotoAndStop(1);
				xspeed = 0;
				yspeed = 0;
				targetxspeed = 0;
			}
			if (_root.abouttomoveon == 1) {
				_root.nextFrame();
			}
			if (_x > 750) {
				_root.resetter.play();
				_root.nextFrame();
			}
			if (_root.jumpable == 1) {
				_rotation = 0;
			} else {
				_rotation = xspeed * 5;
			}
			targetxspeed = 0;
			if (Key.isDown(39) or Key.isDown(68)) {
				targetxspeed = 4;
			}
			if (Key.isDown(37) or Key.isDown(65)) {
				targetxspeed = -4;
			}
			if (Key.isDown(40) and _root.jumpable == 1) {
				if (xspeed >= 0) {
					gotoAndStop(7);
				} else {
					gotoAndStop(8);
				}
				targetxspeed = 0;
			} else {
				if (xspeed >= 0) {
					if (_root.jumpable < 1) {
						gotoAndStop(5);
					} else {
						if (xspeed > 1) {
							gotoAndStop(3);
						} else {
							gotoAndStop(1);
						}
					}
				} else {
					if (xspeed < 0) {
						if (_root.jumpable < 1) {
							gotoAndStop(6);
						} else {
							if (xspeed < -1) {
								gotoAndStop(4);
							} else {
								gotoAndStop(2);
							}
						}
					}
				}
			}
			if (Key.isDown(38) or Key.isDown(32) or Key.isDown(87)) {
				if (_root.jumpable == 1) {
					yspeed = -10;
				}
			}
			yspeed += 1;
			if (yspeed > 7) {
				yspeed = 7;
			}
			_y = _y + yspeed;
			xspeed += (targetxspeed - xspeed) / 4;
			if (xspeed < 1 and xspeed > 0) {
				xspeed = 1.0e-026;
			}
			if (xspeed > -1 and xspeed < 0) {
				xspeed = -1.0e-026;
			}
			_x = _x + xspeed;
			_root.jumpable = 0;
			if (_y > 230) {
				_y = 230;
				yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 190	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('tref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 190	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('tref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 190	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('tref', mc, i);
			_root[mc]._rotation = 90;
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 190	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('tref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 190	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('tref2', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 190	{
		onClipEvent (load) {
			_alpha = 0;
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('tref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			_alpha = 0;
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			_alpha = 0;
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			_alpha = 0;
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			_alpha = 0;
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			_alpha = 0;
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			_alpha = 0;
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			_alpha = 0;
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 190	{
		onClipEvent (load) {
			_alpha = 100;
			yspeed = 0;
		}
		onClipEvent (enterFrame) {
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			_alpha = 100;
			yspeed = 0;
		}
		onClipEvent (enterFrame) {
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			_alpha = 100;
			yspeed = 0;
		}
		onClipEvent (enterFrame) {
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			_alpha = 100;
			yspeed = 0;
		}
		onClipEvent (enterFrame) {
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			_alpha = 100;
			yspeed = 0;
		}
		onClipEvent (enterFrame) {
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			_alpha = 100;
			yspeed = 0;
		}
		onClipEvent (enterFrame) {
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			_alpha = 100;
			yspeed = 0;
		}
		onClipEvent (enterFrame) {
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			_alpha = 100;
			yspeed = 0;
		}
		onClipEvent (enterFrame) {
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 190	{
		onClipEvent (load) {
			_alpha = 0;
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('tref2', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			_alpha = 0;
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			_alpha = 0;
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			_alpha = 0;
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 190	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('tref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 190	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('tref2', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 190	{
		onClipEvent (load) {
			_alpha = 0;
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('tref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			_alpha = 0;
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			_alpha = 0;
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			_alpha = 0;
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			_alpha = 0;
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	frame 82 {
		j = 0;
		i = _root.getNextHighestDepth();
		while (j <= i) {
			var mc = 'r' + j;
			removeMovieClip(mc);
			++j;
		}
		i = 1;
		nextFrame();
	}
	frame 83 {
		if (leveld < 9) {
			leveld = 9;
			game = SharedObject.getLocal('mydata');
			game.data.leveld = leveld;
			game.flush();
		}
	}
	frame 83 {
		abouttomoveon = 0;
	}
	instance guy2 of movieClip 218	{
		onClipEvent (enterFrame) {
			_rotation = -_root.guy._rotation;
			_x = _root.guy._x;
			_y = 500 - _root.guy._y;
			gotoAndStop(_root.guy._currentframe);
		}
	}
	instance guy of movieClip 218	{
		onClipEvent (load) {
			startx = _x;
			starty = _y;
			_root.abouttomoveon = 0;
			xspeed = 0;
			yspeed = 0;
			targetxspeed = 0;
		}
		onClipEvent (enterFrame) {
			if (_root.reset == 1) {
				_root.deaths = Number(_root.deaths + 1);
				_x = startx;
				_y = starty;
				_rotation = 0;
				gotoAndStop(1);
				xspeed = 0;
				yspeed = 0;
				targetxspeed = 0;
			}
			if (_root.abouttomoveon == 1) {
				_root.nextFrame();
			}
			if (_x > 750) {
				_root.resetter.play();
				_root.nextFrame();
			}
			if (_root.jumpable == 1) {
				_rotation = 0;
			} else {
				_rotation = xspeed * 5;
			}
			targetxspeed = 0;
			if (Key.isDown(39) or Key.isDown(68)) {
				targetxspeed = 4;
			}
			if (Key.isDown(37) or Key.isDown(65)) {
				targetxspeed = -4;
			}
			if (Key.isDown(40) and _root.jumpable == 1) {
				if (xspeed >= 0) {
					gotoAndStop(7);
				} else {
					gotoAndStop(8);
				}
				targetxspeed = 0;
			} else {
				if (xspeed >= 0) {
					if (_root.jumpable < 1) {
						gotoAndStop(5);
					} else {
						if (xspeed > 1) {
							gotoAndStop(3);
						} else {
							gotoAndStop(1);
						}
					}
				} else {
					if (xspeed < 0) {
						if (_root.jumpable < 1) {
							gotoAndStop(6);
						} else {
							if (xspeed < -1) {
								gotoAndStop(4);
							} else {
								gotoAndStop(2);
							}
						}
					}
				}
			}
			if (Key.isDown(38) or Key.isDown(32) or Key.isDown(87)) {
				if (_root.jumpable == 1) {
					yspeed = -10;
				}
			}
			yspeed += 1;
			if (yspeed > 7) {
				yspeed = 7;
			}
			_y = _y + yspeed;
			xspeed += (targetxspeed - xspeed) / 4;
			if (xspeed < 1 and xspeed > 0) {
				xspeed = 1.0e-026;
			}
			if (xspeed > -1 and xspeed < 0) {
				xspeed = -1.0e-026;
			}
			_x = _x + xspeed;
			_root.jumpable = 0;
			if (_y > 230) {
				_y = 230;
				yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 190	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('tref', mc, i);
			_root[mc]._rotation = 90;
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 194	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('pref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			if (_root.guy.yspeed >= 0) {
				while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
					--_root.guy._y;
					_root.guy.yspeed = 0;
					_root.jumpable = 1;
				}
				while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
					--_root.guy._y;
					_root.guy.yspeed = 0;
					_root.jumpable = 1;
				}
			}
		}
	}
	instance of movieClip 190	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('tref2', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 190	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('tref2', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 190	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('tref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 190	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('tref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 190	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('tref2', mc, i);
			_root[mc]._rotation = -90;
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 190	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('tref2', mc, i);
			_root[mc]._rotation = -90;
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 190	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('tref', mc, i);
			_root[mc]._rotation = 90;
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 190	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('tref', mc, i);
			_root[mc]._rotation = 90;
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 190	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('tref2', mc, i);
			_root[mc]._rotation = -90;
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 190	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('tref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 194	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('pref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			if (_root.guy.yspeed >= 0) {
				while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
					--_root.guy._y;
					_root.guy.yspeed = 0;
					_root.jumpable = 1;
				}
				while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
					--_root.guy._y;
					_root.guy.yspeed = 0;
					_root.jumpable = 1;
				}
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 190	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('tref2', mc, i);
			_root[mc]._rotation = -90;
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 190	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('tref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 190	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('tref2', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 190	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('tref2', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 190	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('tref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 190	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('tref', mc, i);
			_root[mc]._rotation = 90;
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 190	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('tref', mc, i);
			_root[mc]._rotation = 90;
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 190	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('tref2', mc, i);
			_root[mc]._rotation = -90;
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 190	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('tref2', mc, i);
			_root[mc]._rotation = -90;
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 190	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('tref2', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 190	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('tref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 190	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('tref2', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 190	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('tref2', mc, i);
			_root[mc]._rotation = -90;
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 190	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('tref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref', mc, i);
			_root[mc]._rotation = 90;
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			if (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 190	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('tref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 190	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('tref2', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 190	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('tref2', mc, i);
			_root[mc]._rotation = -90;
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 190	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('tref', mc, i);
			_root[mc]._rotation = 90;
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 190	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('tref2', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 190	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('tref', mc, i);
			_root[mc]._rotation = 90;
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 190	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('tref2', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref', mc, i);
			_root[mc]._rotation = -90;
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			if (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref', mc, i);
			_root[mc]._rotation = -90;
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			if (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 194	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('pref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			if (_root.guy.yspeed >= 0) {
				while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
					--_root.guy._y;
					_root.guy.yspeed = 0;
					_root.jumpable = 1;
				}
				while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
					--_root.guy._y;
					_root.guy.yspeed = 0;
					_root.jumpable = 1;
				}
			}
		}
	}
	instance of movieClip 194	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('pref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			if (_root.guy.yspeed >= 0) {
				while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
					--_root.guy._y;
					_root.guy.yspeed = 0;
					_root.jumpable = 1;
				}
				while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
					--_root.guy._y;
					_root.guy.yspeed = 0;
					_root.jumpable = 1;
				}
			}
		}
	}
	instance of movieClip 194	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('pref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			if (_root.guy.yspeed >= 0) {
				while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
					--_root.guy._y;
					_root.guy.yspeed = 0;
					_root.jumpable = 1;
				}
				while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
					--_root.guy._y;
					_root.guy.yspeed = 0;
					_root.jumpable = 1;
				}
			}
		}
	}
	instance of movieClip 194	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('pref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			if (_root.guy.yspeed >= 0) {
				while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
					--_root.guy._y;
					_root.guy.yspeed = 0;
					_root.jumpable = 1;
				}
				while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
					--_root.guy._y;
					_root.guy.yspeed = 0;
					_root.jumpable = 1;
				}
			}
		}
	}
	instance of movieClip 194	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('pref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			if (_root.guy.yspeed >= 0) {
				while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
					--_root.guy._y;
					_root.guy.yspeed = 0;
					_root.jumpable = 1;
				}
				while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
					--_root.guy._y;
					_root.guy.yspeed = 0;
					_root.jumpable = 1;
				}
			}
		}
	}
	instance of movieClip 194	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('pref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			if (_root.guy.yspeed >= 0) {
				while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
					--_root.guy._y;
					_root.guy.yspeed = 0;
					_root.jumpable = 1;
				}
				while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
					--_root.guy._y;
					_root.guy.yspeed = 0;
					_root.jumpable = 1;
				}
			}
		}
	}
	instance of movieClip 194	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('pref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			if (_root.guy.yspeed >= 0) {
				while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
					--_root.guy._y;
					_root.guy.yspeed = 0;
					_root.jumpable = 1;
				}
				while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
					--_root.guy._y;
					_root.guy.yspeed = 0;
					_root.jumpable = 1;
				}
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 194	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('pref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			if (_root.guy.yspeed >= 0) {
				while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
					--_root.guy._y;
					_root.guy.yspeed = 0;
					_root.jumpable = 1;
				}
				while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
					--_root.guy._y;
					_root.guy.yspeed = 0;
					_root.jumpable = 1;
				}
			}
		}
	}
	instance of movieClip 194	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('pref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			if (_root.guy.yspeed >= 0) {
				while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
					--_root.guy._y;
					_root.guy.yspeed = 0;
					_root.jumpable = 1;
				}
				while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
					--_root.guy._y;
					_root.guy.yspeed = 0;
					_root.jumpable = 1;
				}
			}
		}
	}
	instance of movieClip 194	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('pref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			if (_root.guy.yspeed >= 0) {
				while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
					--_root.guy._y;
					_root.guy.yspeed = 0;
					_root.jumpable = 1;
				}
				while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
					--_root.guy._y;
					_root.guy.yspeed = 0;
					_root.jumpable = 1;
				}
			}
		}
	}
	instance of movieClip 194	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('pref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			if (_root.guy.yspeed >= 0) {
				while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
					--_root.guy._y;
					_root.guy.yspeed = 0;
					_root.jumpable = 1;
				}
				while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
					--_root.guy._y;
					_root.guy.yspeed = 0;
					_root.jumpable = 1;
				}
			}
		}
	}
	instance of movieClip 194	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('pref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			if (_root.guy.yspeed >= 0) {
				while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
					--_root.guy._y;
					_root.guy.yspeed = 0;
					_root.jumpable = 1;
				}
				while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
					--_root.guy._y;
					_root.guy.yspeed = 0;
					_root.jumpable = 1;
				}
			}
		}
	}
	instance of movieClip 194	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('pref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			if (_root.guy.yspeed >= 0) {
				while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
					--_root.guy._y;
					_root.guy.yspeed = 0;
					_root.jumpable = 1;
				}
				while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
					--_root.guy._y;
					_root.guy.yspeed = 0;
					_root.jumpable = 1;
				}
			}
		}
	}
	instance of movieClip 194	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('pref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			if (_root.guy.yspeed >= 0) {
				while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
					--_root.guy._y;
					_root.guy.yspeed = 0;
					_root.jumpable = 1;
				}
				while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
					--_root.guy._y;
					_root.guy.yspeed = 0;
					_root.jumpable = 1;
				}
			}
		}
	}
	instance of movieClip 194	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('pref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			if (_root.guy.yspeed >= 0) {
				while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
					--_root.guy._y;
					_root.guy.yspeed = 0;
					_root.jumpable = 1;
				}
				while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
					--_root.guy._y;
					_root.guy.yspeed = 0;
					_root.jumpable = 1;
				}
			}
		}
	}
	instance of movieClip 194	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('pref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			if (_root.guy.yspeed >= 0) {
				while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
					--_root.guy._y;
					_root.guy.yspeed = 0;
					_root.jumpable = 1;
				}
				while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
					--_root.guy._y;
					_root.guy.yspeed = 0;
					_root.jumpable = 1;
				}
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref2', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			if (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref2', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			if (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref2', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			if (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref2', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			if (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref2', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			if (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref2', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			if (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref2', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			if (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref2', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			if (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref2', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			if (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref2', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			if (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref2', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			if (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref2', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			if (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 190	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('tref2', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 190	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('tref2', mc, i);
			_root[mc]._rotation = -90;
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 190	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('tref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 190	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('tref2', mc, i);
			_root[mc]._rotation = -90;
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 190	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('tref2', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 190	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('tref', mc, i);
			_root[mc]._rotation = 90;
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 190	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('tref', mc, i);
			_root[mc]._rotation = 90;
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 190	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('tref2', mc, i);
			_root[mc]._rotation = -90;
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 190	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('tref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	frame 84 {
		j = 0;
		i = _root.getNextHighestDepth();
		while (j <= i) {
			var mc = 'r' + j;
			removeMovieClip(mc);
			++j;
		}
		i = 1;
		nextFrame();
	}
	frame 85 {
		if (leveld < 11) {
			leveld = 11;
			game = SharedObject.getLocal('mydata');
			game.data.leveld = leveld;
			game.flush();
		}
	}
	frame 85 {
		abouttomoveon = 0;
	}
	instance guy2 of movieClip 218	{
		onClipEvent (enterFrame) {
			_rotation = -_root.guy._rotation;
			_x = _root.guy._x;
			_y = 500 - _root.guy._y;
			gotoAndStop(_root.guy._currentframe);
		}
	}
	instance guy of movieClip 218	{
		onClipEvent (load) {
			startx = _x;
			starty = _y;
			_root.abouttomoveon = 0;
			xspeed = 0;
			yspeed = 0;
			targetxspeed = 0;
		}
		onClipEvent (enterFrame) {
			if (_root.reset == 1) {
				_root.deaths = Number(_root.deaths + 1);
				_x = startx;
				_y = starty;
				_rotation = 0;
				gotoAndStop(1);
				xspeed = 0;
				yspeed = 0;
				targetxspeed = 0;
			}
			if (_root.abouttomoveon == 1) {
				_root.nextFrame();
			}
			if (_x > 750) {
				_root.resetter.play();
				_root.nextFrame();
			}
			if (_root.jumpable == 1) {
				_rotation = 0;
			} else {
				_rotation = xspeed * 5;
			}
			targetxspeed = 0;
			if (Key.isDown(39) or Key.isDown(68)) {
				targetxspeed = 4;
			}
			if (Key.isDown(37) or Key.isDown(65)) {
				targetxspeed = -4;
			}
			if (Key.isDown(40) and _root.jumpable == 1) {
				if (xspeed >= 0) {
					gotoAndStop(7);
				} else {
					gotoAndStop(8);
				}
				targetxspeed = 0;
			} else {
				if (xspeed >= 0) {
					if (_root.jumpable < 1) {
						gotoAndStop(5);
					} else {
						if (xspeed > 1) {
							gotoAndStop(3);
						} else {
							gotoAndStop(1);
						}
					}
				} else {
					if (xspeed < 0) {
						if (_root.jumpable < 1) {
							gotoAndStop(6);
						} else {
							if (xspeed < -1) {
								gotoAndStop(4);
							} else {
								gotoAndStop(2);
							}
						}
					}
				}
			}
			if (Key.isDown(38) or Key.isDown(32) or Key.isDown(87)) {
				if (_root.jumpable == 1) {
					yspeed = -10;
				}
			}
			yspeed += 1;
			if (yspeed > 7) {
				yspeed = 7;
			}
			_y = _y + yspeed;
			xspeed += (targetxspeed - xspeed) / 4;
			if (xspeed < 1 and xspeed > 0) {
				xspeed = 1.0e-026;
			}
			if (xspeed > -1 and xspeed < 0) {
				xspeed = -1.0e-026;
			}
			_x = _x + xspeed;
			_root.jumpable = 0;
			if (_y > 230) {
				_y = 230;
				yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref', mc, i);
			_root[mc]._rotation = 90;
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			if (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 190	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('tref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 190	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('tref2', mc, i);
			_root[mc]._rotation = -90;
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 192	{
		onClipEvent (load) {
			startx = _x;
			range = 100;
			dir = 2;
			speed = 0.5;
		}
		onClipEvent (enterFrame) {
			if (dir == 1) {
				_x = _x - speed;
			}
			if (dir == 2) {
				_x = _x + speed;
			}
			if (_x < startx - range) {
				dir = 2;
			}
			if (_x > startx) {
				dir = 1;
			}
		}
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true) or this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				if (dir == 1) {
					_root.guy._x -= speed;
				}
				if (dir == 2) {
					_root.guy._x += speed;
				}
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 192	{
		onClipEvent (load) {
			startx = _x;
			range = 100;
			dir = 2;
			speed = 0.5;
		}
		onClipEvent (enterFrame) {
			if (dir == 1) {
				_x = _x - speed;
			}
			if (dir == 2) {
				_x = _x + speed;
			}
			if (_x < startx) {
				dir = 2;
			}
			if (_x > startx + range) {
				dir = 1;
			}
		}
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true) or this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				if (dir == 1) {
					_root.guy._x -= speed;
				}
				if (dir == 2) {
					_root.guy._x += speed;
				}
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 190	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('tref', mc, i);
			_root[mc]._rotation = 90;
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 190	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('tref', mc, i);
			_root[mc]._rotation = 90;
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 190	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('tref', mc, i);
			_root[mc]._rotation = 90;
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 190	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('tref', mc, i);
			_root[mc]._rotation = 90;
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			_alpha = 0;
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref2', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			if (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	frame 86 {
		j = 0;
		i = _root.getNextHighestDepth();
		while (j <= i) {
			var mc = 'r' + j;
			removeMovieClip(mc);
			++j;
		}
		i = 1;
		nextFrame();
	}
	movieClip 410	{
	}
	instance of movieClip 410	{
		onClipEvent (release) {
			getURL('http://www.youtube.com/watch?v=VnOSASUHAJ8', '_blank');
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref', mc, i);
			_root[mc]._rotation = 90;
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			if (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref', mc, i);
			_root[mc]._rotation = -90;
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			if (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 190	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('tref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref2', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			if (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 192	{
		onClipEvent (load) {
			startx = _x;
			range = 0;
			dir = 2;
			speed = 0.5;
		}
		onClipEvent (enterFrame) {
			if (dir == 1) {
				_x = _x - speed;
			}
			if (dir == 2) {
				_x = _x + speed;
			}
			if (_x < startx) {
				dir = 2;
			}
			if (_x > startx + range) {
				dir = 1;
			}
		}
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true) or this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				if (dir == 1) {
					_root.guy._x -= speed;
				}
				if (dir == 2) {
					_root.guy._x += speed;
				}
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 194	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('pref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			if (_root.guy.yspeed >= 0) {
				while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
					--_root.guy._y;
					_root.guy.yspeed = 0;
					_root.jumpable = 1;
				}
				while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
					--_root.guy._y;
					_root.guy.yspeed = 0;
					_root.jumpable = 1;
				}
			}
		}
	}
	instance of movieClip 15	{
		onClipEvent (load) {
			startx = _x;
			range = 80;
			dir = 2;
			speed = 1;
		}
		onClipEvent (enterFrame) {
			if (_root.reset == 1) {
				_x = startx;
			}
		}
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('eref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = -8;
				_root.jumpable = 0;
				_root.expl._x = _x;
				_root.expl._y = _y;
				_root.expl.play();
				_x = 10000;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = -8;
				_root.jumpable = 0;
				_root.expl._x = _x;
				_root.expl._y = _y;
				_root.expl.play();
				_x = 10000;
			}
			if (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				_root.reset = 1;
			}
		}
	}
	instance of movieClip 190	{
		onClipEvent (load) {
			_alpha = 0;
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('tref2', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			_alpha = 0;
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref', mc, i);
			_root[mc]._rotation = 90;
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			if (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			_alpha = 0;
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref', mc, i);
			_root[mc]._rotation = -90;
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			if (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 190	{
		onClipEvent (load) {
			_alpha = 0;
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('tref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			_alpha = 0;
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			_alpha = 0;
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			_alpha = 0;
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('sref2', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			if (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 192	{
		onClipEvent (load) {
			_alpha = 0;
			startx = _x;
			range = 0;
			dir = 2;
			speed = 0.5;
		}
		onClipEvent (enterFrame) {
			if (dir == 1) {
				_x = _x - speed;
			}
			if (dir == 2) {
				_x = _x + speed;
			}
			if (_x < startx) {
				dir = 2;
			}
			if (_x > startx + range) {
				dir = 1;
			}
		}
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true) or this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				if (dir == 1) {
					_root.guy._x -= speed;
				}
				if (dir == 2) {
					_root.guy._x += speed;
				}
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 194	{
		onClipEvent (load) {
			_alpha = 0;
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('pref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			if (_root.guy.yspeed >= 0) {
				while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
					--_root.guy._y;
					_root.guy.yspeed = 0;
					_root.jumpable = 1;
				}
				while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
					--_root.guy._y;
					_root.guy.yspeed = 0;
					_root.jumpable = 1;
				}
			}
		}
	}
	instance of movieClip 190	{
		onClipEvent (load) {
			_alpha = 0;
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('tref', mc, i);
			_root[mc]._rotation = 90;
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 190	{
		onClipEvent (load) {
			_alpha = 0;
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('tref2', mc, i);
			_root[mc]._rotation = -90;
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 15	{
		onClipEvent (load) {
			_alpha = 0;
			startx = _x;
			range = 80;
			dir = 2;
			speed = 1;
		}
		onClipEvent (enterFrame) {
			if (_root.reset == 1) {
				_x = startx;
			}
		}
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('eref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = -8;
				_root.jumpable = 0;
				_root.expl._x = _x;
				_root.expl._y = _y;
				_root.expl.play();
				_x = 10000;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = -8;
				_root.jumpable = 0;
				_root.expl._x = _x;
				_root.expl._y = _y;
				_root.expl.play();
				_x = 10000;
			}
			if (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				_root.reset = 1;
			}
		}
	}
	instance of movieClip 190	{
		onClipEvent (load) {
			_alpha = 100;
			yspeed = 0;
		}
		onClipEvent (enterFrame) {
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			_alpha = 100;
			yspeed = 0;
		}
		onClipEvent (enterFrame) {
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			if (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			_alpha = 100;
			yspeed = 0;
		}
		onClipEvent (enterFrame) {
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			if (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 190	{
		onClipEvent (load) {
			_alpha = 100;
			yspeed = 0;
		}
		onClipEvent (enterFrame) {
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			_alpha = 100;
			yspeed = 0;
		}
		onClipEvent (enterFrame) {
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			_alpha = 100;
			yspeed = 0;
		}
		onClipEvent (enterFrame) {
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 188	{
		onClipEvent (load) {
			_alpha = 100;
			yspeed = 0;
		}
		onClipEvent (enterFrame) {
			if (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				_root.reset = 1;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 192	{
		onClipEvent (load) {
			_alpha = 100;
			startx = _x;
			range = 0;
			dir = 2;
			speed = 0.5;
		}
		onClipEvent (enterFrame) {
			if (dir == 1) {
				_x = _x - speed;
			}
			if (dir == 2) {
				_x = _x + speed;
			}
			if (_x < startx) {
				dir = 2;
			}
			if (_x > startx + range) {
				dir = 1;
			}
		}
		onClipEvent (load) {
			yspeed = 0;
		}
		onClipEvent (enterFrame) {
			if (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true) or this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				if (dir == 1) {
					_root.guy._x -= speed;
				}
				if (dir == 2) {
					_root.guy._x += speed;
				}
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 194	{
		onClipEvent (load) {
			_alpha = 100;
			yspeed = 0;
		}
		onClipEvent (enterFrame) {
			if (_root.guy.yspeed >= 0) {
				while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
					--_root.guy._y;
					_root.guy.yspeed = 0;
					_root.jumpable = 1;
				}
				while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
					--_root.guy._y;
					_root.guy.yspeed = 0;
					_root.jumpable = 1;
				}
			}
		}
	}
	instance of movieClip 190	{
		onClipEvent (load) {
			_alpha = 100;
			yspeed = 0;
		}
		onClipEvent (enterFrame) {
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 190	{
		onClipEvent (load) {
			_alpha = 100;
			yspeed = 0;
		}
		onClipEvent (enterFrame) {
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 15	{
		onClipEvent (load) {
			_alpha = 100;
			startx = _x;
			range = 80;
			dir = 2;
			speed = 1;
		}
		onClipEvent (enterFrame) {
			if (_root.reset == 1) {
				_x = startx;
			}
		}
		onClipEvent (load) {
			yspeed = 0;
		}
		onClipEvent (enterFrame) {
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = -8;
				_root.jumpable = 0;
				_root.expl._x = _x;
				_root.expl._y = _y;
				_root.expl.play();
				_x = 10000;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = -8;
				_root.jumpable = 0;
				_root.expl._x = _x;
				_root.expl._y = _y;
				_root.expl.play();
				_x = 10000;
			}
			if (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				_root.reset = 1;
			}
			if (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				_root.reset = 1;
			}
		}
	}
	instance of movieClip 190	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('tref', mc, i);
			_root[mc]._rotation = 90;
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 190	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('tref2', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	instance of movieClip 186	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('ref', mc, i);
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
		}
	}
	instance of movieClip 190	{
		onClipEvent (load) {
			yspeed = 0;
			i = _root.getNextHighestDepth();
			var mc = 'r' + i;
			_root[mc] = _root.attachMovie('tref2', mc, i);
			_root[mc]._rotation = -90;
		}
		onClipEvent (enterFrame) {
			if (_root.abouttomoveon == 1) {
				removeMovieClip(_root[mc]);
			}
			_root[mc]._y = 500 - _y;
			_root[mc]._x = _x;
			while (this.hitTest(_root.guy._x + 4, _root.guy._y - 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x + 4, _root.guy._y + 2, true)) {
				--_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y - 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 4, _root.guy._y + 2, true)) {
				++_root.guy._x;
				_root.guy.xspeed = 0;
			}
			while (this.hitTest(_root.guy._x - 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x + 1, _root.guy._y + 9, true)) {
				--_root.guy._y;
				_root.guy.yspeed = 0;
				_root.jumpable = 1;
			}
			while (this.hitTest(_root.guy._x, _root.guy._y - 9, true)) {
				++_root.guy._y;
				++_root.guy.yspeed;
			}
		}
	}
	
	// unknown tag 88 length 115
	
	// unknown tag 88 length 107
