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

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

Aqua Bubble.swf

This is the info page for
Flash #47968

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


Text
LOADING...

00%

PLAY

PLAY

SCORE

999999999

YOU SCORE:

00000000000

Developed and published
by Realore Studios.
This software can be freely
distributed through Internet
and CD-ROMs or DVDs
without a special permission
from the author.
You may not modify, translate,
disassemble, reverse engineer,
decompile, or create derivative
works based upon this software
Copyright © 2003-2004 Realore Studios.
All rights reserved.

Bubbles that get disconneted from
the others fall down and
add some scores.

Every bubble that you burst or
disconnected increase the score
column level.

When the score column fills
up, you go on to next level.

If bubbles reach the bottom
limit line the game is over.

Put at least three bubbles of the same
color  together sothat they burst
and disappear.

DOWNLOAD THE GAME
TO GET BONUSES

DOWNLOAD THE GAME
TO GET BONUSES

LEVEL

0001

SCORE

000000000000001

TIME

01 : 01

x

V

V

x

x

V

V

x

x

V

V

x

ActionScript [AS1/AS2]

Frame 1
fscommand ("fullscreen", false); fscommand ("allowscale", false); ClipMask = this.createEmptyMovieClip("ScreenMask", 100001); ClipMask.beginFill(16777215, 100); ClipMask.lineStyle(0, 16777215, 100); ClipMask.moveTo(0, 0); ClipMask.lineTo(480, 0); ClipMask.lineTo(480, 360); ClipMask.lineTo(0, 360); ClipMask.lineTo(0, 0); ClipMask.endFill(); ClipMask._visible = false; this.setMask(ClipMask); this.attachMovie("Preloader", "pPreloader", 100000); pPreloader._x = 0; pPreloader._y = 0; stop(); _global.mochi_ad_loaded = false; if (Math.random() < 0.15) { MochiAd.showPreloaderAd({id:"b7ad8b0a0525677f", res:"480x360", ad_timeout:2000, fadeout_time:200, ad_finished:function () { _global.mochi_ad_loaded = true; }}); } else { MochiAd.showPreloaderAd({id:"132ad681e2ad9681", res:"480x360", ad_timeout:2000, fadeout_time:200, ad_finished:function () { _global.mochi_ad_loaded = true; }}); }
Frame 5
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; 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); } u = (((((((((((("http://" + mbc) + "/my/core.swf?mv=7&fv=") + fv) + "&v=") + escape(getVersion())) + "&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__("cba04db7", this, 10301, true); MapPosX0 = 88; MapPosY0 = 64; MapSizeX = 276; MapSizeY = 299; MapPosX1 = MapPosX0 + MapSizeX; MapPosY1 = MapPosY0 + MapSizeY; BallPosX0 = MapPosX0 + 12; BallPosY0 = MapPosY0 - 12; BallPosX1 = MapPosX1 - 12; BallPosY1 = MapPosY1 + 12; TopPosY = BallPosY0 - 12; LeftPosX = BallPosX0 - 12; StartPosY = TopPosY; BallNumX = 11; BallNumY = 15; FlyNum = 10; FallNum = 500; FxNum = 1000; BallTypeEnabled = 3; PreparedLine = 4; GameLevel = 0; GameScoreMax = 10; GameScore = 0; StartTime = 0; FallDelay0 = 5; FallDelay1 = 20; TotalScore = 0; TotalTime = 0; LevelBarLayer = 1; FallLayer = LevelBarLayer + 5; BallLayer = FallLayer + FallNum; FlyLayer = BallLayer + ((BallNumX * BallNumY) * 2); FxLayer = (FlyLayer + FlyNum) + 1; DeepWaterLayer = (FxLayer + FxNum) + 1; GunLayer = DeepWaterLayer + 1; UpWaterLayer = GunLayer + 100; MenuLayer = UpWaterLayer + 1000; FlyID = 0; FallID = 0; FxID = 0; Prepared = false; Started = false; WaitTime = 23; LockFire = false; LineList = new Array(BallNumY); MapList = new Array(BallNumY); LevelParamNum = 10; LevelParam = new Array(LevelParamNum); this.MakeLevelParam = function (ind, start_delay, end_delay, ball_num, score) { LevelParam[ind] = new Object(); LevelParam[ind].StartDelay = start_delay; LevelParam[ind].EndDelay = end_delay; LevelParam[ind].BallNum = ball_num; LevelParam[ind].ScoreCaps = score; }; MakeLevelParam(0, 8, 50, 4, 1000); MakeLevelParam(1, 8, 50, 5, 1000); MakeLevelParam(2, 1, 2, 3, 1000); MakeLevelParam(3, 8, 50, 6, 1000); MakeLevelParam(4, 8, 50, 7, 1000); MakeLevelParam(5, 1, 2, 3, 2000); MakeLevelParam(6, 8, 50, 8, 1000); MakeLevelParam(7, 8, 50, 8, 1700); MakeLevelParam(8, 1, 2, 3, 3000); MakeLevelParam(9, 8, 50, 8, 2500); HelpMode = false; AboutMode = false; MainMode = false; GameOverMode = false; SubmitMode = false; pCurrentScreen = null; HitCombo = 0; DropCombo = 0; SoundStatus = 1; SendCount = 1; Transfer = new LoadVars(); SoundVolume = new Sound(); SoundVolume.setVolume(100); GameMusic = new Sound(Slime); GameMusic.attachSound("music"); FindX = -1; FindY = -1; BallHit = 0; BallDrop = 0; this.NewGame = function () { TotalScore = 0; TotalTime = 0; GameLevel = 0; }; this.InitLevel = function () { WaitCount = 0; MoveCount = 0; LineOffset = 12; MapLineNum = 0; FindX = -1; FindY = -1; var _local1 = 0; while (_local1 < BallNumY) { LineList[_local1] = null; MapList[_local1] = null; _local1++; } }; InitLevel(); this.cWaterFall = function (t) { t.Status = 0; t.OpenPhase = 0; t.FrontPhase = 0; t.FallPhase = 0; t.WaveSound = new Sound(t); t.WaveSound.attachSound("wave"); t.UpdateMask = function () { this.Mask.clear(); this.Mask.beginFill(16777215, 100); this.Mask.lineStyle(0, 16777215, 100); this.Mask.moveTo(78, 20); this.Mask.lineTo(373, 20); this.Mask.lineTo(373, 360 - this.OpenPhase); this.Mask.lineTo(78, 360 - this.OpenPhase); this.Mask.endFill(); this.pBalka._y = 360 - this.OpenPhase; }; t.SetStatus = function (enable) { this.Status = enable; this.WaveSound.start(); }; t.onEnterFrame = function () { if (this.Status == true) { if (this.OpenPhase < 310) { this.OpenPhase = this.OpenPhase + 10.3333333333333; } else { this.OpenPhase = 310; } } else if (this.OpenPhase > 0) { this.OpenPhase = this.OpenPhase - 10.3333333333333; } else { this.OpenPhase = 0; } this.UpdateMask(); this.FallPhase = (this.FallPhase + 3) % 170; this.FrontPhase = (this.FrontPhase + 1) % 150; this.pFall.pWater._y = 20 + this.FallPhase; this.pFall.pFront._x = 74 + this.FrontPhase; }; t.attachMovie("Balka", "pBalka", 4); t.pBalka._x = 225.5; t.createEmptyMovieClip("pFall", 1); t.pFall._x = 0; t.pFall._y = 0; t.pFall.attachMovie("water0", "pWater", 1); t.pFall.pWater._x = 78; t.pFall.pWater._y = 20; t.pFall.attachMovie("water1", "pFront", 2); t.pFall.pFront._x = 74; t.pFall.pFront._y = 20; t.createEmptyMovieClip("Mask", 3); t.UpdateMask(); t.Mask._visible = false; t.pFall.setMask(t.Mask); }; this.createEmptyMovieClip("pWaterFall", UpWaterLayer); cWaterFall(this.pWaterFall); pWaterFall._x = 0; pWaterFall._y = 0; pWaterFall.Status = false; WindX = 0; WindPhase = 0; WindDeltaPhase = 0.1; this.attachMovie("LevelBar", "pLevelBar", LevelBarLayer); pLevelBar._x = 22; pLevelBar._y = 74; this.cDeepWater = function (t) { t._x = 0; t._y = 0; t.colors = [2581638, 12303359]; t.alphas = [50, 50]; t.ratios = [0, 255]; t.matrix = {matrixType:"box", x:240, y:355, w:1, h:5, r:1.57}; t.Init = function () { this.HitPhase = Math.PI; this.TargetLevel = 360; this.Level = 360; this.AddDelta = 0; this.AddVolume = 0; this.Delta = 69; this.Pos = new Array(5); this.Vel = new Array(5); var _local2 = 0; while (_local2 < 5) { this.Pos[_local2] = (Math.PI*2) * Math.random(); this.Vel[_local2] = 0.0314159265358979 + (0.0314159265358979 * Math.random()); _local2++; } }; t.Hit = function () { this.HitPhase = 0; }; t.onEnterFrame = function () { if (this.Level < this.TargetLevel) { this.Level = this.Level + 0.1; } else if (this.Level > this.TargetLevel) { this.Level = this.Level - 0.1; } if (this.HitPhase < Math.PI) { if (this.HitPhase < (Math.PI/2)) { this.HitPhase = this.HitPhase + 0.15707963267949; } else { this.HitPhase = this.HitPhase + 0.010471975511966; } this.AddDelta = Math.sin(this.HitPhase) * 0.1; this.AddVolume = Math.sin(this.HitPhase) * 2.5; } else { this.AddDelta = 0; this.AddVolume = 0; } this.clear(); this.lineStyle(0, 0, 50); t.matrix = {matrixType:"box", x:240, y:this.Level + 10, w:1, h:-10, r:1.57}; this.beginGradientFill("linear", this.colors, this.alphas, this.ratios, this.matrix); this.moveTo(87, 360); var _local3 = 87; this.lineTo(_local3, this.Level + (Math.sin(this.Pos[0]) * (2.5 + this.AddVolume))); this.Pos[0] = ((this.Pos[0] + this.Vel[0]) + this.AddDelta) % (Math.PI*2); var _local2 = 1; while (_local2 < 5) { _local3 = _local3 + this.Delta; this.curveTo(_local3 - (this.Delta / 2), this.Level + (Math.sin(this.Pos[_local2]) * (2.5 + this.AddVolume)), _local3, this.Level + (Math.sin(this.Pos[_local2]) * (2.5 + this.AddVolume))); this.Pos[_local2] = ((this.Pos[_local2] + this.Vel[_local2]) + this.AddDelta) % (Math.PI*2); if (random(100) < 5) { this.Vel[_local2] = 0.0314159265358979 + (0.0314159265358979 * Math.random()); } _local2++; } this.lineTo(363, 360); this.endFill(); }; }; this.createEmptyMovieClip("pDeepWater", DeepWaterLayer); cDeepWater(pDeepWater); pDeepWater.Init(); cParticle = function () { this.Init = function (x, y, dx, dy, time) { this._x = x; this._y = y; this.DeltaX = dx; this.DeltaY = dy; this.Time = time; }; this.onEnterFrame = function () { this._x = this._x + (this.DeltaX + WindX); this._y = this._y + this.DeltaY; this.DeltaY = this.DeltaY - 0.2; if ((this.Time > 0) && (this._y > BallPosY0)) { this.Time--; } else { this.removeMovieClip(); } }; this.canDeleted = function () { return(true); }; }; cParticle.prototype = new MovieClip(); Object.registerClass("part0", cParticle); Object.registerClass("part1", cParticle); Object.registerClass("part2", cParticle); Object.registerClass("part3", cParticle); Object.registerClass("part4", cParticle); this.MakeExplosion = function (x, y) { var _local3; var _local2; FxID++; if (FxID > FxNum) { FxID = 0; } _local3 = this.attachMovie("part" + random(3), ("part" + FxLayer) + FxID, FxLayer + FxID); _local3.Init((x + 10) - random(20), (y + 10) - random(20), 1 - (Math.random() * 2), 1 + (Math.random() * 2), 80 + random(40)); _local2 = 0; while (_local2 < 3) { FxID++; if (FxID > FxNum) { FxID = 0; } _local3 = this.attachMovie("part" + (3 + random(2)), ("part" + FxLayer) + FxID, FxLayer + FxID); _local3.Init((x + 10) - random(20), (y + 10) - random(20), 2 - (Math.random() * 4), 2 - (Math.random() * 4), 20 + random(20)); _local2++; } }; cFallBall = function () { this._visible = false; this.Init = function (x, y, id, dx, dy) { this._x = x; this._y = y; this.DeltaX = dx; this.DeltaY = dy; this.gotoAndStop(id); this._visible = true; }; this.onEnterFrame = function () { this._x = this._x + (this.DeltaX + WindX); this._y = this._y + this.DeltaY; this.DeltaY = this.DeltaY + 1; if (this._x < BallPosX0) { this._x = BallPosX0; this.DeltaX = Math.abs(this.DeltaX); } else if (this._x > BallPosX1) { this._x = BallPosX1; this.DeltaX = -Math.abs(this.DeltaX); } if (this._y < MapPosY0) { this.DeltaY = Math.abs(this.DeltaY); this._y = MapPosY0; } if (this._y > BallPosY1) { var _local2 = new Sound(Slime); _local2.attachSound("bubble_drop"); _local2.start(); pDeepWater.Hit(); this.removeMovieClip(); } }; this.canDeleted = function () { return(true); }; }; cFallBall.prototype = new MovieClip(); Object.registerClass("fall_ball", cFallBall); cLine = function (t) { t._visible = false; t.InitLine = function (ind) { this.Index = ind; this.BallList = new Array(BallNumX); var _local2 = 0; while (_local2 < BallNumX) { this.BallList[_local2] = this.attachMovie("map_ball", "mb" + _local2, ((BallLayer + (ind * (BallNumX + 1))) + 1) + _local2); this.BallList[_local2].gotoAndStop(random(BallTypeEnabled) + 1); this.BallList[_local2]._x = 24 * _local2; this.BallList[_local2]._y = 0; this.BallList[_local2]._visible = true; this.BallList[_local2].Link = new Array(6); this.BallList[_local2].ScanID = 0; _local2++; } }; t.AddBall = function (x, y, id) { this.BallList[x] = this.attachMovie("map_ball", "mb" + x, ((BallLayer + (this.Index * (BallNumX + 1))) + 1) + x); this.BallList[x].gotoAndStop(id + 1); this.BallList[x]._x = 24 * x; this.BallList[x]._y = 0; this.BallList[x]._visible = true; this.BallList[x].Link = new Array(6); this.BallList[x].ScanID = 0; }; t.Init = function (ind) { this.Index = ind; this.BallList = new Array(BallNumX); var _local2 = 0; while (_local2 < BallNumX) { this.BallList[_local2] = null; _local2++; } }; t.RemoveLink = function (x, y) { if ((x > 0) && (this.BallList[x - 1] != null)) { this.BallList[x - 1].Link[1] = null; } if ((x < (BallNumX - 1)) && (this.BallList[x + 1] != null)) { this.BallList[x + 1].Link[0] = null; } if (this._x != BallPosX0) { if (y > 0) { if (MapList[y - 1].BallList[x] != null) { MapList[y - 1].BallList[x].Link[5] = null; } if ((x < (BallNumX - 1)) && (MapList[y - 1].BallList[x + 1] != null)) { MapList[y - 1].BallList[x + 1].Link[4] = null; } } if (y < (MapLineNum - 1)) { if (MapList[y + 1].BallList[x] != null) { MapList[y + 1].BallList[x].Link[3] = null; } if ((x < (BallNumX - 1)) && (MapList[y + 1].BallList[x + 1] != null)) { MapList[y + 1].BallList[x + 1].Link[2] = null; } } } else { if (y > 0) { if ((x > 0) && (MapList[y - 1].BallList[x - 1] != null)) { MapList[y - 1].BallList[x - 1].Link[5] = null; } if (MapList[y - 1].BallList[x] != null) { MapList[y - 1].BallList[x].Link[4] = null; } } if (y < (MapLineNum - 1)) { if ((x > 0) && (MapList[y + 1].BallList[x - 1] != null)) { MapList[y + 1].BallList[x - 1].Link[3] = null; } if (MapList[y + 1].BallList[x] != null) { MapList[y + 1].BallList[x].Link[2] = null; } } } }; t.UpdateLink = function (x, y) { if (x > 0) { this.BallList[x].Link[0] = this.BallList[x - 1]; if (this.BallList[x - 1] != null) { this.BallList[x - 1].Link[1] = this.BallList[x]; } } else { this.BallList[x].Link[0] = null; } if (x < (BallNumX - 1)) { this.BallList[x].Link[1] = this.BallList[x + 1]; if (this.BallList[x + 1] != null) { this.BallList[x + 1].Link[0] = this.BallList[x]; } } else { this.BallList[x].Link[1] = null; } if (this._x != BallPosX0) { if (y > 0) { this.BallList[x].Link[2] = MapList[y - 1].BallList[x]; if (MapList[y - 1].BallList[x] != null) { MapList[y - 1].BallList[x].Link[5] = this.BallList[x]; } if (x < (BallNumX - 1)) { this.BallList[x].Link[3] = MapList[y - 1].BallList[x + 1]; if (MapList[y - 1].BallList[x + 1] != null) { MapList[y - 1].BallList[x + 1].Link[4] = this.BallList[x]; } } else { this.BallList[x].Link[3] = null; } } else { this.BallList[x].Link[2] = null; this.BallList[x].Link[3] = null; } if (y < (MapLineNum - 1)) { this.BallList[x].Link[4] = MapList[y + 1].BallList[x]; if (MapList[y + 1].BallList[x] != null) { MapList[y + 1].BallList[x].Link[3] = this.BallList[x]; } if (x < (BallNumX - 1)) { this.BallList[x].Link[5] = MapList[y + 1].BallList[x + 1]; if (MapList[y + 1].BallList[x + 1] != null) { MapList[y + 1].BallList[x + 1].Link[2] = this.BallList[x]; } } else { this.BallList[x].Link[5] = null; } } else { this.BallList[x].Link[4] = null; this.BallList[x].Link[5] = null; } } else { if (y > 0) { if (x > 0) { this.BallList[x].Link[2] = MapList[y - 1].BallList[x - 1]; if (MapList[y - 1].BallList[x - 1] != null) { MapList[y - 1].BallList[x - 1].Link[5] = this.BallList[x]; } } else { this.BallList[x].Link[2] = null; } this.BallList[x].Link[3] = MapList[y - 1].BallList[x]; if (MapList[y - 1].BallList[x] != null) { MapList[y - 1].BallList[x].Link[4] = this.BallList[x]; } } else { this.BallList[x].Link[2] = null; this.BallList[x].Link[3] = null; } if (y < (MapLineNum - 1)) { if (x > 0) { this.BallList[x].Link[4] = MapList[y + 1].BallList[x - 1]; if (MapList[y + 1].BallList[x - 1] != null) { MapList[y + 1].BallList[x - 1].Link[3] = this.BallList[x]; } } else { this.BallList[x].Link[4] = null; } this.BallList[x].Link[5] = MapList[y + 1].BallList[x]; if (MapList[y + 1].BallList[x] != null) { MapList[y + 1].BallList[x].Link[2] = this.BallList[x]; } } else { this.BallList[x].Link[4] = null; this.BallList[x].Link[5] = null; } } }; t.LineLink = function (y) { var _local2 = 0; while (_local2 < BallNumX) { this.UpdateLink(_local2, y); _local2++; } }; t.canDeleted = function () { return(true); }; }; this.RemoveMapLine = function (index) { var _local1 = index; while (_local1 < MapLineNum) { LineList[MapList[_local1].Index] = null; MapList[_local1].removeMovieClip(); MapList[_local1] = null; _local1++; } MapLineNum = index; }; this.ColorScan = function (x, y, id) { var _local2; var _local3; BallHit = 0; BallDrop = 0; if (CoInf(MapList[y].BallList[x]) > 2) { _local2 = 0; while (_local2 < BallNumX) { if ((MapList[0].BallList[_local2] != null) && (MapList[0].BallList[_local2].ScanID == 0)) { FaInf(MapList[0].BallList[_local2]); } _local2++; } var _local6 = MapLineNum; var _local5; _local2 = 0; while (_local2 < MapLineNum) { _local5 = 0; _local3 = 0; while (_local3 < BallNumX) { if (MapList[_local2].BallList[_local3] != null) { if (MapList[_local2].BallList[_local3].ScanID == 1) { MakeExplosion(MapList[_local2]._x + MapList[_local2].BallList[_local3]._x, MapList[_local2]._y + MapList[_local2].BallList[_local3]._y); MapList[_local2].RemoveLink(_local3, _local2); MapList[_local2].BallList[_local3].removeMovieClip(); MapList[_local2].BallList[_local3] = null; BallHit++; } else if (MapList[_local2].BallList[_local3].ScanID != 2) { FallID++; if (FallID > FallNum) { FallID = 0; } var _local4 = this.attachMovie("fall_ball", ("lb" + FallLayer) + FallID, FallLayer + FallID); _local4.Init(MapList[_local2]._x + MapList[_local2].BallList[_local3]._x, MapList[_local2]._y + MapList[_local2].BallList[_local3]._y, MapList[_local2].BallList[_local3]._currentframe, 5 - (Math.random() * 10), (-Math.random()) * 6); MapList[_local2].RemoveLink(_local3, _local2); MapList[_local2].BallList[_local3].removeMovieClip(); MapList[_local2].BallList[_local3] = null; BallDrop++; } else { MapList[_local2].BallList[_local3].ScanID = 0; _local5++; } } _local3++; } if (_local6 > _local2) { if (_local5 == 0) { _local6 = _local2; } } _local2++; } if (_local6 < MapLineNum) { RemoveMapLine(_local6); } } else { _local2 = 0; while (_local2 < MapLineNum) { _local3 = 0; while (_local3 < BallNumX) { if (MapList[_local2].BallList[_local3] != null) { MapList[_local2].BallList[_local3].ScanID = 0; } _local3++; } _local2++; } } }; this.FaInf = function (p) { var _local1; p.ScanID = 2; _local1 = 0; while (_local1 < 6) { if ((p.Link[_local1] != null) && (p.Link[_local1].ScanID == 0)) { FaInf(p.Link[_local1]); } _local1++; } }; this.CoInf = function (p) { var _local1; var _local3 = 1; p.ScanID = 1; _local1 = 0; while (_local1 < 6) { if (((p.Link[_local1] != null) && (p.Link[_local1]._currentframe == p._currentframe)) && (p.Link[_local1].ScanID == 0)) { _local3 = _local3 + CoInf(p.Link[_local1]); } _local1++; } return(_local3); }; this.AddFirstLine = function (index) { var _local1 = MapLineNum - 1; while (_local1 >= 0) { MapList[_local1 + 1] = MapList[_local1]; _local1--; } MapList[0] = LineList[index]; MapLineNum++; }; this.AddLastLine = function (index) { MapList[MapLineNum] = LineList[index]; MapLineNum++; }; cFlyBall = function () { this._visible = false; this.Init = function (id, x, y, angle) { this._x = x; this._y = y; this.DeltaX = Math.cos(angle); this.DeltaY = Math.sin(angle); this.gotoAndStop(id + 1); this.ID = id; this._visible = true; var _local2 = new Sound(this); _local2.attachSound("bubble_launch"); _local2.start(); }; this.onEnterFrame = function () { var _local3 = this._x; var _local5 = this._y; var _local2; var _local4; var _local9; var _local8; StartPosY = (TopPosY + WaitTime) - WaitCount; var _local7 = 0; while (_local7 < 25) { _local3 = _local3 + this.DeltaX; _local5 = _local5 + this.DeltaY; if (_local3 < BallPosX0) { _local3 = BallPosX0; this.DeltaX = -this.DeltaX; var _local6 = new Sound(this); _local6.attachSound("bubble_wall"); _local6.start(); } else if (_local3 > BallPosX1) { _local3 = BallPosX1; this.DeltaX = -this.DeltaX; var _local6 = new Sound(this); _local6.attachSound("bubble_wall"); _local6.start(); } _local4 = Math.floor((_local5 - StartPosY) / 24); if (_local4 < MapLineNum) { if ((_local4 % 2) == 0) { _local2 = Math.floor((_local3 - (LeftPosX + ((LineOffset == 0) ? 12 : 0))) / 24); } else { _local2 = Math.floor((_local3 - (LeftPosX + ((LineOffset == 0) ? 0 : 12))) / 24); } if (_local4 >= 0) { if ((((_local2 >= 0) && (_local2 < BallNumX)) && (MapList[_local4].BallList[_local2] != null)) && (this.Collision(_local2, _local4, _local3, _local5) == true)) { this.Install(_local2, _local4, _local3, _local5); return(undefined); } } else { if (_local2 < 0) { _local2 = 0; } if (_local2 >= BallNumX) { _local2 = BallNumX - 1; } _local4 = 0; this.Install(_local2, _local4, _local3, _local5); return(undefined); } } _local7++; } this._x = _local3; this._y = _local5; }; this.Collision = function (px, py, x, y) { if (MapList[py].BallList[px] != null) { var _local2 = (((BallPosY0 + (py * 24)) + WaitTime) - WaitCount) - y; var _local1; if ((py % 2) == 0) { _local1 = ((BallPosX0 + ((LineOffset == 0) ? 12 : 0)) + (px * 24)) - x; } else { _local1 = ((BallPosX0 + ((LineOffset == 0) ? 0 : 12)) + (px * 24)) - x; } if (((_local1 * _local1) + (_local2 * _local2)) < 2304) { return(true); } } return(false); }; this.Install = function (px, py, x, y) { this.FindPos(px, py, x, y); if (FindX != -1) { this.AddBall(FindX, FindY); ColorScan(FindX, FindY, this._currentframe); if (BallDrop) { var _local2 = new Sound(this); _local2.attachSound("bubble_fall_bonus"); _local2.start(); DropCombo++; } else { DropCombo = 0; } if (BallHit) { var _local2 = new Sound(this); _local2.attachSound("bubble_fall_regular"); _local2.start(); HitCombo++; GameScore = GameScore + (((BallHit * 3) + (BallDrop * 9)) + (HitCombo * 7)); UpdateScore(); Slime.JoyStatus = 5; } else { HitCombo = 0; } if ((FindY < MapLineNum) && (MapList[FindY].BallList[FindX] != null)) { var _local2 = new Sound(this); _local2.attachSound("bubble_stick"); _local2.start(); } } this.removeMovieClip(); return(undefined); }; this.FindPos = function (px, py, x, y) { var _local1; var _local5 = 65535; FindX = -1; var _local6 = ((BallPosY0 + (py * 24)) + WaitTime) - WaitCount; var _local3; if ((((py % 2) == 0) && (LineOffset == 0)) || (((py % 2) != 0) && (LineOffset != 0))) { _local3 = (BallPosX0 + 12) + (px * 24); if (py > 0) { if (MapList[py - 1].BallList[px] == null) { _local1 = (((_local3 - 12) - x) * ((_local3 - 12) - x)) + (((_local6 - 24) - y) * ((_local6 - 24) - y)); if (_local1 < _local5) { FindX = px; FindY = py - 1; _local5 = _local1; } } if ((px < (BallNumX - 1)) && (MapList[py - 1].BallList[px + 1] == null)) { _local1 = (((_local3 + 12) - x) * ((_local3 + 12) - x)) + (((_local6 - 24) - y) * ((_local6 - 24) - y)); if (_local1 < _local5) { FindX = px + 1; FindY = py - 1; _local5 = _local1; } } } if (py < (MapLineNum - 1)) { if (MapList[py + 1].BallList[px] == null) { _local1 = (((_local3 - 12) - x) * ((_local3 - 12) - x)) + (((_local6 + 24) - y) * ((_local6 + 24) - y)); if (_local1 < _local5) { FindX = px; FindY = py + 1; _local5 = _local1; } } if ((px < (BallNumX - 1)) && (MapList[py + 1].BallList[px + 1] == null)) { _local1 = (((_local3 + 12) - x) * ((_local3 + 12) - x)) + (((_local6 + 24) - y) * ((_local6 + 24) - y)); if (_local1 < _local5) { FindX = px + 1; FindY = py + 1; _local5 = _local1; } } } else { _local1 = (((_local3 - 12) - x) * ((_local3 - 12) - x)) + (((_local6 + 24) - y) * ((_local6 + 24) - y)); if (_local1 < _local5) { FindX = px; FindY = py + 1; _local5 = _local1; } if (px < (BallNumX - 1)) { _local1 = (((_local3 + 12) - x) * ((_local3 + 12) - x)) + (((_local6 + 24) - y) * ((_local6 + 24) - y)); if (_local1 < _local5) { FindX = px + 1; FindY = py + 1; _local5 = _local1; } } } } else { _local3 = BallPosX0 + (px * 24); if (py > 0) { if ((px > 0) && (MapList[py - 1].BallList[px - 1] == null)) { _local1 = (((_local3 - 12) - x) * ((_local3 - 12) - x)) + (((_local6 - 24) - y) * ((_local6 - 24) - y)); if (_local1 < _local5) { FindX = px - 1; FindY = py - 1; _local5 = _local1; } } if (MapList[py - 1].BallList[px] == null) { _local1 = (((_local3 + 12) - x) * ((_local3 + 12) - x)) + (((_local6 - 24) - y) * ((_local6 - 24) - y)); if (_local1 < _local5) { FindX = px; FindY = py - 1; _local5 = _local1; } } } if (py < (MapLineNum - 1)) { if ((px > 0) && (MapList[py + 1].BallList[px - 1] == null)) { _local1 = (((_local3 - 12) - x) * ((_local3 - 12) - x)) + (((_local6 + 24) - y) * ((_local6 + 24) - y)); if (_local1 < _local5) { FindX = px - 1; FindY = py + 1; _local5 = _local1; } } if (MapList[py + 1].BallList[px] == null) { _local1 = (((_local3 + 12) - x) * ((_local3 + 12) - x)) + (((_local6 + 24) - y) * ((_local6 + 24) - y)); if (_local1 < _local5) { FindX = px; FindY = py + 1; _local5 = _local1; } } } else { if (px > 0) { _local1 = (((_local3 - 12) - x) * ((_local3 - 12) - x)) + (((_local6 + 24) - y) * ((_local6 + 24) - y)); if (_local1 < _local5) { FindX = px - 1; FindY = py + 1; _local5 = _local1; } } _local1 = (((_local3 + 12) - x) * ((_local3 + 12) - x)) + (((_local6 + 24) - y) * ((_local6 + 24) - y)); if (_local1 < _local5) { FindX = px; FindY = py + 1; _local5 = _local1; } } } if (MapList[py].BallList[px] == null) { _local1 = ((_local3 - x) * (_local3 - x)) + ((_local6 - y) * (_local6 - y)); if (_local1 < _local5) { FindX = px; FindY = py; _local5 = _local1; } } if ((px > 0) && (MapList[py].BallList[px - 1] == null)) { _local1 = (((_local3 - 24) - x) * ((_local3 - 24) - x)) + ((_local6 - y) * (_local6 - y)); if (_local1 < _local5) { FindX = px - 1; FindY = py; _local5 = _local1; } } if ((px < (BallNumX - 1)) && (MapList[py].BallList[px + 1] == null)) { _local1 = (((_local3 + 24) - x) * ((_local3 + 24) - x)) + ((_local6 - y) * (_local6 - y)); if (_local1 < _local5) { FindX = px + 1; FindY = py; _local5 = _local1; } } }; this.AddBall = function (x, y) { if (y >= MapLineNum) { var _local2 = 0; while (_local2 < BallNumY) { if (LineList[_local2] == null) { var _local3 = this._parent.createEmptyMovieClip(("line" + BallLayer) + (_local2 * (BallNumX + 1)), BallLayer + (_local2 * (BallNumX + 1))); cLine(_local3); _local3._y = ((BallPosY0 + WaitTime) - WaitCount) + (y * 24); if ((y % 2) == 0) { _local3._x = BallPosX0 + ((LineOffset == 0) ? 12 : 0); } else { _local3._x = BallPosX0 + ((LineOffset == 0) ? 0 : 12); } _local3.Init(_local2); _local3._visible = true; LineList[_local2] = _local3; AddLastLine(_local2); break; } _local2++; } } MapList[y].AddBall(x, y, this.ID); MapList[y].UpdateLink(x, y); }; this.canDeleted = function () { return(true); }; }; cFlyBall.prototype = new MovieClip(); Object.registerClass("fly_ball", cFlyBall); cGun = function () { this._visible = false; this._x = MapPosX0 + (MapSizeX / 2); this._y = 342; this.p0.stop(); this.p1.stop(); this.p2.stop(); this.p3.stop(); this.ChargeStatus = false; this.FireStatus = false; this.ID = 0; this.NextID = 0; this.Open = function () { this.NextID = random(BallTypeEnabled); this.Change(); this._visible = true; }; this.Close = function () { this._visible = false; }; this.Change = function () { this.ID = this.NextID; this.NextID = random(BallTypeEnabled); this.p0.gotoAndStop((this.ID * 8) + 1); this.p1.gotoAndStop(this.ID + 1); this.p2.gotoAndStop(this.ID + 1); this.p3.gotoAndStop(this.NextID + 1); }; this.Fire = function () { if ((this.ChargeStatus == false) && (this.FireStatus == false)) { FlyID++; if (FlyID > FlyNum) { FlyID = 0; } var _local2 = this._parent.attachMovie("fly_ball", ("fb" + FlyLayer) + FlyID, FlyLayer + FlyID); _local2.Init(this.ID, this._x, this._y, ((this.p0._rotation * Math.PI) / 180) - (Math.PI/2)); this.Change(); this.p3._xscale = 0.1; this.p3._yscale = 0.1; this.p1._xscale = 0.1; this.p1._yscale = 0.1; this.ChargeStatus = true; this.FireStatus = true; } }; this.onEnterFrame = function () { if (this.FireStatus) { if (this.p0._currentframe < ((8 * this.ID) + 8)) { this.p0.nextFrame(); } else { this.p0.gotoAndStop((8 * this.ID) + 1); this.FireStatus = false; } } if (this.ChargeStatus) { this.p3._xscale = this.p3._xscale + 12.5; this.p3._yscale = this.p3._yscale + 12.5; this.p1._xscale = this.p1._xscale + 12.5; this.p1._yscale = this.p1._yscale + 12.5; if (this.p1._xscale >= 100) { this.p3._xscale = 100; this.p3._yscale = 100; this.p1._xscale = 100; this.p1._yscale = 100; this.ChargeStatus = false; } } }; this.Update = function () { var _local4 = this._parent._xmouse - this._x; var _local3 = this._parent._ymouse - this._y; if ((Math.abs(_local4) > 0) || (Math.abs(_local3) > 0)) { var _local2 = 90 + ((Math.atan2(_local3, _local4) * 180) / Math.PI); if (_local2 < -87) { this.p0._rotation = -87; } else if (_local2 > 87) { this.p0._rotation = 87; } else { this.p0._rotation = _local2; } } }; }; cGun.prototype = new MovieClip(); Object.registerClass("gun", cGun); pGun = this.attachMovie("gun", "pGun", GunLayer); this.Intro = function () { HitCombo = 0; DropCombo = 0; GameScore = 0; if (GameLevel < LevelParamNum) { BallTypeEnabled = LevelParam[GameLevel].BallNum; FallDelay0 = LevelParam[GameLevel].StartDelay; FallDelay1 = LevelParam[GameLevel].EndDelay; GameScoreMax = LevelParam[GameLevel].ScoreCaps; } else if (((GameLevel - LevelParamNum) % 3) == 2) { FallDelay0 = 1 / (((GameLevel - LevelParamNum) / 10) + 1); FallDelay1 = 5 / (((GameLevel - LevelParamNum) / 10) + 1); BallTypeEnabled = 3; GameScoreMax = 1500 + (((GameLevel - LevelParamNum) + 1) * 200); } else { FallDelay0 = 8 / (((GameLevel - LevelParamNum) / 10) + 1); FallDelay1 = 50 / (((GameLevel - LevelParamNum) / 10) + 1); BallTypeEnabled = 8; GameScoreMax = 1200 + (((GameLevel - LevelParamNum) + 1) * 200); } pGun.Open(); pDeepWater._visible = true; InitLevel(); var _local4 = 0; while (_local4 < PreparedLine) { var _local2 = 0; while (_local2 < BallNumY) { if (LineList[_local2] == null) { var _local3 = this.createEmptyMovieClip(("line" + BallLayer) + (_local2 * (BallNumX + 1)), BallLayer + (_local2 * (BallNumX + 1))); cLine(_local3); _local3._x = BallPosX0 + LineOffset; _local3._y = BallPosY0 + ((PreparedLine - _local2) * 24); _local3.InitLine(_local2, MapLineNum); _local3._visible = true; LineList[_local2] = _local3; AddFirstLine(_local2); _local3.LineLink(0); break; } _local2++; } LineOffset = 12 - LineOffset; _local4++; } pDeepWater.Level = 360 - ((70 * MapLineNum) / BallNumY); pDeepWater.TargetLevel = pDeepWater.Level; Prepared = true; pWaterFall.SetStatus(true); this.attachMovie("ScorePanel", "pScorePanel", LevelBarLayer + 1); pScorePanel._x = 400; pScorePanel._y = 0; pScorePanel.stop(); pScorePanel.ScoreBar.Title = "SCORES"; pScorePanel.ScoreBar.Value = TotalScore + GameScore; pScorePanel.LevelBar.Title = "LEVEL"; pScorePanel.LevelBar.Value = GameLevel + 1; }; this.Outro = function () { Prepared = false; Mouse.show(); pGun._visible = false; pDeepWater._visible = false; FinitLevel(); pScorePanel.removeMovieClip(); }; this.Start = function () { Started = true; StartTime = getTimer(); GameMusic.start(0, 99999999999); }; this.Stop = function () { Started = false; pWaterFall.SetStatus(false); pLevelBar.FillFactor = 0; TotalTime = TotalTime + (getTimer() - StartTime); TotalScore = TotalScore + GameScore; GameLevel++; GameMusic.stop(); }; this.onEnterFrame = function () { if (Prepared) { WindX = Math.sin(WindPhase) * 2; WindPhase = (WindPhase + WindDeltaPhase) % 6.28; if (random(100) < 15) { WindDeltaPhase = 0.1 + (Math.random() * 0.1); } } if (Started) { if (MoveCount > 0) { MoveCount--; } else { pDeepWater.TargetLevel = 360 - ((70 * MapLineNum) / BallNumY); var _local2 = 0; while (_local2 < BallNumY) { if (LineList[_local2] != null) { LineList[_local2]._y++; } _local2++; } if ((MapLineNum > 0) && (MapList[MapLineNum - 1]._y >= 280)) { Slime.PanicStatus = 5; } else { Slime.PanicStatus = 0; } if (WaitCount > 0) { WaitCount--; } else { _local2 = 0; while (_local2 < BallNumY) { if (LineList[_local2] == null) { var _local3 = this.createEmptyMovieClip(("line" + BallLayer) + (_local2 * (BallNumX + 1)), BallLayer + (_local2 * (BallNumX + 1))); cLine(_local3); _local3._x = BallPosX0 + LineOffset; _local3._y = BallPosY0; _local3.InitLine(_local2, MapLineNum); _local3._visible = true; LineList[_local2] = _local3; AddFirstLine(_local2); _local3.LineLink(0); break; } _local2++; } WaitCount = WaitTime; LineOffset = 12 - LineOffset; } if (MapLineNum > 0) { MoveCount = FallDelay0 + ((FallDelay1 - FallDelay0) * Math.pow((MapList[MapLineNum - 1]._y - BallPosY0) / (pDeepWater.TargetLevel - BallPosY0), 4)); } else { MoveCount = FallDelay0; } } if (GameScore >= GameScoreMax) { this.Stop(); Slime.PanicStatus = 0; Slime.JoyStatus = 0; Slime.WinStatus = 1; if (GameLevel < LevelParamNum) { gotoAndPlay ("NextLevel"); } else { gotoAndPlay ("Win"); } } else if ((MapLineNum > 0) && (MapList[MapLineNum - 1]._y > pDeepWater.TargetLevel)) { this.Stop(); gotoAndPlay ("GameOver"); Slime.PanicStatus = 0; Slime.JoyStatus = 0; Slime.WinStatus = 0; } } }; this.onMouseMove = function () { if (Prepared) { pGun.Update(); } }; this.onMouseUp = function () { if (Started && (LockFire == false)) { pGun.Fire(); } }; this.UpdateScore = function () { pLevelBar.FillFactor = (GameScore * 100) / GameScoreMax; pScorePanel.ScoreBar.Value = TotalScore + GameScore; }; this.menuPress = function (n) { var _local2 = new Sound(this); _local2.attachSound("menu_button"); _local2.start(); }; this.menuRelease = function (n) { if (n == "Done") { pCurrentScreen.gotoAndPlay("Stop"); } if (n == "Play") { pCurrentScreen.gotoAndPlay("Stop"); NewGame(); } if (n == "NextLevel") { Slime.WinStatus = 0; pCurrentScreen.gotoAndPlay("Stop"); } if (n == "Submit") { pCurrentScreen.gotoAndPlay("Stop"); SubmitMode = true; } if (n == "Help") { pCurrentScreen.gotoAndPlay("Stop"); HelpMode = true; } if (n == "About") { pCurrentScreen.gotoAndPlay("Stop"); AboutMode = true; } if (n == "MainMenu") { pCurrentScreen.gotoAndPlay("Stop"); MainMode = true; } if (n == "More") { getURL ("http://www.realore.com/aqua/", "_blank"); } }; this.menuNormal = function (n) { }; this.menuOver = function (n) { var _local2 = new Sound(this); _local2.attachSound("menu_toggle"); _local2.start(); }; this.FinitLevel = function () { for (var _local2 in this) { if (this[_local2].canDeleted() == true) { this[_local2].removeMovieClip(); } } }; this.MusicOn = function () { MusicStatus = 1; MusicButton.icon = "\u0407"; MusicButton.sicon = "\u0407"; MusicButton.uicon = ""; MusicButton.usicon = ""; GameMusic.setVolume(100); }; this.MusicOff = function () { MusicStatus = 0; MusicButton.icon = "\u0407"; MusicButton.sicon = "\u0407"; MusicButton.uicon = "x"; MusicButton.usicon = "x"; GameMusic.setVolume(0); }; MusicOn(); this.SoundOn = function () { SoundStatus = 1; MuteButton.icon = "V"; MuteButton.sicon = "V"; MuteButton.uicon = ""; MuteButton.usicon = ""; SoundVolume.setVolume(100); MusicButton._visible = true; }; this.SoundOff = function () { SoundStatus = 0; MuteButton.icon = "V"; MuteButton.sicon = "V"; MuteButton.uicon = "x"; MuteButton.usicon = "x"; SoundVolume.setVolume(0); MusicButton._visible = false; }; SoundOn();
Frame 6
Slime.Init(); Slime.gotoAndPlay("Stop0");
Frame 20
pCurrentScreen = this.attachMovie("MainMenu", "pMainMenu", MenuLayer); pMainMenu._x = 0; pMainMenu._y = 0; pMainMenu.gotoAndPlay("Start"); pMainMenu.Play.Name = "PLAY"; pMainMenu.Help.Name = "HELP"; pMainMenu.About.Name = "ABOUT"; pMainMenu.Highscores.Name = "HIGHSCORES"; pMainMenu.MyRoot = this; MainMode = true;
Frame 28
pPreloader.removeMovieClip(); stop();
Frame 29
pCurrentScreen = null; pMainMenu.removeMovieClip(); if (HelpMode == true) { gotoAndPlay ("Help"); } else if (AboutMode) { gotoAndPlay ("About"); }
Frame 30
Intro(); MainMode = false;
Frame 47
pScorePanel.gotoAndPlay("Start");
Frame 59
Start(); stop();
Frame 60
pScorePanel.gotoAndPlay("Stop");
Frame 89
Outro(); pCurrentScreen = this.attachMovie("NextLevel", "pNextLevel", MenuLayer); pNextLevel._x = 0; pNextLevel._y = 0; pNextLevel.gotoAndPlay("Start"); pNextLevel.NextLevel.Name = "NEXT LEVEL"; stop(); pNextLevel.MyRoot = this;
Frame 90
pNextLevel.removeMovieClip(); gotoAndPlay ("Intro"); pCurrentScreen = null;
Frame 91
pScorePanel.gotoAndPlay("Stop"); GameOverMode = true;
Frame 120
Outro();
Frame 121
pCurrentScreen = this.attachMovie("GameOver", "pGameOver", MenuLayer); pGameOver._x = 0; pGameOver._y = 0; pGameOver.gotoAndPlay("Start"); pGameOver.More.Name = "FULL VERSION"; pGameOver.Play.Name = "PLAY AGAIN"; pGameOver.Help.Name = "HELP"; pGameOver.canEnterName = true; pGameOver.MyRoot = this; HelpMode = false; MainMode = false; SubmitMode = false; stop();
Frame 122
pGameOver.removeMovieClip(); if (HelpMode == true) { gotoAndPlay ("Help"); } else if (AboutMode == true) { gotoAndPlay ("About"); } else if (MainMode == true) { gotoAndPlay ("Main0"); GameOverMode = false; } else { GameOverMode = false; gotoAndPlay ("Intro"); } pCurrentScreen = null;
Frame 123
pCurrentScreen = this.attachMovie("Help", "pHelp", MenuLayer); pHelp._x = 0; pHelp._y = 0; pHelp.gotoAndPlay("Start"); pHelp.Done.Name = "BACK"; pHelp.MyRoot = this; HelpMode = 0; stop();
Frame 124
pHelp.removeMovieClip(); if (MainMode == true) { gotoAndPlay ("Main0"); } else if (GameOverMode == true) { gotoAndPlay ("Over0"); } else { gotoAndPlay ("Win0"); } pCurrentScreen = null;
Frame 125
pCurrentScreen = this.attachMovie("About", "pAbout", MenuLayer); pAbout._x = 0; pAbout._y = 0; pAbout.gotoAndPlay("Start"); pAbout.Done.Name = "BACK"; pAbout.MyRoot = this; AboutMode = false; stop();
Frame 126
pAbout.removeMovieClip(); if (MainMode == true) { gotoAndPlay ("Main0"); } else if (GameOverMode == true) { gotoAndPlay ("Over0"); } else { gotoAndPlay ("Win0"); } pCurrentScreen = null;
Frame 127
pScorePanel.gotoAndPlay("Stop");
Frame 156
Outro();
Frame 157
pCurrentScreen = this.attachMovie("YouWin", "pYouWin", MenuLayer); pYouWin._x = 0; pYouWin._y = 0; pYouWin.gotoAndPlay("Start"); pYouWin.More.Name = "FULL VERSION"; pYouWin.Play.Name = "PLAY AGAIN"; pYouWin.Help.Name = "HELP"; pYouWin.canEnterName = true; pYouWin.MyRoot = this; HelpMode = false; MainMode = false; SubmitMode = false; stop();
Frame 158
pYouWin.removeMovieClip(); if (HelpMode == true) { gotoAndPlay ("Help"); } else if (AboutMode == true) { gotoAndPlay ("About"); } else if (MainMode == true) { Slime.WinStatus = 0; gotoAndPlay ("Main0"); } else { gotoAndPlay ("Intro"); Slime.WinStatus = 0; } pCurrentScreen = null;
Symbol 4 MovieClip Frame 1
BlobID = 0; BlobNum = 1000; BlobLayer = 1000; BlobCnt = 0; cBlob = function () { this.Init = function () { this._x = 100 + random(280); this._y = 360; this._xscale = 50 + random(50); this._yscale = this._xscale; this._alpha = 20 + (((this._xscale - 50) * 80) / 50); this.DeltaY = ((-2 - (Math.random() * 4)) * this._alpha) / 100; this.DeltaX = ((1 - (Math.random() * 2)) * this._alpha) / 100; this.Noise = (2 * this._alpha) / 100; this.Phase = Math.random() * Math.PI; this.DeltaPhase = 0.0261799387799149 + ((Math.random() * Math.PI) / 60); this.Percents = Percents; }; this.onEnterFrame = function () { this._x = this._x + (this.DeltaX + (Math.sin(this.Phase) * this.Noise)); this._y = this._y + this.DeltaY; this.Phase = this.Phase + this.DeltaPhase; this.Percents = Percents; if (this._y < -40) { this.removeMovieClip(); } }; }; cBlob.prototype = new MovieClip(); Object.registerClass("blob", cBlob); this.MakeBlob = function () { var _local2; var _local3; BlobID++; if (BlobID > BlobNum) { BlobID = 0; } _local2 = this.attachMovie("blob", ("part" + BlobLayer) + BlobID, BlobLayer + BlobID); _local2.Init(); }; Percents = "00%"; _root.stop(); _parent.stop(); Loaded = false; this.onEnterFrame = function () { if (Loaded == false) { if (BlobCnt > 0) { BlobCnt--; } else { this.MakeBlob(); BlobCnt = 20 + random(20); } } };
Symbol 4 MovieClip Frame 2
if (_root.getBytesLoaded() >= _root.getBytesTotal()) { Percents = "99%"; Loaded = true; } else { var t = Math.floor((_root.getBytesLoaded() / _root.getBytesTotal()) * 100); Percents = t + "%"; }
Symbol 4 MovieClip Frame 3
if ((Loaded == false) && (_global.mochi_ad_loaded == false)) { gotoAndPlay ("frame1"); } else { stop(); _parent.play(); _root.play(); }
Symbol 5 MovieClip [Preloader] Frame 25
stop();
Symbol 431 MovieClip [__Packages.MochiAd] Frame 0
class MochiAd { function MochiAd () { } static function getVersion() { return("1.5"); } static function showPreloaderAd(options) { trace("showPreloaderAd.1.5"); var _local27 = {clip:_root, ad_timeout:3000, fadeout_time:250, regpt:"o", method:"showPreloaderAd", color:16747008, background:16777161, outline:13994812, ad_started:function () { this.clip.stop(); }, ad_finished:function () { this.clip.play(); }}; options = _parseOptions(options, _local27); var clip = options.clip; var _local23 = 11000; var _local26 = options.ad_timeout; delete options.ad_timeout; var fadeout_time = options.fadeout_time; delete options.fadeout_time; if (!load(options)) { options.ad_finished(); return(undefined); } options.ad_started(); var mc = clip._mochiad; mc.onUnload = function () { options.ad_finished(); }; var _local14 = _getRes(options); var _local4 = _local14[0]; var _local13 = _local14[1]; mc._x = _local4 * 0.5; mc._y = _local13 * 0.5; var chk = mc.createEmptyMovieClip("_mochiad_wait", 3); chk._x = _local4 * -0.5; chk._y = _local13 * -0.5; var _local7 = chk.createEmptyMovieClip("_mochiad_bar", 4); _local7._x = 10; _local7._y = _local13 - 20; var _local22 = options.color; delete options.color; var _local19 = options.background; delete options.background; var _local24 = options.outline; delete options.outline; var _local5 = _local7.createEmptyMovieClip("_outline", 1); _local5.beginFill(_local19); _local5.moveTo(0, 0); _local5.lineTo(_local4 - 20, 0); _local5.lineTo(_local4 - 20, 10); _local5.lineTo(0, 10); _local5.lineTo(0, 0); _local5.endFill(); var _local3 = _local7.createEmptyMovieClip("_inside", 2); _local3.beginFill(_local22); _local3.moveTo(0, 0); _local3.lineTo(_local4 - 20, 0); _local3.lineTo(_local4 - 20, 10); _local3.lineTo(0, 10); _local3.lineTo(0, 0); _local3.endFill(); _local3._xscale = 0; var _local6 = _local7.createEmptyMovieClip("_outline", 3); _local6.lineStyle(0, _local24, 100); _local6.moveTo(0, 0); _local6.lineTo(_local4 - 20, 0); _local6.lineTo(_local4 - 20, 10); _local6.lineTo(0, 10); _local6.lineTo(0, 0); chk.ad_msec = _local23; chk.ad_timeout = _local26; chk.started = getTimer(); chk.showing = false; chk.last_pcnt = 0; chk.fadeout_time = fadeout_time; chk.fadeFunction = function () { var _local2 = 100 * (1 - ((getTimer() - this.fadeout_start) / this.fadeout_time)); if (_local2 > 0) { this._parent._alpha = _local2; } else { var _local3 = this._parent._parent; MochiAd.unload(_local3); delete this.onEnterFrame; } }; mc.lc.adLoaded = function (width, height) { }; mc.lc.adjustProgress = function (msec) { var _local2 = this.mc._mochiad_wait; _local2.server_control = true; _local2.started = getTimer(); _local2.ad_msec = msec; }; chk.onEnterFrame = function () { var _local6 = this._parent._parent; var _local12 = this._parent._mochiad_ctr; var _local5 = getTimer() - this.started; var _local3 = false; var _local4 = _local6.getBytesTotal(); var _local8 = _local6.getBytesLoaded(); var _local10 = (100 * _local8) / _local4; var _local11 = (100 * _local5) / chk.ad_msec; var _local9 = this._mochiad_bar._inside; var _local2 = Math.min(100, Math.min(_local10 || 0, _local11)); _local2 = Math.max(this.last_pcnt, _local2); this.last_pcnt = _local2; _local9._xscale = _local2; if (!chk.showing) { var _local7 = _local12.getBytesTotal(); if ((_local7 > 0) || (typeof(_local7) == "undefined")) { chk.showing = true; chk.started = getTimer(); } else if (_local5 > chk.ad_timeout) { _local3 = true; } } if (_local5 > chk.ad_msec) { _local3 = true; } if (((_local4 > 0) && (_local8 >= _local4)) && (_local3)) { if (this.server_control) { delete this.onEnterFrame; } else { this.fadeout_start = getTimer(); this.onEnterFrame = chk.fadeFunction; } } }; } static function showTimedAd(options) { trace("<showTimedAd />1.5"); var _local13 = {clip:_root, ad_timeout:2000, fadeout_time:250, regpt:"o", method:"showTimedAd", ad_started:function () { this.clip.stop(); }, ad_finished:function () { this.clip.play(); }}; options = _parseOptions(options, _local13); var clip = options.clip; var _local10 = 11000; var _local12 = options.ad_timeout; delete options.ad_timeout; var fadeout_time = options.fadeout_time; delete options.fadeout_time; if (!load(options)) { options.ad_finished(); return(undefined); } options.ad_started(); var mc = clip._mochiad; mc.onUnload = function () { options.ad_finished(); }; var _local5 = _getRes(options); var _local14 = _local5[0]; var _local11 = _local5[1]; mc._x = _local14 * 0.5; mc._y = _local11 * 0.5; var chk = mc.createEmptyMovieClip("_mochiad_wait", 3); chk.ad_msec = _local10; chk.ad_timeout = _local12; chk.started = getTimer(); chk.showing = false; chk.fadeout_time = fadeout_time; chk.fadeFunction = function () { var _local2 = 100 * (1 - ((getTimer() - this.fadeout_start) / this.fadeout_time)); if (_local2 > 0) { this._parent._alpha = _local2; } else { var _local3 = this._parent._parent; MochiAd.unload(_local3); delete this.onEnterFrame; } }; mc.lc.adjustProgress = function (msec) { var _local2 = this.mc._mochiad_wait; _local2.server_control = true; _local2.started = getTimer(); _local2.ad_msec = msec - 250; }; chk.onEnterFrame = function () { var _local5 = this._parent._mochiad_ctr; var _local4 = getTimer() - this.started; var _local2 = false; if (!chk.showing) { var _local3 = _local5.getBytesTotal(); if ((_local3 > 0) || (typeof(_local3) == "undefined")) { chk.showing = true; chk.started = getTimer(); } else if (_local4 > chk.ad_timeout) { _local2 = true; } } if (_local4 > chk.ad_msec) { _local2 = true; } if (_local2) { if (this.server_control) { delete this.onEnterFrame; } else { this.fadeout_start = getTimer(); this.onEnterFrame = this.fadeFunction; } } }; } static function _allowDomains(server) { var _local1 = server.split("/")[2].split(":")[0]; if (System.security) { if (System.security.allowDomain) { System.security.allowDomain("*"); System.security.allowDomain(_local1); } if (System.security.allowInsecureDomain) { System.security.allowInsecureDomain("*"); System.security.allowInsecureDomain(_local1); } } return(_local1); } static function _loadCommunicator(options) { var _local25 = {clip:_root, com_server:"http://x.mochiads.com/com/1/", method:"loadCommunicator", depth:10337, id:"_UNKNOWN_"}; options = _parseOptions(options, _local25); options.swfv = options.clip.getSWFVersion() || 6; options.mav = getVersion(); var _local18 = options.clip; var _local20 = "_mochiad_com_" + options.id; if (!_isNetworkAvailable()) { return(null); } if (_local18[_local20]) { return(_local18[_local20].lc); } var _local21 = options.com_server + options.id; _allowDomains(_local21); delete options.id; delete options.com_server; var _local24 = options.depth; delete options.depth; var _local17 = _local18.createEmptyMovieClip(_local20, _local24); var _local11 = _local17.createEmptyMovieClip("_mochiad_com", 1); for (var _local15 in options) { _local11[_local15] = options[_local15]; } var _local6 = new LocalConnection(); var _local16 = ["", Math.floor(new Date().getTime()), random(999999)].join("_"); _local6.mc = _local17; _local6.name = _local16; _local6.allowDomain = function (d) { return(true); }; _local6.allowInsecureDomain = _local6.allowDomain; _local6.connect(_local16); _local17.lc = _local6; _local11.lc = _local16; _local6._id = 0; _local6._queue = []; _local6.rpcResult = function (cb) { cb = parseInt(cb); var _local4 = this._callbacks[cb]; if (!_local4) { return(undefined); } delete this._callbacks[cb]; var _local5 = []; var _local3 = 2; while (_local3 < _local4.length) { _local5.push(_local4[_local3]); _local3++; } _local3 = 1; while (_local3 < arguments.length) { _local5.push(arguments[_local3]); _local3++; } var _local6 = _local4[1]; var _local7 = _local4[0]; if (_local7 && (typeof(_local6) == "string")) { _local6 = _local7[_local6]; } if (_local6) { _local6.apply(_local7, _local5); } }; _local6._didConnect = function (endpoint) { this._endpoint = endpoint; var _local4 = this._queue; delete this._queue; var _local5 = this.doSend; var _local2 = 0; while (_local2 < _local4.length) { var _local3 = _local4[_local2]; _local5.apply(this, _local3); _local2++; } }; _local6.doSend = function (args, cbobj, cbfn) { if (this._endpoint == null) { var _local4 = []; var _local3 = 0; while (_local3 < arguments.length) { _local4.push(arguments[_local3]); _local3++; } this._queue.push(_local4); return(undefined); } this._id = this._id + 1; var _local5 = this._id; if ((cbfn === undefined) || (cbfn === null)) { cbfn = cbobj; } this._callbacks[_local5] = [cbobj, cbfn]; var _local7 = new LocalConnection(); var _local9 = _local7.send(this._endpoint, "rpc", _local5, args); }; _local6._callbacks = {}; _local6._callbacks[0] = [_local6, "_didConnect"]; _local11.st = getTimer(); _local11.loadMovie(_local21 + ".swf", "POST"); return(_local6); } static function fetchHighScores(options, callbackObj, callbackMethod) { var _local1 = _loadCommunicator({id:options.id}); if (!_local1) { return(false); } var _local4 = ["fetchHighScores", options]; _local1.doSend(["fetchHighScores", options], callbackObj, callbackMethod); return(true); } static function sendHighScore(options, callbackObj, callbackMethod) { var _local1 = _loadCommunicator({id:options.id}); if (!_local1) { return(false); } var _local4 = ["sendHighScore", options]; _local1.doSend(["sendHighScore", options], callbackObj, callbackMethod); return(true); } static function load(options) { var _local13 = {clip:_root, server:"http://x.mochiads.com/srv/1/", method:"load", depth:10333, id:"_UNKNOWN_"}; options = _parseOptions(options, _local13); options.swfv = options.clip.getSWFVersion() || 6; options.mav = getVersion(); var _local7 = options.clip; if (!_isNetworkAvailable()) { return(null); } if (_local7._mochiad_loaded) { return(null); } var _local12 = options.depth; delete options.depth; var _local6 = _local7.createEmptyMovieClip("_mochiad", _local12); var _local11 = _getRes(options); options.res = (_local11[0] + "x") + _local11[1]; options.server = options.server + options.id; delete options.id; _local7._mochiad_loaded = true; var _local4 = _local6.createEmptyMovieClip("_mochiad_ctr", 1); for (var _local8 in options) { _local4[_local8] = options[_local8]; } if (_local7._url.indexOf("http") != 0) { options.no_page = true; } var _local10 = _local4.server; delete _local4.server; var _local14 = _allowDomains(_local10); _local6.onEnterFrame = function () { if (this._mochiad_ctr._url != this._url) { this.onEnterFrame = function () { if (!this._mochiad_ctr) { delete this.onEnterFrame; MochiAd.unload(this._parent); } }; } }; var _local5 = new LocalConnection(); var _local9 = ["", Math.floor(new Date().getTime()), random(999999)].join("_"); _local5.mc = _local6; _local5.name = _local9; _local5.hostname = _local14; _local5.allowDomain = function (d) { return(true); }; _local5.allowInsecureDomain = _local5.allowDomain; _local5.connect(_local9); _local6.lc = _local5; _local4.lc = _local9; _local4.st = getTimer(); _local4.loadMovie(_local10 + ".swf", "POST"); return(_local6); } static function unload(clip) { if (typeof(clip) == "undefined") { clip = _root; } if (clip.clip && (clip.clip._mochiad)) { clip = clip.clip; } if (!clip._mochiad) { return(false); } clip._mochiad.removeMovieClip(); delete clip._mochiad_loaded; delete clip._mochiad; return(true); } static function _isNetworkAvailable() { if (System.security) { var _local1 = System.security; if (_local1.sandboxType == "localWithFile") { return(false); } } return(true); } static function _getRes(options) { var _local3 = options.clip.getBounds(); var _local2 = 0; var _local1 = 0; if (typeof(options.res) != "undefined") { var _local4 = options.res.split("x"); _local2 = parseFloat(_local4[0]); _local1 = parseFloat(_local4[1]); } else { _local2 = _local3.xMax - _local3.xMin; _local1 = _local3.yMax - _local3.yMin; } if ((_local2 == 0) || (_local1 == 0)) { _local2 = Stage.width; _local1 = Stage.height; } return([_local2, _local1]); } static function _parseOptions(options, defaults) { var _local4 = {}; for (var _local8 in defaults) { _local4[_local8] = defaults[_local8]; } if (options) { for (var _local8 in options) { _local4[_local8] = options[_local8]; } } if (_root.mochiad_options) { var _local5 = _root.mochiad_options.split("&"); var _local2 = 0; while (_local2 < _local5.length) { var _local3 = _local5[_local2].split("="); _local4[unescape(_local3[0])] = unescape(_local3[1]); _local2++; } } return(_local4); } }
Symbol 16 MovieClip [LevelBar] Frame 1
this.FillFactor = 0; stop(); this.onEnterFrame = function () { if ((this.FillFactor > this._currentframe) && ((this.FillFactor - this._currentframe) >= 1)) { if (this._currentframe < this._totalframes) { this.nextFrame(); } } else if ((this.FillFactor < this._currentframe) && ((this._currentframe - this.FillFactor) >= 1)) { if (this._currentframe > 1) { this.prevFrame(); } } };
Symbol 57 MovieClip [aButton] Frame 1
DefaultButton.onPress = function () { _parent.MyRoot.menuPress(_name); }; DefaultButton.onRelease = function () { _parent.MyRoot.menuRelease(_name); }; DefaultButton.onRollOut = function () { _parent.MyRoot.menuNormal(_name); }; DefaultButton.onRollOver = function () { _parent.MyRoot.menuOver(_name); };
Symbol 66 MovieClip [ScorePanel] Frame 9
stop();
Symbol 66 MovieClip [ScorePanel] Frame 17
stop();
Symbol 177 MovieClip [SlimeMan] Frame 1
this.Init = function () { PanicStatus = 0; JoyStatus = 0; WinStatus = 0; JoyCount = 0; RandomCount = 0; WinCount = 0; Status = true; Chain = 0; WinSound = new Sound(this); WinSound.attachSound("aquabubble_win"); }; this.onEnterFrame = function () { JoyStatus--; PanicStatus--; if (RequestChain() < Chain) { ChangeChain(); } }; this.RequestChain = function () { if (WinStatus > 0) { return(0); } if (JoyStatus > 0) { return(1); } if (PanicStatus > 0) { return(2); } return(3); }; this.ChangeChain = function () { if (WinStatus > 0) { Chain = 0; if (WinCount == 0) { gotoAndPlay ("Win1"); Status = false; } else { if (WinCount == 1) { WinSound.start(0, 99999999999); } gotoAndPlay ("Win2"); Status = true; } WinCount++; } else { if (WinCount > 0) { WinSound.stop(); WinCount = 0; } if (JoyStatus > 0) { Chain = 1; if (JoyCount > 0) { gotoAndPlay ("BestShot"); JoyCount = 0; Status = true; } else { gotoAndPlay ("Joy"); JoyCount = 1; Status = false; JoyStatus = 0; } } else if (PanicStatus > 0) { Chain = 2; gotoAndPlay ("Warning"); Status = false; } else { Chain = 3; if (StopCount > 0) { StopCount--; gotoAndPlay ("Stop0"); Status = true; } else { if (random(100) < 50) { gotoAndPlay ("Stop1"); Status = true; } else { gotoAndPlay ("Stop2"); Status = false; } StopCount = 5 + random(10); } } } };
Symbol 177 MovieClip [SlimeMan] Frame 30
ChangeChain();
Symbol 177 MovieClip [SlimeMan] Frame 63
ChangeChain();
Symbol 177 MovieClip [SlimeMan] Frame 107
ChangeChain();
Symbol 177 MovieClip [SlimeMan] Frame 122
ChangeChain();
Symbol 177 MovieClip [SlimeMan] Frame 158
ChangeChain();
Symbol 177 MovieClip [SlimeMan] Frame 174
ChangeChain();
Symbol 177 MovieClip [SlimeMan] Frame 186
ChangeChain();
Symbol 177 MovieClip [SlimeMan] Frame 219
ChangeChain();
Symbol 358 MovieClip Frame 1
Score = _parent.MyRoot.TotalScore;
Symbol 362 MovieClip [GameOver] Frame 45
stop();
Symbol 362 MovieClip [GameOver] Frame 77
stop(); _parent.play();
Symbol 365 MovieClip [About] Frame 20
stop();
Symbol 365 MovieClip [About] Frame 30
stop(); _parent.play();
Symbol 372 MovieClip [Help] Frame 25
stop();
Symbol 372 MovieClip [Help] Frame 41
stop(); _parent.play();
Symbol 386 MovieClip Frame 1
var num; if (_parent.MyRoot.GameLevel < _parent.MyRoot.LevelParamNum) { num = _parent.MyRoot.LevelParam[_parent.MyRoot.GameLevel].BallNum; } else if (((_parent.MyRoot.GameLevel - _parent.MyRoot.LevelParamNum) % 3) == 2) { num = 3; } else { num = 8; } var i = 1; while (i <= 8) { if (i <= num) { eval ("Bub" + i).gotoAndStop(i); } else { eval ("Bub" + i).gotoAndStop(9); } i++; } Level = _parent.MyRoot.GameLevel + 1; Score = _parent.MyRoot.TotalScore; var time_sec = Math.round((_parent.MyRoot.TotalTime / 1000) % 60); var time_min = Math.round(_parent.MyRoot.TotalTime / 60000); Time = ""; if (time_min < 10) { Time = Time + "0"; } Time = Time + time_min; Time = Time + " : "; if (time_sec < 10) { Time = Time + "0"; } Time = Time + time_sec; Promo.onRelease = function () { getURL ("http://www.realore.com/aqua/", "_blank"); };
Symbol 390 MovieClip [NextLevel] Frame 40
stop();
Symbol 390 MovieClip [NextLevel] Frame 41
if (Math.random() < 0.15) { MochiAd.showTimedAd({id:"b7ad8b0a0525677f", res:"480x360"}); } else { MochiAd.showTimedAd({id:"132ad681e2ad9681", res:"480x360"}); } stop();
Symbol 390 MovieClip [NextLevel] Frame 70
stop(); _parent.play();
Symbol 394 MovieClip [MainMenu] Frame 40
stop();
Symbol 394 MovieClip [MainMenu] Frame 69
stop(); _parent.play();
Symbol 398 MovieClip [YouWin] Frame 45
stop();
Symbol 398 MovieClip [YouWin] Frame 77
stop(); _parent.play();
Symbol 429 MovieClip Frame 1
MusicButton.onRelease = function () { if (_parent.MusicStatus) { _parent.MusicOff(); } else { _parent.MusicOn(); } }; MusicButton.onRollOver = function () { _parent.LockFire = true; }; MusicButton.onDragOver = function () { _parent.LockFire = true; }; MusicButton.onDragOut = function () { _parent.LockFire = false; }; MusicButton.onRollOut = function () { _parent.LockFire = false; }; MusicButton.onReleaseOutside = function () { _parent.LockFire = false; };
Symbol 430 MovieClip Frame 1
MuteButton.onRelease = function () { if (_parent.SoundStatus) { _parent.SoundOff(); } else { _parent.SoundOn(); } }; MuteButton.onRollOver = function () { _parent.LockFire = true; }; MuteButton.onDragOver = function () { _parent.LockFire = true; }; MuteButton.onDragOut = function () { _parent.LockFire = false; }; MuteButton.onRollOut = function () { _parent.LockFire = false; }; MuteButton.onReleaseOutside = function () { _parent.LockFire = false; };

Library Items

Symbol 1 GraphicUsed by:4
Symbol 2 FontUsed by:3 7 46 55 63 64 356 357 363 366 367 368 369 370 374 377 379 380 381 382 383 384
Symbol 3 TextUses:2Used by:4
Symbol 4 MovieClipUses:1 3Used by:5
Symbol 5 MovieClip [Preloader]Uses:4
Symbol 6 GraphicUsed by:8
Symbol 7 EditableTextUses:2Used by:8
Symbol 8 MovieClip [Blob]Uses:6 7
Symbol 431 MovieClip [__Packages.MochiAd]
Symbol 9 BitmapUsed by:10
Symbol 10 GraphicUses:9Used by:11
Symbol 11 MovieClip [Balka]Uses:10Used by:Timeline
Symbol 12 ShapeTweeningUsed by:16
Symbol 13 BitmapUsed by:14
Symbol 14 GraphicUses:13Used by:16
Symbol 15 GraphicUsed by:16
Symbol 16 MovieClip [LevelBar]Uses:12 14 15Used by:Timeline
Symbol 17 BitmapUsed by:18
Symbol 18 GraphicUses:17Used by:19
Symbol 19 MovieClip [water0]Uses:18Used by:Timeline
Symbol 20 BitmapUsed by:21
Symbol 21 GraphicUses:20Used by:22
Symbol 22 MovieClip [water1]Uses:21Used by:Timeline
Symbol 23 BitmapUsed by:24
Symbol 24 GraphicUses:23Used by:39 40 41
Symbol 25 BitmapUsed by:26
Symbol 26 GraphicUses:25Used by:39 40 41
Symbol 27 BitmapUsed by:28
Symbol 28 GraphicUses:27Used by:39 40 41
Symbol 29 BitmapUsed by:30
Symbol 30 GraphicUses:29Used by:39 40 41
Symbol 31 BitmapUsed by:32
Symbol 32 GraphicUses:31Used by:39 40 41
Symbol 33 BitmapUsed by:34
Symbol 34 GraphicUses:33Used by:39 40 41
Symbol 35 BitmapUsed by:36
Symbol 36 GraphicUses:35Used by:39 40 41
Symbol 37 BitmapUsed by:38
Symbol 38 GraphicUses:37Used by:39 40 41
Symbol 39 MovieClip [fall_ball]Uses:24 26 28 30 32 34 36 38Used by:Timeline
Symbol 40 MovieClip [fly_ball]Uses:24 26 28 30 32 34 36 38Used by:Timeline
Symbol 41 MovieClip [map_ball]Uses:24 26 28 30 32 34 36 38Used by:Timeline
Symbol 42 BitmapUsed by:45
Symbol 43 BitmapUsed by:45
Symbol 44 BitmapUsed by:45
Symbol 45 GraphicUses:44 42 43Used by:56
Symbol 46 EditableTextUses:2Used by:56
Symbol 47 BitmapUsed by:50
Symbol 48 BitmapUsed by:50
Symbol 49 BitmapUsed by:50
Symbol 50 GraphicUses:47 49 48Used by:56
Symbol 51 BitmapUsed by:54
Symbol 52 BitmapUsed by:54
Symbol 53 BitmapUsed by:54
Symbol 54 GraphicUses:53 51 52Used by:56
Symbol 55 EditableTextUses:2Used by:56
Symbol 56 ButtonUses:45 46 50 54 55Used by:57
Symbol 57 MovieClip [aButton]Uses:56Used by:362 365 372 390 394 398  Timeline
Symbol 58 BitmapUsed by:59
Symbol 59 GraphicUses:58Used by:60
Symbol 60 MovieClip [BubBase]Uses:59Used by:386  Timeline
Symbol 61 BitmapUsed by:62
Symbol 62 GraphicUses:61Used by:65
Symbol 63 EditableTextUses:2Used by:65
Symbol 64 EditableTextUses:2Used by:65
Symbol 65 MovieClipUses:62 63 64Used by:66
Symbol 66 MovieClip [ScorePanel]Uses:65Used by:Timeline
Symbol 67 BitmapUsed by:68
Symbol 68 GraphicUses:67Used by:75
Symbol 69 BitmapUsed by:70
Symbol 70 GraphicUses:69Used by:75
Symbol 71 BitmapUsed by:72
Symbol 72 GraphicUses:71Used by:75
Symbol 73 BitmapUsed by:74
Symbol 74 GraphicUses:73Used by:75
Symbol 75 MovieClipUses:68 70 72 74Used by:177
Symbol 76 BitmapUsed by:77
Symbol 77 GraphicUses:76Used by:99
Symbol 78 Sound [rope]Used by:99  Timeline
Symbol 79 BitmapUsed by:80
Symbol 80 GraphicUses:79Used by:99
Symbol 81 BitmapUsed by:82
Symbol 82 GraphicUses:81Used by:99
Symbol 83 BitmapUsed by:84
Symbol 84 GraphicUses:83Used by:99
Symbol 85 BitmapUsed by:86
Symbol 86 GraphicUses:85Used by:99
Symbol 87 BitmapUsed by:88
Symbol 88 GraphicUses:87Used by:99
Symbol 89 BitmapUsed by:90
Symbol 90 GraphicUses:89Used by:99
Symbol 91 BitmapUsed by:92
Symbol 92 GraphicUses:91Used by:99
Symbol 93 BitmapUsed by:94
Symbol 94 GraphicUses:93Used by:99
Symbol 95 BitmapUsed by:96
Symbol 96 GraphicUses:95Used by:99
Symbol 97 BitmapUsed by:98
Symbol 98 GraphicUses:97Used by:99
Symbol 99 MovieClipUses:77 78 80 82 84 86 88 90 92 94 96 98Used by:177
Symbol 100 BitmapUsed by:101
Symbol 101 GraphicUses:100Used by:122
Symbol 102 BitmapUsed by:103
Symbol 103 GraphicUses:102Used by:122
Symbol 104 BitmapUsed by:105
Symbol 105 GraphicUses:104Used by:122
Symbol 106 BitmapUsed by:107
Symbol 107 GraphicUses:106Used by:122
Symbol 108 BitmapUsed by:109
Symbol 109 GraphicUses:108Used by:122
Symbol 110 BitmapUsed by:111
Symbol 111 GraphicUses:110Used by:122
Symbol 112 BitmapUsed by:113
Symbol 113 GraphicUses:112Used by:122
Symbol 114 BitmapUsed by:115
Symbol 115 GraphicUses:114Used by:122
Symbol 116 BitmapUsed by:117
Symbol 117 GraphicUses:116Used by:122
Symbol 118 BitmapUsed by:119
Symbol 119 GraphicUses:118Used by:122
Symbol 120 BitmapUsed by:121
Symbol 121 GraphicUses:120Used by:122
Symbol 122 MovieClipUses:101 103 105 107 109 111 113 115 117 119 121Used by:177
Symbol 123 BitmapUsed by:124
Symbol 124 GraphicUses:123Used by:134
Symbol 125 Sound [joy]Used by:134  Timeline
Symbol 126 BitmapUsed by:127
Symbol 127 GraphicUses:126Used by:134
Symbol 128 BitmapUsed by:129
Symbol 129 GraphicUses:128Used by:134
Symbol 130 BitmapUsed by:131
Symbol 131 GraphicUses:130Used by:134
Symbol 132 BitmapUsed by:133
Symbol 133 GraphicUses:132Used by:134
Symbol 134 MovieClipUses:124 125 127 129 131 133Used by:177
Symbol 135 BitmapUsed by:136
Symbol 136 GraphicUses:135Used by:154
Symbol 137 Sound [bestshot]Used by:154  Timeline
Symbol 138 BitmapUsed by:139
Symbol 139 GraphicUses:138Used by:154
Symbol 140 BitmapUsed by:141
Symbol 141 GraphicUses:140Used by:154
Symbol 142 BitmapUsed by:143
Symbol 143 GraphicUses:142Used by:154
Symbol 144 BitmapUsed by:145
Symbol 145 GraphicUses:144Used by:154
Symbol 146 BitmapUsed by:147
Symbol 147 GraphicUses:146Used by:154
Symbol 148 BitmapUsed by:149
Symbol 149 GraphicUses:148Used by:154
Symbol 150 BitmapUsed by:151
Symbol 151 GraphicUses:150Used by:154
Symbol 152 BitmapUsed by:153
Symbol 153 GraphicUses:152Used by:154
Symbol 154 MovieClipUses:136 137 139 141 143 145 147 149 151 153Used by:177
Symbol 155 BitmapUsed by:156
Symbol 156 GraphicUses:155Used by:164
Symbol 157 Sound [warning]Used by:164  Timeline
Symbol 158 BitmapUsed by:159
Symbol 159 GraphicUses:158Used by:164
Symbol 160 BitmapUsed by:161
Symbol 161 GraphicUses:160Used by:164
Symbol 162 BitmapUsed by:163
Symbol 163 GraphicUses:162Used by:164
Symbol 164 MovieClipUses:156 157 159 161 163Used by:177
Symbol 165 BitmapUsed by:166
Symbol 166 GraphicUses:165Used by:171
Symbol 167 BitmapUsed by:168
Symbol 168 GraphicUses:167Used by:171
Symbol 169 BitmapUsed by:170
Symbol 170 GraphicUses:169Used by:171
Symbol 171 MovieClipUses:166 168 170Used by:177
Symbol 172 BitmapUsed by:173
Symbol 173 GraphicUses:172Used by:176
Symbol 174 BitmapUsed by:175
Symbol 175 GraphicUses:174Used by:176
Symbol 176 MovieClipUses:173 175Used by:177
Symbol 177 MovieClip [SlimeMan]Uses:75 99 122 134 154 164 171 176Used by:Timeline
Symbol 178 BitmapUsed by:179
Symbol 179 GraphicUses:178Used by:180
Symbol 180 MovieClip [part0]Uses:179Used by:Timeline
Symbol 181 BitmapUsed by:182
Symbol 182 GraphicUses:181Used by:183
Symbol 183 MovieClip [part1]Uses:182Used by:Timeline
Symbol 184 BitmapUsed by:185
Symbol 185 GraphicUses:184Used by:186
Symbol 186 MovieClip [part2]Uses:185Used by:Timeline
Symbol 187 BitmapUsed by:188
Symbol 188 GraphicUses:187Used by:189
Symbol 189 MovieClip [part3]Uses:188Used by:Timeline
Symbol 190 GraphicUsed by:191
Symbol 191 MovieClip [part4]Uses:190Used by:Timeline
Symbol 192 BitmapUsed by:193
Symbol 193 GraphicUses:192Used by:208
Symbol 194 BitmapUsed by:195
Symbol 195 GraphicUses:194Used by:208
Symbol 196 BitmapUsed by:197
Symbol 197 GraphicUses:196Used by:208
Symbol 198 BitmapUsed by:199
Symbol 199 GraphicUses:198Used by:208
Symbol 200 BitmapUsed by:201
Symbol 201 GraphicUses:200Used by:208
Symbol 202 BitmapUsed by:203
Symbol 203 GraphicUses:202Used by:208
Symbol 204 BitmapUsed by:205
Symbol 205 GraphicUses:204Used by:208
Symbol 206 BitmapUsed by:207
Symbol 207 GraphicUses:206Used by:208
Symbol 208 MovieClipUses:193 195 197 199 201 203 205 207Used by:355
Symbol 209 BitmapUsed by:210
Symbol 210 GraphicUses:209Used by:225 385
Symbol 211 BitmapUsed by:212
Symbol 212 GraphicUses:211Used by:225 385
Symbol 213 BitmapUsed by:214
Symbol 214 GraphicUses:213Used by:225 385
Symbol 215 BitmapUsed by:216
Symbol 216 GraphicUses:215Used by:225 385
Symbol 217 BitmapUsed by:218
Symbol 218 GraphicUses:217Used by:225 385
Symbol 219 BitmapUsed by:220
Symbol 220 GraphicUses:219Used by:225 385
Symbol 221 BitmapUsed by:222
Symbol 222 GraphicUses:221Used by:225 385
Symbol 223 BitmapUsed by:224
Symbol 224 GraphicUses:223Used by:225 385
Symbol 225 MovieClipUses:210 212 214 216 218 220 222 224Used by:355
Symbol 226 BitmapUsed by:227
Symbol 227 GraphicUses:226Used by:354
Symbol 228 BitmapUsed by:229
Symbol 229 GraphicUses:228Used by:354
Symbol 230 BitmapUsed by:231
Symbol 231 GraphicUses:230Used by:354
Symbol 232 BitmapUsed by:233
Symbol 233 GraphicUses:232Used by:354
Symbol 234 BitmapUsed by:235
Symbol 235 GraphicUses:234Used by:354
Symbol 236 BitmapUsed by:237
Symbol 237 GraphicUses:236Used by:354
Symbol 238 BitmapUsed by:239
Symbol 239 GraphicUses:238Used by:354
Symbol 240 BitmapUsed by:241
Symbol 241 GraphicUses:240Used by:354
Symbol 242 BitmapUsed by:243
Symbol 243 GraphicUses:242Used by:354
Symbol 244 BitmapUsed by:245
Symbol 245 GraphicUses:244Used by:354
Symbol 246 BitmapUsed by:247
Symbol 247 GraphicUses:246Used by:354
Symbol 248 BitmapUsed by:249
Symbol 249 GraphicUses:248Used by:354
Symbol 250 BitmapUsed by:251
Symbol 251 GraphicUses:250Used by:354
Symbol 252 BitmapUsed by:253
Symbol 253 GraphicUses:252Used by:354
Symbol 254 BitmapUsed by:255
Symbol 255 GraphicUses:254Used by:354
Symbol 256 BitmapUsed by:257
Symbol 257 GraphicUses:256Used by:354
Symbol 258 BitmapUsed by:259
Symbol 259 GraphicUses:258Used by:354
Symbol 260 BitmapUsed by:261
Symbol 261 GraphicUses:260Used by:354
Symbol 262 BitmapUsed by:263
Symbol 263 GraphicUses:262Used by:354
Symbol 264 BitmapUsed by:265
Symbol 265 GraphicUses:264Used by:354
Symbol 266 BitmapUsed by:267
Symbol 267 GraphicUses:266Used by:354
Symbol 268 BitmapUsed by:269
Symbol 269 GraphicUses:268Used by:354
Symbol 270 BitmapUsed by:271
Symbol 271 GraphicUses:270Used by:354
Symbol 272 BitmapUsed by:273
Symbol 273 GraphicUses:272Used by:354
Symbol 274 BitmapUsed by:275
Symbol 275 GraphicUses:274Used by:354
Symbol 276 BitmapUsed by:277
Symbol 277 GraphicUses:276Used by:354
Symbol 278 BitmapUsed by:279
Symbol 279 GraphicUses:278Used by:354
Symbol 280 BitmapUsed by:281
Symbol 281 GraphicUses:280Used by:354
Symbol 282 BitmapUsed by:283
Symbol 283 GraphicUses:282Used by:354
Symbol 284 BitmapUsed by:285
Symbol 285 GraphicUses:284Used by:354
Symbol 286 BitmapUsed by:287
Symbol 287 GraphicUses:286Used by:354
Symbol 288 BitmapUsed by:289
Symbol 289 GraphicUses:288Used by:354
Symbol 290 BitmapUsed by:291
Symbol 291 GraphicUses:290Used by:354
Symbol 292 BitmapUsed by:293
Symbol 293 GraphicUses:292Used by:354
Symbol 294 BitmapUsed by:295
Symbol 295 GraphicUses:294Used by:354
Symbol 296 BitmapUsed by:297
Symbol 297 GraphicUses:296Used by:354
Symbol 298 BitmapUsed by:299
Symbol 299 GraphicUses:298Used by:354
Symbol 300 BitmapUsed by:301
Symbol 301 GraphicUses:300Used by:354
Symbol 302 BitmapUsed by:303
Symbol 303 GraphicUses:302Used by:354
Symbol 304 BitmapUsed by:305
Symbol 305 GraphicUses:304Used by:354
Symbol 306 BitmapUsed by:307
Symbol 307 GraphicUses:306Used by:354
Symbol 308 BitmapUsed by:309
Symbol 309 GraphicUses:308Used by:354
Symbol 310 BitmapUsed by:311
Symbol 311 GraphicUses:310Used by:354
Symbol 312 BitmapUsed by:313
Symbol 313 GraphicUses:312Used by:354
Symbol 314 BitmapUsed by:315
Symbol 315 GraphicUses:314Used by:354
Symbol 316 BitmapUsed by:317
Symbol 317 GraphicUses:316Used by:354
Symbol 318 BitmapUsed by:319
Symbol 319 GraphicUses:318Used by:354
Symbol 320 BitmapUsed by:321
Symbol 321 GraphicUses:320Used by:354
Symbol 322 BitmapUsed by:323
Symbol 323 GraphicUses:322Used by:354
Symbol 324 BitmapUsed by:325
Symbol 325 GraphicUses:324Used by:354
Symbol 326 BitmapUsed by:327
Symbol 327 GraphicUses:326Used by:354
Symbol 328 BitmapUsed by:329
Symbol 329 GraphicUses:328Used by:354
Symbol 330 BitmapUsed by:331
Symbol 331 GraphicUses:330Used by:354
Symbol 332 BitmapUsed by:333
Symbol 333 GraphicUses:332Used by:354
Symbol 334 BitmapUsed by:335
Symbol 335 GraphicUses:334Used by:354
Symbol 336 BitmapUsed by:337
Symbol 337 GraphicUses:336Used by:354
Symbol 338 BitmapUsed by:339
Symbol 339 GraphicUses:338Used by:354
Symbol 340 BitmapUsed by:341
Symbol 341 GraphicUses:340Used by:354
Symbol 342 BitmapUsed by:343
Symbol 343 GraphicUses:342Used by:354
Symbol 344 BitmapUsed by:345
Symbol 345 GraphicUses:344Used by:354
Symbol 346 BitmapUsed by:347
Symbol 347 GraphicUses:346Used by:354
Symbol 348 BitmapUsed by:349
Symbol 349 GraphicUses:348Used by:354
Symbol 350 BitmapUsed by:351
Symbol 351 GraphicUses:350Used by:354
Symbol 352 BitmapUsed by:353
Symbol 353 GraphicUses:352Used by:354
Symbol 354 MovieClipUses:227 229 231 233 235 237 239 241 243 245 247 249 251 253 255 257 259 261 263 265 267 269 271 273 275 277 279 281 283 285 287 289 291 293 295 297 299 301 303 305 307 309 311 313 315 317 319 321 323 325 327 329 331 333 335 337 339 341 343 345 347 349 351 353Used by:355
Symbol 355 MovieClip [gun]Uses:208 225 354Used by:Timeline
Symbol 356 TextUses:2Used by:358
Symbol 357 EditableTextUses:2Used by:358
Symbol 358 MovieClipUses:356 357Used by:362 398
Symbol 359 BitmapUsed by:360
Symbol 360 GraphicUses:359Used by:361
Symbol 361 MovieClipUses:360Used by:362
Symbol 362 MovieClip [GameOver]Uses:57 358 361Used by:Timeline
Symbol 363 TextUses:2Used by:364
Symbol 364 MovieClipUses:363Used by:365
Symbol 365 MovieClip [About]Uses:57 364Used by:Timeline
Symbol 366 TextUses:2Used by:371
Symbol 367 TextUses:2Used by:371
Symbol 368 TextUses:2Used by:371
Symbol 369 TextUses:2Used by:371
Symbol 370 TextUses:2Used by:371
Symbol 371 MovieClipUses:366 367 368 369 370Used by:372
Symbol 372 MovieClip [Help]Uses:57 371Used by:Timeline
Symbol 373 GraphicUsed by:378
Symbol 374 TextUses:2Used by:378
Symbol 375 BitmapUsed by:376
Symbol 376 GraphicUses:375Used by:378
Symbol 377 TextUses:2Used by:378
Symbol 378 ButtonUses:373 374 376 377Used by:386
Symbol 379 TextUses:2Used by:386
Symbol 380 EditableTextUses:2Used by:386
Symbol 381 TextUses:2Used by:386
Symbol 382 EditableTextUses:2Used by:386
Symbol 383 TextUses:2Used by:386
Symbol 384 EditableTextUses:2Used by:386
Symbol 385 MovieClipUses:210 212 214 216 218 220 222 224Used by:386
Symbol 386 MovieClipUses:378 379 380 381 382 383 384 60 385Used by:390
Symbol 387 BitmapUsed by:388
Symbol 388 GraphicUses:387Used by:389
Symbol 389 MovieClipUses:388Used by:390
Symbol 390 MovieClip [NextLevel]Uses:57 386 389Used by:Timeline
Symbol 391 BitmapUsed by:392
Symbol 392 GraphicUses:391Used by:393
Symbol 393 MovieClipUses:392Used by:394
Symbol 394 MovieClip [MainMenu]Uses:57 393Used by:Timeline
Symbol 395 BitmapUsed by:396
Symbol 396 GraphicUses:395Used by:397
Symbol 397 MovieClipUses:396Used by:398
Symbol 398 MovieClip [YouWin]Uses:57 358 397Used by:Timeline
Symbol 399 Sound [aquabubble_win]Used by:Timeline
Symbol 400 Sound [bubble_drop]Used by:Timeline
Symbol 401 Sound [bubble_fall_bonus]Used by:Timeline
Symbol 402 Sound [bubble_fall_regular]Used by:Timeline
Symbol 403 Sound [bubble_launch]Used by:Timeline
Symbol 404 Sound [bubble_stick]Used by:Timeline
Symbol 405 Sound [bubble_wall]Used by:Timeline
Symbol 406 Sound [menu_button]Used by:Timeline
Symbol 407 Sound [menu_toggle]Used by:Timeline
Symbol 408 Sound [music]Used by:Timeline
Symbol 409 Sound [wave]Used by:Timeline
Symbol 410 BitmapUsed by:413
Symbol 411 BitmapUsed by:413
Symbol 412 BitmapUsed by:413
Symbol 413 GraphicUses:410 411 412Used by:Timeline
Symbol 414 GraphicUsed by:Timeline
Symbol 415 FontUsed by:416 417 418 419 420 421 422 423 424 425 426 427
Symbol 416 EditableTextUses:415Used by:428
Symbol 417 EditableTextUses:415Used by:428
Symbol 418 EditableTextUses:415Used by:428
Symbol 419 EditableTextUses:415Used by:428
Symbol 420 EditableTextUses:415Used by:428
Symbol 421 EditableTextUses:415Used by:428
Symbol 422 EditableTextUses:415Used by:428
Symbol 423 EditableTextUses:415Used by:428
Symbol 424 EditableTextUses:415Used by:428
Symbol 425 EditableTextUses:415Used by:428
Symbol 426 EditableTextUses:415Used by:428
Symbol 427 EditableTextUses:415Used by:428
Symbol 428 ButtonUses:416 417 418 419 420 421 422 423 424 425 426 427Used by:429 430
Symbol 429 MovieClipUses:428Used by:Timeline
Symbol 430 MovieClipUses:428Used by:Timeline

Instance Names

"Slime"Frame 5Symbol 177 MovieClip [SlimeMan]
"MusicButton"Frame 5Symbol 429 MovieClip
"MuteButton"Frame 5Symbol 430 MovieClip
"DefaultButton"Symbol 57 MovieClip [aButton] Frame 1Symbol 56 Button
"LevelBar"Symbol 66 MovieClip [ScorePanel] Frame 1Symbol 65 MovieClip
"ScoreBar"Symbol 66 MovieClip [ScorePanel] Frame 1Symbol 65 MovieClip
"p2"Symbol 355 MovieClip [gun] Frame 1Symbol 208 MovieClip
"p1"Symbol 355 MovieClip [gun] Frame 1Symbol 225 MovieClip
"p0"Symbol 355 MovieClip [gun] Frame 1Symbol 354 MovieClip
"p3"Symbol 355 MovieClip [gun] Frame 1Symbol 225 MovieClip
"More"Symbol 362 MovieClip [GameOver] Frame 1Symbol 57 MovieClip [aButton]
"Help"Symbol 362 MovieClip [GameOver] Frame 1Symbol 57 MovieClip [aButton]
"Play"Symbol 362 MovieClip [GameOver] Frame 1Symbol 57 MovieClip [aButton]
"Done"Symbol 365 MovieClip [About] Frame 1Symbol 57 MovieClip [aButton]
"Done"Symbol 372 MovieClip [Help] Frame 1Symbol 57 MovieClip [aButton]
"Promo"Symbol 386 MovieClip Frame 1Symbol 378 Button
"Bub1"Symbol 386 MovieClip Frame 1Symbol 385 MovieClip
"Bub2"Symbol 386 MovieClip Frame 1Symbol 385 MovieClip
"Bub3"Symbol 386 MovieClip Frame 1Symbol 385 MovieClip
"Bub4"Symbol 386 MovieClip Frame 1Symbol 385 MovieClip
"Bub5"Symbol 386 MovieClip Frame 1Symbol 385 MovieClip
"Bub6"Symbol 386 MovieClip Frame 1Symbol 385 MovieClip
"Bub7"Symbol 386 MovieClip Frame 1Symbol 385 MovieClip
"Bub8"Symbol 386 MovieClip Frame 1Symbol 385 MovieClip
"NextLevel"Symbol 390 MovieClip [NextLevel] Frame 1Symbol 57 MovieClip [aButton]
"LevelBall"Symbol 390 MovieClip [NextLevel] Frame 1Symbol 386 MovieClip
"About"Symbol 394 MovieClip [MainMenu] Frame 1Symbol 57 MovieClip [aButton]
"Help"Symbol 394 MovieClip [MainMenu] Frame 1Symbol 57 MovieClip [aButton]
"Play"Symbol 394 MovieClip [MainMenu] Frame 1Symbol 57 MovieClip [aButton]
"Help"Symbol 398 MovieClip [YouWin] Frame 1Symbol 57 MovieClip [aButton]
"Play"Symbol 398 MovieClip [YouWin] Frame 1Symbol 57 MovieClip [aButton]
"More"Symbol 398 MovieClip [YouWin] Frame 1Symbol 57 MovieClip [aButton]
"MusicButton"Symbol 429 MovieClip Frame 1Symbol 428 Button
"MuteButton"Symbol 430 MovieClip Frame 1Symbol 428 Button

Special Tags

FileAttributes (69)Timeline Frame 1Access network only, Metadata not present, AS1/AS2.
Protect (24)Timeline Frame 131 bytes "..$1$2l$IvNE5rRoi9CR3pt6.56LH1."
ExportAssets (56)Timeline Frame 1Symbol 5 as "Preloader"
ExportAssets (56)Timeline Frame 1Symbol 8 as "Blob"
ExportAssets (56)Timeline Frame 1Symbol 431 as "__Packages.MochiAd"
ExportAssets (56)Timeline Frame 4Symbol 11 as "Balka"
ExportAssets (56)Timeline Frame 4Symbol 16 as "LevelBar"
ExportAssets (56)Timeline Frame 4Symbol 19 as "water0"
ExportAssets (56)Timeline Frame 4Symbol 22 as "water1"
ExportAssets (56)Timeline Frame 4Symbol 39 as "fall_ball"
ExportAssets (56)Timeline Frame 4Symbol 40 as "fly_ball"
ExportAssets (56)Timeline Frame 4Symbol 41 as "map_ball"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 60 as "BubBase"
ExportAssets (56)Timeline Frame 4Symbol 66 as "ScorePanel"
ExportAssets (56)Timeline Frame 4Symbol 78 as "rope"
ExportAssets (56)Timeline Frame 4Symbol 78 as "rope"
ExportAssets (56)Timeline Frame 4Symbol 78 as "rope"
ExportAssets (56)Timeline Frame 4Symbol 125 as "joy"
ExportAssets (56)Timeline Frame 4Symbol 137 as "bestshot"
ExportAssets (56)Timeline Frame 4Symbol 157 as "warning"
ExportAssets (56)Timeline Frame 4Symbol 177 as "SlimeMan"
ExportAssets (56)Timeline Frame 4Symbol 180 as "part0"
ExportAssets (56)Timeline Frame 4Symbol 183 as "part1"
ExportAssets (56)Timeline Frame 4Symbol 186 as "part2"
ExportAssets (56)Timeline Frame 4Symbol 189 as "part3"
ExportAssets (56)Timeline Frame 4Symbol 191 as "part4"
ExportAssets (56)Timeline Frame 4Symbol 355 as "gun"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 362 as "GameOver"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 365 as "About"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 372 as "Help"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 60 as "BubBase"
ExportAssets (56)Timeline Frame 4Symbol 60 as "BubBase"
ExportAssets (56)Timeline Frame 4Symbol 60 as "BubBase"
ExportAssets (56)Timeline Frame 4Symbol 60 as "BubBase"
ExportAssets (56)Timeline Frame 4Symbol 60 as "BubBase"
ExportAssets (56)Timeline Frame 4Symbol 60 as "BubBase"
ExportAssets (56)Timeline Frame 4Symbol 60 as "BubBase"
ExportAssets (56)Timeline Frame 4Symbol 60 as "BubBase"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 390 as "NextLevel"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 394 as "MainMenu"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 57 as "aButton"
ExportAssets (56)Timeline Frame 4Symbol 398 as "YouWin"
ExportAssets (56)Timeline Frame 4Symbol 399 as "aquabubble_win"
ExportAssets (56)Timeline Frame 4Symbol 137 as "bestshot"
ExportAssets (56)Timeline Frame 4Symbol 400 as "bubble_drop"
ExportAssets (56)Timeline Frame 4Symbol 401 as "bubble_fall_bonus"
ExportAssets (56)Timeline Frame 4Symbol 402 as "bubble_fall_regular"
ExportAssets (56)Timeline Frame 4Symbol 403 as "bubble_launch"
ExportAssets (56)Timeline Frame 4Symbol 404 as "bubble_stick"
ExportAssets (56)Timeline Frame 4Symbol 405 as "bubble_wall"
ExportAssets (56)Timeline Frame 4Symbol 125 as "joy"
ExportAssets (56)Timeline Frame 4Symbol 406 as "menu_button"
ExportAssets (56)Timeline Frame 4Symbol 407 as "menu_toggle"
ExportAssets (56)Timeline Frame 4Symbol 408 as "music"
ExportAssets (56)Timeline Frame 4Symbol 78 as "rope"
ExportAssets (56)Timeline Frame 4Symbol 157 as "warning"
ExportAssets (56)Timeline Frame 4Symbol 409 as "wave"
ExportAssets (56)Timeline Frame 5Symbol 177 as "SlimeMan"
ExportAssets (56)Timeline Frame 6Symbol 177 as "SlimeMan"
ExportAssets (56)Timeline Frame 7Symbol 177 as "SlimeMan"
ExportAssets (56)Timeline Frame 8Symbol 177 as "SlimeMan"
ExportAssets (56)Timeline Frame 9Symbol 177 as "SlimeMan"
ExportAssets (56)Timeline Frame 10Symbol 177 as "SlimeMan"
ExportAssets (56)Timeline Frame 11Symbol 177 as "SlimeMan"
ExportAssets (56)Timeline Frame 12Symbol 177 as "SlimeMan"
ExportAssets (56)Timeline Frame 13Symbol 177 as "SlimeMan"
ExportAssets (56)Timeline Frame 14Symbol 177 as "SlimeMan"
ExportAssets (56)Timeline Frame 15Symbol 177 as "SlimeMan"
ExportAssets (56)Timeline Frame 16Symbol 177 as "SlimeMan"
ExportAssets (56)Timeline Frame 17Symbol 177 as "SlimeMan"
ExportAssets (56)Timeline Frame 18Symbol 177 as "SlimeMan"
ExportAssets (56)Timeline Frame 19Symbol 177 as "SlimeMan"
ExportAssets (56)Timeline Frame 20Symbol 177 as "SlimeMan"
ExportAssets (56)Timeline Frame 21Symbol 177 as "SlimeMan"
ExportAssets (56)Timeline Frame 22Symbol 177 as "SlimeMan"
ExportAssets (56)Timeline Frame 23Symbol 177 as "SlimeMan"
ExportAssets (56)Timeline Frame 24Symbol 177 as "SlimeMan"
ExportAssets (56)Timeline Frame 25Symbol 177 as "SlimeMan"
ExportAssets (56)Timeline Frame 26Symbol 177 as "SlimeMan"
ExportAssets (56)Timeline Frame 27Symbol 177 as "SlimeMan"
ExportAssets (56)Timeline Frame 28Symbol 177 as "SlimeMan"
ExportAssets (56)Timeline Frame 29Symbol 177 as "SlimeMan"
ExportAssets (56)Timeline Frame 30Symbol 177 as "SlimeMan"
ExportAssets (56)Timeline Frame 31Symbol 177 as "SlimeMan"
ExportAssets (56)Timeline Frame 32Symbol 177 as "SlimeMan"
ExportAssets (56)Timeline Frame 33Symbol 177 as "SlimeMan"
ExportAssets (56)Timeline Frame 34Symbol 177 as "SlimeMan"
ExportAssets (56)Timeline Frame 35Symbol 177 as "SlimeMan"
ExportAssets (56)Timeline Frame 36Symbol 177 as "SlimeMan"
ExportAssets (56)Timeline Frame 37Symbol 177 as "SlimeMan"
ExportAssets (56)Timeline Frame 38Symbol 177 as "SlimeMan"
ExportAssets (56)Timeline Frame 39Symbol 177 as "SlimeMan"
ExportAssets (56)Timeline Frame 40Symbol 177 as "SlimeMan"
ExportAssets (56)Timeline Frame 41Symbol 177 as "SlimeMan"
ExportAssets (56)Timeline Frame 42Symbol 177 as "SlimeMan"
ExportAssets (56)Timeline Frame 43Symbol 177 as "SlimeMan"
ExportAssets (56)Timeline Frame 44Symbol 177 as "SlimeMan"
ExportAssets (56)Timeline Frame 45Symbol 177 as "SlimeMan"
ExportAssets (56)Timeline Frame 46Symbol 177 as "SlimeMan"
ExportAssets (56)Timeline Frame 47Symbol 177 as "SlimeMan"
ExportAssets (56)Timeline Frame 48Symbol 177 as "SlimeMan"
ExportAssets (56)Timeline Frame 49Symbol 177 as "SlimeMan"
ExportAssets (56)Timeline Frame 50Symbol 177 as "SlimeMan"
ExportAssets (56)Timeline Frame 51Symbol 177 as "SlimeMan"
ExportAssets (56)Timeline Frame 52Symbol 177 as "SlimeMan"
ExportAssets (56)Timeline Frame 53Symbol 177 as "SlimeMan"
ExportAssets (56)Timeline Frame 54Symbol 177 as "SlimeMan"
ExportAssets (56)Timeline Frame 55Symbol 177 as "SlimeMan"
ExportAssets (56)Timeline Frame 56Symbol 177 as "SlimeMan"
ExportAssets (56)Timeline Frame 57Symbol 177 as "SlimeMan"
ExportAssets (56)Timeline Frame 58Symbol 177 as "SlimeMan"
ExportAssets (56)Timeline Frame 59Symbol 177 as "SlimeMan"
ExportAssets (56)Timeline Frame 60Symbol 177 as "SlimeMan"
ExportAssets (56)Timeline Frame 61Symbol 177 as "SlimeMan"
ExportAssets (56)Timeline Frame 62Symbol 177 as "SlimeMan"
ExportAssets (56)Timeline Frame 63Symbol 177 as "SlimeMan"
ExportAssets (56)Timeline Frame 64Symbol 177 as "SlimeMan"
ExportAssets (56)Timeline Frame 65Symbol 177 as "SlimeMan"
ExportAssets (56)Timeline Frame 66Symbol 177 as "SlimeMan"
ExportAssets (56)Timeline Frame 67Symbol 177 as "SlimeMan"
ExportAssets (56)Timeline Frame 68Symbol 177 as "SlimeMan"
ExportAssets (56)Timeline Frame 69Symbol 177 as "SlimeMan"
ExportAssets (56)Timeline Frame 70Symbol 177 as "SlimeMan"
ExportAssets (56)Timeline Frame 71Symbol 177 as "SlimeMan"
ExportAssets (56)Timeline Frame 72Symbol 177 as "SlimeMan"
ExportAssets (56)Timeline Frame 73Symbol 177 as "SlimeMan"
ExportAssets (56)Timeline Frame 74Symbol 177 as "SlimeMan"
ExportAssets (56)Timeline Frame 75Symbol 177 as "SlimeMan"
ExportAssets (56)Timeline Frame 76Symbol 177 as "SlimeMan"
ExportAssets (56)Timeline Frame 77Symbol 177 as "SlimeMan"
ExportAssets (56)Timeline Frame 78Symbol 177 as "SlimeMan"
ExportAssets (56)Timeline Frame 79Symbol 177 as "SlimeMan"
ExportAssets (56)Timeline Frame 80Symbol 177 as "SlimeMan"
ExportAssets (56)Timeline Frame 81Symbol 177 as "SlimeMan"
ExportAssets (56)Timeline Frame 82Symbol 177 as "SlimeMan"
ExportAssets (56)Timeline Frame 83Symbol 177 as "SlimeMan"
ExportAssets (56)Timeline Frame 84Symbol 177 as "SlimeMan"
ExportAssets (56)Timeline Frame 85Symbol 177 as "SlimeMan"
ExportAssets (56)Timeline Frame 86Symbol 177 as "SlimeMan"
ExportAssets (56)Timeline Frame 87Symbol 177 as "SlimeMan"
ExportAssets (56)Timeline Frame 88Symbol 177 as "SlimeMan"
ExportAssets (56)Timeline Frame 89Symbol 177 as "SlimeMan"
ExportAssets (56)Timeline Frame 90Symbol 177 as "SlimeMan"
ExportAssets (56)Timeline Frame 91Symbol 177 as "SlimeMan"
ExportAssets (56)Timeline Frame 92Symbol 177 as "SlimeMan"
ExportAssets (56)Timeline Frame 93Symbol 177 as "SlimeMan"
ExportAssets (56)Timeline Frame 94Symbol 177 as "SlimeMan"
ExportAssets (56)Timeline Frame 95Symbol 177 as "SlimeMan"
ExportAssets (56)Timeline Frame 96Symbol 177 as "SlimeMan"
ExportAssets (56)Timeline Frame 97Symbol 177 as "SlimeMan"
ExportAssets (56)Timeline Frame 98Symbol 177 as "SlimeMan"
ExportAssets (56)Timeline Frame 99Symbol 177 as "SlimeMan"
ExportAssets (56)Timeline Frame 100Symbol 177 as "SlimeMan"
ExportAssets (56)Timeline Frame 101Symbol 177 as "SlimeMan"
ExportAssets (56)Timeline Frame 102Symbol 177 as "SlimeMan"
ExportAssets (56)Timeline Frame 103Symbol 177 as "SlimeMan"
ExportAssets (56)Timeline Frame 104Symbol 177 as "SlimeMan"
ExportAssets (56)Timeline Frame 105Symbol 177 as "SlimeMan"
ExportAssets (56)Timeline Frame 106Symbol 177 as "SlimeMan"
ExportAssets (56)Timeline Frame 107Symbol 177 as "SlimeMan"
ExportAssets (56)Timeline Frame 108Symbol 177 as "SlimeMan"
ExportAssets (56)Timeline Frame 109Symbol 177 as "SlimeMan"
ExportAssets (56)Timeline Frame 110Symbol 177 as "SlimeMan"
ExportAssets (56)Timeline Frame 111Symbol 177 as "SlimeMan"
ExportAssets (56)Timeline Frame 112Symbol 177 as "SlimeMan"
ExportAssets (56)Timeline Frame 113Symbol 177 as "SlimeMan"
ExportAssets (56)Timeline Frame 114Symbol 177 as "SlimeMan"
ExportAssets (56)Timeline Frame 115Symbol 177 as "SlimeMan"
ExportAssets (56)Timeline Frame 116Symbol 177 as "SlimeMan"
ExportAssets (56)Timeline Frame 117Symbol 177 as "SlimeMan"
ExportAssets (56)Timeline Frame 118Symbol 177 as "SlimeMan"
ExportAssets (56)Timeline Frame 119Symbol 177 as "SlimeMan"
ExportAssets (56)Timeline Frame 120Symbol 177 as "SlimeMan"
ExportAssets (56)Timeline Frame 121Symbol 177 as "SlimeMan"
ExportAssets (56)Timeline Frame 122Symbol 177 as "SlimeMan"
ExportAssets (56)Timeline Frame 123Symbol 177 as "SlimeMan"
ExportAssets (56)Timeline Frame 124Symbol 177 as "SlimeMan"
ExportAssets (56)Timeline Frame 125Symbol 177 as "SlimeMan"
ExportAssets (56)Timeline Frame 126Symbol 177 as "SlimeMan"
ExportAssets (56)Timeline Frame 127Symbol 177 as "SlimeMan"
ExportAssets (56)Timeline Frame 128Symbol 177 as "SlimeMan"
ExportAssets (56)Timeline Frame 129Symbol 177 as "SlimeMan"
ExportAssets (56)Timeline Frame 130Symbol 177 as "SlimeMan"
ExportAssets (56)Timeline Frame 131Symbol 177 as "SlimeMan"
ExportAssets (56)Timeline Frame 132Symbol 177 as "SlimeMan"
ExportAssets (56)Timeline Frame 133Symbol 177 as "SlimeMan"
ExportAssets (56)Timeline Frame 134Symbol 177 as "SlimeMan"
ExportAssets (56)Timeline Frame 135Symbol 177 as "SlimeMan"
ExportAssets (56)Timeline Frame 136Symbol 177 as "SlimeMan"
ExportAssets (56)Timeline Frame 137Symbol 177 as "SlimeMan"
ExportAssets (56)Timeline Frame 138Symbol 177 as "SlimeMan"
ExportAssets (56)Timeline Frame 139Symbol 177 as "SlimeMan"
ExportAssets (56)Timeline Frame 140Symbol 177 as "SlimeMan"
ExportAssets (56)Timeline Frame 141Symbol 177 as "SlimeMan"
ExportAssets (56)Timeline Frame 142Symbol 177 as "SlimeMan"
ExportAssets (56)Timeline Frame 143Symbol 177 as "SlimeMan"
ExportAssets (56)Timeline Frame 144Symbol 177 as "SlimeMan"
ExportAssets (56)Timeline Frame 145Symbol 177 as "SlimeMan"
ExportAssets (56)Timeline Frame 146Symbol 177 as "SlimeMan"
ExportAssets (56)Timeline Frame 147Symbol 177 as "SlimeMan"
ExportAssets (56)Timeline Frame 148Symbol 177 as "SlimeMan"
ExportAssets (56)Timeline Frame 149Symbol 177 as "SlimeMan"
ExportAssets (56)Timeline Frame 150Symbol 177 as "SlimeMan"
ExportAssets (56)Timeline Frame 151Symbol 177 as "SlimeMan"
ExportAssets (56)Timeline Frame 152Symbol 177 as "SlimeMan"
ExportAssets (56)Timeline Frame 153Symbol 177 as "SlimeMan"
ExportAssets (56)Timeline Frame 154Symbol 177 as "SlimeMan"
ExportAssets (56)Timeline Frame 155Symbol 177 as "SlimeMan"
ExportAssets (56)Timeline Frame 156Symbol 177 as "SlimeMan"
ExportAssets (56)Timeline Frame 157Symbol 177 as "SlimeMan"
ExportAssets (56)Timeline Frame 158Symbol 177 as "SlimeMan"

Labels

"Main0"Frame 20
"Intro"Frame 30
"NextLevel"Frame 60
"GameOver"Frame 91
"Over0"Frame 121
"Help"Frame 123
"About"Frame 125
"Win"Frame 127
"Win0"Frame 157
"frame1"Symbol 4 MovieClip Frame 2
"Start"Symbol 66 MovieClip [ScorePanel] Frame 1
"Stop"Symbol 66 MovieClip [ScorePanel] Frame 10
"Stop0"Symbol 177 MovieClip [SlimeMan] Frame 1
"Stop1"Symbol 177 MovieClip [SlimeMan] Frame 31
"Stop2"Symbol 177 MovieClip [SlimeMan] Frame 64
"Joy"Symbol 177 MovieClip [SlimeMan] Frame 108
"BestShot"Symbol 177 MovieClip [SlimeMan] Frame 123
"Warning"Symbol 177 MovieClip [SlimeMan] Frame 159
"Win1"Symbol 177 MovieClip [SlimeMan] Frame 175
"Win2"Symbol 177 MovieClip [SlimeMan] Frame 187
"Start"Symbol 362 MovieClip [GameOver] Frame 1
"Main"Symbol 362 MovieClip [GameOver] Frame 45
"Stop"Symbol 362 MovieClip [GameOver] Frame 46
"Start"Symbol 365 MovieClip [About] Frame 1
"Stop"Symbol 365 MovieClip [About] Frame 21
"Start"Symbol 372 MovieClip [Help] Frame 1
"Stop"Symbol 372 MovieClip [Help] Frame 26
"Start"Symbol 390 MovieClip [NextLevel] Frame 1
"Main"Symbol 390 MovieClip [NextLevel] Frame 40
"Stop"Symbol 390 MovieClip [NextLevel] Frame 41
"Start"Symbol 394 MovieClip [MainMenu] Frame 1
"Main"Symbol 394 MovieClip [MainMenu] Frame 40
"Stop"Symbol 394 MovieClip [MainMenu] Frame 41
"Start"Symbol 398 MovieClip [YouWin] Frame 1
"Stop"Symbol 398 MovieClip [YouWin] Frame 46

Dynamic Text Variables

PercentsSymbol 7 EditableText"00%"
NameSymbol 46 EditableText"PLAY"
NameSymbol 55 EditableText"PLAY"
TitleSymbol 63 EditableText"SCORE"
ValueSymbol 64 EditableText"999999999"
ScoreSymbol 357 EditableText"00000000000"
LevelSymbol 380 EditableText"0001"
ScoreSymbol 382 EditableText"000000000000001"
TimeSymbol 384 EditableText"01 : 01"
usiconSymbol 416 EditableText"x"
siconSymbol 417 EditableText"V"
iconSymbol 418 EditableText"V"
uiconSymbol 419 EditableText"x"
usiconSymbol 420 EditableText"x"
siconSymbol 421 EditableText"V"
iconSymbol 422 EditableText"V"
uiconSymbol 423 EditableText"x"
usiconSymbol 424 EditableText"x"
siconSymbol 425 EditableText"V"
iconSymbol 426 EditableText"V"
uiconSymbol 427 EditableText"x"




http://swfchan.com/10/47968/info.shtml
Created: 30/4 -2019 20:23:34 Last modified: 30/4 -2019 20:23:34 Server time: 23/05 -2024 23:55:41