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

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

Motorbike Cross - ride your bike over desert and reach the exit in each level.swf

This is the info page for
Flash #127984

(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

PLAY

how to play

top scores

play more games

PLAY

how to play

top scores

play more games

x5

00:00:00

PAUSE

PAUSE

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

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();
Instance of Symbol 63 MovieClip in Frame 1
on (release) { getURL ("http://www.freeaddictinggames.com/?MotorBike", "_blank"); }
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.lives = 5; _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_2", damping:1, gravity:{x:0, y:0.7}, kfr:0.1, friction:0.9, times:0}; level_2 = {link:"lib_level_3", damping:1, gravity:{x:0, y:0.8}, kfr:0.1, friction:0.8, times:0}; level_3 = {link:"lib_level_4", damping:1, gravity:{x:0, y:0.8}, kfr:0.1, friction:0.9, times:0}; level_4 = {link:"lib_level_1", damping:1, gravity:{x:0, y:0.8}, kfr:0.1, friction:0.9, times:0}; level_5 = {link:"lib_level_6", damping:1, gravity:{x:0, y:0.6}, kfr:0.1, friction:0.8, times:0}; level_6 = {link:"lib_level_5", damping:1, gravity:{x:0, y:0.6}, kfr:0.2, friction:0.3, times:0}; level_7 = {link:"lib_level_8", damping:1, gravity:{x:0, y:0.6}, kfr:0.1, friction:0.8, times:0}; level_8 = {link:"lib_level_10", damping:1, gravity:{x:0, y:0.6}, kfr:0.1, friction:0.8, times:0}; level_9 = {link:"lib_level_9", damping:1, gravity:{x:0, y:0.6}, kfr:0.1, friction:0.8, times:0}; level_10 = {link:"lib_level_7", damping:1, gravity:{x:0, y:0.6}, 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, lives:5, times:{score:1000000, sec:0, min:0, hour:0}, score:10000000}; _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 257 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 258 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 259 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 260 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 261 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 262 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 263 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 264 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 265 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 266 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 267 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.5); 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 268 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 269 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 270 MovieClip [__Packages.Pirrest.PhisicsEngine.Line] Frame 0
class Pirrest.PhisicsEngine.Line { var p1, p2; function Line ($p1, $p2) { p1 = $p1; p2 = $p2; } }
Symbol 271 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 272 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, 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 _local8 = under_mc.jeep_dummy_mc.wheel_1_dummy_mc; var _local9 = under_mc.jeep_dummy_mc.wheel_2_dummy_mc; var _local7 = {x:_local8._x, y:_local8._y}; var _local6 = {x:_local9._x, y:_local9._y}; under_mc.jeep_dummy_mc.localToGlobal(_local7); under_mc.jeep_dummy_mc.localToGlobal(_local6); 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 = _local7.x; jeep_wheel_1_mc._y = _local7.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 = _local6.x; jeep_wheel_2_mc._y = _local6.y; jeep_wheel_2_mc.init(jeep_cont_mc, 0); p_system.addWheel(jeep_wheel_2_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_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 273 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; 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.5; 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; } if (Key.isDown(38)) { driver_mc.move("front"); level.jeep_wheel_1_mc.rp.vs = _local2; level.jeep_wheel_2_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; } 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 _local5 = (-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 = _local5; _y = level.part.curr.y; _x = level.part.curr.x; var _local6 = {x:driver_mc._parent.roof_mc._x, y:driver_mc._parent.roof_mc._y}; driver_mc.localToGlobal(_local6); if ((level.jeep_wheel_1_mc._y < level.jeep_body_mc._y) && (level.jeep_wheel_2_mc._y < level.jeep_body_mc._y)) { if (_global.gl_user_info.lives > 1) { _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}; _global.gl_user_info.lives--; main.lives_txt.text = "x" + _global.gl_user_info.lives; } else { clearInterval(_global.scoreInterval); _global.scoreInterval = null; _global.gl_user_info.times = {score:1000000, sec:0, min:0, hour:0}; _global.gl_user_info.lives = 5; _global.gl_user_info.curr_level = 1; main.lives_txt.text = "x" + _global.gl_user_info.lives; } } var _local4 = level.under_mc.star_mc; level.under_mc.localToGlobal(_local4); if (level.jeep_cont_mc.hitTest(_local4)) { _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"); } } } }
Symbol 85 MovieClip Frame 1
function move(to) { if (position == to) { return(undefined); } if (!is_moving) { movement = to; if (position == "normal") { gotoAndPlay("move_" + to); } else { gotoAndPlay(position + "_to_normal"); } } else { movement = to; } } position = "normal"; is_moving = false; stop();
Symbol 85 MovieClip Frame 2
is_moving = true;
Symbol 85 MovieClip Frame 10
position = "front"; if (movement == "front") { movement = ""; is_moving = false; stop(); }
Symbol 85 MovieClip Frame 11
is_moving = true;
Symbol 85 MovieClip Frame 21
position = "normal"; if (movement == "normal") { is_moving = false; stop(); } else { gotoAndPlay("move_" + movement); }
Symbol 85 MovieClip Frame 22
is_moving = true;
Symbol 85 MovieClip Frame 31
position = "back"; if (movement == "back") { movement = ""; is_moving = false; stop(); }
Symbol 85 MovieClip Frame 32
is_moving = true;
Symbol 85 MovieClip Frame 42
position = "normal"; if (movement == "normal") { is_moving = false; stop(); } else { gotoAndPlay("move_" + movement); }
Symbol 86 MovieClip [lib_jeep_body] Frame 1
#initclip 32 Object.registerClass("lib_jeep_body", Pirrest.BigFoot.JeepBody); #endinitclip
Symbol 88 MovieClip [lib_jeep_wheel] Frame 1
#initclip 18 Object.registerClass("lib_jeep_wheel", Pirrest.PhisicsEngine.Wheel); #endinitclip
Symbol 101 MovieClip [lib_point] Frame 1
#initclip 19 Object.registerClass("lib_point", Pirrest.PhisicsEngine.Point); #endinitclip
Symbol 102 MovieClip [lib_surface] Frame 1
#initclip 20 Object.registerClass("lib_surface", Pirrest.PhisicsEngine.Surface); #endinitclip
Symbol 104 MovieClip [lib_circle] Frame 1
#initclip 21 Object.registerClass("lib_circle", Pirrest.PhisicsEngine.CircleSurface); #endinitclip
Symbol 112 MovieClip [lib_level_10] Frame 1
#initclip 22 Object.registerClass("lib_level_10", Pirrest.BigFoot.Level); #endinitclip
Symbol 116 MovieClip [lib_level_9] Frame 1
#initclip 23 Object.registerClass("lib_level_9", Pirrest.BigFoot.Level); #endinitclip
Symbol 132 MovieClip [lib_level_8] Frame 1
#initclip 24 Object.registerClass("lib_level_8", Pirrest.BigFoot.Level); #endinitclip
Symbol 136 MovieClip [lib_level_7] Frame 1
#initclip 25 Object.registerClass("lib_level_7", Pirrest.BigFoot.Level); #endinitclip
Symbol 140 MovieClip [lib_level_6] Frame 1
#initclip 26 Object.registerClass("lib_level_6", Pirrest.BigFoot.Level); #endinitclip
Symbol 147 MovieClip [lib_level_5] Frame 1
#initclip 27 Object.registerClass("lib_level_5", Pirrest.BigFoot.Level); #endinitclip
Symbol 151 MovieClip [lib_level_4] Frame 1
#initclip 28 Object.registerClass("lib_level_4", Pirrest.BigFoot.Level); #endinitclip
Symbol 160 MovieClip [lib_level_1] Frame 1
#initclip 29 Object.registerClass("lib_level_1", Pirrest.BigFoot.Level); #endinitclip
Symbol 164 MovieClip [lib_level_2] Frame 1
#initclip 30 Object.registerClass("lib_level_2", Pirrest.BigFoot.Level); #endinitclip
Symbol 171 MovieClip [lib_level_3] Frame 1
#initclip 31 Object.registerClass("lib_level_3", Pirrest.BigFoot.Level); #endinitclip
Symbol 189 Button
on (release) { _root.getURL("http://www.freeaddictinggames.com", "_blank"); }
Symbol 194 MovieClip Frame 1
if (st != true) { gotoAndStop(random(55)); st = true; }
Symbol 194 MovieClip Frame 30
if (st != true) { gotoAndStop(random(55)); st = true; }
Symbol 199 MovieClip Frame 1
inst_bird_mc._visible = false;
Instance of Symbol 198 MovieClip "inst_bird_mc" in Symbol 199 MovieClip Frame 1
onClipEvent (enterFrame) { if (this._name != "inst_bird_mc") { this._y = this._y - this.speed; this._x = this._x - this.speed_x; this._xscale = this._xscale - 0.2; this._yscale = this._yscale - 0.2; if ((this._xscale <= 1) || (this._y < -10)) { this.removeMovieClip(); } } }
Symbol 208 MovieClip Frame 1
function addBird() { speed = (random(10) / 9) + 0.1; speed_x = (random(10) / 9) + 0.2; b = 0; while (b < (random(2) + 3)) { birds_mc.inst_bird_mc.duplicateMovieClip(("bird_" + birds) + "_mc", birds); new_bird_mc = eval (("birds_mc.bird_" + birds) + "_mc"); bird_scale = random(20) + 60; new_bird_mc._xscale = bird_scale; new_bird_mc._yscale = bird_scale; new_bird_mc._x = 200 + random(50); new_bird_mc._y = random(100) + 50; new_bird_mc.speed = speed + (random(5) / 9); new_bird_mc.speed_x = speed_x + (random(5) / 9); new_bird_mc._visible = true; birds++; b++; } } stop(); birds = 0; times = 0; birds_mc.onEnterFrame = function () { if (times == 300) { addBird(); times = 0; } times++; }; addBird();
Instance of Symbol 194 MovieClip "inst_mc" in Symbol 208 MovieClip Frame 1
onClipEvent (enterFrame) { this._y = this._y + (this.speed / 1.2); this._x = this._x - (this.speed / 3); this._rotation = this._rotation + this.speed; if ((this._x < -10) || (this._y > 400)) { _parent.snow(); this.removeMovieClip(); } }
Symbol 233 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 = "motorbike"; 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 234 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 235 MovieClip Frame 8
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 235 MovieClip Frame 13
stop();
Symbol 235 MovieClip Frame 21
gotoAndStop ("empty");
Symbol 235 MovieClip Frame 23
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 235 MovieClip Frame 32
stop();
Symbol 235 MovieClip Frame 34
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 235 MovieClip Frame 43
stop();
Symbol 235 MovieClip Frame 45
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 235 MovieClip Frame 54
stop();
Symbol 235 MovieClip Frame 56
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 235 MovieClip Frame 61
stop();
Symbol 256 MovieClip Frame 9
stop();
Symbol 256 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 256 MovieClip Frame 14
stop();
Symbol 256 MovieClip Frame 17
_root.startGame(); nextFrame();
Symbol 256 MovieClip Frame 18
_root.main_mc.main_cont_mc.level_mc.init();
Symbol 256 MovieClip Frame 27
stop();
Symbol 256 MovieClip Frame 28
main_menu_btn.onRelease = function () { gotoAndStop ("intro"); };
Symbol 256 MovieClip Frame 35
stop();
Symbol 256 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=motorbike", scores_res_lv); scores_mc.clear(); scores_mc.inst_score.title_txt.text = "Please wait..."; scores_mc.inst_score._visible = true; scores_mc._y = Stage.height / 2; 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 * 21; i++; } scores_mc._y = 78; if (scoreBoard.length == 0) { scores_mc.inst_score.title_txt.text = "No data"; scores_mc.inst_score._visible = true; scores_mc._y = Stage.height / 2; } } else { scores_mc.inst_score.title_txt.text = "Error loading data"; scores_mc.inst_score._visible = true; scores_mc._y = Stage.height / 2; } }; main_menu_btn.onRelease = function () { scores_mc._visible = false; gotoAndStop ("intro"); };
Symbol 256 MovieClip Frame 41
stop();

Library Items

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

Instance Names

"preloader_mc"Frame 1Symbol 13 MovieClip
"main_mc"Frame 20Symbol 256 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
"b_arm_mc"Symbol 85 MovieClip Frame 1Symbol 69 MovieClip
"body_mc"Symbol 85 MovieClip Frame 1Symbol 72 MovieClip
"leg_mc"Symbol 85 MovieClip Frame 1Symbol 75 MovieClip
"foot_mc"Symbol 85 MovieClip Frame 1Symbol 78 MovieClip
"f_arm_mc"Symbol 85 MovieClip Frame 1Symbol 81 MovieClip
"head_mc"Symbol 85 MovieClip Frame 1Symbol 84 MovieClip
"roof_mc"Symbol 86 MovieClip [lib_jeep_body] Frame 1Symbol 65 MovieClip
"driver_mc"Symbol 86 MovieClip [lib_jeep_body] Frame 1Symbol 85 MovieClip
"wheel_1_dummy_mc"Symbol 92 MovieClip Frame 1Symbol 91 MovieClip
"wheel_2_dummy_mc"Symbol 92 MovieClip Frame 1Symbol 91 MovieClip
"p1"Symbol 102 MovieClip [lib_surface] Frame 1Symbol 101 MovieClip [lib_point]
"p2"Symbol 102 MovieClip [lib_surface] Frame 1Symbol 101 MovieClip [lib_point]
"jeep_dummy_mc"Symbol 109 MovieClip Frame 1Symbol 92 MovieClip
"ground_mc"Symbol 109 MovieClip Frame 1Symbol 98 MovieClip
"star_mc"Symbol 109 MovieClip Frame 1Symbol 108 MovieClip
"under_mc"Symbol 112 MovieClip [lib_level_10] Frame 1Symbol 109 MovieClip
"jeep_cont_mc"Symbol 112 MovieClip [lib_level_10] Frame 1Symbol 110 MovieClip
"over_mc"Symbol 112 MovieClip [lib_level_10] Frame 1Symbol 111 MovieClip
"jeep_dummy_mc"Symbol 115 MovieClip Frame 1Symbol 92 MovieClip
"ground_mc"Symbol 115 MovieClip Frame 1Symbol 114 MovieClip
"star_mc"Symbol 115 MovieClip Frame 1Symbol 108 MovieClip
"under_mc"Symbol 116 MovieClip [lib_level_9] Frame 1Symbol 115 MovieClip
"jeep_cont_mc"Symbol 116 MovieClip [lib_level_9] Frame 1Symbol 110 MovieClip
"over_mc"Symbol 116 MovieClip [lib_level_9] Frame 1Symbol 111 MovieClip
"jeep_dummy_mc"Symbol 131 MovieClip Frame 1Symbol 92 MovieClip
"ground_mc"Symbol 131 MovieClip Frame 1Symbol 119 MovieClip
"star_mc"Symbol 131 MovieClip Frame 1Symbol 108 MovieClip
"under_mc"Symbol 132 MovieClip [lib_level_8] Frame 1Symbol 131 MovieClip
"jeep_cont_mc"Symbol 132 MovieClip [lib_level_8] Frame 1Symbol 110 MovieClip
"over_mc"Symbol 132 MovieClip [lib_level_8] Frame 1Symbol 111 MovieClip
"jeep_dummy_mc"Symbol 135 MovieClip Frame 1Symbol 92 MovieClip
"ground_mc"Symbol 135 MovieClip Frame 1Symbol 134 MovieClip
"star_mc"Symbol 135 MovieClip Frame 1Symbol 108 MovieClip
"under_mc"Symbol 136 MovieClip [lib_level_7] Frame 1Symbol 135 MovieClip
"jeep_cont_mc"Symbol 136 MovieClip [lib_level_7] Frame 1Symbol 110 MovieClip
"over_mc"Symbol 136 MovieClip [lib_level_7] Frame 1Symbol 111 MovieClip
"jeep_dummy_mc"Symbol 139 MovieClip Frame 1Symbol 92 MovieClip
"ground_mc"Symbol 139 MovieClip Frame 1Symbol 138 MovieClip
"star_mc"Symbol 139 MovieClip Frame 1Symbol 108 MovieClip
"under_mc"Symbol 140 MovieClip [lib_level_6] Frame 1Symbol 139 MovieClip
"jeep_cont_mc"Symbol 140 MovieClip [lib_level_6] Frame 1Symbol 110 MovieClip
"over_mc"Symbol 140 MovieClip [lib_level_6] Frame 1Symbol 111 MovieClip
"jeep_dummy_mc"Symbol 146 MovieClip Frame 1Symbol 92 MovieClip
"ground_mc"Symbol 146 MovieClip Frame 1Symbol 145 MovieClip
"star_mc"Symbol 146 MovieClip Frame 1Symbol 108 MovieClip
"backs_mc"Symbol 147 MovieClip [lib_level_5] Frame 1Symbol 142 MovieClip
"under_mc"Symbol 147 MovieClip [lib_level_5] Frame 1Symbol 146 MovieClip
"jeep_cont_mc"Symbol 147 MovieClip [lib_level_5] Frame 1Symbol 110 MovieClip
"over_mc"Symbol 147 MovieClip [lib_level_5] Frame 1Symbol 111 MovieClip
"jeep_dummy_mc"Symbol 149 MovieClip Frame 1Symbol 92 MovieClip
"star_mc"Symbol 149 MovieClip Frame 1Symbol 108 MovieClip
"under_mc"Symbol 151 MovieClip [lib_level_4] Frame 1Symbol 149 MovieClip
"jeep_cont_mc"Symbol 151 MovieClip [lib_level_4] Frame 1Symbol 110 MovieClip
"over_mc"Symbol 151 MovieClip [lib_level_4] Frame 1Symbol 150 MovieClip
"jeep_dummy_mc"Symbol 159 MovieClip Frame 1Symbol 92 MovieClip
"star_mc"Symbol 159 MovieClip Frame 1Symbol 108 MovieClip
"backs_mc"Symbol 160 MovieClip [lib_level_1] Frame 1Symbol 153 MovieClip
"under_mc"Symbol 160 MovieClip [lib_level_1] Frame 1Symbol 159 MovieClip
"jeep_cont_mc"Symbol 160 MovieClip [lib_level_1] Frame 1Symbol 110 MovieClip
"over_mc"Symbol 160 MovieClip [lib_level_1] Frame 1Symbol 150 MovieClip
"jeep_dummy_mc"Symbol 163 MovieClip Frame 1Symbol 92 MovieClip
"star_mc"Symbol 163 MovieClip Frame 1Symbol 108 MovieClip
"backs_mc"Symbol 164 MovieClip [lib_level_2] Frame 1Symbol 153 MovieClip
"under_mc"Symbol 164 MovieClip [lib_level_2] Frame 1Symbol 163 MovieClip
"jeep_cont_mc"Symbol 164 MovieClip [lib_level_2] Frame 1Symbol 110 MovieClip
"over_mc"Symbol 164 MovieClip [lib_level_2] Frame 1Symbol 150 MovieClip
"jeep_dummy_mc"Symbol 170 MovieClip Frame 1Symbol 92 MovieClip
"ground_mc"Symbol 170 MovieClip Frame 1Symbol 169 MovieClip
"star_mc"Symbol 170 MovieClip Frame 1Symbol 108 MovieClip
"backs_mc"Symbol 171 MovieClip [lib_level_3] Frame 1Symbol 166 MovieClip
"under_mc"Symbol 171 MovieClip [lib_level_3] Frame 1Symbol 170 MovieClip
"jeep_cont_mc"Symbol 171 MovieClip [lib_level_3] Frame 1Symbol 110 MovieClip
"over_mc"Symbol 171 MovieClip [lib_level_3] Frame 1Symbol 150 MovieClip
"inst_bird_mc"Symbol 199 MovieClip Frame 1Symbol 198 MovieClip
"inst_mc"Symbol 208 MovieClip Frame 1Symbol 194 MovieClip
"birds_mc"Symbol 208 MovieClip Frame 1Symbol 199 MovieClip
"name_txt"Symbol 234 MovieClip Frame 1Symbol 226 EditableText
"submit_btn"Symbol 234 MovieClip Frame 1Symbol 233 Button
"next_btn"Symbol 235 MovieClip Frame 8Symbol 176 Button
"menu_btn"Symbol 235 MovieClip Frame 8Symbol 176 Button
"prev_btn"Symbol 235 MovieClip Frame 8Symbol 176 Button
"pause_mc"Symbol 235 MovieClip Frame 8Symbol 215 MovieClip
"text_1_mc"Symbol 235 MovieClip Frame 8Symbol 218 MovieClip
"text_2_mc"Symbol 235 MovieClip Frame 8Symbol 218 MovieClip
"text_0_mc"Symbol 235 MovieClip Frame 8Symbol 218 MovieClip
"next_btn"Symbol 235 MovieClip Frame 23Symbol 176 Button
"menu_btn"Symbol 235 MovieClip Frame 23Symbol 176 Button
"title_mc"Symbol 235 MovieClip Frame 23Symbol 221 MovieClip
"text_1_mc"Symbol 235 MovieClip Frame 23Symbol 218 MovieClip
"text_2_mc"Symbol 235 MovieClip Frame 23Symbol 218 MovieClip
"title_0_txt"Symbol 235 MovieClip Frame 23Symbol 222 EditableText
"menu_btn"Symbol 235 MovieClip Frame 34Symbol 176 Button
"submitTopScore_mc"Symbol 235 MovieClip Frame 34Symbol 234 MovieClip
"menu_btn"Symbol 235 MovieClip Frame 45Symbol 176 Button
"next_btn"Symbol 235 MovieClip Frame 56Symbol 176 Button
"menu_btn"Symbol 235 MovieClip Frame 56Symbol 176 Button
"title_txt"Symbol 254 MovieClip Frame 1Symbol 253 EditableText
"inst_score"Symbol 255 MovieClip Frame 1Symbol 254 MovieClip
"start_btn"Symbol 256 MovieClip Frame 10Symbol 176 Button
"how_to_btn"Symbol 256 MovieClip Frame 10Symbol 176 Button
"topscores_btn"Symbol 256 MovieClip Frame 10Symbol 176 Button
"more_btn"Symbol 256 MovieClip Frame 10Symbol 176 Button
"back_mc"Symbol 256 MovieClip Frame 17Symbol 208 MovieClip
"lives_txt"Symbol 256 MovieClip Frame 17Symbol 211 EditableText
"score_txt"Symbol 256 MovieClip Frame 17Symbol 212 EditableText
"main_cont_mc"Symbol 256 MovieClip Frame 17Symbol 110 MovieClip
"messages_mc"Symbol 256 MovieClip Frame 17Symbol 235 MovieClip
"main_menu_btn"Symbol 256 MovieClip Frame 28Symbol 176 Button
"scores_mc"Symbol 256 MovieClip Frame 36Symbol 255 MovieClip

Special Tags

Protect (24)Timeline Frame 131 bytes "..$1$tS$Lojec0Ctz8bdeIHxWEy440."
ExportAssets (56)Timeline Frame 1Symbol 4 as "finish"
ExportAssets (56)Timeline Frame 1Symbol 257 as "__Packages.Pirrest.PhisicsEngine.Wheel"
ExportAssets (56)Timeline Frame 1Symbol 258 as "__Packages.Pirrest.PhisicsEngine.Particle"
ExportAssets (56)Timeline Frame 1Symbol 259 as "__Packages.Pirrest.PhisicsEngine.Vector"
ExportAssets (56)Timeline Frame 1Symbol 260 as "__Packages.Pirrest.PhisicsEngine.ParticleSystem"
ExportAssets (56)Timeline Frame 1Symbol 261 as "__Packages.Pirrest.PhisicsEngine.Surface"
ExportAssets (56)Timeline Frame 1Symbol 262 as "__Packages.Pirrest.PhisicsEngine.Point"
ExportAssets (56)Timeline Frame 1Symbol 263 as "__Packages.Pirrest.Common.PiVal"
ExportAssets (56)Timeline Frame 1Symbol 264 as "__Packages.Pirrest.Common.PiGeo"
ExportAssets (56)Timeline Frame 1Symbol 265 as "__Packages.Pirrest.PhisicsEngine.Graphics"
ExportAssets (56)Timeline Frame 1Symbol 266 as "__Packages.Pirrest.PhisicsEngine.CircleSurface"
ExportAssets (56)Timeline Frame 1Symbol 267 as "__Packages.Pirrest.PhisicsEngine.Constraint"
ExportAssets (56)Timeline Frame 1Symbol 268 as "__Packages.Pirrest.PhisicsEngine.Rectangle"
ExportAssets (56)Timeline Frame 1Symbol 269 as "__Packages.Pirrest.PhisicsEngine.AngularConstraint"
ExportAssets (56)Timeline Frame 1Symbol 270 as "__Packages.Pirrest.PhisicsEngine.Line"
ExportAssets (56)Timeline Frame 1Symbol 271 as "__Packages.Pirrest.PhisicsEngine.RimParticle"
ExportAssets (56)Timeline Frame 1Symbol 272 as "__Packages.Pirrest.BigFoot.Level"
ExportAssets (56)Timeline Frame 1Symbol 273 as "__Packages.Pirrest.BigFoot.JeepBody"
ExportAssets (56)Timeline Frame 10Symbol 86 as "lib_jeep_body"
ExportAssets (56)Timeline Frame 10Symbol 88 as "lib_jeep_wheel"
ExportAssets (56)Timeline Frame 10Symbol 101 as "lib_point"
ExportAssets (56)Timeline Frame 10Symbol 101 as "lib_point"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 104 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 104 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 104 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 104 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 104 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 104 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 104 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 104 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 104 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 104 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 104 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 104 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 112 as "lib_level_10"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 104 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 104 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 104 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 104 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 104 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 104 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 104 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 116 as "lib_level_9"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 104 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 104 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 104 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 104 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 104 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 104 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 104 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 104 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 104 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 104 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 132 as "lib_level_8"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 104 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 104 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 104 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 104 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 104 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 104 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 104 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 104 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 136 as "lib_level_7"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 104 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 104 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 104 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 104 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 104 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 104 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 104 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 104 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 104 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 104 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 104 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 104 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 104 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 104 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 104 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 104 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 104 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 104 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 104 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 104 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 104 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 140 as "lib_level_6"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 104 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 104 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 104 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 104 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 104 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 147 as "lib_level_5"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 104 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 104 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 104 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 104 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 104 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 104 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 104 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 104 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 104 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 104 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 104 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 104 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 104 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 104 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 104 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 104 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 104 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 104 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 104 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 104 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 104 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 104 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 104 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 104 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 104 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 104 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 104 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 104 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 104 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 104 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 151 as "lib_level_4"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 104 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 104 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 104 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 104 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 104 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 104 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 104 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 104 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 104 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 104 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 104 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 104 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 104 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 104 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 104 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 104 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 104 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 104 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 104 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 104 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 104 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 104 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 104 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 104 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 104 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 104 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 104 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 104 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 160 as "lib_level_1"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 104 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 104 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 104 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 104 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 104 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 104 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 104 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 104 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 104 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 104 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 104 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 104 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 104 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 104 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 104 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 104 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 104 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 104 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 104 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 104 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 104 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 164 as "lib_level_2"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 104 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 104 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 104 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 104 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 104 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 104 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 104 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 104 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 104 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 104 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 104 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 104 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 104 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 104 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 104 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 102 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 104 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 104 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 171 as "lib_level_3"
ExportAssets (56)Timeline Frame 11Symbol 86 as "lib_jeep_body"
ExportAssets (56)Timeline Frame 11Symbol 88 as "lib_jeep_wheel"
ExportAssets (56)Timeline Frame 11Symbol 112 as "lib_level_10"
ExportAssets (56)Timeline Frame 11Symbol 116 as "lib_level_9"
ExportAssets (56)Timeline Frame 11Symbol 132 as "lib_level_8"
ExportAssets (56)Timeline Frame 11Symbol 136 as "lib_level_7"
ExportAssets (56)Timeline Frame 11Symbol 140 as "lib_level_6"
ExportAssets (56)Timeline Frame 11Symbol 147 as "lib_level_5"
ExportAssets (56)Timeline Frame 11Symbol 151 as "lib_level_4"
ExportAssets (56)Timeline Frame 11Symbol 160 as "lib_level_1"
ExportAssets (56)Timeline Frame 11Symbol 164 as "lib_level_2"
ExportAssets (56)Timeline Frame 11Symbol 171 as "lib_level_3"
ExportAssets (56)Timeline Frame 12Symbol 86 as "lib_jeep_body"
ExportAssets (56)Timeline Frame 12Symbol 88 as "lib_jeep_wheel"
ExportAssets (56)Timeline Frame 12Symbol 112 as "lib_level_10"
ExportAssets (56)Timeline Frame 12Symbol 116 as "lib_level_9"
ExportAssets (56)Timeline Frame 12Symbol 132 as "lib_level_8"
ExportAssets (56)Timeline Frame 12Symbol 136 as "lib_level_7"
ExportAssets (56)Timeline Frame 12Symbol 140 as "lib_level_6"
ExportAssets (56)Timeline Frame 12Symbol 147 as "lib_level_5"
ExportAssets (56)Timeline Frame 12Symbol 151 as "lib_level_4"
ExportAssets (56)Timeline Frame 12Symbol 160 as "lib_level_1"
ExportAssets (56)Timeline Frame 12Symbol 164 as "lib_level_2"
ExportAssets (56)Timeline Frame 12Symbol 171 as "lib_level_3"
ExportAssets (56)Timeline Frame 13Symbol 86 as "lib_jeep_body"
ExportAssets (56)Timeline Frame 13Symbol 88 as "lib_jeep_wheel"
ExportAssets (56)Timeline Frame 13Symbol 112 as "lib_level_10"
ExportAssets (56)Timeline Frame 13Symbol 116 as "lib_level_9"
ExportAssets (56)Timeline Frame 13Symbol 132 as "lib_level_8"
ExportAssets (56)Timeline Frame 13Symbol 136 as "lib_level_7"
ExportAssets (56)Timeline Frame 13Symbol 140 as "lib_level_6"
ExportAssets (56)Timeline Frame 13Symbol 147 as "lib_level_5"
ExportAssets (56)Timeline Frame 13Symbol 151 as "lib_level_4"
ExportAssets (56)Timeline Frame 13Symbol 160 as "lib_level_1"
ExportAssets (56)Timeline Frame 13Symbol 164 as "lib_level_2"
ExportAssets (56)Timeline Frame 13Symbol 171 as "lib_level_3"
ExportAssets (56)Timeline Frame 14Symbol 86 as "lib_jeep_body"
ExportAssets (56)Timeline Frame 14Symbol 88 as "lib_jeep_wheel"
ExportAssets (56)Timeline Frame 14Symbol 112 as "lib_level_10"
ExportAssets (56)Timeline Frame 14Symbol 116 as "lib_level_9"
ExportAssets (56)Timeline Frame 14Symbol 132 as "lib_level_8"
ExportAssets (56)Timeline Frame 14Symbol 136 as "lib_level_7"
ExportAssets (56)Timeline Frame 14Symbol 140 as "lib_level_6"
ExportAssets (56)Timeline Frame 14Symbol 147 as "lib_level_5"
ExportAssets (56)Timeline Frame 14Symbol 151 as "lib_level_4"
ExportAssets (56)Timeline Frame 14Symbol 160 as "lib_level_1"
ExportAssets (56)Timeline Frame 14Symbol 164 as "lib_level_2"
ExportAssets (56)Timeline Frame 14Symbol 171 as "lib_level_3"
ExportAssets (56)Timeline Frame 15Symbol 86 as "lib_jeep_body"
ExportAssets (56)Timeline Frame 15Symbol 88 as "lib_jeep_wheel"
ExportAssets (56)Timeline Frame 15Symbol 112 as "lib_level_10"
ExportAssets (56)Timeline Frame 15Symbol 116 as "lib_level_9"
ExportAssets (56)Timeline Frame 15Symbol 132 as "lib_level_8"
ExportAssets (56)Timeline Frame 15Symbol 136 as "lib_level_7"
ExportAssets (56)Timeline Frame 15Symbol 140 as "lib_level_6"
ExportAssets (56)Timeline Frame 15Symbol 147 as "lib_level_5"
ExportAssets (56)Timeline Frame 15Symbol 151 as "lib_level_4"
ExportAssets (56)Timeline Frame 15Symbol 160 as "lib_level_1"
ExportAssets (56)Timeline Frame 15Symbol 164 as "lib_level_2"
ExportAssets (56)Timeline Frame 15Symbol 171 as "lib_level_3"
ExportAssets (56)Timeline Frame 16Symbol 86 as "lib_jeep_body"
ExportAssets (56)Timeline Frame 16Symbol 88 as "lib_jeep_wheel"
ExportAssets (56)Timeline Frame 16Symbol 112 as "lib_level_10"
ExportAssets (56)Timeline Frame 16Symbol 116 as "lib_level_9"
ExportAssets (56)Timeline Frame 16Symbol 132 as "lib_level_8"
ExportAssets (56)Timeline Frame 16Symbol 136 as "lib_level_7"
ExportAssets (56)Timeline Frame 16Symbol 140 as "lib_level_6"
ExportAssets (56)Timeline Frame 16Symbol 147 as "lib_level_5"
ExportAssets (56)Timeline Frame 16Symbol 151 as "lib_level_4"
ExportAssets (56)Timeline Frame 16Symbol 160 as "lib_level_1"
ExportAssets (56)Timeline Frame 16Symbol 164 as "lib_level_2"
ExportAssets (56)Timeline Frame 16Symbol 171 as "lib_level_3"
ExportAssets (56)Timeline Frame 17Symbol 86 as "lib_jeep_body"
ExportAssets (56)Timeline Frame 17Symbol 88 as "lib_jeep_wheel"
ExportAssets (56)Timeline Frame 17Symbol 112 as "lib_level_10"
ExportAssets (56)Timeline Frame 17Symbol 116 as "lib_level_9"
ExportAssets (56)Timeline Frame 17Symbol 132 as "lib_level_8"
ExportAssets (56)Timeline Frame 17Symbol 136 as "lib_level_7"
ExportAssets (56)Timeline Frame 17Symbol 140 as "lib_level_6"
ExportAssets (56)Timeline Frame 17Symbol 147 as "lib_level_5"
ExportAssets (56)Timeline Frame 17Symbol 151 as "lib_level_4"
ExportAssets (56)Timeline Frame 17Symbol 160 as "lib_level_1"
ExportAssets (56)Timeline Frame 17Symbol 164 as "lib_level_2"
ExportAssets (56)Timeline Frame 17Symbol 171 as "lib_level_3"
ExportAssets (56)Timeline Frame 18Symbol 86 as "lib_jeep_body"
ExportAssets (56)Timeline Frame 18Symbol 88 as "lib_jeep_wheel"
ExportAssets (56)Timeline Frame 18Symbol 112 as "lib_level_10"
ExportAssets (56)Timeline Frame 18Symbol 116 as "lib_level_9"
ExportAssets (56)Timeline Frame 18Symbol 132 as "lib_level_8"
ExportAssets (56)Timeline Frame 18Symbol 136 as "lib_level_7"
ExportAssets (56)Timeline Frame 18Symbol 140 as "lib_level_6"
ExportAssets (56)Timeline Frame 18Symbol 147 as "lib_level_5"
ExportAssets (56)Timeline Frame 18Symbol 151 as "lib_level_4"
ExportAssets (56)Timeline Frame 18Symbol 160 as "lib_level_1"
ExportAssets (56)Timeline Frame 18Symbol 164 as "lib_level_2"
ExportAssets (56)Timeline Frame 18Symbol 171 as "lib_level_3"
ExportAssets (56)Timeline Frame 20Symbol 88 as "lib_jeep_wheel"
ExportAssets (56)Timeline Frame 20Symbol 88 as "lib_jeep_wheel"
ExportAssets (56)Timeline Frame 20Symbol 88 as "lib_jeep_wheel"
ExportAssets (56)Timeline Frame 20Symbol 88 as "lib_jeep_wheel"
ExportAssets (56)Timeline Frame 20Symbol 88 as "lib_jeep_wheel"
ExportAssets (56)Timeline Frame 20Symbol 88 as "lib_jeep_wheel"
ExportAssets (56)Timeline Frame 20Symbol 88 as "lib_jeep_wheel"
ExportAssets (56)Timeline Frame 20Symbol 88 as "lib_jeep_wheel"
ExportAssets (56)Timeline Frame 20Symbol 88 as "lib_jeep_wheel"
ExportAssets (56)Timeline Frame 20Symbol 88 as "lib_jeep_wheel"
ExportAssets (56)Timeline Frame 20Symbol 88 as "lib_jeep_wheel"
Tag 0x0FF (255)Timeline Frame 11 bytes "."

Labels

"preloading"Frame 1
"instances"Frame 10
"init"Frame 20
"move_front"Symbol 85 MovieClip Frame 2
"front_to_normal"Symbol 85 MovieClip Frame 11
"move_back"Symbol 85 MovieClip Frame 22
"back_to_normal"Symbol 85 MovieClip Frame 32
"level_1"Symbol 208 MovieClip Frame 1
"level_2"Symbol 208 MovieClip Frame 7
"level_3"Symbol 208 MovieClip Frame 13
"level_4"Symbol 208 MovieClip Frame 19
"level_5"Symbol 208 MovieClip Frame 25
"level_6"Symbol 208 MovieClip Frame 31
"level_7"Symbol 208 MovieClip Frame 37
"level_8"Symbol 208 MovieClip Frame 43
"level_9"Symbol 208 MovieClip Frame 49
"level_10"Symbol 208 MovieClip Frame 55
"empty"Symbol 235 MovieClip Frame 1
"pause"Symbol 235 MovieClip Frame 8
"un_pause"Symbol 235 MovieClip Frame 14
"level_completed"Symbol 235 MovieClip Frame 23
"game_completed"Symbol 235 MovieClip Frame 34
"game_over"Symbol 235 MovieClip Frame 45
"lives_down"Symbol 235 MovieClip Frame 56
"init"Symbol 256 MovieClip Frame 1
"intro"Symbol 256 MovieClip Frame 10
"replay"Symbol 256 MovieClip Frame 16
"game"Symbol 256 MovieClip Frame 17
"how_to_play"Symbol 256 MovieClip Frame 28
"scores"Symbol 256 MovieClip Frame 36

Dynamic Text Variables

captionSymbol 214 EditableText"PAUSE"
captionSymbol 216 EditableText"PAUSE"
captionSymbol 217 EditableText"PAUSE"
captionSymbol 219 EditableText"PAUSE"
captionSymbol 220 EditableText"PAUSE"




http://swfchan.com/26/127984/info.shtml
Created: 24/2 -2019 13:46:57 Last modified: 24/2 -2019 13:46:57 Server time: 26/04 -2024 00:54:52