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

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

Space Explorer.swf

This is the info page for
Flash #22203

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


Text
en
d

Loading.
Please wait...

THOUSANDS OF THE WEBS MOST ADDICTING GAMES
JUST UNDER ONE CLICK

pow

0000000

PLAY

HOW TO PLAY

TOP SCORES

PLAY MORE GAMES

PLAY

HOW TO PLAY

TOP SCORES

PLAY MORE GAMES

free addicting games.com

00:00:00

DAMAGE

100

PAUSE

PAUSE

PAUSE

00^00^00

Submit your top score

Type your name:

Submit

FORWARDS

REVERSE

TILT
FORWARDS

TILT
BACKWARDS

Press 'P' key for
pause

FORWARDS

REVERSE

TILT
FORWARDS

TILT
BACKWARDS

Press 'P' key for
pause

Try to be as careful as possible in order to go through all the levels without
damaging the research vehicle

Instructions

MAIN MENU

MAIN MENU

ActionScript [AS1/AS2]

Frame 1
function preLoading() { loadedSuccess = true; clearInterval(_iTimes); _iTimes = null; } Stage.scaleMode = "exactFit"; Stage.align = "TL"; System.security.allowDomain("*"); Stage.showMenu = false; _iTimes = null; _iTimes = setInterval(preLoading, 8000); protocol = _url.substr(0, _url.indexOf(":")); hacked = false; this.onEnterFrame = function () { if ((this.getBytesLoaded() == this.getBytesTotal()) && (loadedSuccess == true)) { _root.preloader_mc._visible = false; if (hacked == false) { gotoAndStop ("init"); } delete this.onEnterFrame; } else if (this.getBytesLoaded() == this.getBytesTotal()) { _root.preloader_mc.caption_txt.text = "Starting..."; _root.preloader_mc.caption2_txt.text = "Starting..."; } else { var _local3 = Math.round((this.getBytesLoaded() * 100) / this.getBytesTotal()); _root.preloader_mc.bar_mc._xscale = _local3; _root.preloader_mc.caption_txt.text = _local3 + "%"; _root.preloader_mc.caption2_txt.text = _local3 + "%"; } }; _quality = "BEST"; stop();
Frame 9
prevFrame();
Frame 20
function upGame() { _global.gl_user_info.times = {score:1000000, sec:0, min:0, hour:0}; _global.gl_user_info.score = 10000000 /* 0x989680 */; _global.gl_user_info.curr_level = 1; _global.gl_user_info.damage = 0; _global.gl_game_info.is_game_over = false; _global.gl_game_info.is_pause = false; } function downScore() { if (_global.gl_user_info.score > 0) { _global.gl_user_info.score--; } _global.gl_user_info.times.score--; _global.gl_user_info.times.sec++; if (_global.gl_user_info.times.sec == 60) { _global.gl_user_info.times.min++; _global.gl_user_info.times.sec = 0; } if (_global.gl_user_info.times.min == 60) { _global.gl_user_info.times.hour++; _global.gl_user_info.times.min = 0; } if (_global.gl_user_info.times.hour == 24) { _global.gl_user_info.times.hour = 0; } _sec = ((_global.gl_user_info.times.sec < 10) ? ("0" + _global.gl_user_info.times.sec) : (_global.gl_user_info.times.sec)); _min = ((_global.gl_user_info.times.min < 10) ? ("0" + _global.gl_user_info.times.min) : (_global.gl_user_info.times.min)); _hour = ((_global.gl_user_info.times.hour < 10) ? ("0" + _global.gl_user_info.times.hour) : (_global.gl_user_info.times.hour)); main_mc.score_txt.text = (((_hour + ":") + _min) + ":") + _sec; main_mc.score2_txt.text = (((_hour + ":") + _min) + ":") + _sec; } function startGame() { clearInterval(_global.scoreInterval); _global.scoreInterval = null; _global.gl_user_info.times = {score:1000000, sec:0, min:0, hour:0}; _global.scoreInterval = setInterval(downScore, 1000); _global.gl_level = gl_user_info.levels["level_" + gl_user_info.curr_level]; gl_game_info.is_game_over = (gl_game_info.is_pause = false); main_mc.messages_mc.gotoAndStop("empty"); main_mc.lives_txt.text = "x" + _global.gl_user_info.lives; _root.onKeyDown = function () { if (Key.getCode() == 80) { gl_game_info.is_pause = !gl_game_info.is_pause; if (gl_game_info.is_pause) { main_mc.messages_mc.gotoAndPlay("pause"); clearInterval(_global.scoreInterval); _global.scoreInterval = null; } else { main_mc.messages_mc.gotoAndPlay("un_pause"); clearInterval(_global.scoreInterval); _global.scoreInterval = null; _global.scoreInterval = setInterval(downScore, 1000); } } if (Key.getCode() == 83) { clearInterval(_global.scoreInterval); _global.scoreInterval = null; if (_global.gl_user_info.curr_level < 10) { _global.gl_game_info.is_game_over = true; _global.gl_user_info.curr_level++; _global.gl_level = _global.gl_user_info.levels["level_" + _global.gl_user_info.curr_level]; _global.gl_user_info.levels["level_" + (_global.gl_user_info.curr_level - 1)].times = (((((_global.gl_user_info.times.hour < 10) ? ("0" + _global.gl_user_info.times.hour) : (_global.gl_user_info.times.hour)) + ":") + ((_global.gl_user_info.times.min < 10) ? ("0" + _global.gl_user_info.times.min) : (_global.gl_user_info.times.min))) + ":") + ((_global.gl_user_info.times.sec < 10) ? ("0" + _global.gl_user_info.times.sec) : (_global.gl_user_info.times.sec)); _root.main_mc.messages_mc.gotoAndStop("level_completed"); } else { global.gl_game_info.is_game_over = true; _global.gl_user_info.curr_level++; _global.gl_level = _global.gl_user_info.levels["level_" + _global.gl_user_info.curr_level]; _global.gl_user_info.levels["level_" + (_global.gl_user_info.curr_level - 1)].times = (((((_global.gl_user_info.times.hour < 10) ? ("0" + _global.gl_user_info.times.hour) : (_global.gl_user_info.times.hour)) + ":") + ((_global.gl_user_info.times.min < 10) ? ("0" + _global.gl_user_info.times.min) : (_global.gl_user_info.times.min))) + ":") + ((_global.gl_user_info.times.sec < 10) ? ("0" + _global.gl_user_info.times.sec) : (_global.gl_user_info.times.sec)); _root.main_mc.messages_mc.gotoAndStop("game_completed"); } } }; Key.addListener(_root); if (!Pirrest.Common.PiVal.isEmpty(gl_level)) { main_mc.main_cont_mc.attachMovie(gl_level.link, "level_mc", 1); main_mc.back_mc.gotoAndStop("level_" + gl_user_info.curr_level); } } function rhex(num) { str = ""; j = 0; while (j <= 3) { str = str + (hex_chr.charAt(Math_bitAND(num >> ((j * 8) + 4), 15)) + hex_chr.charAt(Math_bitAND(num >> (j * 8), 15))); j++; } return(str); } function str2blks_MD5(str) { nblk = ((str.length + 8) >> 6) + 1; blks = new Array(nblk * 16); i = 0; while (i < (nblk * 16)) { blks[i] = 0; i++; } i = 0; while (i < str.length) { blks[i >> 2] = blks[i >> 2] | (str.charCodeAt(i) << ((i % 4) * 8)); i++; } blks[i >> 2] = blks[i >> 2] | (128 << ((i % 4) * 8)); blks[(nblk * 16) - 2] = str.length * 8; return(blks); } function addme(x, y) { var _local1 = Math_bitAND(x, 65535) + Math_bitAND(y, 65535); var _local2 = ((x >> 16) + (y >> 16)) + (_local1 >> 16); return((_local2 << 16) | Math_bitAND(_local1, 65535)); } function rol(num, cnt) { return((num << cnt) | (num >>> (32 - cnt))); } function cmn(q, a, b, x, s, t) { return(addme(rol(addme(addme(a, q), addme(x, t)), s), b)); } function ff(a, b, c, d, x, s, t) { return(cmn(Math_bitAND(b, c) | Math_bitAND(~b, d), a, b, x, s, t)); } function gg(a, b, c, d, x, s, t) { return(cmn(Math_bitAND(b, d) | Math_bitAND(c, ~d), a, b, x, s, t)); } function hh(a, b, c, d, x, s, t) { return(cmn((b ^ c) ^ d, a, b, x, s, t)); } function ii(a, b, c, d, x, s, t) { return(cmn(c ^ (b | (~d)), a, b, x, s, t)); } if (hacked == true) { _root.gotoAndStop(1); } player = {link:"lib_jeep"}; level_1 = {link:"lib_level_3", damping:1, gravity:{x:0, y:0.5}, kfr:0.1, friction:0.9, times:0}; level_2 = {link:"lib_level_2", damping:1, gravity:{x:0, y:0.6}, kfr:0.1, friction:0.8, times:0}; level_3 = {link:"lib_level_4", damping:1, gravity:{x:0, y:0.6}, kfr:0.1, friction:0.9, times:0}; level_4 = {link:"lib_level_1", damping:1, gravity:{x:0, y:0.5}, kfr:0.1, friction:0.9, times:0}; level_5 = {link:"lib_level_6", damping:1, gravity:{x:0, y:0.5}, kfr:0.1, friction:0.8, times:0}; level_6 = {link:"lib_level_5", damping:1, gravity:{x:0, y:0.4}, kfr:0.2, friction:0.3, times:0}; level_7 = {link:"lib_level_7", damping:1, gravity:{x:0, y:0.4}, kfr:0.1, friction:0.8, times:0}; level_8 = {link:"lib_level_8", damping:1, gravity:{x:0, y:0.4}, kfr:0.1, friction:0.8, times:0}; level_9 = {link:"lib_level_10", damping:1, gravity:{x:0, y:0.4}, kfr:0.1, friction:0.8, times:0}; level_10 = {link:"lib_level_9", damping:1, gravity:{x:0, y:0.4}, kfr:0.1, friction:0.8}; levels = {level_1:level_1, level_2:level_2, level_3:level_3, level_4:level_4, level_5:level_5, level_6:level_6, level_7:level_7, level_8:level_8, level_9:level_9, level_10:level_10}; _global.gl_user_info = {levels:levels, player:player, curr_level:1, times:{score:1000000, sec:0, min:0, hour:0}, score:10000000, damage:0}; _global.gl_game_info = {is_game_over:false, is_pause:false}; _global.scoreInterval = null; delete player; delete level_1; delete level_2; delete level_3; delete level_4; delete level_5; delete level_6; delete level_7; delete level_8; delete level_9; delete level_10; delete levels; main_mc.gotoAndStop("intro"); Math_bitAND = function (a, b) { if ((a < 0) && (b < 0)) { var _local3 = (a & 1) & (b & 1); var _local4 = (a >>> 1) & (b >>> 1); return((_local4 << 1) | _local3); } return(a & b); }; var hex_chr = "0123456789abcdef"; MD5 = function (inString) { var _local1 = inString; x = str2blks_MD5(_local1); a = 1732584193 /* 0x67452301 */; b = -271733879; c = -1732584194; d = 271733878 /* 0x10325476 */; i = 0; while (i < x.length) { olda = a; oldb = b; oldc = c; oldd = d; a = ff(a, b, c, d, x[i + 0], 7, -680876936); d = ff(d, a, b, c, x[i + 1], 12, -389564586); c = ff(c, d, a, b, x[i + 2], 17, 606105819); b = ff(b, c, d, a, x[i + 3], 22, -1044525330); a = ff(a, b, c, d, x[i + 4], 7, -176418897); d = ff(d, a, b, c, x[i + 5], 12, 1200080426); c = ff(c, d, a, b, x[i + 6], 17, -1473231341); b = ff(b, c, d, a, x[i + 7], 22, -45705983); a = ff(a, b, c, d, x[i + 8], 7, 1770035416); d = ff(d, a, b, c, x[i + 9], 12, -1958414417); c = ff(c, d, a, b, x[i + 10], 17, -42063); b = ff(b, c, d, a, x[i + 11], 22, -1990404162); a = ff(a, b, c, d, x[i + 12], 7, 1804603682); d = ff(d, a, b, c, x[i + 13], 12, -40341101); c = ff(c, d, a, b, x[i + 14], 17, -1502002290); b = ff(b, c, d, a, x[i + 15], 22, 1236535329); a = gg(a, b, c, d, x[i + 1], 5, -165796510); d = gg(d, a, b, c, x[i + 6], 9, -1069501632); c = gg(c, d, a, b, x[i + 11], 14, 643717713); b = gg(b, c, d, a, x[i + 0], 20, -373897302); a = gg(a, b, c, d, x[i + 5], 5, -701558691); d = gg(d, a, b, c, x[i + 10], 9, 38016083); c = gg(c, d, a, b, x[i + 15], 14, -660478335); b = gg(b, c, d, a, x[i + 4], 20, -405537848); a = gg(a, b, c, d, x[i + 9], 5, 568446438); d = gg(d, a, b, c, x[i + 14], 9, -1019803690); c = gg(c, d, a, b, x[i + 3], 14, -187363961); b = gg(b, c, d, a, x[i + 8], 20, 1163531501); a = gg(a, b, c, d, x[i + 13], 5, -1444681467); d = gg(d, a, b, c, x[i + 2], 9, -51403784); c = gg(c, d, a, b, x[i + 7], 14, 1735328473); b = gg(b, c, d, a, x[i + 12], 20, -1926607734); a = hh(a, b, c, d, x[i + 5], 4, -378558); d = hh(d, a, b, c, x[i + 8], 11, -2022574463); c = hh(c, d, a, b, x[i + 11], 16, 1839030562); b = hh(b, c, d, a, x[i + 14], 23, -35309556); a = hh(a, b, c, d, x[i + 1], 4, -1530992060); d = hh(d, a, b, c, x[i + 4], 11, 1272893353); c = hh(c, d, a, b, x[i + 7], 16, -155497632); b = hh(b, c, d, a, x[i + 10], 23, -1094730640); a = hh(a, b, c, d, x[i + 13], 4, 681279174); d = hh(d, a, b, c, x[i + 0], 11, -358537222); c = hh(c, d, a, b, x[i + 3], 16, -722521979); b = hh(b, c, d, a, x[i + 6], 23, 76029189); a = hh(a, b, c, d, x[i + 9], 4, -640364487); d = hh(d, a, b, c, x[i + 12], 11, -421815835); c = hh(c, d, a, b, x[i + 15], 16, 530742520); b = hh(b, c, d, a, x[i + 2], 23, -995338651); a = ii(a, b, c, d, x[i + 0], 6, -198630844); d = ii(d, a, b, c, x[i + 7], 10, 1126891415); c = ii(c, d, a, b, x[i + 14], 15, -1416354905); b = ii(b, c, d, a, x[i + 5], 21, -57434055); a = ii(a, b, c, d, x[i + 12], 6, 1700485571); d = ii(d, a, b, c, x[i + 3], 10, -1894986606); c = ii(c, d, a, b, x[i + 10], 15, -1051523); b = ii(b, c, d, a, x[i + 1], 21, -2054922799); a = ii(a, b, c, d, x[i + 8], 6, 1873313359); d = ii(d, a, b, c, x[i + 15], 10, -30611744); c = ii(c, d, a, b, x[i + 6], 15, -1560198380); b = ii(b, c, d, a, x[i + 13], 21, 1309151649); a = ii(a, b, c, d, x[i + 4], 6, -145523070); d = ii(d, a, b, c, x[i + 11], 10, -1120210379); c = ii(c, d, a, b, x[i + 2], 15, 718787259); b = ii(b, c, d, a, x[i + 9], 21, -343485551); a = addme(a, olda); b = addme(b, oldb); c = addme(c, oldc); d = addme(d, oldd); i = i + 16; } return(((rhex(a) + rhex(b)) + rhex(c)) + rhex(d)); };
Frame 30
prevFrame();
Symbol 64 Button
on (release) { _root.getURL("http://freeaddictinggames.com", "_blank"); }
Symbol 259 MovieClip [__Packages.Pirrest.PhisicsEngine.Wheel] Frame 0
class Pirrest.PhisicsEngine.Wheel extends MovieClip { var _coord_space, _parent, _y, _x, wr, _width, wp, rp, contactRadius, coeffSlip, closestPoint, _rotation; function Wheel () { super(); } function init($coord_space, $mass) { if (Pirrest.Common.PiVal.isEmpty($coord_space)) { _coord_space = _parent; } else { _coord_space = $coord_space; } var _local2 = {x:_x, y:_y}; _parent.localToGlobal(_local2); $coord_space.globalToLocal(_local2); wr = _width / 2; wp = new Pirrest.PhisicsEngine.Particle(_local2.x, _local2.y, $mass); rp = new Pirrest.PhisicsEngine.RimParticle(wr, 2); contactRadius = wr; coeffSlip = 0.1; closestPoint = new Pirrest.PhisicsEngine.Vector(0, 0); } function verlet($sysObj) { rp.verlet($sysObj); wp.verlet($sysObj); } function checkCollision($surface, $sysObj) { $surface.resolveWheelCollision(this); } function paint() { var _local7 = wp.curr.x; var _local6 = wp.curr.y; var _local4 = rp.curr.x; var _local2 = rp.curr.y; _x = _local7; _y = _local6; var _local3 = 57.29578; var _local5 = (-Math.atan2(_local4, _local2)) * _local3; _rotation = _local5; } function resolve($n) { var _local3 = -rp.curr.y; var _local2 = rp.curr.x; var _local4 = Math.sqrt((_local3 * _local3) + (_local2 * _local2)); _local3 = _local3 / _local4; _local2 = _local2 / _local4; var _local13 = _local3 * rp.speed; var _local11 = _local2 * rp.speed; var _local12 = wp.curr.x - wp.prev.x; var _local10 = wp.curr.y - wp.prev.y; var _local9 = _local12 + _local13; var _local8 = _local10 + _local11; var _local6 = ((-$n.y) * _local9) + ($n.x * _local8); rp.prev.x = rp.curr.x - (_local6 * _local3); rp.prev.y = rp.curr.y - (_local6 * _local2); var _local7 = 1 - coeffSlip; wp.curr.x = wp.curr.x + ((_local7 * rp.speed) * (-$n.y)); wp.curr.y = wp.curr.y + ((_local7 * rp.speed) * $n.x); rp.speed = rp.speed * coeffSlip; } }
Symbol 260 MovieClip [__Packages.Pirrest.PhisicsEngine.Particle] Frame 0
class Pirrest.PhisicsEngine.Particle { var curr, prev, temp, mass, dmc; function Particle ($posX, $posY, $mass) { init($posX, $posY, $mass); } function init($posX, $posY, $mass) { curr = new Pirrest.PhisicsEngine.Vector($posX, $posY); prev = new Pirrest.PhisicsEngine.Vector($posX, $posY); temp = new Pirrest.PhisicsEngine.Vector(0, 0); if (($mass == undefined) || ($mass < 0)) { mass = 0; } else { mass = $mass; } var _local3 = _root.main_mc.main_cont_mc.level_mc.over_mc.getNextHighestDepth(); dmc = _root.main_mc.main_cont_mc.level_mc.over_mc.createEmptyMovieClip("p_" + _local3, _local3); } function verlet($sysObj) { temp.x = curr.x; temp.y = curr.y; curr.x = curr.x + (($sysObj.coeffDamp * (curr.x - prev.x)) + $sysObj.gravity.x); curr.y = curr.y + ((($sysObj.coeffDamp * (curr.y - prev.y)) + $sysObj.gravity.y) + mass); prev.x = temp.x; prev.y = temp.y; } function checkCollision($surface, $sysObj) { $surface.resolveParticleCollision(this, $sysObj); } function paint() { dmc.clear(); dmc.lineStyle(0, 16777215, 100); Pirrest.PhisicsEngine.Graphics.prototype.paintCircle(dmc, curr.x, curr.y, 2); } function setPos($px, $py) { curr.x = $px; curr.y = $py; prev.x = $px; prev.y = $py; } }
Symbol 261 MovieClip [__Packages.Pirrest.PhisicsEngine.Vector] Frame 0
class Pirrest.PhisicsEngine.Vector { var x, y; function Vector ($x, $y) { init($x, $y); } function init($x, $y) { x = $x; y = $y; } function dot($v) { return((x * $v.x) + (y * $v.y)); } function cross($v) { return((x * $v.y) - (y * $v.x)); } function plus($v) { x = x + $v.x; y = y + $v.y; return(this); } function plusNew($v) { return(new Pirrest.PhisicsEngine.Vector(x + $v.x, y + $v.y)); } function minus($v) { x = x - $v.x; y = y - $v.y; return(this); } function minusNew($v) { return(new Pirrest.PhisicsEngine.Vector(x - $v.x, y - $v.y)); } function mult($s) { x = x * $s; y = y * $s; return(this); } function multNew($s) { return(new Pirrest.PhisicsEngine.Vector(x * $s, y * $s)); } function distance($p) { var _local3 = x - $p.x; var _local2 = y - $p.y; return(Math.sqrt((_local3 * _local3) + (_local2 * _local2))); } function normalize() { var _local2 = Math.sqrt((x * x) + (y * y)); x = x / _local2; y = y / _local2; return(this); } }
Symbol 262 MovieClip [__Packages.Pirrest.PhisicsEngine.ParticleSystem] Frame 0
class Pirrest.PhisicsEngine.ParticleSystem { var _particles_ar, _surfaces_ar, _constraints_ar, _wheels_ar, gravity, coeffRest, coeffFric, coeffDamp, _p_count, _w_count, _s_count, _c_count; function ParticleSystem () { init(); } function init() { _particles_ar = []; _surfaces_ar = []; _constraints_ar = []; _wheels_ar = []; gravity = new Pirrest.PhisicsEngine.Vector(0, 1); coeffRest = 1.5; coeffFric = 0.1; coeffDamp = 0; } function addParticle($px, $py, $mass) { var _local2 = new Pirrest.PhisicsEngine.Particle($px, $py, $mass); _particles_ar.push(_local2); _p_count = _particles_ar.length; return(_local2); } function addWheel($wheel) { _wheels_ar.push($wheel); _w_count = _wheels_ar.length; } function addSurface($s) { _surfaces_ar.push($s); _s_count = _surfaces_ar.length; } function addCircleSurface($s) { _surfaces_ar.push($s); _s_count = _surfaces_ar.length; } function addConstraint($p1, $p2) { var _local2 = new Pirrest.PhisicsEngine.Constraint($p1, $p2); trace((("Add const: " + $p1) + " ") + $p2); _constraints_ar.push(_local2); _c_count = _constraints_ar.length; return(_local2); } function addRectangle($center, $rWidth, $rHeight) { return(new Pirrest.PhisicsEngine.Rectangle(this, $center, $rWidth, $rHeight)); } function addAngularConstraint($p1, $p2, $p3) { var _local2 = new Pirrest.PhisicsEngine.AngularConstraint($p1, $p2, $p3); _constraints_ar.push(_local2); _c_count = _constraints_ar.length; return(_local2); } function setKfr($kfr) { coeffRest = 1 + $kfr; } function setFriction($f) { coeffFric = $f; } function setDamping($d) { coeffDamp = $d; } function setGravity($gx, $gy) { gravity.x = $gx; gravity.y = $gy; } function verlet() { var _local2; _local2 = 0; while (_local2 < _p_count) { _particles_ar[_local2].verlet(this); _local2++; } _local2 = 0; while (_local2 < _w_count) { _wheels_ar[_local2].verlet(this); _local2++; } } function satisfy_constraints_ar() { var _local2; _local2 = 0; while (_local2 < _c_count) { _constraints_ar[_local2].resolve(); _local2++; } } function checkCollisions() { var _local4; var _local3; var _local2; _local4 = 0; while (_local4 < _s_count) { _local3 = 0; while (_local3 < _p_count) { _particles_ar[_local3].checkCollision(_surfaces_ar[_local4], this); _local3++; } _local2 = 0; while (_local2 < _w_count) { _wheels_ar[_local2].checkCollision(_surfaces_ar[_local4], this); _local2++; } _local4++; } } function paintSurfaces() { var _local2 = 0; while (_local2 < _surfaces_ar.length) { _surfaces_ar[_local2].paint(); _local2++; } } function paintParticles() { var _local2 = 0; while (_local2 < _particles_ar.length) { _particles_ar[_local2].paint(); _local2++; } } function paintConstraints() { var _local2 = 0; while (_local2 < _constraints_ar.length) { _constraints_ar[_local2].paint(); _local2++; } } function paintWheels() { var _local2 = 0; while (_local2 < _wheels_ar.length) { _wheels_ar[_local2].paint(); _local2++; } } function timeStep() { verlet(); satisfy_constraints_ar(); checkCollisions(); } }
Symbol 263 MovieClip [__Packages.Pirrest.PhisicsEngine.Surface] Frame 0
class Pirrest.PhisicsEngine.Surface extends MovieClip { var coord_space, p1, p2, isOrientH, normal, rise, run, invRun, slope, invB; function Surface () { super(); } function init($coord_space) { coord_space = $coord_space; p1.init($coord_space); p2.init($coord_space); isOrientH = true; normal = new Pirrest.PhisicsEngine.Vector(0, 0); calcNormal(); rise = p2.y - p1.y; run = p2.x - p1.x; invRun = 1 / run; slope = rise / run; invB = 1 / ((run * run) + (rise * rise)); coord_space.lineStyle(10, 2237064, 100); } function setIsOrientH($isOrientH) { isOrientH = $isOrientH; } function calcNormal() { var _local4 = p2.x - p1.x; var _local3 = p2.y - p1.y; normal.x = _local3; normal.y = -_local4; var _local2 = Math.sqrt((normal.x * normal.x) + (normal.y * normal.y)); normal.x = normal.x / _local2; normal.y = normal.y / _local2; } function paint() { Pirrest.PhisicsEngine.Graphics.prototype.paintLine(coord_space, p1.x, p1.y, p2.x, p2.y); } function resolveWheelCollision($w) { if (bounds($w.wp.curr, $w.contactRadius)) { getClosestPoint($w.wp.curr, $w.closestPoint); var _local3 = $w.closestPoint.minusNew($w.wp.curr); _local3.normalize(); if (inequality($w.wp.curr)) { var _local5 = Math.abs(_local3.x); _local3.x = ((normal.x < 0) ? (_local5) : (-_local5)); _local3.y = Math.abs(_local3.y); } var _local4 = $w.wp.curr.plusNew(_local3.mult($w.wr)); if (segmentInequality(_local4)) { var _local7 = _local4.x - $w.closestPoint.x; var _local6 = _local4.y - $w.closestPoint.y; $w.wp.curr.x = $w.wp.curr.x - _local7; $w.wp.curr.y = $w.wp.curr.y - _local6; $w.resolve(normal); } } } function resolveParticleCollision($p, $sysObj) { if (boundedSegmentInequality($p.curr)) { var _local3 = $p.curr.minusNew($p.prev); var _local2 = normal.dot(_local3); if (_local2 < 0) { var _local8 = _local3.minusNew(normal.multNew(_local2)); var _local5 = _local8.multNew($sysObj.coeffFric); var _local6 = normal.multNew(_local2 * $sysObj.coeffRest); var _local7 = _local6.plusNew(_local5); var _local11 = _local3.minusNew(_local7); var _local10 = normal.dot($p.curr.minusNew(p1)) * $sysObj.coeffRest; } } } function segmentInequality($toPoint) { var _local2 = findU($toPoint); var _local3 = inequality($toPoint); return(((_local2 >= 0) && (_local2 <= 1)) && (_local3)); } function boundedSegmentInequality($toPoint) { var _local3; if (isOrientH) { _local3 = ($toPoint.x >= p1.x) && ($toPoint.x <= p2.x); } else if (p1.y < p2.y) { _local3 = ($toPoint.y >= p1.y) && ($toPoint.y <= p2.y); } else { _local3 = ($toPoint.y <= p1.y) && ($toPoint.y >= p2.y); } if (_local3) { return(inequality($toPoint)); } return(false); } function inequality($toPoint) { var _local2 = (slope * ($toPoint.x - p1.x)) + (p1.y - $toPoint.y); return(_local2 <= 0); } function bounds($toPoint, $r) { return(($toPoint.x >= (p1.x - $r)) && ($toPoint.x <= (p2.x + $r))); } function getClosestPoint($toPoint, $returnVect) { var _local2 = findU($toPoint); if (_local2 <= 0) { return(p1); } if (_local2 >= 1) { return(p2); } var _local4 = p1.x + (_local2 * (p2.x - p1.x)); var _local3 = p1.y + (_local2 * (p2.y - p1.y)); $returnVect.x = _local4; $returnVect.y = _local3; } function findU($p) { var _local2 = (($p.x - p1.x) * run) + (($p.y - p1.y) * rise); return(_local2 * invB); } }
Symbol 264 MovieClip [__Packages.Pirrest.PhisicsEngine.Point] Frame 0
class Pirrest.PhisicsEngine.Point extends MovieClip { var _y, _x, _parent, x, y, pn; function Point () { super(); } function init($coord_space) { var _local2 = {x:_x, y:_y}; if (!Pirrest.Common.PiVal.isEmpty($coord_space)) { _parent.localToGlobal(_local2); $coord_space.globalToLocal(_local2); } x = _local2.x; y = _local2.y; pn = new Pirrest.PhisicsEngine.Vector(0, 0); } function distance(that) { return(Pirrest.Common.PiGeo.distance(x, y, that.x, that.y)); } }
Symbol 265 MovieClip [__Packages.Pirrest.Common.PiVal] Frame 0
class Pirrest.Common.PiVal { function PiVal () { } static function isEmpty($obj) { if (($obj == "") || ($obj == undefined)) { return(true); } return(false); } }
Symbol 266 MovieClip [__Packages.Pirrest.Common.PiGeo] Frame 0
class Pirrest.Common.PiGeo { function PiGeo () { } static function distance($x1, $y1, $x2, $y2) { var _local2 = $x1 - $x2; var _local1 = $y1 - $y2; return(Math.sqrt((_local2 * _local2) + (_local1 * _local1))); } static function angle($x1, $y1, $x2, $y2) { return(Math.atan2($x2 - $x1, $y2 - $y1) * RADIAN); } static var RADIAN = 57.2957795130823; static var DEGREE = 0.0174532925199433 /* Math.PI/180 */; }
Symbol 267 MovieClip [__Packages.Pirrest.PhisicsEngine.Graphics] Frame 0
class Pirrest.PhisicsEngine.Graphics { function Graphics () { } function paintLine($target_mc, $x0, $y0, $x1, $y1) { $target_mc.moveTo($x0, $y0); $target_mc.lineTo($x1, $y1); } function paintCircle($target_mc, $x, $y, $r) { var _local4 = 0.414213562373095 * $r; var _local5 = 0.707106781186547 * $r; $target_mc.moveTo($x + $r, $y); $target_mc.curveTo($r + $x, _local4 + $y, _local5 + $x, _local5 + $y); $target_mc.curveTo(_local4 + $x, $r + $y, $x, $r + $y); $target_mc.curveTo((-_local4) + $x, $r + $y, (-_local5) + $x, _local5 + $y); $target_mc.curveTo((-$r) + $x, _local4 + $y, (-$r) + $x, $y); $target_mc.curveTo((-$r) + $x, (-_local4) + $y, (-_local5) + $x, (-_local5) + $y); $target_mc.curveTo((-_local4) + $x, (-$r) + $y, $x, (-$r) + $y); $target_mc.curveTo(_local4 + $x, (-$r) + $y, _local5 + $x, (-_local5) + $y); $target_mc.curveTo($r + $x, (-_local4) + $y, $r + $x, $y); } }
Symbol 268 MovieClip [__Packages.Pirrest.PhisicsEngine.CircleSurface] Frame 0
class Pirrest.PhisicsEngine.CircleSurface extends MovieClip { var _y, _x, _parent, cx, cy, r, _width, lineStyle; function CircleSurface () { super(); } function init($coord_space) { var _local2 = {x:_x, y:_y}; if (!Pirrest.Common.PiVal.isEmpty($coord_space)) { _parent.localToGlobal(_local2); $coord_space.globalToLocal(_local2); } cx = _local2.x; cy = _local2.y; r = _width / 2; lineStyle(0, 2237064, 100); } function paint() { Pirrest.PhisicsEngine.Graphics.prototype.paintCircle(this, cx, cy, r); } function resolveWheelCollision($w) { var _local3 = cx - $w.wp.curr.x; var _local2 = cy - $w.wp.curr.y; var _local5 = Math.sqrt((_local3 * _local3) + (_local2 * _local2)); var _local6 = ($w.wr + r) - _local5; if (_local6 > 0) { _local3 = _local3 / _local5; _local2 = _local2 / _local5; $w.wp.curr.x = $w.wp.curr.x - (_local3 * _local6); $w.wp.curr.y = $w.wp.curr.y - (_local2 * _local6); var _local7 = new Pirrest.PhisicsEngine.Vector(-_local3, -_local2); $w.resolve(_local7); } } function resolveParticleCollision($p) { var _local2 = new Pirrest.PhisicsEngine.Vector(cx, cy); var _local5 = _local2.distance($p.curr); if (_local5 <= r) { var _local4 = $p.curr.minusNew(_local2).normalize(); var _local6 = _local2.plusNew(_local4.multNew(r)); $p.curr = _local6; } } }
Symbol 269 MovieClip [__Packages.Pirrest.PhisicsEngine.Constraint] Frame 0
class Pirrest.PhisicsEngine.Constraint { var p1, p2, restLength, dmc; function Constraint ($p1, $p2) { init($p1, $p2); } function init($p1, $p2) { p1 = $p1; p2 = $p2; restLength = $p1.curr.distance($p2.curr); var _local3 = _root.main_mc.main_cont_mc.level_mc.over_mc.getNextHighestDepth(); dmc = _root.main_mc.main_cont_mc.level_mc.over_mc.createEmptyMovieClip("p_" + _local3, _local3); } function resolve() { var _local5 = p1.curr.minusNew(p2.curr); var _local3 = p1.curr.distance(p2.curr); var _local4 = (_local3 - restLength) / _local3; var _local2 = _local5.mult(_local4 * 0.3); p1.curr.minus(_local2); p2.curr.plus(_local2); } function setRestLength($r) { restLength = $r; } function paint() { dmc.clear(); dmc.lineStyle(0, 16711680, 100); Pirrest.PhisicsEngine.Graphics.prototype.paintLine(dmc, p1.curr.x, p1.curr.y, p2.curr.x, p2.curr.y); } }
Symbol 270 MovieClip [__Packages.Pirrest.PhisicsEngine.Rectangle] Frame 0
class Pirrest.PhisicsEngine.Rectangle { var p0, p1, p2, p3; function Rectangle ($pSystem, $center, $rWidth, $rHeight) { init($pSystem, $center, $rWidth, $rHeight); } function init($pSystem, $center, $rWidth, $rHeight) { var _local7 = $pSystem.addParticle($center.x - ($rWidth / 2), $center.y - ($rHeight / 2), 0); var _local6 = $pSystem.addParticle($center.x + ($rWidth / 2), $center.y - ($rHeight / 2), 0); var _local5 = $pSystem.addParticle($center.x + ($rWidth / 2), $center.y + ($rHeight / 2), 0); var _local4 = $pSystem.addParticle($center.x - ($rWidth / 2), $center.y + ($rHeight / 2), 0); $pSystem.addConstraint(_local7, _local6); $pSystem.addConstraint(_local6, _local5); $pSystem.addConstraint(_local5, _local4); $pSystem.addConstraint(_local4, _local7); $pSystem.addConstraint(_local7, _local5); $pSystem.addConstraint(_local6, _local4); p0 = _local7; p1 = _local6; p2 = _local5; p3 = _local4; } }
Symbol 271 MovieClip [__Packages.Pirrest.PhisicsEngine.AngularConstraint] Frame 0
class Pirrest.PhisicsEngine.AngularConstraint { var pA, pB, pC, lineA, lineB, pD, lineC, targetTheta, coeffStiff; function AngularConstraint ($pA, $pB, $pC) { init($pA, $pB, $pC); } function init($pA, $pB, $pC) { pA = $pA.curr; pB = $pB.curr; pC = $pC.curr; lineA = new Pirrest.PhisicsEngine.Line(pA, pB); lineB = new Pirrest.PhisicsEngine.Line(pB, pC); pD = new Pirrest.PhisicsEngine.Vector(pB.x + 0, pB.y - 1); lineC = new Pirrest.PhisicsEngine.Line(pB, pD); targetTheta = calcTheta(pA, pB, pC); coeffStiff = 1; } function resolve() { var _local5 = getCentroid(); lineC.p2.x = lineC.p1.x + 0; lineC.p2.y = lineC.p1.y - 1; var _local9 = pA.distance(pB); var _local8 = pB.distance(pC); var _local12 = calcTheta(pA, pB, pC); var _local13 = calcTheta(pA, pB, pD); var _local11 = calcTheta(pC, pB, pD); var _local6 = (targetTheta - _local12) / 2; var _local10 = _local13 + (_local6 * coeffStiff); var _local4 = _local11 - (_local6 * coeffStiff); pA.x = (_local9 * Math.sin(_local10)) + pB.x; pA.y = (_local9 * Math.cos(_local10)) + pB.y; pC.x = (_local8 * Math.sin(_local4)) + pB.x; pC.y = (_local8 * Math.cos(_local4)) + pB.y; var _local7 = getCentroid(); var _local3 = _local7.x - _local5.x; var _local2 = _local7.y - _local5.y; pA.x = pA.x - _local3; pA.y = pA.y - _local2; pB.x = pB.x - _local3; pB.y = pB.y - _local2; pC.x = pC.x - _local3; pC.y = pC.y - _local2; } function calcTheta($pA, $pB, $pC) { var _local2 = new Pirrest.PhisicsEngine.Vector($pB.x - $pA.x, $pB.y - $pA.y); var _local3 = new Pirrest.PhisicsEngine.Vector($pC.x - $pB.x, $pC.y - $pB.y); var _local4 = _local2.dot(_local3); var _local5 = _local2.cross(_local3); return(Math.atan2(_local5, _local4)); } function set theta($t) { targetTheta = $t; //return(theta); } function get theta() { return(targetTheta); } function paint() { } function getCentroid() { var _local3 = ((pA.x + pB.x) + pC.x) / 3; var _local2 = ((pA.y + pB.y) + pC.y) / 3; return(new Pirrest.PhisicsEngine.Vector(_local3, _local2)); } }
Symbol 272 MovieClip [__Packages.Pirrest.PhisicsEngine.Line] Frame 0
class Pirrest.PhisicsEngine.Line { var p1, p2; function Line ($p1, $p2) { p1 = $p1; p2 = $p2; } }
Symbol 273 MovieClip [__Packages.Pirrest.PhisicsEngine.RimParticle] Frame 0
class Pirrest.PhisicsEngine.RimParticle { var curr, prev, vs, speed, maxTorque, wr; function RimParticle ($r, $mt) { init($r, $mt); } function init($r, $mt) { curr = new Pirrest.PhisicsEngine.Vector($r, 0); prev = new Pirrest.PhisicsEngine.Vector(0, 0); vs = 0; speed = 0; maxTorque = $mt; wr = $r; } function verlet($sysObj) { speed = Math.max(-maxTorque, Math.min(maxTorque, speed + vs)); var _local3 = -curr.y; var _local2 = curr.x; var _local4 = Math.sqrt((_local3 * _local3) + (_local2 * _local2)); _local3 = _local3 / _local4; _local2 = _local2 / _local4; curr.x = curr.x + (speed * _local3); curr.y = curr.y + (speed * _local2); var _local10 = prev.x; var _local9 = prev.y; var _local8 = (prev.x = curr.x); var _local7 = (prev.y = curr.y); curr.x = curr.x + ($sysObj.coeffDamp * (_local8 - _local10)); curr.y = curr.y + ($sysObj.coeffDamp * (_local7 - _local9)); var _local6 = Math.sqrt((curr.x * curr.x) + (curr.y * curr.y)); var _local5 = (_local6 - wr) / _local6; curr.x = curr.x - (curr.x * _local5); curr.y = curr.y - (curr.y * _local5); } }
Symbol 274 MovieClip [__Packages.Pirrest.BigFoot.Level] Frame 0
class Pirrest.BigFoot.Level extends MovieClip { var p_system, under_mc, globalToLocal, jeep_body_mc, jeep_cont_mc, jeep_wheel_1_mc, jeep_wheel_2_mc, jeep_wheel_3_mc, part, over_mc, backs_mc, _x, _y; function Level () { super(); } function init() { p_system = new Pirrest.PhisicsEngine.ParticleSystem(); p_system.setDamping(_global.gl_level.damping); p_system.setGravity(_global.gl_level.gravity.x, _global.gl_level.gravity.y); p_system.setKfr(_global.gl_level.kfr); p_system.setFriction(_global.gl_level.friction); var _local5; for (_local5 in under_mc) { var _local3 = under_mc[_local5]; _local3._visible = false; if (_local3 instanceof Pirrest.PhisicsEngine.Surface) { _local3.init(under_mc); p_system.addSurface(_local3); } if (_local3 instanceof Pirrest.PhisicsEngine.CircleSurface) { _local3.init(under_mc); p_system.addCircleSurface(_local3); } } under_mc.ground_mc._visible = true; under_mc.star_mc._visible = true; var _local9 = under_mc.jeep_dummy_mc.wheel_1_dummy_mc; var _local11 = under_mc.jeep_dummy_mc.wheel_2_dummy_mc; var _local10 = under_mc.jeep_dummy_mc.wheel_3_dummy_mc; var _local8 = {x:_local9._x, y:_local9._y}; var _local7 = {x:_local11._x, y:_local11._y}; var _local6 = {x:_local10._x, y:_local10._y}; under_mc.jeep_dummy_mc.localToGlobal(_local8); under_mc.jeep_dummy_mc.localToGlobal(_local7); under_mc.jeep_dummy_mc.localToGlobal(_local6); globalToLocal(_local8); globalToLocal(_local7); globalToLocal(_local6); jeep_body_mc = jeep_cont_mc.attachMovie("lib_jeep_body", "jeep_body_mc", jeep_cont_mc.getNextHighestDepth()); jeep_wheel_1_mc = jeep_cont_mc.attachMovie("lib_jeep_wheel", "wheel_1_mc", jeep_cont_mc.getNextHighestDepth()); jeep_wheel_1_mc._x = _local8.x; jeep_wheel_1_mc._y = _local8.y; jeep_wheel_1_mc.init(jeep_cont_mc, 0); p_system.addWheel(jeep_wheel_1_mc); jeep_wheel_2_mc = jeep_cont_mc.attachMovie("lib_jeep_wheel", "wheel_2_mc", jeep_cont_mc.getNextHighestDepth()); jeep_wheel_2_mc._x = _local7.x; jeep_wheel_2_mc._y = _local7.y; jeep_wheel_2_mc.init(jeep_cont_mc, 0); p_system.addWheel(jeep_wheel_2_mc); jeep_wheel_3_mc = jeep_cont_mc.attachMovie("lib_jeep_wheel", "wheel_2_mc", jeep_cont_mc.getNextHighestDepth()); jeep_wheel_3_mc._x = _local6.x; jeep_wheel_3_mc._y = _local6.y; jeep_wheel_3_mc.init(jeep_cont_mc, 0); p_system.addWheel(jeep_wheel_3_mc); var _local4 = {}; _local4.left = jeep_wheel_1_mc._x; _local4.right = jeep_wheel_2_mc._x; _local4.top = jeep_wheel_1_mc._y; _local4.width = _local4.right - _local4.left; _local4.mid = _local4.left + (_local4.width / 2); part = p_system.addParticle(_local4.mid, _local4.top - 47); p_system.addConstraint(jeep_wheel_1_mc.wp, part); p_system.addConstraint(part, jeep_wheel_2_mc.wp); p_system.addConstraint(jeep_wheel_2_mc.wp, jeep_wheel_3_mc.wp); p_system.addConstraint(jeep_wheel_3_mc.wp, part); p_system.addConstraint(jeep_wheel_3_mc.wp, jeep_wheel_1_mc.wp); over_mc.onEnterFrame = function () { this._x = this._parent.under_mc._x; this._y = this._parent.under_mc._y; }; jeep_cont_mc.onEnterFrame = function () { this._x = this._parent.under_mc._x; this._y = this._parent.under_mc._y; }; } function start() { } function moveCamera() { var _local6; var _local4 = 250 - jeep_body_mc._x; var _local3 = 250 - jeep_body_mc._y; backs_mc._x = (jeep_body_mc._x / 1.5) - 200; var _local8 = _local4 - _x; var _local7 = _local3 - _y; var _local5 = Pirrest.Common.PiGeo.distance(_local4, _local3, _x, _y); var _local2 = _local5 * 0.35; if (_local2 > 50) { _local2 = 50; } _local6 = _local2 / _local5; _x = _x + (_local8 * _local6); _y = _y + (_local7 * _local6); } }
Symbol 275 MovieClip [__Packages.Pirrest.BigFoot.JeepBody] Frame 0
class Pirrest.BigFoot.JeepBody extends MovieClip { var damage, max_damage, createEmptyMovieClip, onEnterFrame, active, level, _parent, main, driver_mc, _rotation, _y, _x, xx, yy; function JeepBody () { super(); damage = 0; max_damage = 400; init(); } function init() { createEmptyMovieClip("sync_mc", 5); onEnterFrame = syncOnEnterFrame; active = true; level = _parent._parent; main = _parent._parent._parent._parent; } function linstenKeys() { var _local2 = 1; if (Key.isDown(37)) { driver_mc.move("back"); level.jeep_wheel_1_mc.wp.mass = 1; level.jeep_wheel_2_mc.wp.mass = -1; } else if (Key.isDown(39)) { driver_mc.move("front"); level.jeep_wheel_1_mc.wp.mass = -1; level.jeep_wheel_2_mc.wp.mass = 1; } else { driver_mc.move("normal"); level.jeep_wheel_1_mc.wp.mass = 0; level.jeep_wheel_2_mc.wp.mass = 0; level.jeep_wheel_3_mc.wp.mass = 0; } if (Key.isDown(38)) { driver_mc.move("front"); level.jeep_wheel_1_mc.rp.vs = _local2; level.jeep_wheel_2_mc.rp.vs = _local2; level.jeep_wheel_3_mc.rp.vs = _local2; } else if (Key.isDown(40)) { driver_mc.move("back"); level.jeep_wheel_1_mc.rp.vs = -_local2; level.jeep_wheel_2_mc.rp.vs = -_local2; level.jeep_wheel_3_mc.rp.vs = -_local2; } else { level.jeep_wheel_1_mc.rp.vs = 0; level.jeep_wheel_2_mc.rp.vs = 0; } } function syncOnEnterFrame() { if (_global.gl_game_info.is_game_over || (_global.gl_game_info.is_pause)) { return(undefined); } level.moveCamera(); linstenKeys(); level.p_system.timeStep(); level.p_system.paintWheels(); var _local6 = (-Pirrest.Common.PiGeo.angle(level.jeep_wheel_1_mc._x, level.jeep_wheel_1_mc._y, level.jeep_wheel_2_mc._x, level.jeep_wheel_2_mc._y)) + 90; _rotation = _local6; _y = level.part.curr.y; _x = level.part.curr.x; var _local7 = {x:driver_mc._parent.roof_mc._x, y:driver_mc._parent.roof_mc._y}; driver_mc.localToGlobal(_local7); xx = Math.abs(level.jeep_wheel_1_mc._x - level.jeep_wheel_2_mc._x); yy = Math.abs(level.jeep_wheel_1_mc._y - level.jeep_wheel_2_mc._y); var _local4 = Math.sqrt((xx * xx) + (yy * yy)); if ((_local4 > 132) || (_local4 < 101)) { _global.gl_user_info.damage++; } if (_global.gl_user_info.damage >= 100) { clearInterval(_global.scoreInterval); _global.scoreInterval = null; _global.gl_game_info.is_game_over = true; _root.main_mc.messages_mc.gotoAndStop("game_over"); } main.damage_txt.text = _global.gl_user_info.damage; main.damage_mc.gotoAndStop(_global.gl_user_info.damage); if ((level.jeep_wheel_1_mc._y < level.jeep_body_mc._y) && (level.jeep_wheel_2_mc._y < level.jeep_body_mc._y)) { _global.gl_game_info.is_game_over = true; _root.main_mc.messages_mc.gotoAndStop("lives_down"); clearInterval(_global.scoreInterval); _global.scoreInterval = null; _global.gl_user_info.times = {score:1000000, sec:0, min:0, hour:0}; } var _local5 = level.under_mc.star_mc; level.under_mc.localToGlobal(_local5); if (level.jeep_cont_mc.hitTest(_local5)) { _global.gl_game_info.is_game_over = true; _global.gl_user_info.curr_level++; _global.gl_level = _global.gl_user_info.levels["level_" + _global.gl_user_info.curr_level]; clearInterval(_global.scoreInterval); _global.scoreInterval = null; if (Pirrest.Common.PiVal.isEmpty(_global.gl_level)) { _global.gl_user_info.levels["level_" + (_global.gl_user_info.curr_level - 1)].times = (((((_global.gl_user_info.times.hour < 10) ? ("0" + _global.gl_user_info.times.hour) : (_global.gl_user_info.times.hour)) + ":") + ((_global.gl_user_info.times.min < 10) ? ("0" + _global.gl_user_info.times.min) : (_global.gl_user_info.times.min))) + ":") + ((_global.gl_user_info.times.sec < 10) ? ("0" + _global.gl_user_info.times.sec) : (_global.gl_user_info.times.sec)); _root.main_mc.messages_mc.gotoAndStop("game_completed"); _global.gl_user_info.curr_level = 1; } else { _global.gl_user_info.levels["level_" + (_global.gl_user_info.curr_level - 1)].times = (((((_global.gl_user_info.times.hour < 10) ? ("0" + _global.gl_user_info.times.hour) : (_global.gl_user_info.times.hour)) + ":") + ((_global.gl_user_info.times.min < 10) ? ("0" + _global.gl_user_info.times.min) : (_global.gl_user_info.times.min))) + ":") + ((_global.gl_user_info.times.sec < 10) ? ("0" + _global.gl_user_info.times.sec) : (_global.gl_user_info.times.sec)); _root.main_mc.messages_mc.gotoAndStop("level_completed"); } } } var prew_min = 300; var prew_max = 0; }
Symbol 71 MovieClip [lib_jeep_body] Frame 1
#initclip 32 Object.registerClass("lib_jeep_body", Pirrest.BigFoot.JeepBody); #endinitclip
Symbol 73 MovieClip [lib_jeep_wheel] Frame 1
#initclip 18 Object.registerClass("lib_jeep_wheel", Pirrest.PhisicsEngine.Wheel); #endinitclip
Symbol 87 MovieClip [lib_point] Frame 1
#initclip 19 Object.registerClass("lib_point", Pirrest.PhisicsEngine.Point); #endinitclip
Symbol 88 MovieClip [lib_surface] Frame 1
#initclip 20 Object.registerClass("lib_surface", Pirrest.PhisicsEngine.Surface); #endinitclip
Symbol 90 MovieClip [lib_circle] Frame 1
#initclip 21 Object.registerClass("lib_circle", Pirrest.PhisicsEngine.CircleSurface); #endinitclip
Symbol 98 MovieClip [lib_level_10] Frame 1
#initclip 22 Object.registerClass("lib_level_10", Pirrest.BigFoot.Level); #endinitclip
Symbol 102 MovieClip [lib_level_9] Frame 1
#initclip 23 Object.registerClass("lib_level_9", Pirrest.BigFoot.Level); #endinitclip
Symbol 118 MovieClip [lib_level_8] Frame 1
#initclip 24 Object.registerClass("lib_level_8", Pirrest.BigFoot.Level); #endinitclip
Symbol 122 MovieClip [lib_level_7] Frame 1
#initclip 25 Object.registerClass("lib_level_7", Pirrest.BigFoot.Level); #endinitclip
Symbol 126 MovieClip [lib_level_6] Frame 1
#initclip 26 Object.registerClass("lib_level_6", Pirrest.BigFoot.Level); #endinitclip
Symbol 133 MovieClip [lib_level_5] Frame 1
#initclip 27 Object.registerClass("lib_level_5", Pirrest.BigFoot.Level); #endinitclip
Symbol 137 MovieClip [lib_level_4] Frame 1
#initclip 28 Object.registerClass("lib_level_4", Pirrest.BigFoot.Level); #endinitclip
Symbol 146 MovieClip [lib_level_1] Frame 1
#initclip 29 Object.registerClass("lib_level_1", Pirrest.BigFoot.Level); #endinitclip
Symbol 150 MovieClip [lib_level_2] Frame 1
#initclip 30 Object.registerClass("lib_level_2", Pirrest.BigFoot.Level); #endinitclip
Symbol 157 MovieClip [lib_level_3] Frame 1
#initclip 31 Object.registerClass("lib_level_3", Pirrest.BigFoot.Level); #endinitclip
Symbol 175 MovieClip Frame 1
this.onEnterFrame = function () { randVal = ((random(9999) / 1000000) + " : ") + (random(9999) / 1000000); };
Instance of Symbol 163 MovieClip in Symbol 175 MovieClip Frame 1
onClipEvent (enterFrame) { this._x = this._x + (random(8) - 1); if (this._x > 500) { this._x = -10; } }
Instance of Symbol 165 MovieClip in Symbol 175 MovieClip Frame 1
onClipEvent (enterFrame) { this._x = this._x + (random(4) - 1); if (this._x > 500) { this._x = -10; } }
Instance of Symbol 167 MovieClip in Symbol 175 MovieClip Frame 1
onClipEvent (enterFrame) { this._x = this._x + (random(10) - 1); if (this._x > 500) { this._x = -10; } }
Instance of Symbol 169 MovieClip in Symbol 175 MovieClip Frame 1
onClipEvent (enterFrame) { this._x = this._x + (random(4) - 1); if (this._x > 500) { this._x = -10; } }
Instance of Symbol 171 MovieClip in Symbol 175 MovieClip Frame 1
onClipEvent (enterFrame) { this._x = this._x + (random(7) - 1); if (this._x > 500) { this._x = -10; } }
Symbol 190 Button
on (release) { _root.getURL("http://www.freeaddictinggames.com", "_blank"); }
Symbol 198 MovieClip Frame 150
this._x = random(400) + 100;
Symbol 203 MovieClip Frame 1
stop();
Instance of Symbol 194 MovieClip in Symbol 203 MovieClip Frame 1
onClipEvent (load) { this.gotoAndPlay(random(60)); this._alpha = random(40) + 40; this._xscale = (this._yscale = random(60) + 30); }
Instance of Symbol 194 MovieClip in Symbol 203 MovieClip Frame 1
onClipEvent (load) { this.gotoAndPlay(random(60)); this._alpha = random(40) + 40; this._xscale = (this._yscale = random(60) + 30); }
Instance of Symbol 194 MovieClip in Symbol 203 MovieClip Frame 1
onClipEvent (load) { this.gotoAndPlay(random(60)); this._alpha = random(40) + 40; this._xscale = (this._yscale = random(60) + 30); }
Instance of Symbol 194 MovieClip in Symbol 203 MovieClip Frame 1
onClipEvent (load) { this.gotoAndPlay(random(60)); this._alpha = random(40) + 40; this._xscale = (this._yscale = random(60) + 30); }
Instance of Symbol 194 MovieClip in Symbol 203 MovieClip Frame 1
onClipEvent (load) { this.gotoAndPlay(random(60)); this._alpha = random(40) + 40; this._xscale = (this._yscale = random(60) + 30); }
Instance of Symbol 194 MovieClip in Symbol 203 MovieClip Frame 1
onClipEvent (load) { this.gotoAndPlay(random(60)); this._alpha = random(40) + 40; this._xscale = (this._yscale = random(60) + 30); }
Instance of Symbol 194 MovieClip in Symbol 203 MovieClip Frame 1
onClipEvent (load) { this.gotoAndPlay(random(60)); this._alpha = random(40) + 40; this._xscale = (this._yscale = random(60) + 30); }
Instance of Symbol 194 MovieClip in Symbol 203 MovieClip Frame 1
onClipEvent (load) { this.gotoAndPlay(random(60)); this._alpha = random(40) + 40; this._xscale = (this._yscale = random(60) + 30); }
Instance of Symbol 194 MovieClip in Symbol 203 MovieClip Frame 1
onClipEvent (load) { this.gotoAndPlay(random(60)); this._alpha = random(40) + 40; this._xscale = (this._yscale = random(60) + 30); }
Instance of Symbol 194 MovieClip in Symbol 203 MovieClip Frame 1
onClipEvent (load) { this.gotoAndPlay(random(60)); this._alpha = random(40) + 40; this._xscale = (this._yscale = random(60) + 30); }
Instance of Symbol 194 MovieClip in Symbol 203 MovieClip Frame 1
onClipEvent (load) { this.gotoAndPlay(random(60)); this._alpha = random(40) + 40; this._xscale = (this._yscale = random(60) + 30); }
Instance of Symbol 194 MovieClip in Symbol 203 MovieClip Frame 1
onClipEvent (load) { this.gotoAndPlay(random(60)); this._alpha = random(40) + 40; this._xscale = (this._yscale = random(60) + 30); }
Instance of Symbol 194 MovieClip in Symbol 203 MovieClip Frame 1
onClipEvent (load) { this.gotoAndPlay(random(60)); this._alpha = random(40) + 40; this._xscale = (this._yscale = random(60) + 30); }
Instance of Symbol 194 MovieClip in Symbol 203 MovieClip Frame 1
onClipEvent (load) { this.gotoAndPlay(random(60)); this._alpha = random(40) + 40; this._xscale = (this._yscale = random(60) + 30); }
Instance of Symbol 194 MovieClip in Symbol 203 MovieClip Frame 1
onClipEvent (load) { this.gotoAndPlay(random(60)); this._alpha = random(40) + 40; this._xscale = (this._yscale = random(60) + 30); }
Instance of Symbol 194 MovieClip in Symbol 203 MovieClip Frame 1
onClipEvent (load) { this.gotoAndPlay(random(60)); this._alpha = random(40) + 40; this._xscale = (this._yscale = random(60) + 30); }
Instance of Symbol 194 MovieClip in Symbol 203 MovieClip Frame 1
onClipEvent (load) { this.gotoAndPlay(random(60)); this._alpha = random(40) + 40; this._xscale = (this._yscale = random(60) + 30); }
Instance of Symbol 194 MovieClip in Symbol 203 MovieClip Frame 1
onClipEvent (load) { this.gotoAndPlay(random(60)); this._alpha = random(40) + 40; this._xscale = (this._yscale = random(60) + 30); }
Instance of Symbol 194 MovieClip in Symbol 203 MovieClip Frame 1
onClipEvent (load) { this.gotoAndPlay(random(60)); this._alpha = random(40) + 40; this._xscale = (this._yscale = random(60) + 30); }
Instance of Symbol 194 MovieClip in Symbol 203 MovieClip Frame 1
onClipEvent (load) { this.gotoAndPlay(random(60)); this._alpha = random(40) + 40; this._xscale = (this._yscale = random(60) + 30); }
Instance of Symbol 194 MovieClip in Symbol 203 MovieClip Frame 1
onClipEvent (load) { this.gotoAndPlay(random(60)); this._alpha = random(40) + 40; this._xscale = (this._yscale = random(60) + 30); }
Instance of Symbol 194 MovieClip in Symbol 203 MovieClip Frame 1
onClipEvent (load) { this.gotoAndPlay(random(60)); this._alpha = random(40) + 40; this._xscale = (this._yscale = random(60) + 30); }
Instance of Symbol 194 MovieClip in Symbol 203 MovieClip Frame 1
onClipEvent (load) { this.gotoAndPlay(random(60)); this._alpha = random(40) + 40; this._xscale = (this._yscale = random(60) + 30); }
Instance of Symbol 194 MovieClip in Symbol 203 MovieClip Frame 1
onClipEvent (load) { this.gotoAndPlay(random(60)); this._alpha = random(40) + 40; this._xscale = (this._yscale = random(60) + 30); }
Instance of Symbol 194 MovieClip in Symbol 203 MovieClip Frame 1
onClipEvent (load) { this.gotoAndPlay(random(60)); this._alpha = random(40) + 40; this._xscale = (this._yscale = random(60) + 30); }
Instance of Symbol 194 MovieClip in Symbol 203 MovieClip Frame 1
onClipEvent (load) { this.gotoAndPlay(random(60)); this._alpha = random(40) + 40; this._xscale = (this._yscale = random(60) + 30); }
Instance of Symbol 194 MovieClip in Symbol 203 MovieClip Frame 1
onClipEvent (load) { this.gotoAndPlay(random(60)); this._alpha = random(40) + 40; this._xscale = (this._yscale = random(60) + 30); }
Instance of Symbol 194 MovieClip in Symbol 203 MovieClip Frame 1
onClipEvent (load) { this.gotoAndPlay(random(60)); this._alpha = random(40) + 40; this._xscale = (this._yscale = random(60) + 30); }
Instance of Symbol 194 MovieClip in Symbol 203 MovieClip Frame 1
onClipEvent (load) { this.gotoAndPlay(random(60)); this._alpha = random(40) + 40; this._xscale = (this._yscale = random(60) + 30); }
Instance of Symbol 194 MovieClip in Symbol 203 MovieClip Frame 1
onClipEvent (load) { this.gotoAndPlay(random(60)); this._alpha = random(40) + 40; this._xscale = (this._yscale = random(60) + 30); }
Instance of Symbol 194 MovieClip in Symbol 203 MovieClip Frame 1
onClipEvent (load) { this.gotoAndPlay(random(60)); this._alpha = random(40) + 40; this._xscale = (this._yscale = random(60) + 30); }
Instance of Symbol 194 MovieClip in Symbol 203 MovieClip Frame 1
onClipEvent (load) { this.gotoAndPlay(random(60)); this._alpha = random(40) + 40; this._xscale = (this._yscale = random(60) + 30); }
Instance of Symbol 198 MovieClip in Symbol 203 MovieClip Frame 1
onClipEvent (load) { this.gotoAndPlay(random(150)); }
Symbol 211 MovieClip Frame 1
stop();
Symbol 235 Button
on (release) { if (((name_txt.text.length > 1) && (name_txt.text != "")) && (name_txt.text != " ")) { name_txt.selectable = false; url = "http://www.freeaddictinggames.com/scores/update.php"; gameID = "spaceexplorer"; sendTop_lv.game = gameID; sendTop_lv.name = name_txt.text; sendTop_lv.score = _global.gl_user_info.score; var hash = ((((gameID + ":") + name_txt.text) + ":") + _global.gl_user_info.score); sendTop_lv.key = _root.MD5(hash); sendTop_lv.sendAndLoad(url, sendTop_res_lv); this.submit_btn.enabled = false; name_txt.text = "Please wait..."; } }
Symbol 236 MovieClip Frame 1
var sendTop_lv = new LoadVars(); var sendTop_res_lv = new LoadVars(); sendTop_res_lv.onLoad = function () { _root.main_mc.gotoAndStop("intro"); };
Symbol 237 MovieClip Frame 8
stopAllSounds(); pause_mc.caption = "PAUSE"; next_btn.onRelease = function () { _root.main_mc.gotoAndPlay("replay"); }; menu_btn.onRelease = function () { _root.main_mc.gotoAndStop("intro"); }; prev_btn.onRelease = function () { clearInterval(_global.scoreInterval); _global.scoreInterval = null; _global.scoreInterval = setInterval(_root.downScore, 1000); this._parent.gotoAndStop("empty"); _global.gl_game_info.is_pause = false; }; text_0_mc.caption = "RESUME"; text_1_mc.caption = "RESTART"; text_2_mc.caption = "MAIN MENU";
Symbol 237 MovieClip Frame 13
stop();
Symbol 237 MovieClip Frame 14
stopAllSounds();
Symbol 237 MovieClip Frame 21
gotoAndStop ("empty");
Symbol 237 MovieClip Frame 23
stopAllSounds(); next_btn.onRelease = function () { _root.main_mc.gotoAndPlay("replay"); }; menu_btn.onRelease = function () { _root.main_mc.gotoAndStop("intro"); }; title_mc.caption = ("LEVEL " + (_global.gl_user_info.curr_level - 1)) + " COMPLETED!"; title_0_txt.text = "TIME " + _global.gl_user_info.levels["level_" + (_global.gl_user_info.curr_level - 1)].times; text_1_mc.caption = "NEXT"; text_2_mc.caption = "MAIN MENU";
Symbol 237 MovieClip Frame 32
stop();
Symbol 237 MovieClip Frame 34
stopAllSounds(); menu_btn.onRelease = function () { _root.main_mc.gotoAndStop("intro"); }; title_0_txt.text = "SCORE " + _global.gl_user_info.score; title_mc.caption = "GAME COMPLETED!"; text_1_mc.caption = ""; text_2_mc.caption = "MAIN MENU";
Symbol 237 MovieClip Frame 43
stop();
Symbol 237 MovieClip Frame 45
stopAllSounds(); menu_btn.onRelease = function () { _root.main_mc.gotoAndStop("intro"); }; title_mc.caption = "GAME OVER"; text_1_mc.caption = ""; text_2_mc.caption = "MAIN MENU";
Symbol 237 MovieClip Frame 54
stop();
Symbol 237 MovieClip Frame 56
stopAllSounds(); next_btn.onRelease = function () { _root.main_mc.gotoAndPlay("replay"); }; menu_btn.onRelease = function () { _root.main_mc.gotoAndStop("intro"); }; title_mc.caption = "CRASH"; text_1_mc.caption = "AGAIN"; text_2_mc.caption = "MAIN MENU";
Symbol 237 MovieClip Frame 61
stop();
Symbol 239 MovieClip Frame 10
stop();
Symbol 258 MovieClip Frame 9
stop();
Symbol 258 MovieClip Frame 10
start_btn.onRelease = function () { _root.upGame(); gotoAndStop ("game"); }; how_to_btn.onRelease = function () { gotoAndStop ("how_to_play"); }; topscores_btn.onRelease = function () { gotoAndStop ("scores"); }; more_btn.onRelease = function () { _root.getURL("http://www.freeaddictinggames.com", "_blank"); };
Symbol 258 MovieClip Frame 14
stop();
Symbol 258 MovieClip Frame 17
_root.startGame(); nextFrame();
Symbol 258 MovieClip Frame 18
_root.main_mc.main_cont_mc.level_mc.init();
Symbol 258 MovieClip Frame 27
stop();
Symbol 258 MovieClip Frame 28
main_menu_btn.onRelease = function () { gotoAndStop ("intro"); };
Symbol 258 MovieClip Frame 35
stop();
Symbol 258 MovieClip Frame 36
var scores_lv = new LoadVars(); var scores_res_lv = new LoadVars(); scores_lv.sendAndLoad("http://www.freeaddictinggames.com/scores/scores.php?game=spaceexplorer", scores_res_lv); scores_mc.clear(); scores_mc.inst_score.title_txt.text = "Please wait..."; scores_mc.inst_score._visible = true; scores_mc._y = 50; scores_mc._visible = true; scores_res_lv.onLoad = function (success) { if (success) { scores_mc.inst_score._visible = false; var scoreBoard = []; var i = 1; while (i <= 12) { if ((scores_res_lv["name" + i] != undefined) && (scores_res_lv["name" + i] != "")) { scoreBoard.push({name:scores_res_lv["name" + i], score:scores_res_lv["score" + i], tmps:"name" + i}); } i++; } var i = 0; while (i < scoreBoard.length) { scores_mc.inst_score.duplicateMovieClip("sc_" + i, i); new_score_row = eval ((scores_mc + ".sc_") + i); new_score_row.title_txt.text = (scoreBoard[i].name + " - ") + scoreBoard[i].score; new_score_row._y = i * 20; i++; } scores_mc._y = 50; if (scoreBoard.length == 0) { scores_mc.inst_score.title_txt.text = "No data"; scores_mc.inst_score._visible = true; scores_mc._y = 50; } } else { scores_mc.inst_score.title_txt.text = "Error loading data"; scores_mc.inst_score._visible = true; scores_mc._y = 50; } }; main_menu_btn.onRelease = function () { scores_mc._visible = false; gotoAndStop ("intro"); };
Symbol 258 MovieClip Frame 41
stop();

Library Items

Symbol 1 GraphicUsed by:4
Symbol 2 FontUsed by:3 10 11 12 38 59 228 229 251
Symbol 3 TextUses:2Used by:4
Symbol 4 MovieClip [finish]Uses:1 3
Symbol 5 GraphicUsed by:64 65 176  Timeline
Symbol 6 GraphicUsed by:7
Symbol 7 MovieClipUses:6Used by:13
Symbol 8 GraphicUsed by:9
Symbol 9 MovieClipUses:8Used by:13
Symbol 10 EditableTextUses:2Used by:13
Symbol 11 EditableTextUses:2Used by:13
Symbol 12 TextUses:2Used by:13
Symbol 13 MovieClipUses:7 9 10 11 12Used by:Timeline
Symbol 14 GraphicUsed by:63
Symbol 15 GraphicUsed by:22
Symbol 16 GraphicUsed by:21
Symbol 17 GraphicUsed by:21
Symbol 18 GraphicUsed by:21
Symbol 19 GraphicUsed by:21
Symbol 20 GraphicUsed by:21
Symbol 21 MovieClipUses:16 17 18 19 20Used by:22
Symbol 22 MovieClipUses:15 21Used by:63
Symbol 23 GraphicUsed by:29
Symbol 24 GraphicUsed by:25
Symbol 25 MovieClipUses:24Used by:26
Symbol 26 MovieClipUses:25Used by:29
Symbol 27 GraphicUsed by:29
Symbol 28 GraphicUsed by:29
Symbol 29 MovieClipUses:23 26 27 28Used by:63
Symbol 30 GraphicUsed by:33
Symbol 31 GraphicUsed by:32
Symbol 32 MovieClipUses:31Used by:33
Symbol 33 MovieClipUses:30 32Used by:63
Symbol 34 GraphicUsed by:37
Symbol 35 GraphicUsed by:36
Symbol 36 MovieClipUses:35Used by:37
Symbol 37 MovieClipUses:34 36Used by:63
Symbol 38 TextUses:2Used by:63
Symbol 39 GraphicUsed by:42
Symbol 40 GraphicUsed by:41
Symbol 41 MovieClipUses:40Used by:42
Symbol 42 MovieClipUses:39 41Used by:43
Symbol 43 MovieClipUses:42Used by:62
Symbol 44 GraphicUsed by:62
Symbol 45 GraphicUsed by:46
Symbol 46 MovieClipUses:45Used by:49
Symbol 47 GraphicUsed by:48
Symbol 48 MovieClipUses:47Used by:49
Symbol 49 MovieClipUses:46 48Used by:50
Symbol 50 MovieClipUses:49Used by:62
Symbol 51 GraphicUsed by:62
Symbol 52 GraphicUsed by:57
Symbol 53 GraphicUsed by:54
Symbol 54 MovieClipUses:53Used by:57
Symbol 55 GraphicUsed by:57
Symbol 56 GraphicUsed by:57
Symbol 57 MovieClipUses:52 54 55 56Used by:62
Symbol 58 GraphicUsed by:60
Symbol 59 TextUses:2Used by:60
Symbol 60 MovieClipUses:58 59Used by:61
Symbol 61 MovieClipUses:60Used by:62
Symbol 62 MovieClipUses:43 44 50 51 57 61Used by:63
Symbol 63 MovieClipUses:14 22 29 33 37 38 62Used by:Timeline
Symbol 64 ButtonUses:5Used by:Timeline
Symbol 259 MovieClip [__Packages.Pirrest.PhisicsEngine.Wheel]
Symbol 260 MovieClip [__Packages.Pirrest.PhisicsEngine.Particle]
Symbol 261 MovieClip [__Packages.Pirrest.PhisicsEngine.Vector]
Symbol 262 MovieClip [__Packages.Pirrest.PhisicsEngine.ParticleSystem]
Symbol 263 MovieClip [__Packages.Pirrest.PhisicsEngine.Surface]
Symbol 264 MovieClip [__Packages.Pirrest.PhisicsEngine.Point]
Symbol 265 MovieClip [__Packages.Pirrest.Common.PiVal]
Symbol 266 MovieClip [__Packages.Pirrest.Common.PiGeo]
Symbol 267 MovieClip [__Packages.Pirrest.PhisicsEngine.Graphics]
Symbol 268 MovieClip [__Packages.Pirrest.PhisicsEngine.CircleSurface]
Symbol 269 MovieClip [__Packages.Pirrest.PhisicsEngine.Constraint]
Symbol 270 MovieClip [__Packages.Pirrest.PhisicsEngine.Rectangle]
Symbol 271 MovieClip [__Packages.Pirrest.PhisicsEngine.AngularConstraint]
Symbol 272 MovieClip [__Packages.Pirrest.PhisicsEngine.Line]
Symbol 273 MovieClip [__Packages.Pirrest.PhisicsEngine.RimParticle]
Symbol 274 MovieClip [__Packages.Pirrest.BigFoot.Level]
Symbol 275 MovieClip [__Packages.Pirrest.BigFoot.JeepBody]
Symbol 65 MovieClipUses:5Used by:71
Symbol 66 BitmapUsed by:70
Symbol 67 BitmapUsed by:70
Symbol 68 BitmapUsed by:70
Symbol 69 BitmapUsed by:70
Symbol 70 GraphicUses:66 67 68 69Used by:71
Symbol 71 MovieClip [lib_jeep_body]Uses:65 70Used by:Timeline
Symbol 72 GraphicUsed by:73
Symbol 73 MovieClip [lib_jeep_wheel]Uses:72Used by:Timeline
Symbol 74 GraphicUsed by:77
Symbol 75 GraphicUsed by:76
Symbol 76 MovieClipUses:75Used by:77
Symbol 77 MovieClipUses:74 76Used by:95 101 117 121 125 132 135 145 149 156
Symbol 78 BitmapUsed by:80 91 103 116 127 129 138 143 148 151 154
Symbol 79 BitmapUsed by:80 91 103 116 127 129 138 143 148 151 154
Symbol 80 GraphicUses:78 79Used by:95
Symbol 81 BitmapUsed by:83 99 116 119 123 127 130 134 143 148 154
Symbol 82 BitmapUsed by:83 99 104 119 123 130 134 140 143 144 148 153
Symbol 83 GraphicUses:81 82Used by:84
Symbol 84 MovieClipUses:83Used by:95
Symbol 85 GraphicUsed by:88
Symbol 86 GraphicUsed by:87
Symbol 87 MovieClip [lib_point]Uses:86Used by:88
Symbol 88 MovieClip [lib_surface]Uses:85 87Used by:95 101 117 121 125 132 135 145 149 156
Symbol 89 GraphicUsed by:90
Symbol 90 MovieClip [lib_circle]Uses:89Used by:95 101 117 121 125 132 135 145 149 156
Symbol 91 GraphicUses:79 78Used by:95
Symbol 92 BitmapUsed by:93
Symbol 93 GraphicUses:92Used by:94
Symbol 94 MovieClipUses:93Used by:95 101 117 121 125 132 135 145 149 156
Symbol 95 MovieClipUses:77 80 84 88 90 91 94Used by:98
Symbol 96 MovieClipUsed by:98 102 118 122 126 133 137 146 150 157 258
Symbol 97 MovieClipUsed by:98 102 118 122 126 133
Symbol 98 MovieClip [lib_level_10]Uses:95 96 97Used by:Timeline
Symbol 99 GraphicUses:81 82Used by:100
Symbol 100 MovieClipUses:99Used by:101
Symbol 101 MovieClipUses:77 100 88 90 94Used by:102
Symbol 102 MovieClip [lib_level_9]Uses:101 96 97Used by:Timeline
Symbol 103 GraphicUses:79 78Used by:117
Symbol 104 GraphicUses:82Used by:105
Symbol 105 MovieClipUses:104Used by:117
Symbol 106 BitmapUsed by:116 130 134 140 141 143 144 148 154
Symbol 107 BitmapUsed by:116 130 134 140 141 143 144 148 154
Symbol 108 BitmapUsed by:116 130 134 140 141 143 144 148 154
Symbol 109 BitmapUsed by:116 130 134 140 141 143 144 148 154
Symbol 110 BitmapUsed by:116 130 134 140 141 143 144 148 154
Symbol 111 BitmapUsed by:116 130 134 140 141 143 144 148 154
Symbol 112 BitmapUsed by:116 130 134 140 141 143 144 148 154
Symbol 113 BitmapUsed by:116 130 134 140 141 143 144 148 154
Symbol 114 BitmapUsed by:116 134 141 148 154
Symbol 115 BitmapUsed by:116 130 134 141 143 144 148 154
Symbol 116 GraphicUses:79 78 106 107 108 109 110 111 112 113 114 115 81Used by:117
Symbol 117 MovieClipUses:77 103 105 88 90 116 94Used by:118
Symbol 118 MovieClip [lib_level_8]Uses:117 96 97Used by:Timeline
Symbol 119 GraphicUses:81 82Used by:120
Symbol 120 MovieClipUses:119Used by:121
Symbol 121 MovieClipUses:77 120 88 90 94Used by:122
Symbol 122 MovieClip [lib_level_7]Uses:121 96 97Used by:Timeline
Symbol 123 GraphicUses:81 82Used by:124
Symbol 124 MovieClipUses:123Used by:125
Symbol 125 MovieClipUses:77 124 88 90 94Used by:126
Symbol 126 MovieClip [lib_level_6]Uses:125 96 97Used by:Timeline
Symbol 127 GraphicUses:79 78 81Used by:128
Symbol 128 MovieClipUses:127Used by:133
Symbol 129 GraphicUses:79 78Used by:132
Symbol 130 GraphicUses:81 109 112 110 106 111 107 115 108 113 82Used by:131
Symbol 131 MovieClipUses:130Used by:132
Symbol 132 MovieClipUses:77 129 131 88 90 94Used by:133
Symbol 133 MovieClip [lib_level_5]Uses:128 132 96 97Used by:Timeline
Symbol 134 GraphicUses:81 110 111 113 112 106 107 109 108 114 115 82Used by:135
Symbol 135 MovieClipUses:77 134 88 90 94Used by:137
Symbol 136 MovieClipUsed by:137 146 150 157
Symbol 137 MovieClip [lib_level_4]Uses:135 96 136Used by:Timeline
Symbol 138 GraphicUses:79 78Used by:139
Symbol 139 MovieClipUses:138Used by:146 150
Symbol 140 GraphicUses:108 106 107 110 111 109 113 112 82Used by:145
Symbol 141 GraphicUses:115 111 109 112 108 107 114 113 106 110Used by:145
Symbol 142 BitmapUsed by:143 148 154
Symbol 143 GraphicUses:110 109 107 112 108 106 111 113 78 79 142 81 115 82Used by:145
Symbol 144 GraphicUses:111 109 113 110 108 115 112 106 107 82Used by:145
Symbol 145 MovieClipUses:77 140 88 90 141 143 94 144Used by:146
Symbol 146 MovieClip [lib_level_1]Uses:139 145 96 136Used by:Timeline
Symbol 147 BitmapUsed by:148 154
Symbol 148 GraphicUses:113 110 106 109 108 114 115 112 107 111 81 79 147 78 142 82Used by:149
Symbol 149 MovieClipUses:77 148 94 88 90Used by:150
Symbol 150 MovieClip [lib_level_2]Uses:139 149 96 136Used by:Timeline
Symbol 151 GraphicUses:79 78Used by:152
Symbol 152 MovieClipUses:151Used by:157
Symbol 153 GraphicUses:82Used by:156
Symbol 154 GraphicUses:107 111 109 110 113 112 106 108 114 115 81 147 79 78 142Used by:155
Symbol 155 MovieClipUses:154Used by:156
Symbol 156 MovieClipUses:77 153 155 94 88 90Used by:157
Symbol 157 MovieClip [lib_level_3]Uses:152 156 96 136Used by:Timeline
Symbol 158 GraphicUsed by:258
Symbol 159 BitmapUsed by:160
Symbol 160 GraphicUses:159Used by:175 237
Symbol 161 GraphicUsed by:175
Symbol 162 GraphicUsed by:163
Symbol 163 MovieClipUses:162Used by:175
Symbol 164 GraphicUsed by:165
Symbol 165 MovieClipUses:164Used by:175
Symbol 166 GraphicUsed by:167
Symbol 167 MovieClipUses:166Used by:175
Symbol 168 GraphicUsed by:169
Symbol 169 MovieClipUses:168Used by:175
Symbol 170 GraphicUsed by:171
Symbol 171 MovieClipUses:170Used by:175
Symbol 172 GraphicUsed by:175
Symbol 173 FontUsed by:174
Symbol 174 EditableTextUses:173Used by:175
Symbol 175 MovieClipUses:160 161 163 165 167 169 171 172 174Used by:258
Symbol 176 ButtonUses:5Used by:237 258
Symbol 177 FontUsed by:178 183 217 222 252
Symbol 178 TextUses:177Used by:258
Symbol 179 FontUsed by:180 181 182 184 185 186 210 241 242 243 244 245 246 247 248 249 250 253 254
Symbol 180 TextUses:179Used by:258
Symbol 181 TextUses:179Used by:258
Symbol 182 TextUses:179Used by:258
Symbol 183 TextUses:177Used by:258
Symbol 184 TextUses:179Used by:258
Symbol 185 TextUses:179Used by:258
Symbol 186 TextUses:179Used by:258
Symbol 187 FontUsed by:188
Symbol 188 TextUses:187Used by:190
Symbol 189 GraphicUsed by:190
Symbol 190 ButtonUses:188 189Used by:237 258
Symbol 191 BitmapUsed by:192
Symbol 192 GraphicUses:191Used by:203
Symbol 193 GraphicUsed by:194
Symbol 194 MovieClipUses:193Used by:203
Symbol 195 GraphicUsed by:198
Symbol 196 GraphicUsed by:198
Symbol 197 GraphicUsed by:198
Symbol 198 MovieClipUses:195 196 197Used by:203
Symbol 199 BitmapUsed by:200
Symbol 200 GraphicUses:199Used by:203
Symbol 201 BitmapUsed by:202
Symbol 202 GraphicUses:201Used by:203
Symbol 203 MovieClipUses:192 194 198 200 202Used by:258
Symbol 204 GraphicUsed by:258
Symbol 205 FontUsed by:206 224 255
Symbol 206 EditableTextUses:205Used by:258
Symbol 207 GraphicUsed by:211
Symbol 208 GraphicUsed by:211
Symbol 209 GraphicUsed by:211
Symbol 210 EditableTextUses:179Used by:211
Symbol 211 MovieClipUses:207 208 209 210Used by:258
Symbol 212 FontUsed by:213
Symbol 213 EditableTextUses:212Used by:258
Symbol 214 GraphicUsed by:237
Symbol 215 SoundUsed by:237
Symbol 216 GraphicUsed by:237
Symbol 217 EditableTextUses:177Used by:218
Symbol 218 MovieClipUses:217Used by:237
Symbol 219 FontUsed by:220
Symbol 220 EditableTextUses:219Used by:221
Symbol 221 MovieClipUses:220Used by:237
Symbol 222 EditableTextUses:177Used by:223
Symbol 223 MovieClipUses:222Used by:237
Symbol 224 EditableTextUses:205Used by:237
Symbol 225 GraphicUsed by:236
Symbol 226 FontUsed by:227 232
Symbol 227 TextUses:226Used by:236
Symbol 228 EditableTextUses:2Used by:236
Symbol 229 TextUses:2Used by:236
Symbol 230 GraphicUsed by:235
Symbol 231 GraphicUsed by:235
Symbol 232 TextUses:226Used by:235
Symbol 233 GraphicUsed by:235
Symbol 234 GraphicUsed by:235
Symbol 235 ButtonUses:230 231 232 233 234Used by:236
Symbol 236 MovieClipUses:225 227 228 229 235Used by:237
Symbol 237 MovieClipUses:214 215 160 176 216 218 221 190 223 224 236Used by:258
Symbol 238 GraphicUsed by:239
Symbol 239 MovieClipUses:238Used by:258
Symbol 240 GraphicUsed by:258
Symbol 241 TextUses:179Used by:258
Symbol 242 TextUses:179Used by:258
Symbol 243 TextUses:179Used by:258
Symbol 244 TextUses:179Used by:258
Symbol 245 TextUses:179Used by:258
Symbol 246 TextUses:179Used by:258
Symbol 247 TextUses:179Used by:258
Symbol 248 TextUses:179Used by:258
Symbol 249 TextUses:179Used by:258
Symbol 250 TextUses:179Used by:258
Symbol 251 TextUses:2Used by:258
Symbol 252 TextUses:177Used by:258
Symbol 253 TextUses:179Used by:258
Symbol 254 TextUses:179Used by:258
Symbol 255 EditableTextUses:205Used by:256
Symbol 256 MovieClipUses:255Used by:257
Symbol 257 MovieClipUses:256Used by:258
Symbol 258 MovieClipUses:158 175 176 178 180 181 182 183 184 185 186 190 203 204 206 211 213 96 237 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 257Used by:Timeline

Instance Names

"preloader_mc"Frame 1Symbol 13 MovieClip
"main_mc"Frame 20Symbol 258 MovieClip
"bar_mc"Symbol 13 MovieClip Frame 1Symbol 9 MovieClip
"caption2_txt"Symbol 13 MovieClip Frame 1Symbol 10 EditableText
"caption_txt"Symbol 13 MovieClip Frame 1Symbol 11 EditableText
"roof_mc"Symbol 71 MovieClip [lib_jeep_body] Frame 1Symbol 65 MovieClip
"wheel_1_dummy_mc"Symbol 77 MovieClip Frame 1Symbol 76 MovieClip
"wheel_2_dummy_mc"Symbol 77 MovieClip Frame 1Symbol 76 MovieClip
"wheel_3_dummy_mc"Symbol 77 MovieClip Frame 1Symbol 76 MovieClip
"p1"Symbol 88 MovieClip [lib_surface] Frame 1Symbol 87 MovieClip [lib_point]
"p2"Symbol 88 MovieClip [lib_surface] Frame 1Symbol 87 MovieClip [lib_point]
"jeep_dummy_mc"Symbol 95 MovieClip Frame 1Symbol 77 MovieClip
"ground_mc"Symbol 95 MovieClip Frame 1Symbol 84 MovieClip
"star_mc"Symbol 95 MovieClip Frame 1Symbol 94 MovieClip
"under_mc"Symbol 98 MovieClip [lib_level_10] Frame 1Symbol 95 MovieClip
"jeep_cont_mc"Symbol 98 MovieClip [lib_level_10] Frame 1Symbol 96 MovieClip
"over_mc"Symbol 98 MovieClip [lib_level_10] Frame 1Symbol 97 MovieClip
"jeep_dummy_mc"Symbol 101 MovieClip Frame 1Symbol 77 MovieClip
"ground_mc"Symbol 101 MovieClip Frame 1Symbol 100 MovieClip
"star_mc"Symbol 101 MovieClip Frame 1Symbol 94 MovieClip
"under_mc"Symbol 102 MovieClip [lib_level_9] Frame 1Symbol 101 MovieClip
"jeep_cont_mc"Symbol 102 MovieClip [lib_level_9] Frame 1Symbol 96 MovieClip
"over_mc"Symbol 102 MovieClip [lib_level_9] Frame 1Symbol 97 MovieClip
"jeep_dummy_mc"Symbol 117 MovieClip Frame 1Symbol 77 MovieClip
"ground_mc"Symbol 117 MovieClip Frame 1Symbol 105 MovieClip
"star_mc"Symbol 117 MovieClip Frame 1Symbol 94 MovieClip
"under_mc"Symbol 118 MovieClip [lib_level_8] Frame 1Symbol 117 MovieClip
"jeep_cont_mc"Symbol 118 MovieClip [lib_level_8] Frame 1Symbol 96 MovieClip
"over_mc"Symbol 118 MovieClip [lib_level_8] Frame 1Symbol 97 MovieClip
"jeep_dummy_mc"Symbol 121 MovieClip Frame 1Symbol 77 MovieClip
"ground_mc"Symbol 121 MovieClip Frame 1Symbol 120 MovieClip
"star_mc"Symbol 121 MovieClip Frame 1Symbol 94 MovieClip
"under_mc"Symbol 122 MovieClip [lib_level_7] Frame 1Symbol 121 MovieClip
"jeep_cont_mc"Symbol 122 MovieClip [lib_level_7] Frame 1Symbol 96 MovieClip
"over_mc"Symbol 122 MovieClip [lib_level_7] Frame 1Symbol 97 MovieClip
"jeep_dummy_mc"Symbol 125 MovieClip Frame 1Symbol 77 MovieClip
"ground_mc"Symbol 125 MovieClip Frame 1Symbol 124 MovieClip
"star_mc"Symbol 125 MovieClip Frame 1Symbol 94 MovieClip
"under_mc"Symbol 126 MovieClip [lib_level_6] Frame 1Symbol 125 MovieClip
"jeep_cont_mc"Symbol 126 MovieClip [lib_level_6] Frame 1Symbol 96 MovieClip
"over_mc"Symbol 126 MovieClip [lib_level_6] Frame 1Symbol 97 MovieClip
"jeep_dummy_mc"Symbol 132 MovieClip Frame 1Symbol 77 MovieClip
"ground_mc"Symbol 132 MovieClip Frame 1Symbol 131 MovieClip
"star_mc"Symbol 132 MovieClip Frame 1Symbol 94 MovieClip
"backs_mc"Symbol 133 MovieClip [lib_level_5] Frame 1Symbol 128 MovieClip
"under_mc"Symbol 133 MovieClip [lib_level_5] Frame 1Symbol 132 MovieClip
"jeep_cont_mc"Symbol 133 MovieClip [lib_level_5] Frame 1Symbol 96 MovieClip
"over_mc"Symbol 133 MovieClip [lib_level_5] Frame 1Symbol 97 MovieClip
"jeep_dummy_mc"Symbol 135 MovieClip Frame 1Symbol 77 MovieClip
"star_mc"Symbol 135 MovieClip Frame 1Symbol 94 MovieClip
"under_mc"Symbol 137 MovieClip [lib_level_4] Frame 1Symbol 135 MovieClip
"jeep_cont_mc"Symbol 137 MovieClip [lib_level_4] Frame 1Symbol 96 MovieClip
"over_mc"Symbol 137 MovieClip [lib_level_4] Frame 1Symbol 136 MovieClip
"jeep_dummy_mc"Symbol 145 MovieClip Frame 1Symbol 77 MovieClip
"star_mc"Symbol 145 MovieClip Frame 1Symbol 94 MovieClip
"backs_mc"Symbol 146 MovieClip [lib_level_1] Frame 1Symbol 139 MovieClip
"under_mc"Symbol 146 MovieClip [lib_level_1] Frame 1Symbol 145 MovieClip
"jeep_cont_mc"Symbol 146 MovieClip [lib_level_1] Frame 1Symbol 96 MovieClip
"over_mc"Symbol 146 MovieClip [lib_level_1] Frame 1Symbol 136 MovieClip
"jeep_dummy_mc"Symbol 149 MovieClip Frame 1Symbol 77 MovieClip
"star_mc"Symbol 149 MovieClip Frame 1Symbol 94 MovieClip
"backs_mc"Symbol 150 MovieClip [lib_level_2] Frame 1Symbol 139 MovieClip
"under_mc"Symbol 150 MovieClip [lib_level_2] Frame 1Symbol 149 MovieClip
"jeep_cont_mc"Symbol 150 MovieClip [lib_level_2] Frame 1Symbol 96 MovieClip
"over_mc"Symbol 150 MovieClip [lib_level_2] Frame 1Symbol 136 MovieClip
"jeep_dummy_mc"Symbol 156 MovieClip Frame 1Symbol 77 MovieClip
"ground_mc"Symbol 156 MovieClip Frame 1Symbol 155 MovieClip
"star_mc"Symbol 156 MovieClip Frame 1Symbol 94 MovieClip
"backs_mc"Symbol 157 MovieClip [lib_level_3] Frame 1Symbol 152 MovieClip
"under_mc"Symbol 157 MovieClip [lib_level_3] Frame 1Symbol 156 MovieClip
"jeep_cont_mc"Symbol 157 MovieClip [lib_level_3] Frame 1Symbol 96 MovieClip
"over_mc"Symbol 157 MovieClip [lib_level_3] Frame 1Symbol 136 MovieClip
"name_txt"Symbol 236 MovieClip Frame 1Symbol 228 EditableText
"submit_btn"Symbol 236 MovieClip Frame 1Symbol 235 Button
"next_btn"Symbol 237 MovieClip Frame 8Symbol 176 Button
"menu_btn"Symbol 237 MovieClip Frame 8Symbol 176 Button
"prev_btn"Symbol 237 MovieClip Frame 8Symbol 176 Button
"pause_mc"Symbol 237 MovieClip Frame 8Symbol 218 MovieClip
"text_1_mc"Symbol 237 MovieClip Frame 8Symbol 221 MovieClip
"text_2_mc"Symbol 237 MovieClip Frame 8Symbol 221 MovieClip
"text_0_mc"Symbol 237 MovieClip Frame 8Symbol 221 MovieClip
"next_btn"Symbol 237 MovieClip Frame 23Symbol 176 Button
"menu_btn"Symbol 237 MovieClip Frame 23Symbol 176 Button
"title_mc"Symbol 237 MovieClip Frame 23Symbol 223 MovieClip
"text_1_mc"Symbol 237 MovieClip Frame 23Symbol 221 MovieClip
"text_2_mc"Symbol 237 MovieClip Frame 23Symbol 221 MovieClip
"title_0_txt"Symbol 237 MovieClip Frame 23Symbol 224 EditableText
"menu_btn"Symbol 237 MovieClip Frame 34Symbol 176 Button
"submitTopScore_mc"Symbol 237 MovieClip Frame 34Symbol 236 MovieClip
"menu_btn"Symbol 237 MovieClip Frame 45Symbol 176 Button
"next_btn"Symbol 237 MovieClip Frame 56Symbol 176 Button
"menu_btn"Symbol 237 MovieClip Frame 56Symbol 176 Button
"title_txt"Symbol 256 MovieClip Frame 1Symbol 255 EditableText
"inst_score"Symbol 257 MovieClip Frame 1Symbol 256 MovieClip
"start_btn"Symbol 258 MovieClip Frame 10Symbol 176 Button
"how_to_btn"Symbol 258 MovieClip Frame 10Symbol 176 Button
"topscores_btn"Symbol 258 MovieClip Frame 10Symbol 176 Button
"more_btn"Symbol 258 MovieClip Frame 10Symbol 176 Button
"back_mc"Symbol 258 MovieClip Frame 17Symbol 203 MovieClip
"score_txt"Symbol 258 MovieClip Frame 17Symbol 206 EditableText
"damage_mc"Symbol 258 MovieClip Frame 17Symbol 211 MovieClip
"damage_txt"Symbol 258 MovieClip Frame 17Symbol 213 EditableText
"main_cont_mc"Symbol 258 MovieClip Frame 17Symbol 96 MovieClip
"messages_mc"Symbol 258 MovieClip Frame 17Symbol 237 MovieClip
"main_menu_btn"Symbol 258 MovieClip Frame 28Symbol 176 Button
"scores_mc"Symbol 258 MovieClip Frame 36Symbol 257 MovieClip

Special Tags

Protect (24)Timeline Frame 131 bytes "..$1$wE$70XpqW8kSiFo8.r9Pg/xT0."
ExportAssets (56)Timeline Frame 1Symbol 4 as "finish"
ExportAssets (56)Timeline Frame 1Symbol 259 as "__Packages.Pirrest.PhisicsEngine.Wheel"
ExportAssets (56)Timeline Frame 1Symbol 260 as "__Packages.Pirrest.PhisicsEngine.Particle"
ExportAssets (56)Timeline Frame 1Symbol 261 as "__Packages.Pirrest.PhisicsEngine.Vector"
ExportAssets (56)Timeline Frame 1Symbol 262 as "__Packages.Pirrest.PhisicsEngine.ParticleSystem"
ExportAssets (56)Timeline Frame 1Symbol 263 as "__Packages.Pirrest.PhisicsEngine.Surface"
ExportAssets (56)Timeline Frame 1Symbol 264 as "__Packages.Pirrest.PhisicsEngine.Point"
ExportAssets (56)Timeline Frame 1Symbol 265 as "__Packages.Pirrest.Common.PiVal"
ExportAssets (56)Timeline Frame 1Symbol 266 as "__Packages.Pirrest.Common.PiGeo"
ExportAssets (56)Timeline Frame 1Symbol 267 as "__Packages.Pirrest.PhisicsEngine.Graphics"
ExportAssets (56)Timeline Frame 1Symbol 268 as "__Packages.Pirrest.PhisicsEngine.CircleSurface"
ExportAssets (56)Timeline Frame 1Symbol 269 as "__Packages.Pirrest.PhisicsEngine.Constraint"
ExportAssets (56)Timeline Frame 1Symbol 270 as "__Packages.Pirrest.PhisicsEngine.Rectangle"
ExportAssets (56)Timeline Frame 1Symbol 271 as "__Packages.Pirrest.PhisicsEngine.AngularConstraint"
ExportAssets (56)Timeline Frame 1Symbol 272 as "__Packages.Pirrest.PhisicsEngine.Line"
ExportAssets (56)Timeline Frame 1Symbol 273 as "__Packages.Pirrest.PhisicsEngine.RimParticle"
ExportAssets (56)Timeline Frame 1Symbol 274 as "__Packages.Pirrest.BigFoot.Level"
ExportAssets (56)Timeline Frame 1Symbol 275 as "__Packages.Pirrest.BigFoot.JeepBody"
ExportAssets (56)Timeline Frame 10Symbol 71 as "lib_jeep_body"
ExportAssets (56)Timeline Frame 10Symbol 73 as "lib_jeep_wheel"
ExportAssets (56)Timeline Frame 10Symbol 87 as "lib_point"
ExportAssets (56)Timeline Frame 10Symbol 87 as "lib_point"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 90 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 90 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 90 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 90 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 90 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 90 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 90 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 90 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 90 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 90 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 90 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 90 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 98 as "lib_level_10"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 90 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 90 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 90 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 90 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 90 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 90 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 90 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_level_9"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 90 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 90 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 90 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 90 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 90 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 90 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 90 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 90 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 90 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 90 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 118 as "lib_level_8"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 90 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 90 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 90 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 90 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 90 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 90 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 90 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 90 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 122 as "lib_level_7"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 90 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 90 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 90 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 90 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 90 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 90 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 90 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 90 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 90 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 90 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 90 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 90 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 90 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 90 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 90 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 90 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 90 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 90 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 90 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 90 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 90 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 126 as "lib_level_6"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 90 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 90 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 90 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 90 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 90 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 133 as "lib_level_5"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 90 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 90 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 90 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 90 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 90 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 90 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 90 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 90 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 90 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 90 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 90 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 90 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 90 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 90 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 90 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 90 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 90 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 90 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 90 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 90 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 90 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 90 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 90 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 90 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 90 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 90 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 90 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 90 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 90 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 90 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 137 as "lib_level_4"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 90 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 90 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 90 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 90 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 90 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 90 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 90 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 90 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 90 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 90 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 90 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 90 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 90 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 90 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 90 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 90 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 90 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 90 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 90 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 90 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 90 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 90 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 90 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 90 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 90 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 90 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 90 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 90 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 146 as "lib_level_1"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 90 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 90 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 90 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 90 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 90 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 90 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 90 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 90 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 90 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 90 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 90 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 90 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 90 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 90 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 90 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 90 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 90 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 90 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 90 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 90 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 90 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 150 as "lib_level_2"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 90 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 90 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 90 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 90 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 90 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 90 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 90 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 90 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 90 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 90 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 90 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 90 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 90 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 90 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 90 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 90 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 90 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 157 as "lib_level_3"
ExportAssets (56)Timeline Frame 11Symbol 71 as "lib_jeep_body"
ExportAssets (56)Timeline Frame 11Symbol 73 as "lib_jeep_wheel"
ExportAssets (56)Timeline Frame 11Symbol 98 as "lib_level_10"
ExportAssets (56)Timeline Frame 11Symbol 102 as "lib_level_9"
ExportAssets (56)Timeline Frame 11Symbol 118 as "lib_level_8"
ExportAssets (56)Timeline Frame 11Symbol 122 as "lib_level_7"
ExportAssets (56)Timeline Frame 11Symbol 126 as "lib_level_6"
ExportAssets (56)Timeline Frame 11Symbol 133 as "lib_level_5"
ExportAssets (56)Timeline Frame 11Symbol 137 as "lib_level_4"
ExportAssets (56)Timeline Frame 11Symbol 146 as "lib_level_1"
ExportAssets (56)Timeline Frame 11Symbol 150 as "lib_level_2"
ExportAssets (56)Timeline Frame 11Symbol 157 as "lib_level_3"
ExportAssets (56)Timeline Frame 12Symbol 71 as "lib_jeep_body"
ExportAssets (56)Timeline Frame 12Symbol 73 as "lib_jeep_wheel"
ExportAssets (56)Timeline Frame 12Symbol 98 as "lib_level_10"
ExportAssets (56)Timeline Frame 12Symbol 102 as "lib_level_9"
ExportAssets (56)Timeline Frame 12Symbol 118 as "lib_level_8"
ExportAssets (56)Timeline Frame 12Symbol 122 as "lib_level_7"
ExportAssets (56)Timeline Frame 12Symbol 126 as "lib_level_6"
ExportAssets (56)Timeline Frame 12Symbol 133 as "lib_level_5"
ExportAssets (56)Timeline Frame 12Symbol 137 as "lib_level_4"
ExportAssets (56)Timeline Frame 12Symbol 146 as "lib_level_1"
ExportAssets (56)Timeline Frame 12Symbol 150 as "lib_level_2"
ExportAssets (56)Timeline Frame 12Symbol 157 as "lib_level_3"
ExportAssets (56)Timeline Frame 13Symbol 71 as "lib_jeep_body"
ExportAssets (56)Timeline Frame 13Symbol 73 as "lib_jeep_wheel"
ExportAssets (56)Timeline Frame 13Symbol 98 as "lib_level_10"
ExportAssets (56)Timeline Frame 13Symbol 102 as "lib_level_9"
ExportAssets (56)Timeline Frame 13Symbol 118 as "lib_level_8"
ExportAssets (56)Timeline Frame 13Symbol 122 as "lib_level_7"
ExportAssets (56)Timeline Frame 13Symbol 126 as "lib_level_6"
ExportAssets (56)Timeline Frame 13Symbol 133 as "lib_level_5"
ExportAssets (56)Timeline Frame 13Symbol 137 as "lib_level_4"
ExportAssets (56)Timeline Frame 13Symbol 146 as "lib_level_1"
ExportAssets (56)Timeline Frame 13Symbol 150 as "lib_level_2"
ExportAssets (56)Timeline Frame 13Symbol 157 as "lib_level_3"
ExportAssets (56)Timeline Frame 14Symbol 71 as "lib_jeep_body"
ExportAssets (56)Timeline Frame 14Symbol 73 as "lib_jeep_wheel"
ExportAssets (56)Timeline Frame 14Symbol 98 as "lib_level_10"
ExportAssets (56)Timeline Frame 14Symbol 102 as "lib_level_9"
ExportAssets (56)Timeline Frame 14Symbol 118 as "lib_level_8"
ExportAssets (56)Timeline Frame 14Symbol 122 as "lib_level_7"
ExportAssets (56)Timeline Frame 14Symbol 126 as "lib_level_6"
ExportAssets (56)Timeline Frame 14Symbol 133 as "lib_level_5"
ExportAssets (56)Timeline Frame 14Symbol 137 as "lib_level_4"
ExportAssets (56)Timeline Frame 14Symbol 146 as "lib_level_1"
ExportAssets (56)Timeline Frame 14Symbol 150 as "lib_level_2"
ExportAssets (56)Timeline Frame 14Symbol 157 as "lib_level_3"
ExportAssets (56)Timeline Frame 15Symbol 71 as "lib_jeep_body"
ExportAssets (56)Timeline Frame 15Symbol 73 as "lib_jeep_wheel"
ExportAssets (56)Timeline Frame 15Symbol 98 as "lib_level_10"
ExportAssets (56)Timeline Frame 15Symbol 102 as "lib_level_9"
ExportAssets (56)Timeline Frame 15Symbol 118 as "lib_level_8"
ExportAssets (56)Timeline Frame 15Symbol 122 as "lib_level_7"
ExportAssets (56)Timeline Frame 15Symbol 126 as "lib_level_6"
ExportAssets (56)Timeline Frame 15Symbol 133 as "lib_level_5"
ExportAssets (56)Timeline Frame 15Symbol 137 as "lib_level_4"
ExportAssets (56)Timeline Frame 15Symbol 146 as "lib_level_1"
ExportAssets (56)Timeline Frame 15Symbol 150 as "lib_level_2"
ExportAssets (56)Timeline Frame 15Symbol 157 as "lib_level_3"
ExportAssets (56)Timeline Frame 16Symbol 71 as "lib_jeep_body"
ExportAssets (56)Timeline Frame 16Symbol 73 as "lib_jeep_wheel"
ExportAssets (56)Timeline Frame 16Symbol 98 as "lib_level_10"
ExportAssets (56)Timeline Frame 16Symbol 102 as "lib_level_9"
ExportAssets (56)Timeline Frame 16Symbol 118 as "lib_level_8"
ExportAssets (56)Timeline Frame 16Symbol 122 as "lib_level_7"
ExportAssets (56)Timeline Frame 16Symbol 126 as "lib_level_6"
ExportAssets (56)Timeline Frame 16Symbol 133 as "lib_level_5"
ExportAssets (56)Timeline Frame 16Symbol 137 as "lib_level_4"
ExportAssets (56)Timeline Frame 16Symbol 146 as "lib_level_1"
ExportAssets (56)Timeline Frame 16Symbol 150 as "lib_level_2"
ExportAssets (56)Timeline Frame 16Symbol 157 as "lib_level_3"
ExportAssets (56)Timeline Frame 17Symbol 71 as "lib_jeep_body"
ExportAssets (56)Timeline Frame 17Symbol 73 as "lib_jeep_wheel"
ExportAssets (56)Timeline Frame 17Symbol 98 as "lib_level_10"
ExportAssets (56)Timeline Frame 17Symbol 102 as "lib_level_9"
ExportAssets (56)Timeline Frame 17Symbol 118 as "lib_level_8"
ExportAssets (56)Timeline Frame 17Symbol 122 as "lib_level_7"
ExportAssets (56)Timeline Frame 17Symbol 126 as "lib_level_6"
ExportAssets (56)Timeline Frame 17Symbol 133 as "lib_level_5"
ExportAssets (56)Timeline Frame 17Symbol 137 as "lib_level_4"
ExportAssets (56)Timeline Frame 17Symbol 146 as "lib_level_1"
ExportAssets (56)Timeline Frame 17Symbol 150 as "lib_level_2"
ExportAssets (56)Timeline Frame 17Symbol 157 as "lib_level_3"
ExportAssets (56)Timeline Frame 18Symbol 71 as "lib_jeep_body"
ExportAssets (56)Timeline Frame 18Symbol 73 as "lib_jeep_wheel"
ExportAssets (56)Timeline Frame 18Symbol 98 as "lib_level_10"
ExportAssets (56)Timeline Frame 18Symbol 102 as "lib_level_9"
ExportAssets (56)Timeline Frame 18Symbol 118 as "lib_level_8"
ExportAssets (56)Timeline Frame 18Symbol 122 as "lib_level_7"
ExportAssets (56)Timeline Frame 18Symbol 126 as "lib_level_6"
ExportAssets (56)Timeline Frame 18Symbol 133 as "lib_level_5"
ExportAssets (56)Timeline Frame 18Symbol 137 as "lib_level_4"
ExportAssets (56)Timeline Frame 18Symbol 146 as "lib_level_1"
ExportAssets (56)Timeline Frame 18Symbol 150 as "lib_level_2"
ExportAssets (56)Timeline Frame 18Symbol 157 as "lib_level_3"
Tag 0x0FF (255)Timeline Frame 11 bytes "."

Labels

"preloading"Frame 1
"instances"Frame 10
"init"Frame 20
"level_1"Symbol 203 MovieClip Frame 1
"level_2"Symbol 203 MovieClip Frame 7
"level_3"Symbol 203 MovieClip Frame 13
"level_4"Symbol 203 MovieClip Frame 19
"level_5"Symbol 203 MovieClip Frame 25
"level_6"Symbol 203 MovieClip Frame 31
"level_7"Symbol 203 MovieClip Frame 37
"level_8"Symbol 203 MovieClip Frame 43
"level_9"Symbol 203 MovieClip Frame 49
"level_10"Symbol 203 MovieClip Frame 55
"empty"Symbol 237 MovieClip Frame 1
"pause"Symbol 237 MovieClip Frame 8
"un_pause"Symbol 237 MovieClip Frame 14
"level_completed"Symbol 237 MovieClip Frame 23
"game_completed"Symbol 237 MovieClip Frame 34
"game_over"Symbol 237 MovieClip Frame 45
"lives_down"Symbol 237 MovieClip Frame 56
"init"Symbol 258 MovieClip Frame 1
"intro"Symbol 258 MovieClip Frame 10
"replay"Symbol 258 MovieClip Frame 16
"game"Symbol 258 MovieClip Frame 17
"how_to_play"Symbol 258 MovieClip Frame 28
"scores"Symbol 258 MovieClip Frame 36

Dynamic Text Variables

randValSymbol 174 EditableText"0000000"
captionSymbol 217 EditableText"PAUSE"
captionSymbol 220 EditableText"PAUSE"
captionSymbol 222 EditableText"PAUSE"




http://swfchan.com/5/22203/info.shtml
Created: 27/5 -2019 01:45:46 Last modified: 27/5 -2019 01:45:46 Server time: 09/05 -2024 11:24:22