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

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

rage-rider.swf

This is the info page for
Flash #113518

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


Text
Game Instructions

use the arrow keys to Race and
get to the finish flag !
Shorter the time higher the
score will be. after each level
you will be able to submit your
score and see your results.
Good Luck !

Play more games

Play more games

Free Games For Your Site

Free Games For Your Site

How to Play

How to Play

Play

Play

0

0

:

time:

total score:

MENU

MENU

Continue

Continue

Restart

Restart

Main Menu

Main Menu

PAUSE

PAUSE

XXX

xxx

Next

Next

Play again

Play again

Try Again

Try Again

XXX

ActionScript [AS1/AS2]

Frame 1
_quality = "BEST"; function stop_waiting() { waiting = false; clearInterval(waitID); } var waiting = true; var waitID = setInterval(stop_waiting, 10000);
Frame 2
percent = Math.round((_root.getBytesLoaded() * 100) / _root.getBytesTotal()); preloader.intro.gauge.gotoAndStop(percent);
Frame 3
if ((percent < 100) || (waiting)) { gotoAndPlay (2); } else { gotoAndStop ("init"); }
Frame 4
trace("upps!");
Frame 9
prevFrame();
Frame 20
function startGame() { clearTimeout(timeOut); _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.back_mc.gotoAndStop("level_" + gl_user_info.curr_level); main_mc.messages_mc.gotoAndStop("new_level"); checkCurrentLevel(); main_mc.messages_mc.theMeniu.wxnmenu.onRelease = function () { gl_game_info.is_pause = !gl_game_info.is_pause; if (gl_game_info.is_pause) { _root.pauza = true; trace("pause = " + gl_game_info.is_pause); } }; timeOut = setTimeout(clearInfo, 2000); _root.onKeyDown = function () { if (_global.gl_user_info.curr_level > 8) { _global.gl_user_info.curr_level = 1; } }; Key.addListener(_root); if (!Pirrest.Common.PiVal.isEmpty(gl_level)) { main_mc.main_cont_mc.attachMovie(gl_level.link, "level_mc", 1); } } function clearInfo() { main_mc.messages_mc.gotoAndPlay("new_level"); } function checkCurrentLevel() { var _local2 = _global.gl_user_info.curr_level; main_mc.messages_mc.title_lvl.lvl_txt.text = "Level " + _local2.toString(); } jb = new Pirrest.BigFoot.JeepBody(); Key.addListener(jb); player = {link:"lib_jeep"}; level_1 = {link:"lib_level_1", damping:0.98, gravity:{x:0, y:0.55}, kfr:0.1, friction:0.8}; level_2 = {link:"lib_level_2", damping:0.98, gravity:{x:0, y:0.55}, kfr:0.1, friction:0.8}; level_3 = {link:"lib_level_3", damping:0.98, gravity:{x:0, y:0.55}, kfr:0.1, friction:0.8}; level_4 = {link:"lib_level_4", damping:0.98, gravity:{x:0, y:0.55}, kfr:0.1, friction:0.8}; level_5 = {link:"lib_level_5", damping:0.98, gravity:{x:0, y:0.55}, kfr:0.1, friction:0.8}; level_6 = {link:"lib_level_6", damping:0.98, gravity:{x:0, y:0.55}, kfr:0.1, friction:0.8}; level_7 = {link:"lib_level_7", damping:0.98, gravity:{x:0, y:0.55}, kfr:0.1, friction:0.8}; level_8 = {link:"lib_level_8", damping:0.98, gravity:{x:0, y:0.55}, 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}; _global.gl_user_info = {levels:levels, player:player, curr_level:1}; _global.gl_game_info = {is_game_over:false, is_pause:false}; 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 levels; var timeOut; main_mc.gotoAndStop("intro"); _root.demaraj = new Sound(); _root.demaraj.attachSound("demaraj"); _root.xmotor = new Sound(); _root.xmotor.attachSound("xmotor"); _root.sunet = true; function __com_mochibot__(swfid, mc, lv, trk) { var x; var g; var s; var fv; var sb; var u; var res; var mb; var mbc; var pv; mb = "__mochibot__"; mbc = "mochibot.com"; g = (_global ? (_global) : (_level0._root)); if (g[mb + swfid]) { return(g[mb + swfid]); } s = System.security; x = mc._root.getSWFVersion; fv = (x ? (mc.getSWFVersion()) : ((_global ? 6 : 5))); if (!s) { s = {}; } sb = s.sandboxType; if (sb == "localWithFile") { return(null); } x = s.allowDomain; if (x) { s.allowDomain(mbc); } x = s.allowInsecureDomain; if (x) { s.allowInsecureDomain(mbc); } pv = ((fv == 5) ? (getVersion()) : (System.capabilities.version)); u = (((((((((((("http://" + mbc) + "/my/core.swf?mv=8&fv=") + fv) + "&v=") + escape(pv)) + "&swfid=") + escape(swfid)) + "&l=") + lv) + "&f=") + mc) + (sb ? ("&sb=" + sb) : "")) + (trk ? "&t=1" : ""); lv = ((fv > 6) ? (mc.getNextHighestDepth()) : ((g[mb + "level"] ? (g[mb + "level"] + 1) : (lv)))); g[mb + "level"] = lv; if (fv == 5) { res = "_level" + lv; if (!eval (res)) { loadMovieNum (u, lv); } } else { res = mc.createEmptyMovieClip(mb + swfid, lv); res.loadMovie(u); } return(res); } __com_mochibot__("e8b2e957", this, 10301, true);
Frame 30
prevFrame();
Symbol 8 MovieClip Frame 1
stop();
Symbol 20 MovieClip Frame 1
function stop_waiting() { waiting = false; clearInterval(waitID); } var waiting = true; var waitID = setInterval(stop_waiting, 12000);
Instance of Symbol 17 MovieClip in Symbol 20 MovieClip Frame 1
on (release) { getURL ("http://www.i6.com/free-games/85/dirt-bike?utm_source=games&utm_medium=rrspr", "_blank"); }
Instance of Symbol 19 MovieClip in Symbol 20 MovieClip Frame 1
on (release) { getURL ("http://www.i6.com/free-games/85/dirt-bike?utm_source=games&utm_medium=rrpr ", "_blank"); }
Symbol 20 MovieClip Frame 2
percent = Math.round((_root.getBytesLoaded() * 100) / _root.getBytesTotal()); intro.gauge.gotoAndStop(percent);
Symbol 20 MovieClip Frame 3
if ((percent < 100) || (waiting)) { gotoAndPlay (2); }
Symbol 20 MovieClip Frame 4
trace("upps!"); stop();
Symbol 381 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; 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 382 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 383 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 384 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.01; coeffDamp = 0.99; } 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); _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 385 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 _local4 = $p.curr.minusNew($p.prev); var _local3 = normal.dot(_local4); if (_local3 < 0) { var _local10 = _local4.minusNew(normal.multNew(_local3)); var _local5 = _local10.multNew($sysObj.coeffFric); var _local7 = normal.multNew(_local3 * $sysObj.coeffRest); var _local8 = _local7.plusNew(_local5); var _local9 = _local4.minusNew(_local8); var _local6 = normal.dot($p.curr.minusNew(p1)) * $sysObj.coeffRest; $p.curr.minus(normal.multNew(_local6)); $p.prev = $p.curr.minusNew(_local9); } } } 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 386 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 387 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 388 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 389 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 390 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 391 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, 10053171, 100); Pirrest.PhisicsEngine.Graphics.prototype.paintLine(dmc, p1.curr.x, p1.curr.y, p2.curr.x, p2.curr.y); } }
Symbol 392 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 393 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 = 4; } 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 394 MovieClip [__Packages.Pirrest.PhisicsEngine.Line] Frame 0
class Pirrest.PhisicsEngine.Line { var p1, p2; function Line ($p1, $p2) { p1 = $p1; p2 = $p2; } }
Symbol 395 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 396 MovieClip [__Packages.Pirrest.BigFoot.Level] Frame 0
class Pirrest.BigFoot.Level extends MovieClip { var p_system, under_mc, globalToLocal, jeep_wheel_1_mc, jeep_cont_mc, jeep_wheel_2_mc, jeep_body_mc, part, over_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 = false; 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_wheel_1_mc = jeep_cont_mc.attachMovie("lib_jeep_wheel1", "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_wheel2", "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); jeep_body_mc = jeep_cont_mc.attachMovie("lib_jeep_body", "jeep_body_mc", jeep_cont_mc.getNextHighestDepth()); 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 - 40); p_system.addConstraint(jeep_wheel_1_mc.wp, part); p_system.addConstraint(jeep_wheel_2_mc.wp, part); 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 _local7; var _local5 = 250 - jeep_body_mc._x; var _local4 = 200 - jeep_body_mc._y; var _local9 = _local5 - _x; var _local8 = _local4 - _y; var _local6 = Pirrest.Common.PiGeo.distance(_local5, _local4, _x, _y); var _local3 = _local6 * 0.35; if (_local3 > 50) { _local3 = 50; } _local7 = _local3 / _local6; _x = _x + (_local9 * _local7); _y = _y + (_local8 * _local7); _global.pBar.update(_x, under_mc.star_mc._x - under_mc.jeep_dummy_mc._x, under_mc.jeep_dummy_mc._x - (under_mc.jeep_dummy_mc._width / 2)); } }
Symbol 397 MovieClip [__Packages.Pirrest.BigFoot.JeepBody] Frame 0
class Pirrest.BigFoot.JeepBody extends MovieClip { var damage, max_damage, createEmptyMovieClip, onEnterFrame, active, level, _parent, driver_mc, swapped, globalToLocal, stick_back_mc, stick_front_mc, stick_back_point_mc, stick_front_point_mc, _rotation, _y, _x; function JeepBody () { super(); damage = 0; max_damage = 200; init(); } function init() { createEmptyMovieClip("sync_mc", 5); onEnterFrame = syncOnEnterFrame; active = false; level = _parent._parent; } function linstenKeys() { var _local4 = 2; var _local3 = 1.4; if (Key.isDown(37)) { driver_mc.move("back"); level.jeep_wheel_1_mc.wp.mass = _local3; level.jeep_wheel_2_mc.wp.mass = -_local3; } else if (Key.isDown(39)) { driver_mc.move("front"); level.jeep_wheel_1_mc.wp.mass = (-_local3) / 2; level.jeep_wheel_2_mc.wp.mass = _local3 / 1.5; } 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)) { if (_root.sunet == true) { if (_root.odata == true) { _root.demaraj.start(0, 1); } } _root.odata = false; level.jeep_wheel_1_mc.rp.vs = _local4; level.jeep_wheel_2_mc.rp.vs = _local4 / 8; } else if (Key.isDown(40)) { level.jeep_wheel_1_mc.rp.vs = (-_local4) / 2; level.jeep_wheel_2_mc.rp.vs = 0; } else { _root.odata = true; 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); } var _local4 = (swapped ? ({x:level.jeep_wheel_2_mc._x, y:level.jeep_wheel_2_mc._y}) : ({x:level.jeep_wheel_1_mc._x, y:level.jeep_wheel_1_mc._y})); var _local5 = (swapped ? ({x:level.jeep_wheel_1_mc._x, y:level.jeep_wheel_1_mc._y}) : ({x:level.jeep_wheel_2_mc._x, y:level.jeep_wheel_2_mc._y})); level.jeep_cont_mc.localToGlobal(_local4); globalToLocal(_local4); level.jeep_cont_mc.localToGlobal(_local5); globalToLocal(_local5); stick_back_mc._x = _local4.x; stick_back_mc._y = _local4.y; stick_front_mc._x = _local5.x; stick_front_mc._y = _local5.y; var _local11 = (-Pirrest.Common.PiGeo.angle(_local4.x, _local4.y, stick_back_point_mc._x, stick_back_point_mc._y)) + 90; stick_back_mc._rotation = _local11; var _local9 = (-Pirrest.Common.PiGeo.angle(_local5.x, _local5.y, stick_front_point_mc._x, stick_front_point_mc._y)) + 90; stick_front_mc._rotation = _local9; level.moveCamera(); linstenKeys(); level.p_system.timeStep(); level.p_system.paintWheels(); var _local10 = (-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 = _local10; _y = level.part.curr.y; _x = level.part.curr.x; var _local7 = {x:driver_mc.head_mc._x, y:driver_mc.head_mc._y}; driver_mc.localToGlobal(_local7); if (level.under_mc.ground_mc.hitTest(_local7.x, _local7.y, true)) { _global.gl_game_info.is_game_over = true; _root.main_mc.messages_mc.gotoAndStop("game_over"); } var _local6 = {x:driver_mc.foot_mc._x, y:driver_mc.foot_mc._y}; driver_mc.localToGlobal(_local6); if (level.under_mc.ground_mc.hitTest(_local6.x, _local6.y, true)) { _global.gl_game_info.is_game_over = true; _root.main_mc.messages_mc.gotoAndStop("game_over"); } var _local8 = {x:level.under_mc.star_mc._x, y:level.under_mc.star_mc._y}; level.under_mc.localToGlobal(_local8); if (level.jeep_cont_mc.hitTest(_local8.x, _local8.y, true)) { _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]; if (Pirrest.Common.PiVal.isEmpty(_global.gl_level)) { _root.main_mc.messages_mc.gotoAndStop("game_completed"); _global.gl_user_info.curr_level = 1; } else { _root.main_mc.messages_mc.gotoAndStop("level_completed"); } } } }
Symbol 398 MovieClip [__Packages.Pirrest.sharedObject.SharedObjectProject] Frame 0
class Pirrest.sharedObject.SharedObjectProject { static var _instance; var mySo; function SharedObjectProject () { trace("This: " + this); } static function get instance() { if (_instance == null) { _instance = new Pirrest.sharedObject.SharedObjectProject(); } return(_instance); } function init(name) { if (name == "") { name = "apllication"; } mySo = SharedObject.getLocal(name); trace(mySo); } function loadValue() { return(mySo.data.savedValue); } function saveValue(value) { mySo.data.savedValue = value; trace(mySo.data.savedValue); mySo.flush(10000); } }
Symbol 399 MovieClip [__Packages.classes.Pirrest.BigFoot.Bar] Frame 0
class classes.Pirrest.BigFoot.Bar { var cursor, body; function Bar () { } function update($x, $w, l) { var _local2 = ((((Stage.width / 2) - $x) - l) / $w) * 100; var _local3 = (body._width - cursor._width) / 100; trace(Math.round(_local2)); cursor._x = _local3 * _local2; } }
Symbol 53 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 53 MovieClip Frame 2
is_moving = true;
Symbol 53 MovieClip Frame 10
position = "front"; if (movement == "front") { movement = ""; is_moving = false; stop(); }
Symbol 53 MovieClip Frame 11
is_moving = true;
Symbol 53 MovieClip Frame 21
position = "normal"; if (movement == "normal") { is_moving = false; stop(); } else { gotoAndPlay("move_" + movement); }
Symbol 53 MovieClip Frame 22
is_moving = true;
Symbol 53 MovieClip Frame 31
if (_root.sunet == true) { _root.demaraj.start(0, 1); } position = "back"; if (movement == "back") { movement = ""; is_moving = false; stop(); }
Symbol 53 MovieClip Frame 32
is_moving = true;
Symbol 53 MovieClip Frame 42
position = "normal"; if (movement == "normal") { is_moving = false; stop(); } else { gotoAndPlay("move_" + movement); }
Symbol 54 MovieClip [lib_jeep_body] Frame 1
#initclip 33 Object.registerClass("lib_jeep_body", Pirrest.BigFoot.JeepBody); #endinitclip
Symbol 56 MovieClip [lib_jeep_wheel2] Frame 1
#initclip 20 Object.registerClass("lib_jeep_wheel2", Pirrest.PhisicsEngine.Wheel); #endinitclip
Symbol 58 MovieClip [lib_jeep_wheel1] Frame 1
#initclip 21 Object.registerClass("lib_jeep_wheel1", Pirrest.PhisicsEngine.Wheel); #endinitclip
Symbol 133 MovieClip [lib_point] Frame 1
#initclip 22 Object.registerClass("lib_point", Pirrest.PhisicsEngine.Point); #endinitclip
Symbol 134 MovieClip [lib_surface] Frame 1
#initclip 23 Object.registerClass("lib_surface", Pirrest.PhisicsEngine.Surface); #endinitclip
Symbol 143 MovieClip [lib_circle] Frame 1
#initclip 24 Object.registerClass("lib_circle", Pirrest.PhisicsEngine.CircleSurface); #endinitclip
Symbol 155 MovieClip [lib_level_8] Frame 1
#initclip 25 Object.registerClass("lib_level_8", Pirrest.BigFoot.Level); #endinitclip
Symbol 183 MovieClip [lib_level_7] Frame 1
#initclip 26 Object.registerClass("lib_level_7", Pirrest.BigFoot.Level); #endinitclip
Symbol 196 MovieClip [lib_level_6] Frame 1
#initclip 27 Object.registerClass("lib_level_6", Pirrest.BigFoot.Level); #endinitclip
Symbol 212 MovieClip [lib_level_5] Frame 1
#initclip 28 Object.registerClass("lib_level_5", Pirrest.BigFoot.Level); #endinitclip
Symbol 226 MovieClip [lib_level_4] Frame 1
#initclip 29 Object.registerClass("lib_level_4", Pirrest.BigFoot.Level); #endinitclip
Symbol 235 MovieClip [lib_level_3] Frame 1
#initclip 30 Object.registerClass("lib_level_3", Pirrest.BigFoot.Level); #endinitclip
Symbol 239 MovieClip [lib_level_2] Frame 1
#initclip 31 Object.registerClass("lib_level_2", Pirrest.BigFoot.Level); #endinitclip
Symbol 243 MovieClip [lib_level_1] Frame 1
#initclip 32 Object.registerClass("lib_level_1", Pirrest.BigFoot.Level); #endinitclip
Symbol 266 Button
on (release) { _parent.instructions._visible = false; _parent.menu._visible = true; _parent.start_btn._visible = true; }
Symbol 268 Button
on (release) { _parent.instructions._visible = false; _parent.btn_play._visible = true; _parent.next_btn._visible = true; _parent.next_btn.visible = true; _parent.btn_how._visible = true; _parent.btn_playMore._visible = true; _parent.btn_freeGames._visible = true; _parent.titles._visible = true; _parent.timeMovie._visible = true; _parent.btn_restart._visible = false; _parent._parent.pBar._visible = true; }
Symbol 278 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 278 MovieClip Frame 2
is_moving = true;
Symbol 278 MovieClip Frame 10
position = "front"; if (movement == "front") { movement = ""; is_moving = false; stop(); }
Symbol 278 MovieClip Frame 11
is_moving = true;
Symbol 278 MovieClip Frame 21
stop();
Symbol 278 MovieClip Frame 22
is_moving = true;
Symbol 278 MovieClip Frame 31
position = "back"; if (movement == "back") { movement = ""; is_moving = false; stop(); }
Symbol 278 MovieClip Frame 32
is_moving = true;
Symbol 278 MovieClip Frame 42
position = "normal"; if (movement == "normal") { is_moving = false; stop(); } else { gotoAndPlay("move_" + movement); }
Symbol 278 MovieClip Frame 43
_root.demaraj.start(0, 1);
Instance of Symbol 270 MovieClip in Symbol 280 MovieClip Frame 1
onClipEvent (load) { function getNormPosition() { onEnterFrame = function () { _parent.driver._rotation++; if (_parent.driver._rotation >= 0) { _parent.driver._rotation = 0; delete this.onEnterFrame; } }; } } on (rollOver) { _parent.driver.driv.gotoAndPlay("move_front"); getNormPosition(); } on (rollOut) { getNormPosition(); }
Instance of Symbol 272 MovieClip in Symbol 280 MovieClip Frame 1
onClipEvent (load) { function getNormPosition() { onEnterFrame = function () { _parent.driver._rotation++; if (_parent.driver._rotation >= 0) { _parent.driver._rotation = 0; delete this.onEnterFrame; } }; } } on (rollOver) { getNormPosition(); _parent.driver.driv.gotoAndPlay("acceleration"); _parent.driver.onEnterFrame = function () { _parent.driver._x++; if (_parent.driver._x >= -250) { _parent.driver._x = -250; } _parent.driver.wheel1._rotation = _parent.driver.wheel1._rotation + 20; _parent.driver.wheel2._rotation = _parent.driver.wheel2._rotation + 20; }; } on (rollOut) { getNormPosition(); delete _parent.driver.onEnterFrame; _parent.driver.onEnterFrame = function () { _parent.driver._x--; if (_parent.driver._x <= -267) { delete _parent.driver.onEnterFrame; } }; }
Instance of Symbol 274 MovieClip in Symbol 280 MovieClip Frame 1
onClipEvent (load) { function getNormPosition() { onEnterFrame = function () { _parent.driver._rotation++; if (_parent.driver._rotation >= 0) { _parent.driver._rotation = 0; delete this.onEnterFrame; } }; } } on (rollOver) { getNormPosition(); _parent.driver.driv.gotoAndPlay("acceleration"); _parent.driver.onEnterFrame = function () { _parent.driver._x--; if (_parent.driver._x <= -275) { _parent.driver._x = -275; } _parent.driver.wheel1._rotation = _parent.driver.wheel1._rotation - 20; _parent.driver.wheel2._rotation = _parent.driver.wheel2._rotation - 20; }; } on (rollOut) { getNormPosition(); delete _parent.driver.onEnterFrame; _parent.driver.onEnterFrame = function () { _parent.driver._x++; if (_parent.driver._x >= -267) { delete _parent.driver.onEnterFrame; } }; }
Instance of Symbol 276 MovieClip in Symbol 280 MovieClip Frame 1
on (rollOver) { _parent.driver.driv.gotoAndPlay("move_back"); _parent.driver.onEnterFrame = function () { _parent.driver._rotation--; if (_parent.driver._rotation <= -15) { delete _parent.driver.onEnterFrame; } }; } on (rollOut) { _parent.driver.onEnterFrame = function () { _parent.driver._rotation++; if (_parent.driver._rotation >= 0) { _parent.driver._rotation = 0; delete _parent.driver.onEnterFrame; } }; }
Symbol 286 Button
on (release) { targetul2 = "http://www.i6.com/free-games/85/dirt-bike?utm_source=games&utm_medium=rrpmg"; getURL (targetul2, "_blank"); }
Symbol 290 Button
on (release) { targetul2 = "http://www.i6.com/freegamesforyoursite.html"; getURL (targetul2, "_blank"); }
Symbol 294 Button
on (release) { instructionsFunction(); _root.main_mc.instructions.btn_instr_in_game._visible = false; }
Symbol 301 MovieClip Frame 1
function instructionsFunction() { _root.main_mc.instructions._visible = true; _root.main_mc.menu._visible = false; _root.main_mc.start_btn._visible = false; } btn_play.onRelease = function () { _parent.gotoAndStop("game"); };
Symbol 315 MovieClip [ms_progressBar] Frame 1
#initclip 34 Object.registerClass("ms_progressBar", classes.Pirrest.BigFoot.Bar); #endinitclip
Symbol 321 MovieClip Frame 31
if (_root.pauza == false) { _root.secunde++; if (_root.secunde < 10) { _root.secunde = "0" + _root.secunde; } else if (_root.secunde > 60) { _root.secunde = "00"; _root.minute++; if (_root.minute < 10) { _root.minute = "0" + _root.minute; } } }
Symbol 332 Button
on (press) { play(); }
Symbol 336 MovieClip Frame 1
stop();
Symbol 336 MovieClip Frame 2
stop();
Symbol 336 MovieClip Frame 3
gotoAndStop (1);
Symbol 340 Button
on (release) { targetul2 = "http://www.i6.com"; getURL (targetul2, "_blank"); }
Symbol 341 Button
on (release) { targetul3 = "http://www.i6.com"; getURL (targetul3, "_blank"); }
Symbol 345 Button
on (release) { _parent.play(); }
Symbol 351 MovieClip Frame 1
function instructionsFunction() { instructions.back_instr.visible = false; instructions._visible = true; btn_play._visible = false; btn_how._visible = false; btn_playMore._visible = false; btn_freeGames._visible = false; btn_restart._visible = false; _parent.pBar._visible = false; instructions.back_instr._visible = false; } btn_play.onRelease = function () { gl_game_info.is_pause = false; main_mc.messages_mc.gotoAndPlay("un_pause"); }; btn_restart.onRelease = function () { _root.sunet = false; _root.xmotor.stop(); _root.sunet = true; _root.xmotor.start(0, 99999); _global.gl_user_info.curr_level; _root.main_mc.gotoAndPlay("replay"); }; instructions._visible = false; btn_how.onRelease = function () { instructionsFunction(); next_btn.visible = false; _parent.instructions.btn_instr_menu._visible = false; _parent.instructions.btn_instr_in_game._visible = true; };
Symbol 352 MovieClip Frame 1
function pauseFunction() { } function soundFunction() { if (_root.sunet == true) { _root.sunet = false; _root.xmotor.stop(); } else { _root.sunet = true; _root.xmotor.start(0, 99999); } trace("sunet: " + _root.sunet); } function mainMenuFunction() { _root.main_mc.gotoAndStop("intro"); } dinamic.onRelease = function () { dinamic.nextFrame(); if (dinamic._currentframe == 2) { _root.sunet = false; _root.xmotor.stop(); } else { _root.sunet = true; _root.xmotor.start(0, 99999); } }; stop();
Instance of Symbol 336 MovieClip "dinamic" in Symbol 352 MovieClip Frame 1
/* no clip actions */
Symbol 352 MovieClip Frame 10
stop();
Symbol 352 MovieClip Frame 20
gotoAndStop (1);
Symbol 367 Button
on (release, keyPress "<Space>") { _root.main_mc.gotoAndPlay("replay"); }
Symbol 379 MovieClip Frame 1
if (_root.sunet == true) { _root.xmotor.start(0, 99999); } _root.pauza = false;
Instance of Symbol 352 MovieClip "theMeniu" in Symbol 379 MovieClip Frame 1
//component parameters onClipEvent (construct) { wxnume = "DirtBike2"; wxaliniere = "Dreapta-Sus"; wxculoare = 8743427 /* 0x856A03 */; wxdownload = true; wxpause = true; wxsound = true; }
Symbol 379 MovieClip Frame 8
_root.pauza = true; _root.main_mc.messages_mc.theMeniu._x = _root.main_mc.messages_mc.theMeniu._x + 1000; pause_mc.caption = "PAUSE"; next_btn.onRelease = function () { _root.main_mc.gotoAndPlay("replay"); }; menu_btn.onRelease = function () { _root.main_mc.gotoAndStop("intro"); };
Instance of Symbol 301 MovieClip "bla" in Symbol 379 MovieClip Frame 8
//component parameters onClipEvent (construct) { wynume = "DirtBike2"; wyculoare = 8743427 /* 0x856A03 */; wyasezare = "Vertical"; wyaliniere = "Centru"; wypozitie = "Jos"; wyinstructions = false; }
Symbol 379 MovieClip Frame 13
stop();
Symbol 379 MovieClip Frame 14
_root.pauza = false;
Symbol 379 MovieClip Frame 21
gotoAndStop ("empty");
Symbol 379 MovieClip Frame 23
function instructionsFunction() { instructions.back_instr.visible = false; instructions._visible = true; btn_play._visible = false; btn_how._visible = false; btn_playMore._visible = false; btn_freeGames._visible = false; next_btn._visible = false; titles._visible = false; timeMovie._visible = false; _parent.pBar._visible = false; } function saveBestScore() { Pirrest.sharedObject.SharedObjectProject.__get__instance().init("game"); if (_root.totalScor < Pirrest.sharedObject.SharedObjectProject.__get__instance().loadValue()) { _root.bestScor = "Best score: " + Pirrest.sharedObject.SharedObjectProject.__get__instance().loadValue(); } else { Pirrest.sharedObject.SharedObjectProject.__get__instance().saveValue(_root.totalScor); _root.bestScor = "Best score: " + Pirrest.sharedObject.SharedObjectProject.__get__instance().loadValue(); } if (Pirrest.sharedObject.SharedObjectProject.__get__instance().loadValue() == 0) { _root.bestScor = ""; } trace("best : " + Pirrest.sharedObject.SharedObjectProject.__get__instance().loadValue()); } instructions._visible = false; _root.pauza = true; trace(1000 - ((Number(_root.minute) * 100) + Number(_root.secunde))); _root.scorNivel = 1000 - ((Number(_root.minute) * 100) + Number(_root.secunde)); _root.totalScor = _root.totalScor + _root.scorNivel; _root.scorNivel = 0; menu_btn.onRelease = function () { _root.main_mc.gotoAndStop("intro"); }; title_mc.caption = "LEVEL COMPLETED!"; stopAllSounds(); btn_how.onRelease = function () { instructionsFunction(); _parent.instructions.btn_instr_menu._visible = false; _parent.instructions.btn_instr_in_game._visible = true; }; saveBestScore();
Symbol 379 MovieClip Frame 32
stop();
Symbol 379 MovieClip Frame 34
function instructionsFunction() { instructions.back_instr.visible = false; instructions._visible = true; btn_play._visible = false; btn_how._visible = false; btn_playMore._visible = false; btn_freeGames._visible = false; titles._visible = false; timeMovie._visible = false; _parent.pBar._visible = false; } function saveBestScore() { Pirrest.sharedObject.SharedObjectProject.__get__instance().init("game"); if (_root.totalScor < Pirrest.sharedObject.SharedObjectProject.__get__instance().loadValue()) { _root.bestScor = "Best score: " + Pirrest.sharedObject.SharedObjectProject.__get__instance().loadValue(); } else { Pirrest.sharedObject.SharedObjectProject.__get__instance().saveValue(_root.totalScor); _root.bestScor = "Best score: " + Pirrest.sharedObject.SharedObjectProject.__get__instance().loadValue(); } if (Pirrest.sharedObject.SharedObjectProject.__get__instance().loadValue() == 0) { _root.bestScor = ""; } trace("best : " + Pirrest.sharedObject.SharedObjectProject.__get__instance().loadValue()); } _root.pauza = true; _root.scorNivel = 1000 - ((Number(_root.minute) * 100) + Number(_root.secunde)); _root.totalScor = _root.totalScor + _root.scorNivel; _root.scorNivel = 0; menu_btn.onRelease = function () { }; title_mc.caption = "CONGRATULATIONS!"; stopAllSounds(); instructions._visible = false; btn_play.onRelease = function () { _root.totalScor = 0; _parent.gotoAndPlay("game"); _global.gl_user_info.curr_level = 1; theMeniu._visible = true; if (_root.sunet == true) { _root.xmotor.start(0, 99999); } _root.pauza = false; }; btn_how.onRelease = function () { instructionsFunction(); _parent.instructions.btn_instr_menu._visible = false; _parent.instructions.btn_instr_in_game._visible = true; }; saveBestScore();
Symbol 379 MovieClip Frame 43
stop();
Symbol 379 MovieClip Frame 45
function instructionsFunction() { instructions.back_instr.visible = false; instructions._visible = true; btn_play._visible = false; btn_how._visible = false; btn_playMore._visible = false; btn_freeGames._visible = false; titles._visible = false; timeMovie._visible = false; _parent.pBar._visible = false; } function saveBestScore() { Pirrest.sharedObject.SharedObjectProject.__get__instance().init("game"); if (_root.totalScor < Pirrest.sharedObject.SharedObjectProject.__get__instance().loadValue()) { _root.bestScor = "Best score: " + Pirrest.sharedObject.SharedObjectProject.__get__instance().loadValue(); } else { Pirrest.sharedObject.SharedObjectProject.__get__instance().saveValue(_root.totalScor); _root.bestScor = "Best score: " + Pirrest.sharedObject.SharedObjectProject.__get__instance().loadValue(); } if (Pirrest.sharedObject.SharedObjectProject.__get__instance().loadValue() == 0) { _root.bestScor = ""; } trace("best : " + Pirrest.sharedObject.SharedObjectProject.__get__instance().loadValue()); } instructions._visible = false; _root.pauza = true; _root.scorNivel = 0; _root.minute = "00"; _root.secunde = "00"; next_btn.onRelease = function () { }; menu_btn.onRelease = function () { }; title_mc.caption = "GAME OVER"; stopAllSounds(); theMeniu._visible = false; btn_play.onRelease = function () { _root.totalScor = 0; _parent.gotoAndPlay("game"); _global.gl_user_info.curr_level = 1; theMeniu._visible = true; if (_root.sunet == true) { _root.xmotor.start(0, 99999); } _root.pauza = false; }; btn_how.onRelease = function () { instructionsFunction(); _parent.instructions.btn_instr_menu._visible = false; _parent.instructions.btn_instr_in_game._visible = true; }; saveBestScore();
Symbol 379 MovieClip Frame 54
stop(); theMeniu._visible = true;
Symbol 379 MovieClip Frame 70
gotoAndStop ("empty");
Symbol 380 MovieClip Frame 1
_root.totalScor = 0;
Instance of Symbol 254 MovieClip in Symbol 380 MovieClip Frame 1
on (release) { getURL ("http://www.i6.com/free-games/85/dirt-bike?utm_source=games&utm_medium=rrspr", "_blank"); }
Symbol 380 MovieClip Frame 9
stop();
Symbol 380 MovieClip Frame 10
_root.main_mc.instructions._visible = false; _root.secunde = "00"; _root.minute = "00"; _root.totalScor = 0; _global.gl_user_info.curr_level = 1; _root.pauza = false; _root.sunet = true; stopAllSounds();
Instance of Symbol 301 MovieClip "menu" in Symbol 380 MovieClip Frame 10
//component parameters onClipEvent (construct) { wynume = "DirtBike2"; wyculoare = 8743427 /* 0x856A03 */; wyasezare = "Vertical"; wyaliniere = "Dreapta"; wypozitie = "Jos"; wyinstructions = true; }
Symbol 380 MovieClip Frame 14
stop();
Symbol 380 MovieClip Frame 17
_root.startGame(); nextFrame(); _global.pBar = this.pBar; messages_mc._visible = true;
Symbol 380 MovieClip Frame 18
_root.main_mc.main_cont_mc.level_mc.init();
Symbol 380 MovieClip Frame 27
stop();

Library Items

Symbol 1 Sound [xmotor]Used by:245
Symbol 2 GraphicUsed by:20
Symbol 3 GraphicUsed by:8
Symbol 4 GraphicUsed by:5
Symbol 5 MovieClipUses:4Used by:8
Symbol 6 GraphicUsed by:7
Symbol 7 MovieClipUses:6Used by:8
Symbol 8 MovieClipUses:3 5 7Used by:16
Symbol 9 GraphicUsed by:16 17 254
Symbol 10 GraphicUsed by:11
Symbol 11 MovieClipUses:10Used by:16 17
Symbol 12 GraphicUsed by:13
Symbol 13 MovieClipUses:12Used by:16 17
Symbol 14 GraphicUsed by:15
Symbol 15 MovieClipUses:14Used by:16 17
Symbol 16 MovieClipUses:8 9 11 13 15Used by:20
Symbol 17 MovieClipUses:9 11 13 15Used by:20
Symbol 18 GraphicUsed by:19 254
Symbol 19 MovieClipUses:18Used by:20
Symbol 20 MovieClipUses:2 16 17 19Used by:Timeline
Symbol 381 MovieClip [__Packages.Pirrest.PhisicsEngine.Wheel]
Symbol 382 MovieClip [__Packages.Pirrest.PhisicsEngine.Particle]
Symbol 383 MovieClip [__Packages.Pirrest.PhisicsEngine.Vector]
Symbol 384 MovieClip [__Packages.Pirrest.PhisicsEngine.ParticleSystem]
Symbol 385 MovieClip [__Packages.Pirrest.PhisicsEngine.Surface]
Symbol 386 MovieClip [__Packages.Pirrest.PhisicsEngine.Point]
Symbol 387 MovieClip [__Packages.Pirrest.Common.PiVal]
Symbol 388 MovieClip [__Packages.Pirrest.Common.PiGeo]
Symbol 389 MovieClip [__Packages.Pirrest.PhisicsEngine.Graphics]
Symbol 390 MovieClip [__Packages.Pirrest.PhisicsEngine.CircleSurface]
Symbol 391 MovieClip [__Packages.Pirrest.PhisicsEngine.Constraint]
Symbol 392 MovieClip [__Packages.Pirrest.PhisicsEngine.Rectangle]
Symbol 393 MovieClip [__Packages.Pirrest.PhisicsEngine.AngularConstraint]
Symbol 394 MovieClip [__Packages.Pirrest.PhisicsEngine.Line]
Symbol 395 MovieClip [__Packages.Pirrest.PhisicsEngine.RimParticle]
Symbol 396 MovieClip [__Packages.Pirrest.BigFoot.Level]
Symbol 397 MovieClip [__Packages.Pirrest.BigFoot.JeepBody]
Symbol 398 MovieClip [__Packages.Pirrest.sharedObject.SharedObjectProject]
Symbol 399 MovieClip [__Packages.classes.Pirrest.BigFoot.Bar]
Symbol 21 BitmapUsed by:22
Symbol 22 GraphicUses:21Used by:23
Symbol 23 MovieClipUses:22Used by:54 279
Symbol 24 BitmapUsed by:25
Symbol 25 GraphicUses:24Used by:26
Symbol 26 MovieClipUses:25Used by:54 279
Symbol 27 GraphicUsed by:28
Symbol 28 MovieClipUses:27Used by:54 279
Symbol 29 BitmapUsed by:30
Symbol 30 GraphicUses:29Used by:54 279
Symbol 31 BitmapUsed by:33 312
Symbol 32 BitmapUsed by:33 312
Symbol 33 GraphicUses:31 32Used by:34
Symbol 34 MovieClipUses:33Used by:53 278
Symbol 35 BitmapUsed by:36 312
Symbol 36 GraphicUses:35Used by:37
Symbol 37 MovieClipUses:36Used by:53 278
Symbol 38 BitmapUsed by:39 312
Symbol 39 GraphicUses:38Used by:40
Symbol 40 MovieClipUses:39Used by:53 278
Symbol 41 BitmapUsed by:42 312
Symbol 42 GraphicUses:41Used by:43
Symbol 43 MovieClipUses:42Used by:53 278
Symbol 44 BitmapUsed by:45 312
Symbol 45 GraphicUses:44Used by:46
Symbol 46 MovieClipUses:45Used by:53 278
Symbol 47 BitmapUsed by:48 312
Symbol 48 GraphicUses:47Used by:49
Symbol 49 MovieClipUses:48Used by:53 278
Symbol 50 BitmapUsed by:51 312
Symbol 51 GraphicUses:50Used by:52
Symbol 52 MovieClipUses:51Used by:53 278
Symbol 53 MovieClipUses:34 37 40 43 46 49 52Used by:54
Symbol 54 MovieClip [lib_jeep_body]Uses:23 26 28 30 53Used by:Timeline
Symbol 55 GraphicUsed by:56
Symbol 56 MovieClip [lib_jeep_wheel2]Uses:55Used by:279  Timeline
Symbol 57 GraphicUsed by:58
Symbol 58 MovieClip [lib_jeep_wheel1]Uses:57Used by:279  Timeline
Symbol 59 BitmapUsed by:60
Symbol 60 GraphicUses:59Used by:61
Symbol 61 MovieClipUses:60Used by:155 183 196 212 226 235 239 243
Symbol 62 BitmapUsed by:63
Symbol 63 GraphicUses:62Used by:64
Symbol 64 MovieClipUses:63Used by:155 183 196 212 226 235 239 243
Symbol 65 BitmapUsed by:66
Symbol 66 GraphicUses:65Used by:67
Symbol 67 MovieClipUses:66Used by:155 183 196 212 226 239
Symbol 68 BitmapUsed by:69
Symbol 69 GraphicUses:68Used by:70
Symbol 70 MovieClipUses:69Used by:155 196 226
Symbol 71 BitmapUsed by:72
Symbol 72 GraphicUses:71Used by:73
Symbol 73 MovieClipUses:72Used by:155 183 196 212 235 239
Symbol 74 BitmapUsed by:75
Symbol 75 GraphicUses:74Used by:76
Symbol 76 MovieClipUses:75Used by:155 183 196 212 226 235 239 243
Symbol 77 BitmapUsed by:78
Symbol 78 GraphicUses:77Used by:79
Symbol 79 MovieClipUses:78Used by:155 183
Symbol 80 BitmapUsed by:81
Symbol 81 GraphicUses:80Used by:82
Symbol 82 MovieClipUses:81Used by:155 183 196 235
Symbol 83 BitmapUsed by:84
Symbol 84 GraphicUses:83Used by:85
Symbol 85 MovieClipUses:84Used by:155 196 212 226 235 239 243
Symbol 86 BitmapUsed by:87
Symbol 87 GraphicUses:86Used by:88
Symbol 88 MovieClipUses:87Used by:155 196
Symbol 89 BitmapUsed by:90
Symbol 90 GraphicUses:89Used by:91
Symbol 91 MovieClipUses:90Used by:155
Symbol 92 BitmapUsed by:93
Symbol 93 GraphicUses:92Used by:94
Symbol 94 MovieClipUses:93Used by:155 183 226 235
Symbol 95 BitmapUsed by:96
Symbol 96 GraphicUses:95Used by:97
Symbol 97 MovieClipUses:96Used by:155 183 196 212 226 243
Symbol 98 BitmapUsed by:99
Symbol 99 GraphicUses:98Used by:100
Symbol 100 MovieClipUses:99Used by:155 183 226 235 243
Symbol 101 BitmapUsed by:102
Symbol 102 GraphicUses:101Used by:103
Symbol 103 MovieClipUses:102Used by:155 212 235
Symbol 104 BitmapUsed by:105
Symbol 105 GraphicUses:104Used by:106
Symbol 106 MovieClipUses:105Used by:155 196 212 226 239
Symbol 107 BitmapUsed by:108
Symbol 108 GraphicUses:107Used by:109
Symbol 109 MovieClipUses:108Used by:155 226
Symbol 110 BitmapUsed by:111
Symbol 111 GraphicUses:110Used by:112
Symbol 112 MovieClipUses:111Used by:155 226 239
Symbol 113 BitmapUsed by:114
Symbol 114 GraphicUses:113Used by:115
Symbol 115 MovieClipUses:114Used by:155
Symbol 116 BitmapUsed by:117
Symbol 117 GraphicUses:116Used by:118
Symbol 118 MovieClipUses:117Used by:155 183 212 226 235 239 243
Symbol 119 BitmapUsed by:120
Symbol 120 GraphicUses:119Used by:121
Symbol 121 MovieClipUses:120Used by:155 183 212 235 239 243
Symbol 122 BitmapUsed by:123
Symbol 123 GraphicUses:122Used by:124
Symbol 124 MovieClipUses:123Used by:155 183 226
Symbol 125 BitmapUsed by:126
Symbol 126 GraphicUses:125Used by:127
Symbol 127 MovieClipUses:126Used by:155 183 196 212 226 235 239 243
Symbol 128 GraphicUsed by:144 182 211
Symbol 129 GraphicUsed by:130
Symbol 130 MovieClipUses:129Used by:144
Symbol 131 GraphicUsed by:134
Symbol 132 GraphicUsed by:133
Symbol 133 MovieClip [lib_point]Uses:132Used by:134
Symbol 134 MovieClip [lib_surface]Uses:131 133Used by:144 182 195 211 225 234 238 242
Symbol 135 BitmapUsed by:136
Symbol 136 GraphicUses:135Used by:137
Symbol 137 MovieClip [finish]Uses:136Used by:144 182 195 211 225 234 238 242
Symbol 138 GraphicUsed by:141
Symbol 139 GraphicUsed by:140
Symbol 140 MovieClipUses:139Used by:141
Symbol 141 MovieClipUses:138 140Used by:144 182 195 211 225 234 238 242
Symbol 142 GraphicUsed by:143
Symbol 143 MovieClip [lib_circle]Uses:142Used by:144 182 195 211 225 234 238 242
Symbol 144 MovieClipUses:128 130 134 137 141 143Used by:155
Symbol 145 MovieClipUsed by:155 183 196 212 226 235 239 243 380
Symbol 146 BitmapUsed by:147
Symbol 147 GraphicUses:146Used by:148
Symbol 148 MovieClipUses:147Used by:155 183 196 212 226 235 239 243
Symbol 149 BitmapUsed by:150
Symbol 150 GraphicUses:149Used by:151
Symbol 151 MovieClipUses:150Used by:155 183 196 212 226 235 239 243
Symbol 152 BitmapUsed by:153
Symbol 153 GraphicUses:152Used by:154
Symbol 154 MovieClipUses:153Used by:155 183 196 212 226 235 239 243
Symbol 155 MovieClip [lib_level_8]Uses:61 64 67 70 73 76 79 82 85 88 91 94 97 100 103 106 109 112 115 118 121 124 127 144 145 148 151 154Used by:Timeline
Symbol 156 BitmapUsed by:157
Symbol 157 GraphicUses:156Used by:158
Symbol 158 MovieClipUses:157Used by:183 212 226 235 239 243
Symbol 159 BitmapUsed by:160
Symbol 160 GraphicUses:159Used by:161
Symbol 161 MovieClipUses:160Used by:183 196
Symbol 162 BitmapUsed by:163
Symbol 163 GraphicUses:162Used by:164
Symbol 164 MovieClipUses:163Used by:183 196 212 226 235 239 243
Symbol 165 BitmapUsed by:166
Symbol 166 GraphicUses:165Used by:167
Symbol 167 MovieClipUses:166Used by:183 196 226
Symbol 168 BitmapUsed by:169
Symbol 169 GraphicUses:168Used by:170
Symbol 170 MovieClipUses:169Used by:183 196 212 226 243
Symbol 171 BitmapUsed by:172
Symbol 172 GraphicUses:171Used by:173
Symbol 173 MovieClipUses:172Used by:183 196 212 226 243
Symbol 174 BitmapUsed by:175
Symbol 175 GraphicUses:174Used by:176
Symbol 176 MovieClipUses:175Used by:183 235
Symbol 177 BitmapUsed by:178
Symbol 178 GraphicUses:177Used by:179
Symbol 179 MovieClipUses:178Used by:183 196 212 226 235 243
Symbol 180 GraphicUsed by:181
Symbol 181 MovieClipUses:180Used by:182
Symbol 182 MovieClipUses:128 181 134 137 141 143Used by:183
Symbol 183 MovieClip [lib_level_7]Uses:61 118 121 76 73 79 158 161 164 64 67 167 82 94 170 97 173 176 124 179 127 100 182 145 148 151 154Used by:Timeline
Symbol 184 BitmapUsed by:185
Symbol 185 GraphicUses:184Used by:186
Symbol 186 MovieClipUses:185Used by:196 243
Symbol 187 BitmapUsed by:188
Symbol 188 GraphicUses:187Used by:189
Symbol 189 MovieClipUses:188Used by:196 226
Symbol 190 BitmapUsed by:191
Symbol 191 GraphicUses:190Used by:192
Symbol 192 MovieClipUses:191Used by:196 226 235
Symbol 193 GraphicUsed by:194
Symbol 194 MovieClipUses:193Used by:195
Symbol 195 MovieClipUses:194 134 137 141 143Used by:196
Symbol 196 MovieClip [lib_level_6]Uses:61 67 76 73 186 70 189 164 170 64 192 161 85 167 179 106 97 127 173 82 88 195 145 148 151 154Used by:Timeline
Symbol 197 BitmapUsed by:198
Symbol 198 GraphicUses:197Used by:199
Symbol 199 MovieClipUses:198Used by:212 226 243
Symbol 200 BitmapUsed by:201
Symbol 201 GraphicUses:200Used by:202
Symbol 202 MovieClipUses:201Used by:212
Symbol 203 BitmapUsed by:204
Symbol 204 GraphicUses:203Used by:205
Symbol 205 MovieClipUses:204Used by:212 235 239
Symbol 206 BitmapUsed by:207
Symbol 207 GraphicUses:206Used by:208
Symbol 208 MovieClipUses:207Used by:212 226
Symbol 209 GraphicUsed by:210
Symbol 210 MovieClipUses:209Used by:211
Symbol 211 MovieClipUses:128 210 134 137 141 143Used by:212
Symbol 212 MovieClip [lib_level_5]Uses:61 76 158 199 202 164 170 64 73 85 121 67 118 179 205 208 106 97 127 173 103 211 145 148 151 154Used by:Timeline
Symbol 213 BitmapUsed by:214
Symbol 214 GraphicUses:213Used by:215
Symbol 215 MovieClipUses:214Used by:226 243
Symbol 216 BitmapUsed by:217
Symbol 217 GraphicUses:216Used by:218
Symbol 218 MovieClipUses:217Used by:226 239
Symbol 219 BitmapUsed by:220
Symbol 220 GraphicUses:219Used by:221
Symbol 221 MovieClipUses:220Used by:226 235 239 243
Symbol 222 GraphicUsed by:225
Symbol 223 GraphicUsed by:224
Symbol 224 MovieClipUses:223Used by:225
Symbol 225 MovieClipUses:222 224 134 143 137 141Used by:226
Symbol 226 MovieClip [lib_level_4]Uses:61 158 64 118 164 76 208 67 70 215 85 170 199 189 179 94 192 218 167 106 97 100 127 112 173 109 124 221 225 145 148 151 154Used by:Timeline
Symbol 227 BitmapUsed by:228 230
Symbol 228 GraphicUses:227Used by:229
Symbol 229 MovieClipUses:228Used by:235
Symbol 230 GraphicUses:227Used by:231
Symbol 231 MovieClipUses:230Used by:235
Symbol 232 GraphicUsed by:233
Symbol 233 MovieClipUses:232Used by:234
Symbol 234 MovieClipUses:233 134 143 137 141Used by:235
Symbol 235 MovieClip [lib_level_3]Uses:61 85 76 164 73 229 158 205 221 64 121 118 94 231 192 103 176 179 100 127 82 234 145 148 151 154Used by:Timeline
Symbol 236 GraphicUsed by:237
Symbol 237 MovieClipUses:236Used by:238
Symbol 238 MovieClipUses:237 134 143 137 141Used by:239
Symbol 239 MovieClip [lib_level_2]Uses:61 85 158 73 221 64 118 205 218 121 67 164 76 127 112 106 238 145 148 151 154Used by:Timeline
Symbol 240 GraphicUsed by:241
Symbol 241 MovieClipUses:240Used by:242
Symbol 242 MovieClipUses:241 134 143 137 141Used by:243
Symbol 243 MovieClip [lib_level_1]Uses:61 158 221 121 118 199 64 215 76 164 85 170 186 100 179 97 127 173 242 145 148 151 154Used by:Timeline
Symbol 244 Sound [demaraj]Used by:245
Symbol 245 MovieClipUses:244 1Used by:Timeline
Symbol 246 BitmapUsed by:247
Symbol 247 GraphicUses:246Used by:380
Symbol 248 GraphicUsed by:249
Symbol 249 MovieClipUses:248Used by:254
Symbol 250 GraphicUsed by:251
Symbol 251 MovieClipUses:250Used by:254
Symbol 252 GraphicUsed by:253
Symbol 253 MovieClipUses:252Used by:254
Symbol 254 MovieClipUses:9 249 18 251 253Used by:380
Symbol 255 BitmapUsed by:256
Symbol 256 GraphicUses:255Used by:257
Symbol 257 MovieClipUses:256Used by:280
Symbol 258 GraphicUsed by:280
Symbol 259 FontUsed by:260 267 284 285 288 289 292 293 296 297 329 330 343 344 347 348 354 355 358 359 361 363 365 366 369 370 373 374 376
Symbol 260 TextUses:259Used by:280
Symbol 261 GraphicUsed by:280
Symbol 262 GraphicUsed by:266 268
Symbol 263 GraphicUsed by:266 268
Symbol 264 GraphicUsed by:266 268
Symbol 265 GraphicUsed by:266 268
Symbol 266 ButtonUses:262 263 264 265Used by:280
Symbol 267 TextUses:259Used by:280
Symbol 268 ButtonUses:262 263 264 265Used by:280
Symbol 269 GraphicUsed by:270
Symbol 270 MovieClipUses:269Used by:280
Symbol 271 GraphicUsed by:272
Symbol 272 MovieClipUses:271Used by:280
Symbol 273 GraphicUsed by:274
Symbol 274 MovieClipUses:273Used by:280
Symbol 275 GraphicUsed by:276
Symbol 276 MovieClipUses:275Used by:280
Symbol 277 GraphicUsed by:280
Symbol 278 MovieClipUses:34 37 40 43 46 49 52Used by:279
Symbol 279 MovieClipUses:56 58 23 26 28 30 278Used by:280
Symbol 280 MovieClipUses:257 258 260 261 266 267 268 270 272 274 276 277 279Used by:351 379 380
Symbol 281 GraphicUsed by:286 340
Symbol 282 GraphicUsed by:283 286 290 294 298 340 341 345 349 350 356 367 371 375
Symbol 283 MovieClipUses:282Used by:286 290 294 298 340 341 345 349 350 356 367 371 375
Symbol 284 TextUses:259Used by:286 340
Symbol 285 TextUses:259Used by:286 340
Symbol 286 ButtonUses:281 283 284 285 282Used by:301
Symbol 287 GraphicUsed by:290 341
Symbol 288 TextUses:259Used by:290 341
Symbol 289 TextUses:259Used by:290 341
Symbol 290 ButtonUses:287 283 288 289 282Used by:301
Symbol 291 GraphicUsed by:294 350
Symbol 292 TextUses:259Used by:294 350
Symbol 293 TextUses:259Used by:294 350
Symbol 294 ButtonUses:291 283 292 293 282Used by:301
Symbol 295 GraphicUsed by:298
Symbol 296 TextUses:259Used by:298
Symbol 297 TextUses:259Used by:298
Symbol 298 ButtonUses:295 283 296 297 282Used by:301
Symbol 299 GraphicUsed by:300
Symbol 300 MovieClipUses:299Used by:301 351 379
Symbol 301 MovieClipUses:286 290 294 298 300Used by:379 380
Symbol 302 BitmapUsed by:303
Symbol 303 GraphicUses:302Used by:304
Symbol 304 MovieClipUses:303Used by:305
Symbol 305 MovieClipUses:304Used by:380
Symbol 306 GraphicUsed by:307
Symbol 307 MovieClipUses:306Used by:315
Symbol 308 GraphicUsed by:314
Symbol 309 BitmapUsed by:312
Symbol 310 BitmapUsed by:312
Symbol 311 BitmapUsed by:312
Symbol 312 GraphicUses:309 310 35 47 31 38 50 32 44 311 41Used by:313
Symbol 313 MovieClipUses:312Used by:314
Symbol 314 MovieClipUses:308 313Used by:315
Symbol 315 MovieClip [ms_progressBar]Uses:307 314Used by:380
Symbol 316 GraphicUsed by:379
Symbol 317 FontUsed by:318 319 320 322 323 325
Symbol 318 EditableTextUses:317Used by:321
Symbol 319 EditableTextUses:317Used by:321
Symbol 320 TextUses:317Used by:321
Symbol 321 MovieClipUses:318 319 320Used by:379
Symbol 322 TextUses:317Used by:324
Symbol 323 TextUses:317Used by:324
Symbol 324 MovieClipUses:322 323Used by:379
Symbol 325 EditableTextUses:317Used by:379
Symbol 326 GraphicUsed by:332
Symbol 327 GraphicUsed by:328 332
Symbol 328 MovieClipUses:327Used by:332
Symbol 329 TextUses:259Used by:332
Symbol 330 TextUses:259Used by:332
Symbol 331 GraphicUsed by:332 336
Symbol 332 ButtonUses:326 328 329 330 331 327Used by:352
Symbol 333 GraphicUsed by:336
Symbol 334 GraphicUsed by:336
Symbol 335 GraphicUsed by:336
Symbol 336 MovieClipUses:333 331 334 335Used by:352
Symbol 337 GraphicUsed by:338
Symbol 338 MovieClipUses:337Used by:339
Symbol 339 MovieClipUses:338Used by:352
Symbol 340 ButtonUses:281 283 284 285 282Used by:351 379
Symbol 341 ButtonUses:287 283 288 289 282Used by:351 379
Symbol 342 GraphicUsed by:345
Symbol 343 TextUses:259Used by:345
Symbol 344 TextUses:259Used by:345
Symbol 345 ButtonUses:342 283 343 344 282Used by:351
Symbol 346 GraphicUsed by:349
Symbol 347 TextUses:259Used by:349
Symbol 348 TextUses:259Used by:349
Symbol 349 ButtonUses:346 283 347 348 282Used by:351
Symbol 350 ButtonUses:291 283 292 293 282Used by:351 379
Symbol 351 MovieClipUses:340 341 300 345 349 350 280Used by:352
Symbol 352 MovieClipUses:332 336 339 351Used by:379
Symbol 353 GraphicUsed by:356
Symbol 354 TextUses:259Used by:356
Symbol 355 TextUses:259Used by:356
Symbol 356 ButtonUses:353 283 354 355 282Used by:379
Symbol 357 GraphicUsed by:378 379
Symbol 358 EditableTextUses:259Used by:360
Symbol 359 EditableTextUses:259Used by:360
Symbol 360 MovieClipUses:358 359Used by:379
Symbol 361 EditableTextUses:259Used by:362
Symbol 362 MovieClipUses:361Used by:379
Symbol 363 EditableTextUses:259Used by:379
Symbol 364 GraphicUsed by:367
Symbol 365 TextUses:259Used by:367
Symbol 366 TextUses:259Used by:367
Symbol 367 ButtonUses:364 283 365 366 282Used by:379
Symbol 368 GraphicUsed by:371
Symbol 369 TextUses:259Used by:371
Symbol 370 TextUses:259Used by:371
Symbol 371 ButtonUses:368 283 369 370 282Used by:379
Symbol 372 GraphicUsed by:375
Symbol 373 TextUses:259Used by:375
Symbol 374 TextUses:259Used by:375
Symbol 375 ButtonUses:372 283 373 374 282Used by:379
Symbol 376 EditableTextUses:259Used by:377
Symbol 377 MovieClipUses:376Used by:379
Symbol 378 MovieClipUses:357Used by:379
Symbol 379 MovieClipUses:316 321 324 325 352 301 356 357 360 362 363 280 367 340 341 350 371 300 375 377 378Used by:380
Symbol 380 MovieClipUses:247 254 280 301 305 145 315 379Used by:Timeline

Instance Names

"preloader"Frame 1Symbol 20 MovieClip
"main_mc"Frame 20Symbol 380 MovieClip
"bar"Symbol 8 MovieClip Frame 1Symbol 5 MovieClip
"bar"Symbol 8 MovieClip Frame 1Symbol 5 MovieClip
"bar"Symbol 8 MovieClip Frame 1Symbol 5 MovieClip
"gauge"Symbol 16 MovieClip Frame 1Symbol 8 MovieClip
"intro"Symbol 20 MovieClip Frame 1Symbol 16 MovieClip
"b_arm_mc"Symbol 53 MovieClip Frame 1Symbol 34 MovieClip
"head_mc"Symbol 53 MovieClip Frame 1Symbol 37 MovieClip
"body_mc"Symbol 53 MovieClip Frame 1Symbol 40 MovieClip
"foot_mc"Symbol 53 MovieClip Frame 1Symbol 43 MovieClip
"leg_mc"Symbol 53 MovieClip Frame 1Symbol 46 MovieClip
"f_arm_mc"Symbol 53 MovieClip Frame 1Symbol 49 MovieClip
"stick_back_mc"Symbol 54 MovieClip [lib_jeep_body] Frame 1Symbol 23 MovieClip
"stick_front_mc"Symbol 54 MovieClip [lib_jeep_body] Frame 1Symbol 26 MovieClip
"stick_back_point_mc"Symbol 54 MovieClip [lib_jeep_body] Frame 1Symbol 28 MovieClip
"stick_front_point_mc"Symbol 54 MovieClip [lib_jeep_body] Frame 1Symbol 28 MovieClip
"driver_mc"Symbol 54 MovieClip [lib_jeep_body] Frame 1Symbol 53 MovieClip
"p1"Symbol 134 MovieClip [lib_surface] Frame 1Symbol 133 MovieClip [lib_point]
"p2"Symbol 134 MovieClip [lib_surface] Frame 1Symbol 133 MovieClip [lib_point]
"wheel_1_dummy_mc"Symbol 141 MovieClip Frame 1Symbol 140 MovieClip
"wheel_2_dummy_mc"Symbol 141 MovieClip Frame 1Symbol 140 MovieClip
"ground_mc"Symbol 144 MovieClip Frame 1Symbol 130 MovieClip
"star_mc"Symbol 144 MovieClip Frame 1Symbol 137 MovieClip [finish]
"jeep_dummy_mc"Symbol 144 MovieClip Frame 1Symbol 141 MovieClip
"under_mc"Symbol 155 MovieClip [lib_level_8] Frame 1Symbol 144 MovieClip
"jeep_cont_mc"Symbol 155 MovieClip [lib_level_8] Frame 1Symbol 145 MovieClip
"ground_mc"Symbol 182 MovieClip Frame 1Symbol 181 MovieClip
"star_mc"Symbol 182 MovieClip Frame 1Symbol 137 MovieClip [finish]
"jeep_dummy_mc"Symbol 182 MovieClip Frame 1Symbol 141 MovieClip
"under_mc"Symbol 183 MovieClip [lib_level_7] Frame 1Symbol 182 MovieClip
"jeep_cont_mc"Symbol 183 MovieClip [lib_level_7] Frame 1Symbol 145 MovieClip
"ground_mc"Symbol 195 MovieClip Frame 1Symbol 194 MovieClip
"star_mc"Symbol 195 MovieClip Frame 1Symbol 137 MovieClip [finish]
"jeep_dummy_mc"Symbol 195 MovieClip Frame 1Symbol 141 MovieClip
"under_mc"Symbol 196 MovieClip [lib_level_6] Frame 1Symbol 195 MovieClip
"jeep_cont_mc"Symbol 196 MovieClip [lib_level_6] Frame 1Symbol 145 MovieClip
"ground_mc"Symbol 211 MovieClip Frame 1Symbol 210 MovieClip
"star_mc"Symbol 211 MovieClip Frame 1Symbol 137 MovieClip [finish]
"jeep_dummy_mc"Symbol 211 MovieClip Frame 1Symbol 141 MovieClip
"under_mc"Symbol 212 MovieClip [lib_level_5] Frame 1Symbol 211 MovieClip
"jeep_cont_mc"Symbol 212 MovieClip [lib_level_5] Frame 1Symbol 145 MovieClip
"ground_mc"Symbol 225 MovieClip Frame 1Symbol 224 MovieClip
"star_mc"Symbol 225 MovieClip Frame 1Symbol 137 MovieClip [finish]
"jeep_dummy_mc"Symbol 225 MovieClip Frame 1Symbol 141 MovieClip
"under_mc"Symbol 226 MovieClip [lib_level_4] Frame 1Symbol 225 MovieClip
"jeep_cont_mc"Symbol 226 MovieClip [lib_level_4] Frame 1Symbol 145 MovieClip
"ground_mc"Symbol 234 MovieClip Frame 1Symbol 233 MovieClip
"star_mc"Symbol 234 MovieClip Frame 1Symbol 137 MovieClip [finish]
"jeep_dummy_mc"Symbol 234 MovieClip Frame 1Symbol 141 MovieClip
"under_mc"Symbol 235 MovieClip [lib_level_3] Frame 1Symbol 234 MovieClip
"jeep_cont_mc"Symbol 235 MovieClip [lib_level_3] Frame 1Symbol 145 MovieClip
"ground_mc"Symbol 238 MovieClip Frame 1Symbol 237 MovieClip
"star_mc"Symbol 238 MovieClip Frame 1Symbol 137 MovieClip [finish]
"jeep_dummy_mc"Symbol 238 MovieClip Frame 1Symbol 141 MovieClip
"under_mc"Symbol 239 MovieClip [lib_level_2] Frame 1Symbol 238 MovieClip
"jeep_cont_mc"Symbol 239 MovieClip [lib_level_2] Frame 1Symbol 145 MovieClip
"ground_mc"Symbol 242 MovieClip Frame 1Symbol 241 MovieClip
"star_mc"Symbol 242 MovieClip Frame 1Symbol 137 MovieClip [finish]
"jeep_dummy_mc"Symbol 242 MovieClip Frame 1Symbol 141 MovieClip
"under_mc"Symbol 243 MovieClip [lib_level_1] Frame 1Symbol 242 MovieClip
"jeep_cont_mc"Symbol 243 MovieClip [lib_level_1] Frame 1Symbol 145 MovieClip
"b_arm_mc"Symbol 278 MovieClip Frame 1Symbol 34 MovieClip
"head_mc"Symbol 278 MovieClip Frame 1Symbol 37 MovieClip
"body_mc"Symbol 278 MovieClip Frame 1Symbol 40 MovieClip
"foot_mc"Symbol 278 MovieClip Frame 1Symbol 43 MovieClip
"leg_mc"Symbol 278 MovieClip Frame 1Symbol 46 MovieClip
"f_arm_mc"Symbol 278 MovieClip Frame 1Symbol 49 MovieClip
"wheel1"Symbol 279 MovieClip Frame 1Symbol 56 MovieClip [lib_jeep_wheel2]
"wheel2"Symbol 279 MovieClip Frame 1Symbol 58 MovieClip [lib_jeep_wheel1]
"stick_back_mc"Symbol 279 MovieClip Frame 1Symbol 23 MovieClip
"stick_front_mc"Symbol 279 MovieClip Frame 1Symbol 26 MovieClip
"stick_back_point_mc"Symbol 279 MovieClip Frame 1Symbol 28 MovieClip
"stick_front_point_mc"Symbol 279 MovieClip Frame 1Symbol 28 MovieClip
"driv"Symbol 279 MovieClip Frame 1Symbol 278 MovieClip
"back_instr"Symbol 280 MovieClip Frame 1Symbol 257 MovieClip
"btn_instr_main"Symbol 280 MovieClip Frame 1Symbol 266 Button
"btn_instr_in_game"Symbol 280 MovieClip Frame 1Symbol 268 Button
"driver"Symbol 280 MovieClip Frame 1Symbol 279 MovieClip
"wynbut2"Symbol 301 MovieClip Frame 1Symbol 286 Button
"wynbut3"Symbol 301 MovieClip Frame 1Symbol 290 Button
"wynbut4"Symbol 301 MovieClip Frame 1Symbol 294 Button
"btn_play"Symbol 301 MovieClip Frame 1Symbol 298 Button
"my_mc"Symbol 301 MovieClip Frame 1Symbol 300 MovieClip
"body"Symbol 315 MovieClip [ms_progressBar] Frame 1Symbol 307 MovieClip
"cursor"Symbol 315 MovieClip [ms_progressBar] Frame 1Symbol 314 MovieClip
"btn_playMore"Symbol 351 MovieClip Frame 1Symbol 340 Button
"btn_freeGames"Symbol 351 MovieClip Frame 1Symbol 341 Button
"my_mc"Symbol 351 MovieClip Frame 1Symbol 300 MovieClip
"btn_play"Symbol 351 MovieClip Frame 1Symbol 345 Button
"btn_restart"Symbol 351 MovieClip Frame 1Symbol 349 Button
"btn_how"Symbol 351 MovieClip Frame 1Symbol 350 Button
"instructions"Symbol 351 MovieClip Frame 1Symbol 280 MovieClip
"wxnmenu"Symbol 352 MovieClip Frame 1Symbol 332 Button
"dinamic"Symbol 352 MovieClip Frame 1Symbol 336 MovieClip
"wxnfer"Symbol 352 MovieClip Frame 2Symbol 351 MovieClip
"lvl_txt"Symbol 377 MovieClip Frame 1Symbol 376 EditableText
"timeMovie"Symbol 379 MovieClip Frame 1Symbol 321 MovieClip
"titles"Symbol 379 MovieClip Frame 1Symbol 324 MovieClip
"theMeniu"Symbol 379 MovieClip Frame 1Symbol 352 MovieClip
"bla"Symbol 379 MovieClip Frame 8Symbol 301 MovieClip
"menu_btn"Symbol 379 MovieClip Frame 8Symbol 356 Button
"title_mc"Symbol 379 MovieClip Frame 8Symbol 360 MovieClip
"title_mc"Symbol 379 MovieClip Frame 23Symbol 362 MovieClip
"instructions"Symbol 379 MovieClip Frame 23Symbol 280 MovieClip
"next_btn"Symbol 379 MovieClip Frame 23Symbol 367 Button
"btn_playMore"Symbol 379 MovieClip Frame 23Symbol 340 Button
"btn_freeGames"Symbol 379 MovieClip Frame 23Symbol 341 Button
"btn_how"Symbol 379 MovieClip Frame 23Symbol 350 Button
"btn_playMore"Symbol 379 MovieClip Frame 34Symbol 340 Button
"btn_freeGames"Symbol 379 MovieClip Frame 34Symbol 341 Button
"btn_how"Symbol 379 MovieClip Frame 34Symbol 350 Button
"btn_play"Symbol 379 MovieClip Frame 34Symbol 371 Button
"btn_playMore"Symbol 379 MovieClip Frame 45Symbol 340 Button
"btn_freeGames"Symbol 379 MovieClip Frame 45Symbol 341 Button
"my_mc"Symbol 379 MovieClip Frame 45Symbol 300 MovieClip
"btn_how"Symbol 379 MovieClip Frame 45Symbol 350 Button
"btn_play"Symbol 379 MovieClip Frame 45Symbol 375 Button
"title_lvl"Symbol 379 MovieClip Frame 54Symbol 377 MovieClip
"instructions"Symbol 380 MovieClip Frame 10Symbol 280 MovieClip
"menu"Symbol 380 MovieClip Frame 10Symbol 301 MovieClip
"back_mc"Symbol 380 MovieClip Frame 17Symbol 305 MovieClip
"main_cont_mc"Symbol 380 MovieClip Frame 17Symbol 145 MovieClip
"pBar"Symbol 380 MovieClip Frame 17Symbol 315 MovieClip [ms_progressBar]
"messages_mc"Symbol 380 MovieClip Frame 17Symbol 379 MovieClip

Special Tags

ExportAssets (56)Timeline Frame 1Symbol 1 as "xmotor"
ExportAssets (56)Timeline Frame 9Symbol 381 as "__Packages.Pirrest.PhisicsEngine.Wheel"
ExportAssets (56)Timeline Frame 9Symbol 382 as "__Packages.Pirrest.PhisicsEngine.Particle"
ExportAssets (56)Timeline Frame 9Symbol 383 as "__Packages.Pirrest.PhisicsEngine.Vector"
ExportAssets (56)Timeline Frame 9Symbol 384 as "__Packages.Pirrest.PhisicsEngine.ParticleSystem"
ExportAssets (56)Timeline Frame 9Symbol 385 as "__Packages.Pirrest.PhisicsEngine.Surface"
ExportAssets (56)Timeline Frame 9Symbol 386 as "__Packages.Pirrest.PhisicsEngine.Point"
ExportAssets (56)Timeline Frame 9Symbol 387 as "__Packages.Pirrest.Common.PiVal"
ExportAssets (56)Timeline Frame 9Symbol 388 as "__Packages.Pirrest.Common.PiGeo"
ExportAssets (56)Timeline Frame 9Symbol 389 as "__Packages.Pirrest.PhisicsEngine.Graphics"
ExportAssets (56)Timeline Frame 9Symbol 390 as "__Packages.Pirrest.PhisicsEngine.CircleSurface"
ExportAssets (56)Timeline Frame 9Symbol 391 as "__Packages.Pirrest.PhisicsEngine.Constraint"
ExportAssets (56)Timeline Frame 9Symbol 392 as "__Packages.Pirrest.PhisicsEngine.Rectangle"
ExportAssets (56)Timeline Frame 9Symbol 393 as "__Packages.Pirrest.PhisicsEngine.AngularConstraint"
ExportAssets (56)Timeline Frame 9Symbol 394 as "__Packages.Pirrest.PhisicsEngine.Line"
ExportAssets (56)Timeline Frame 9Symbol 395 as "__Packages.Pirrest.PhisicsEngine.RimParticle"
ExportAssets (56)Timeline Frame 9Symbol 396 as "__Packages.Pirrest.BigFoot.Level"
ExportAssets (56)Timeline Frame 9Symbol 397 as "__Packages.Pirrest.BigFoot.JeepBody"
ExportAssets (56)Timeline Frame 9Symbol 398 as "__Packages.Pirrest.sharedObject.SharedObjectProject"
ExportAssets (56)Timeline Frame 9Symbol 399 as "__Packages.classes.Pirrest.BigFoot.Bar"
ExportAssets (56)Timeline Frame 10Symbol 54 as "lib_jeep_body"
ExportAssets (56)Timeline Frame 10Symbol 56 as "lib_jeep_wheel2"
ExportAssets (56)Timeline Frame 10Symbol 58 as "lib_jeep_wheel1"
ExportAssets (56)Timeline Frame 10Symbol 133 as "lib_point"
ExportAssets (56)Timeline Frame 10Symbol 133 as "lib_point"
ExportAssets (56)Timeline Frame 10Symbol 134 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 134 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 134 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 134 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 137 as "finish"
ExportAssets (56)Timeline Frame 10Symbol 134 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 134 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 134 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 134 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 134 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 134 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 134 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 134 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 134 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 134 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 134 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 134 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 134 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 155 as "lib_level_8"
ExportAssets (56)Timeline Frame 10Symbol 134 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 134 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 134 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 134 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 137 as "finish"
ExportAssets (56)Timeline Frame 10Symbol 134 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 134 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 134 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 134 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 134 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 134 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 134 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 134 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 134 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 134 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 183 as "lib_level_7"
ExportAssets (56)Timeline Frame 10Symbol 134 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 134 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 134 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 134 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 137 as "finish"
ExportAssets (56)Timeline Frame 10Symbol 134 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 134 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 134 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 134 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 134 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 134 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 134 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 134 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 134 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 134 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 134 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 134 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 134 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 134 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 134 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 134 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 134 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 134 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 134 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 134 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 196 as "lib_level_6"
ExportAssets (56)Timeline Frame 10Symbol 134 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 134 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 134 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 134 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 137 as "finish"
ExportAssets (56)Timeline Frame 10Symbol 134 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 134 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 134 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 134 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 134 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 134 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 134 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 134 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 134 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 134 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 134 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 134 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 134 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 134 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 134 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 134 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 134 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 134 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 134 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 134 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 134 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 134 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 134 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 134 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 134 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 212 as "lib_level_5"
ExportAssets (56)Timeline Frame 10Symbol 134 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 134 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 134 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 134 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 134 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 134 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 137 as "finish"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 134 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 134 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 134 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 134 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 134 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 134 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 134 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 134 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 134 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 134 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 134 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 134 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 134 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 134 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 134 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 134 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 134 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 226 as "lib_level_4"
ExportAssets (56)Timeline Frame 10Symbol 134 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 134 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 134 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 134 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 134 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 134 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 134 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 134 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 134 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 134 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 134 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 134 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 134 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 134 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 134 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 134 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 134 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 134 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 134 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 134 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 134 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 134 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 134 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 134 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 134 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 134 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 134 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 137 as "finish"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 134 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 134 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 134 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 235 as "lib_level_3"
ExportAssets (56)Timeline Frame 10Symbol 134 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 134 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 134 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 134 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 134 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 134 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 134 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 134 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 134 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 134 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 134 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 134 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 134 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 134 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 134 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 134 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 134 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 134 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 134 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 134 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 134 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 134 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 134 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 137 as "finish"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 239 as "lib_level_2"
ExportAssets (56)Timeline Frame 10Symbol 134 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 134 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 134 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 134 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 134 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 134 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 134 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 134 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 134 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 134 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 134 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 134 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 134 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 134 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 134 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 134 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 134 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 134 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 134 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 134 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 134 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 134 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 134 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 134 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 134 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 134 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 134 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 134 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 134 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 134 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 134 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 134 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 134 as "lib_surface"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 137 as "finish"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 143 as "lib_circle"
ExportAssets (56)Timeline Frame 10Symbol 243 as "lib_level_1"
ExportAssets (56)Timeline Frame 10Symbol 244 as "demaraj"
ExportAssets (56)Timeline Frame 10Symbol 1 as "xmotor"
ExportAssets (56)Timeline Frame 11Symbol 54 as "lib_jeep_body"
ExportAssets (56)Timeline Frame 11Symbol 56 as "lib_jeep_wheel2"
ExportAssets (56)Timeline Frame 11Symbol 58 as "lib_jeep_wheel1"
ExportAssets (56)Timeline Frame 11Symbol 155 as "lib_level_8"
ExportAssets (56)Timeline Frame 11Symbol 183 as "lib_level_7"
ExportAssets (56)Timeline Frame 11Symbol 196 as "lib_level_6"
ExportAssets (56)Timeline Frame 11Symbol 212 as "lib_level_5"
ExportAssets (56)Timeline Frame 11Symbol 226 as "lib_level_4"
ExportAssets (56)Timeline Frame 11Symbol 235 as "lib_level_3"
ExportAssets (56)Timeline Frame 11Symbol 239 as "lib_level_2"
ExportAssets (56)Timeline Frame 11Symbol 243 as "lib_level_1"
ExportAssets (56)Timeline Frame 12Symbol 54 as "lib_jeep_body"
ExportAssets (56)Timeline Frame 12Symbol 56 as "lib_jeep_wheel2"
ExportAssets (56)Timeline Frame 12Symbol 58 as "lib_jeep_wheel1"
ExportAssets (56)Timeline Frame 12Symbol 155 as "lib_level_8"
ExportAssets (56)Timeline Frame 12Symbol 183 as "lib_level_7"
ExportAssets (56)Timeline Frame 12Symbol 196 as "lib_level_6"
ExportAssets (56)Timeline Frame 12Symbol 212 as "lib_level_5"
ExportAssets (56)Timeline Frame 12Symbol 226 as "lib_level_4"
ExportAssets (56)Timeline Frame 12Symbol 235 as "lib_level_3"
ExportAssets (56)Timeline Frame 12Symbol 239 as "lib_level_2"
ExportAssets (56)Timeline Frame 12Symbol 243 as "lib_level_1"
ExportAssets (56)Timeline Frame 13Symbol 54 as "lib_jeep_body"
ExportAssets (56)Timeline Frame 13Symbol 56 as "lib_jeep_wheel2"
ExportAssets (56)Timeline Frame 13Symbol 58 as "lib_jeep_wheel1"
ExportAssets (56)Timeline Frame 13Symbol 155 as "lib_level_8"
ExportAssets (56)Timeline Frame 13Symbol 183 as "lib_level_7"
ExportAssets (56)Timeline Frame 13Symbol 196 as "lib_level_6"
ExportAssets (56)Timeline Frame 13Symbol 212 as "lib_level_5"
ExportAssets (56)Timeline Frame 13Symbol 226 as "lib_level_4"
ExportAssets (56)Timeline Frame 13Symbol 235 as "lib_level_3"
ExportAssets (56)Timeline Frame 13Symbol 239 as "lib_level_2"
ExportAssets (56)Timeline Frame 13Symbol 243 as "lib_level_1"
ExportAssets (56)Timeline Frame 14Symbol 54 as "lib_jeep_body"
ExportAssets (56)Timeline Frame 14Symbol 56 as "lib_jeep_wheel2"
ExportAssets (56)Timeline Frame 14Symbol 58 as "lib_jeep_wheel1"
ExportAssets (56)Timeline Frame 14Symbol 155 as "lib_level_8"
ExportAssets (56)Timeline Frame 14Symbol 183 as "lib_level_7"
ExportAssets (56)Timeline Frame 14Symbol 196 as "lib_level_6"
ExportAssets (56)Timeline Frame 14Symbol 212 as "lib_level_5"
ExportAssets (56)Timeline Frame 14Symbol 226 as "lib_level_4"
ExportAssets (56)Timeline Frame 14Symbol 235 as "lib_level_3"
ExportAssets (56)Timeline Frame 14Symbol 239 as "lib_level_2"
ExportAssets (56)Timeline Frame 14Symbol 243 as "lib_level_1"
ExportAssets (56)Timeline Frame 15Symbol 54 as "lib_jeep_body"
ExportAssets (56)Timeline Frame 15Symbol 56 as "lib_jeep_wheel2"
ExportAssets (56)Timeline Frame 15Symbol 58 as "lib_jeep_wheel1"
ExportAssets (56)Timeline Frame 15Symbol 155 as "lib_level_8"
ExportAssets (56)Timeline Frame 15Symbol 183 as "lib_level_7"
ExportAssets (56)Timeline Frame 15Symbol 196 as "lib_level_6"
ExportAssets (56)Timeline Frame 15Symbol 212 as "lib_level_5"
ExportAssets (56)Timeline Frame 15Symbol 226 as "lib_level_4"
ExportAssets (56)Timeline Frame 15Symbol 235 as "lib_level_3"
ExportAssets (56)Timeline Frame 15Symbol 239 as "lib_level_2"
ExportAssets (56)Timeline Frame 15Symbol 243 as "lib_level_1"
ExportAssets (56)Timeline Frame 16Symbol 54 as "lib_jeep_body"
ExportAssets (56)Timeline Frame 16Symbol 56 as "lib_jeep_wheel2"
ExportAssets (56)Timeline Frame 16Symbol 58 as "lib_jeep_wheel1"
ExportAssets (56)Timeline Frame 16Symbol 155 as "lib_level_8"
ExportAssets (56)Timeline Frame 16Symbol 183 as "lib_level_7"
ExportAssets (56)Timeline Frame 16Symbol 196 as "lib_level_6"
ExportAssets (56)Timeline Frame 16Symbol 212 as "lib_level_5"
ExportAssets (56)Timeline Frame 16Symbol 226 as "lib_level_4"
ExportAssets (56)Timeline Frame 16Symbol 235 as "lib_level_3"
ExportAssets (56)Timeline Frame 16Symbol 239 as "lib_level_2"
ExportAssets (56)Timeline Frame 16Symbol 243 as "lib_level_1"
ExportAssets (56)Timeline Frame 17Symbol 54 as "lib_jeep_body"
ExportAssets (56)Timeline Frame 17Symbol 56 as "lib_jeep_wheel2"
ExportAssets (56)Timeline Frame 17Symbol 58 as "lib_jeep_wheel1"
ExportAssets (56)Timeline Frame 17Symbol 155 as "lib_level_8"
ExportAssets (56)Timeline Frame 17Symbol 183 as "lib_level_7"
ExportAssets (56)Timeline Frame 17Symbol 196 as "lib_level_6"
ExportAssets (56)Timeline Frame 17Symbol 212 as "lib_level_5"
ExportAssets (56)Timeline Frame 17Symbol 226 as "lib_level_4"
ExportAssets (56)Timeline Frame 17Symbol 235 as "lib_level_3"
ExportAssets (56)Timeline Frame 17Symbol 239 as "lib_level_2"
ExportAssets (56)Timeline Frame 17Symbol 243 as "lib_level_1"
ExportAssets (56)Timeline Frame 18Symbol 54 as "lib_jeep_body"
ExportAssets (56)Timeline Frame 18Symbol 56 as "lib_jeep_wheel2"
ExportAssets (56)Timeline Frame 18Symbol 58 as "lib_jeep_wheel1"
ExportAssets (56)Timeline Frame 18Symbol 155 as "lib_level_8"
ExportAssets (56)Timeline Frame 18Symbol 183 as "lib_level_7"
ExportAssets (56)Timeline Frame 18Symbol 196 as "lib_level_6"
ExportAssets (56)Timeline Frame 18Symbol 212 as "lib_level_5"
ExportAssets (56)Timeline Frame 18Symbol 226 as "lib_level_4"
ExportAssets (56)Timeline Frame 18Symbol 235 as "lib_level_3"
ExportAssets (56)Timeline Frame 18Symbol 239 as "lib_level_2"
ExportAssets (56)Timeline Frame 18Symbol 243 as "lib_level_1"
ExportAssets (56)Timeline Frame 20Symbol 56 as "lib_jeep_wheel2"
ExportAssets (56)Timeline Frame 20Symbol 58 as "lib_jeep_wheel1"
ExportAssets (56)Timeline Frame 20Symbol 315 as "ms_progressBar"
ExportAssets (56)Timeline Frame 20Symbol 315 as "ms_progressBar"
ExportAssets (56)Timeline Frame 20Symbol 315 as "ms_progressBar"
ExportAssets (56)Timeline Frame 20Symbol 315 as "ms_progressBar"
ExportAssets (56)Timeline Frame 20Symbol 315 as "ms_progressBar"
ExportAssets (56)Timeline Frame 20Symbol 315 as "ms_progressBar"
ExportAssets (56)Timeline Frame 20Symbol 315 as "ms_progressBar"
ExportAssets (56)Timeline Frame 20Symbol 315 as "ms_progressBar"
ExportAssets (56)Timeline Frame 20Symbol 315 as "ms_progressBar"
ExportAssets (56)Timeline Frame 20Symbol 315 as "ms_progressBar"
ExportAssets (56)Timeline Frame 20Symbol 315 as "ms_progressBar"

Labels

"preloading"Frame 1
"preloader"Frame 2
"instances"Frame 10
"init"Frame 20
"coperta"Frame 20
"preloader"Symbol 20 MovieClip Frame 2
"move_front"Symbol 53 MovieClip Frame 2
"front_to_normal"Symbol 53 MovieClip Frame 11
"move_back"Symbol 53 MovieClip Frame 22
"back_to_normal"Symbol 53 MovieClip Frame 32
"move_front"Symbol 278 MovieClip Frame 2
"front_to_normal"Symbol 278 MovieClip Frame 11
"move_back"Symbol 278 MovieClip Frame 22
"back_to_normal"Symbol 278 MovieClip Frame 32
"acceleration"Symbol 278 MovieClip Frame 43
"level_1"Symbol 305 MovieClip Frame 1
"level_2"Symbol 305 MovieClip Frame 7
"level_3"Symbol 305 MovieClip Frame 13
"level_4"Symbol 305 MovieClip Frame 19
"level_5"Symbol 305 MovieClip Frame 25
"level_6"Symbol 305 MovieClip Frame 31
"level_7"Symbol 305 MovieClip Frame 37
"level_8"Symbol 305 MovieClip Frame 43
"empty"Symbol 379 MovieClip Frame 1
"pause"Symbol 379 MovieClip Frame 8
"un_pause"Symbol 379 MovieClip Frame 14
"level_completed"Symbol 379 MovieClip Frame 23
"game_completed"Symbol 379 MovieClip Frame 34
"game_over"Symbol 379 MovieClip Frame 45
"new_level"Symbol 379 MovieClip Frame 55
"init"Symbol 380 MovieClip Frame 1
"intro"Symbol 380 MovieClip Frame 10
"replay"Symbol 380 MovieClip Frame 16
"game"Symbol 380 MovieClip Frame 17

Dynamic Text Variables

_root.secundeSymbol 318 EditableText"0"
_root.minuteSymbol 319 EditableText"0"
_root.totalScorSymbol 325 EditableText""
captionSymbol 358 EditableText"PAUSE"
captionSymbol 359 EditableText"PAUSE"
captionSymbol 361 EditableText"XXX"
_root.bestScorSymbol 363 EditableText"xxx"
captionSymbol 376 EditableText"XXX"




http://swfchan.com/23/113518/info.shtml
Created: 11/3 -2019 15:51:13 Last modified: 11/3 -2019 15:51:13 Server time: 29/04 -2024 03:05:34