STORY LOOP FURRY PORN GAMES C SERVICES [?] [R] RND POPULAR | Archived flashes: 229595 |
/disc/ · /res/ — /show/ · /fap/ · /gg/ · /swf/ | P0001 · P2595 · P5190 |
This is the info page for Flash #21949 |
L |
LOADING |
STORAGE |
BONUS ENERGY! |
DAMAGE! |
HOOP JUMP! |
DISTANCE TRAVELLED |
HOOPS |
SCORE |
0 |
0 |
0 |
MAIN MENU |
MAIN MENU |
TRY AGAIN |
TRY AGAIN |
GAME OVER |
GAME OVER |
DOLPHIN |
www.terrypaton.com |
PLAY |
PLAY |
or press space |
CONTROLS |
CONTROLS |
_root.vNum |
KEYTESTER |
WAVES HOLDER |
FRAMEACTION |
ENERGY |
DISTANCE |
0m |
HOOPS |
0 |
MOVE: ARROW KEYS |
SPEED: SPACE |
BACK |
BACK |
Help Dolphin swim as far as she can before her energy runs out. Dolphin will jump if you press up while near the surface and she is swimming fast enough TIPS Leap through the hoops for points Eat fish for more energy Jumping through the air uses no energy Sharks will slow dolphin and sap her energy |
ActionScript [AS1/AS2]
Frame 1var ExpressInstall = function () { this.needsUpdate = ((_root.MMplayerType == undefined) ? false : true); }; ExpressInstall.prototype = {init:function () { if (this.needsUpdate) { this.loadUpdater(); return(true); } return(false); }, loadUpdater:function () { System.security.allowDomain("fpdownload.macromedia.com"); this.updater = _root.createEmptyMovieClip("expressInstallHolder", 10000000); var _self = this; this.updater.installStatus = _self.onInstallStatus; this.hold = this.updater.createEmptyMovieClip("hold", 1); this.updater.onEnterFrame = function () { if (typeof(this.hold.startUpdate) == "function") { _self.initUpdater(); this.onEnterFrame = null; } }; var _local3 = Math.random(); this.hold.loadMovie("http://fpdownload.macromedia.com/pub/flashplayer/update/current/swf/autoUpdater.swf?" + _local3); }, initUpdater:function () { this.hold.redirectURL = _root.MMredirectURL; this.hold.MMplayerType = _root.MMplayerType; this.hold.MMdoctitle = _root.MMdoctitle; this.hold.startUpdate(); }, onInstallStatus:function (msg) { if (msg == "Download.Complete") { } else if (msg == "Download.Cancelled") { getURL ("javascript:alert('This content requires a more recent version of the Macromedia Flash Player.')"); } else if (msg == "Download.Failed") { getURL ("javascript:alert('There was an error downloading the Flash Player update. Please try again later, or visit macromedia.com to download the latest version of the Flash plugin.')"); } }}; var ExpressInstall = new ExpressInstall(); if (ExpressInstall.needsUpdate) { ExpressInstall.init(); stop(); }Frame 2function gameMenu(menu, obj) { getURL (_root.authorsSite, "_blank"); } _root.authorsSite = "http://www.terrypaton.com"; _root.gameName = "dolphin"; _root.gameTitle = "dolphin"; _root.vNum = "Version 1.03"; var menu_cm = new ContextMenu(); menu_cm.customItems.push(new ContextMenuItem("www.terrypaton.com", gameMenu)); menu_cm.hideBuiltInItems(); _root.menu = menu_cm; legalDomain = "http://www.terrypaton.com"; gameLocation = _root._url.substr(0, legalDomain.length); this._lockroot = true; if (gameLocation != legalDomain) { _root.stop(); }Frame 3loadingClip.onLoad = function () { }; loadingClip.onEnterFrame = function () { pL = Math.floor((this._parent.getBytesLoaded() / this._parent.getBytesTotal()) * 100); if (pL < 100) { this.mask._xscale = (pL / 100) * 100; this._parent.stop(); } else { i = 0; while (i < stringLength) { removeMovieClip(eval ("loadingHolder.l" + i)); i++; } this._parent.play(); } }; wordString = "dolphin"; stringLength = wordString.length; wordOffset = (stringLength * 20) / 2; this.createEmptyMovieClip("loadingHolder", 1); loadingHolder._x = (320 - wordOffset) + 10; loadingHolder._y = 175; i = 0; while (i < stringLength) { t = loadingHolder.attachMovie("letter", "l" + i, i); t._x = i * 20; t.angle = i; t.Lvar.text = wordString.charAt(i); t._xscale = (t._yscale = 200); i++; } stop();Frame 5function frontbubbleClass() { } frontbubbleClass.prototype = new MovieClip(); frontbubbleClass.prototype.onLoad = function () { this.ty = 140 + random(40); this._x = 640 + random(640); this._y = random(480); }; frontbubbleClass.prototype.onEnterFrame = function () { this._x = this._x - 10; this.m = (this._y - this.ty) / 100; this._y = this._y - this.m; this._alpha = this._alpha - 0.5; this.life--; this._xscale = this._xscale - 0.5; this._yscale = this._yscale - 0.5; if (this._x < -20) { this._xscale = 100; this._yscale = 100; this._x = 640 + random(640); this._y = random(480); this._alpha = 100; } }; Object.registerClass("bubble_start", frontbubbleClass);Frame 6function startgame() { gotoAndPlay (11); } i = 0; while (i < 20) { i++; } i = 0; while (i < 10) { back.attachMovie("bubble_start", "b" + i, i + 100); i++; }Instance of Symbol 366 MovieClip in Frame 6onClipEvent (load) { this.gotoAndPlay(15); }Instance of Symbol 366 MovieClip in Frame 6onClipEvent (load) { this.gotoAndPlay(30); }Instance of Symbol 384 MovieClip in Frame 6onClipEvent (enterFrame) { if (Key.isDown(32)) { _root.startgame(); } }Frame 7if (false) { }Frame 10stop();Frame 11function mainmenu() { removeMovieClip("gameover"); gotoAndPlay (6); } function tryagain() { removeMovieClip("gameover"); this.fadein.gotoAndPlay(1); setup(); } function attachbonusalert() { this.waves_holder.attachMovie("bonusalert", "b" + fnum, fnum); fnum++; } function attachhurtalert() { this.waves_holder.attachMovie("hurtalert", "b" + fnum, fnum); fnum++; } function attachhoopalert() { this.waves_holder.attachMovie("hoopalert", "b" + fnum, fnum); fnum++; } function frameaction() { switch (gamestate) { case "race" : _global.lastjumped++; distance = distance + swimspeed; if (py > 192) { denergy = denergy - 0.5; if (denergy < 1) { trace(denergy); gamestate = "game over"; } } testkeys(); drawocean(); drawdolphin(); tempe = Math.floor(distance / 500); if (tempe > lastfish) { this.ocean.attachMovie("bonusfish", "bfish" + fnum, 150 + fnum); spawndist = 300 + random(300); fnum++; if (fnum > 150) { fnum = 125; } lastfish = tempe; } tempe = Math.floor(distance / 2500); if (tempe > lasthoop) { this.ocean.attachMovie("hoop", "hoop" + fnum, 150 + fnum); fnum++; if (fnum > 150) { fnum = 125; } lasthoop = tempe; } tempe = Math.floor(distance / sharkspawndist); if (tempe > lastshark) { this.ocean.attachMovie("shark", "shark" + fnum, 150 + fnum); fnum++; if (fnum > 150) { fnum = 125; } lastshark = tempe; sharkspawndist = 1700 + random(1000); } _root.displaydistance = Math.floor(distance / 10) + "m"; return; case "game over" : trace("GAMEOVER"); i = 124; while (i < 151) { removeMovieClip(eval ("this.ocean.bfish" + i)); removeMovieClip(eval ("this.ocean.hoop" + i)); removeMovieClip(eval ("this.ocean.shark" + i)); i++; } _root.distancescore = Math.floor(distance / 10); hoopbonus = hoops * 500; _root.hoopscore = (hoops + " x 500 = ") + hoopbonus; _root.finalscore = distancescore + hoopbonus; attachMovie("gameover", "gameover", 100); gameover._x = 320; gameover._y = 200; gamestate = "waiting"; return; case "setup" : trace("setup"); setupocean(); drawdolphin(); gamestate = "wait for start"; waitcount = 0; return; case "wait for start" : waitcount++; if (waitcount <= 30) { break; } gamestate = "race"; } } function setup() { delete gamestate; delete spawndist; delete sharkspawndist; delete lastshark; delete distance; delete clipnum; delete swimspeed; delete dolphinframe; delete denergy; delete px; delete py; delete danimcount; delete lastfish; delete score; delete hoopscore; delete lastjumped; delete bnum; delete fnum; delete jumpspeed; delete startjumpspeed; delete leftwater; _global.spawndist = 300 + random(300); _global.sharkspawndist = 300 + random(300); _global.lastshark = 0; _global.distance = 0; _global.clipnum = 0; _global.swimspeed = 2; _global.gamestate = "setup"; _global.dolphinframe = 1; _global.denergy = 1000; this.ocean.attachMovie("dolphin", "dolphin", 100); this.waves_holder.attachMovie("watersurface", "wave", 103); this.waves_holder.wave._y = 180; _global.px = 100; _global.py = 300; _global.danimcount = 0; _global.lastfish = 0; _global.lasthoop = 0; _global.bonusenergy = 40; _global.score = 0; _global.hoopscore = 0; _global.lastjumped = 0; _global.bnum = 25; _global.fnum = 125; _global.swimkey = 32; _global.upkey = 38; _global.downkey = 40; _global.leftkey = 37; _global.rightkey = 39; _global.startjumpspeed = 10; _global.jumpspeed = startjumpspeed; _global.leftwater = 0; ofd = new Array(); j = 0; while (j < 400) { ofd.push(random(10) + 1); j++; } _global.splash_snd = new Sound(); splash_snd.attachSound("splashsnd"); _global.eat_snd = new Sound(); eat_snd.attachSound("eat"); _global.leap_snd = new Sound(); leap_snd.attachSound("leap"); _global.hoop_snd = new Sound(); hoop_snd.attachSound("hoopsound"); _global.hurt_snd = new Sound(); hurt_snd.attachSound("hurtsound"); trace(gamestate); var _local4 = setUpContainer(); var _local3 = new flash.geom.Rectangle(0, 0, 640, 480); scrollHolder.scrollRect = _local3; } function testkeys() { if (Key.isDown(swimkey)) { if (py > 190) { swimspeed = swimspeed + 1.2; denergy = denergy - 1; if (swimspeed > 25) { swimspeed = 25; } } } if (Key.isDown(upkey)) { if (py > 195) { py = py - 4; } } if (Key.isDown(downkey)) { if (py > 190) { py = py + 4; } } if (Key.isDown(leftkey)) { if (py > 191) { px = px - 4; swimspeed = swimspeed * 0.95; if (swimspeed < 1) { swimspeed = 1; } } } if (Key.isDown(rightkey)) { px = px + 4; } if (py > 390) { py = 390; } if (px < 100) { px = 100; } if (px > 450) { px = 450; } } function hurtalertClass() { } hurtalertClass.prototype = new MovieClip(); hurtalertClass.prototype.onLoad = function () { this.x = px - 30; this.y = py; this._x = this.x; this._y = this.y; this.state = "follow"; this.c = 0; }; hurtalertClass.prototype.onEnterFrame = function () { if (this.state == "drift away") { this.sp = this.sp * 1.1; this.x = this.x - this.sp; } if (this.state == "follow") { this.c++; if (this.c > 40) { this.state = "drift away"; this.sp = swimspeed; } if (this.x > (px - 10)) { this.x--; } if (this.x < (px - 10)) { this.x++; } if (this.y > py) { this.y--; } if (this.y < py) { this.y++; } } if (this.x < -5) { removeMovieClip(this); } this._x = this.x; this._y = this.y; }; Object.registerClass("hurtalert", hurtalertClass); function hoopalertClass() { } hoopalertClass.prototype = new MovieClip(); hoopalertClass.prototype.onLoad = function () { this.x = px - 30; this.y = py; this._x = this.x; this._y = this.y; this.state = "follow"; this.c = 0; }; hoopalertClass.prototype.onEnterFrame = function () { if (this.state == "drift away") { this.sp = this.sp * 1.1; this.x = this.x - this.sp; } if (this.state == "follow") { this.c++; if (this.c > 30) { this.state = "drift away"; this.sp = swimspeed; } if (this.x > (px - 10)) { this.x--; } if (this.x < (px - 10)) { this.x++; } } if (this.x < -5) { removeMovieClip(this); } this._x = this.x; this._y = this.y; }; Object.registerClass("hoopalert", hoopalertClass); function bonusalertClass() { } bonusalertClass.prototype = new MovieClip(); bonusalertClass.prototype.onLoad = function () { this.x = px - 30; this.y = py; this._x = this.x; this._y = this.y; this.state = "follow"; this.c = 0; }; bonusalertClass.prototype.onEnterFrame = function () { if (this.state == "drift away") { this.sp = this.sp * 1.1; this.x = this.x - this.sp; } if (this.state == "follow") { this.c++; if (this.c > 30) { this.state = "drift away"; this.sp = swimspeed; } if (this.x > (px - 10)) { this.x--; } if (this.x < (px - 10)) { this.x++; } if (this.y > py) { this.y--; } if (this.y < py) { this.y++; } } if (this.x < -5) { removeMovieClip(this); } this._x = this.x; this._y = this.y; }; Object.registerClass("bonusalert", bonusalertClass); function sharkClass() { } sharkClass.prototype = new MovieClip(); sharkClass.prototype.onLoad = function () { this._x = 650; this._y = random(100) + 190; this.state = 1; }; sharkClass.prototype.onEnterFrame = function () { this.x = this._x; this.y = this._y; this.x = this.x - (swimspeed + 2); this.tempx = Math.floor(Math.abs(this.x - px)); this.tempy = Math.floor(Math.abs(this.y - py)); if (this.tempy < 25) { if (this.tempx < 70) { if (this.state < 2) { denergy = denergy - 70; swimspeed = swimspeed - 20; if (swimspeed < 1) { swimspeed = 1; } hurt_snd.start(); _root.attachhurtalert(); this.state = 2; } } } this._x = Math.floor(this.x); if (this._x < -35) { removeMovieClip(this); } }; Object.registerClass("shark", sharkClass); function fishClass() { } fishClass.prototype = new MovieClip(); fishClass.prototype.onLoad = function () { this._x = 650; this._y = random(180) + 210; }; fishClass.prototype.onEnterFrame = function () { this.x = this._x; this.y = this._y; this.x = this.x - (swimspeed + 2); this.tempx = Math.floor(Math.abs(this.x - px)); this.tempy = Math.floor(Math.abs(this.y - py)); if (this.tempy < 20) { if (this.tempx < 50) { if (denergy < 1000) { denergy = denergy + bonusenergy; if (denergy > 1000) { denergy = 1000; } eat_snd.start(); _root.attachbonusalert(); removeMovieClip(this); } } } this._x = Math.floor(this.x); if (this._x < -15) { removeMovieClip(this); } }; Object.registerClass("bonusfish", fishClass); function hoopClass() { } hoopClass.prototype = new MovieClip(); hoopClass.prototype.onLoad = function () { this._x = 650; this._y = random(80) + 50; this.jumped = 0; }; hoopClass.prototype.onEnterFrame = function () { this.x = this._x; this.y = this._y; this.x = this.x - (swimspeed + 1); this.tempx = Math.floor(Math.abs(this.x - px)); this.tempy = Math.floor(Math.abs(this.y - py)); if (this.jumped == 0) { if (this.tempy < 50) { if (this.tempx < 20) { _root.hoops++; _root.attachhoopalert(); hoop_snd.start(); this.jumped = 1; this.gotoAndStop(2); } } } this._x = Math.floor(this.x); if (this._x < -15) { removeMovieClip(this); } }; Object.registerClass("hoop", hoopClass); function drawdolphin() { this.ocean.dolphin._x = px; this.ocean.dolphin._y = py; if (leftwater == 0) { danimcount++; danimdelay = 7 - swimspeed; if (danimdelay < 2) { danimdelay = 2; } this.ocean.attachMovie("bubble", "b" + bnum, bnum); with (eval ("this.ocean.b" + bnum)) { _x = px - random(10); _y = (py + random(10)) - 5; } bnum++; if (bnum > 90) { bnum = 25; } if (danimcount > danimdelay) { danimcount = 0; } danim = Math.floor(swimspeed / 2); if (danim < 1) { danim = 1; } if (danim > 5) { danim = 5; } dolphinframe = dolphinframe + danim; if (dolphinframe > 41) { dolphinframe = Math.floor(dolphinframe - 40); } this.ocean.dolphin.gotoAndStop(dolphinframe); swimspeed = swimspeed * 0.99; if (swimspeed < 1) { swimspeed = 1; } } if (((py < 195) && (leftwater == 0)) && (lastjumped > 80)) { trace("lastjumped = " + lastjumped); if (swimspeed < 10) { } if (swimspeed > 10) { leap_snd.start(); startjumpspeed = swimspeed / 4; trace(startjumpspeed); if (startjumpspeed > 10) { startjumpspeed = 10; } jumpspeed = startjumpspeed; this.ocean.dolphin.gotoAndStop(90); this.ocean.attachMovie("splash", "splash", 101); ocean.splash._x = px; ocean.splash._y = 190; trace(ocean.splash._y); trace(ocean.splash._x); leftwater = 1; _global.lastjumped = 0; } } if (leftwater == 1) { py = py - jumpspeed; jumpspeed = jumpspeed * 0.95; if (jumpspeed < 1) { leftwater = 2; jumpspeed = 1; } if (py < 50) { py = 50; } swimspeed = swimspeed * 0.995; } if (leftwater == 2) { py = py + jumpspeed; jumpspeed = jumpspeed * 1.1; if (py > 194) { leftwater = 0; trace("SPLASH in"); ocean.attachMovie("splash", "splash", 101); ocean.splash._x = px; ocean.splash._y = 190; py = 220; } swimspeed = swimspeed * 0.995; } } angle = 0; function bubbleClass() { } bubbleClass.prototype = new MovieClip(); bubbleClass.prototype.onLoad = function () { this._xscale = (this._yscale = random(50) + 50); this.life = 15; this._alpha = 80; }; bubbleClass.prototype.onEnterFrame = function () { this._x = this._x - swimspeed; this._alpha = this._alpha - 5; this.life--; if ((this.life < 1) || (this._x < -2)) { removeMovieClip(this); } }; Object.registerClass("bubble", bubbleClass); function drawocean() { this.energy._xscale = denergy / 10; tempc = Math.floor(distance / 640); tempd = Math.floor(distance - (tempc * 640)); this.waves_holder.wave._x = -tempd; tempc = Math.floor(distance / 1280); tempd = Math.floor(distance - (tempc * 1280)); this.ocean.clouds._x = -tempd; this.ocean.splash._x = this.ocean.splash._x - swimspeed; tempa = Math.floor(distance / 100); tempb = Math.floor(distance - (tempa * 100)); if (tempb < lastpos) { i = 0; while (i < 8) { with (eval ("this.ocean.t" + i)) { _x = (-tempb) + (i * 100); _y = 380; gotoAndStop(ofd[i + tempa]); } i++; } } i = 0; while (i < 8) { with (eval ("this.ocean.t" + i)) { _x = (-tempb) + (i * 100); _y = 380; } i++; } lastpos = tempb; } function setupocean() { i = 0; while (i < 8) { this.ocean.attachMovie("tile", "t" + i, i); with (eval ("this.ocean.t" + i)) { _x = i * 100; _y = 380; gotoAndStop(ofd[i]); } i++; } }Instance of Symbol 394 MovieClip in Frame 11onClipEvent (enterFrame) { _parent.frameaction(); }Frame 12setup();Frame 13stop();Frame 14Frame 18stop();Symbol 412 MovieClip [__Packages.letterClass] Frame 0class letterClass extends MovieClip { var centerY, radiusY, speed, y, _y, x, _x, angle; function letterClass () { super(); } function onLoad() { centerY = 48; radiusY = 5; speed = 0.05; y = _y; x = _x; } function onEnterFrame() { if (angle != undefined) { y = centerY + (Math.sin(angle) * radiusY); angle = angle + speed; _x = x; _y = y; } } }Symbol 11 MovieClip [letter] Frame 1#initclip 2 Object.registerClass("letter", letterClass); #endinitclipSymbol 38 MovieClip [tile] Frame 1stop();Symbol 121 MovieClip [dolphin] Frame 1stop();Symbol 129 MovieClip [hoop] Frame 1stop();Symbol 175 MovieClip [splash] Frame 11removeMovieClip(this);Symbol 264 Buttonon (press) { _root.mainmenu(); }Symbol 267 Buttonon (press) { _root.tryagain(); }Symbol 272 MovieClip [gameover] Frame 1_root.score = _root.finalscore; if (_root.score > 100) { t = this.createEmptyMovieClip("highHolder", 1000); loadMovie ("http://www.terrypaton.com/highscores/highscoreSubmit.swf", highHolder); t._x = -115; t._y = 121; } stop();Symbol 277 MovieClip Frame 1stop();Symbol 283 MovieClip Frame 1_root.stop();Symbol 283 MovieClip Frame 75_root.play();Symbol 375 Buttonon (release) { _root.startgame(); }Symbol 380 Buttonon (release) { gotoAndPlay (14); }Symbol 404 MovieClip Frame 31stop();Symbol 409 Buttonon (release) { gotoAndPlay (6); }
Library Items
Symbol 1 Graphic | Used by:283 Timeline | |
Symbol 412 MovieClip [__Packages.letterClass] | ||
Symbol 2 Graphic | Used by:8 | |
Symbol 3 Graphic | Used by:4 395 | |
Symbol 4 MovieClip | Uses:3 | Used by:8 |
Symbol 5 Graphic | Used by:7 | |
Symbol 6 Graphic | Used by:7 | |
Symbol 7 MovieClip | Uses:5 6 | Used by:8 |
Symbol 8 MovieClip | Uses:2 4 7 | Used by:Timeline |
Symbol 9 Font | Used by:10 | |
Symbol 10 EditableText | Uses:9 | Used by:11 |
Symbol 11 MovieClip [letter] | Uses:10 | Used by:Timeline |
Symbol 12 Font | Used by:13 | |
Symbol 13 Text | Uses:12 | Used by:Timeline |
Symbol 14 Font | Used by:15 383 391 393 | |
Symbol 15 EditableText | Uses:14 | Used by:277 |
Symbol 16 Bitmap | Used by:17 | |
Symbol 17 Graphic | Uses:16 | Used by:38 |
Symbol 18 Bitmap | Used by:19 | |
Symbol 19 Graphic | Uses:18 | Used by:38 |
Symbol 20 Bitmap | Used by:21 | |
Symbol 21 Graphic | Uses:20 | Used by:38 |
Symbol 22 Bitmap | Used by:23 | |
Symbol 23 Graphic | Uses:22 | Used by:38 |
Symbol 24 Bitmap | Used by:25 | |
Symbol 25 Graphic | Uses:24 | Used by:38 |
Symbol 26 Bitmap | Used by:27 | |
Symbol 27 Graphic | Uses:26 | Used by:38 |
Symbol 28 Bitmap | Used by:29 | |
Symbol 29 Graphic | Uses:28 | Used by:38 |
Symbol 30 Bitmap | Used by:31 | |
Symbol 31 Graphic | Uses:30 | Used by:38 |
Symbol 32 Bitmap | Used by:33 | |
Symbol 33 Graphic | Uses:32 | Used by:38 |
Symbol 34 Bitmap | Used by:35 | |
Symbol 35 Graphic | Uses:34 | Used by:38 |
Symbol 36 Bitmap | Used by:37 | |
Symbol 37 Graphic | Uses:36 | Used by:38 |
Symbol 38 MovieClip [tile] | Uses:17 19 21 23 25 27 29 31 33 35 37 | Used by:277 |
Symbol 39 Bitmap | Used by:40 | |
Symbol 40 Graphic | Uses:39 | Used by:121 |
Symbol 41 Bitmap | Used by:42 | |
Symbol 42 Graphic | Uses:41 | Used by:121 |
Symbol 43 Bitmap | Used by:44 | |
Symbol 44 Graphic | Uses:43 | Used by:121 |
Symbol 45 Bitmap | Used by:46 | |
Symbol 46 Graphic | Uses:45 | Used by:121 |
Symbol 47 Bitmap | Used by:48 | |
Symbol 48 Graphic | Uses:47 | Used by:121 |
Symbol 49 Bitmap | Used by:50 | |
Symbol 50 Graphic | Uses:49 | Used by:121 |
Symbol 51 Bitmap | Used by:52 | |
Symbol 52 Graphic | Uses:51 | Used by:121 |
Symbol 53 Bitmap | Used by:54 | |
Symbol 54 Graphic | Uses:53 | Used by:121 |
Symbol 55 Bitmap | Used by:56 | |
Symbol 56 Graphic | Uses:55 | Used by:121 |
Symbol 57 Bitmap | Used by:58 | |
Symbol 58 Graphic | Uses:57 | Used by:121 |
Symbol 59 Bitmap | Used by:60 | |
Symbol 60 Graphic | Uses:59 | Used by:121 |
Symbol 61 Bitmap | Used by:62 | |
Symbol 62 Graphic | Uses:61 | Used by:121 |
Symbol 63 Bitmap | Used by:64 | |
Symbol 64 Graphic | Uses:63 | Used by:121 |
Symbol 65 Bitmap | Used by:66 | |
Symbol 66 Graphic | Uses:65 | Used by:121 |
Symbol 67 Bitmap | Used by:68 | |
Symbol 68 Graphic | Uses:67 | Used by:121 |
Symbol 69 Bitmap | Used by:70 | |
Symbol 70 Graphic | Uses:69 | Used by:121 |
Symbol 71 Bitmap | Used by:72 | |
Symbol 72 Graphic | Uses:71 | Used by:121 |
Symbol 73 Bitmap | Used by:74 | |
Symbol 74 Graphic | Uses:73 | Used by:121 |
Symbol 75 Bitmap | Used by:76 | |
Symbol 76 Graphic | Uses:75 | Used by:121 |
Symbol 77 Bitmap | Used by:78 | |
Symbol 78 Graphic | Uses:77 | Used by:121 |
Symbol 79 Bitmap | Used by:80 | |
Symbol 80 Graphic | Uses:79 | Used by:121 |
Symbol 81 Bitmap | Used by:82 | |
Symbol 82 Graphic | Uses:81 | Used by:121 |
Symbol 83 Bitmap | Used by:84 | |
Symbol 84 Graphic | Uses:83 | Used by:121 |
Symbol 85 Bitmap | Used by:86 | |
Symbol 86 Graphic | Uses:85 | Used by:121 |
Symbol 87 Bitmap | Used by:88 | |
Symbol 88 Graphic | Uses:87 | Used by:121 |
Symbol 89 Bitmap | Used by:90 | |
Symbol 90 Graphic | Uses:89 | Used by:121 |
Symbol 91 Bitmap | Used by:92 | |
Symbol 92 Graphic | Uses:91 | Used by:121 |
Symbol 93 Bitmap | Used by:94 | |
Symbol 94 Graphic | Uses:93 | Used by:121 |
Symbol 95 Bitmap | Used by:96 | |
Symbol 96 Graphic | Uses:95 | Used by:121 |
Symbol 97 Bitmap | Used by:98 | |
Symbol 98 Graphic | Uses:97 | Used by:121 |
Symbol 99 Bitmap | Used by:100 | |
Symbol 100 Graphic | Uses:99 | Used by:121 |
Symbol 101 Bitmap | Used by:102 | |
Symbol 102 Graphic | Uses:101 | Used by:121 |
Symbol 103 Bitmap | Used by:104 | |
Symbol 104 Graphic | Uses:103 | Used by:121 |
Symbol 105 Bitmap | Used by:106 | |
Symbol 106 Graphic | Uses:105 | Used by:121 |
Symbol 107 Bitmap | Used by:108 | |
Symbol 108 Graphic | Uses:107 | Used by:121 |
Symbol 109 Bitmap | Used by:110 | |
Symbol 110 Graphic | Uses:109 | Used by:121 |
Symbol 111 Bitmap | Used by:112 | |
Symbol 112 Graphic | Uses:111 | Used by:121 |
Symbol 113 Bitmap | Used by:114 | |
Symbol 114 Graphic | Uses:113 | Used by:121 |
Symbol 115 Bitmap | Used by:116 | |
Symbol 116 Graphic | Uses:115 | Used by:121 |
Symbol 117 Bitmap | Used by:118 | |
Symbol 118 Graphic | Uses:117 | Used by:121 |
Symbol 119 Bitmap | Used by:120 | |
Symbol 120 Graphic | Uses:119 | Used by:121 |
Symbol 121 MovieClip [dolphin] | Uses:40 42 44 46 48 50 52 54 56 58 60 62 64 66 68 70 72 74 76 78 80 82 84 86 88 90 92 94 96 98 100 102 104 106 108 110 112 114 116 118 120 | Used by:277 |
Symbol 122 Graphic | Used by:123 | |
Symbol 123 MovieClip | Uses:122 | Used by:124 |
Symbol 124 MovieClip [bubble] | Uses:123 | Used by:277 |
Symbol 125 Bitmap | Used by:126 | |
Symbol 126 Graphic | Uses:125 | Used by:129 |
Symbol 127 Bitmap | Used by:128 | |
Symbol 128 Graphic | Uses:127 | Used by:129 |
Symbol 129 MovieClip [hoop] | Uses:126 128 | Used by:277 |
Symbol 130 Bitmap | Used by:131 | |
Symbol 131 Graphic | Uses:130 | Used by:172 |
Symbol 132 Bitmap | Used by:133 | |
Symbol 133 Graphic | Uses:132 | Used by:172 |
Symbol 134 Bitmap | Used by:135 | |
Symbol 135 Graphic | Uses:134 | Used by:172 |
Symbol 136 Bitmap | Used by:137 | |
Symbol 137 Graphic | Uses:136 | Used by:172 |
Symbol 138 Bitmap | Used by:139 | |
Symbol 139 Graphic | Uses:138 | Used by:172 |
Symbol 140 Bitmap | Used by:141 | |
Symbol 141 Graphic | Uses:140 | Used by:172 |
Symbol 142 Bitmap | Used by:143 | |
Symbol 143 Graphic | Uses:142 | Used by:172 |
Symbol 144 Bitmap | Used by:145 | |
Symbol 145 Graphic | Uses:144 | Used by:172 |
Symbol 146 Bitmap | Used by:147 | |
Symbol 147 Graphic | Uses:146 | Used by:172 |
Symbol 148 Bitmap | Used by:149 | |
Symbol 149 Graphic | Uses:148 | Used by:172 |
Symbol 150 Bitmap | Used by:151 | |
Symbol 151 Graphic | Uses:150 | Used by:172 |
Symbol 152 Bitmap | Used by:153 | |
Symbol 153 Graphic | Uses:152 | Used by:172 |
Symbol 154 Bitmap | Used by:155 | |
Symbol 155 Graphic | Uses:154 | Used by:172 |
Symbol 156 Bitmap | Used by:157 | |
Symbol 157 Graphic | Uses:156 | Used by:172 |
Symbol 158 Bitmap | Used by:159 | |
Symbol 159 Graphic | Uses:158 | Used by:172 |
Symbol 160 Bitmap | Used by:161 | |
Symbol 161 Graphic | Uses:160 | Used by:172 |
Symbol 162 Bitmap | Used by:163 | |
Symbol 163 Graphic | Uses:162 | Used by:172 |
Symbol 164 Bitmap | Used by:165 | |
Symbol 165 Graphic | Uses:164 | Used by:172 |
Symbol 166 Bitmap | Used by:167 | |
Symbol 167 Graphic | Uses:166 | Used by:172 |
Symbol 168 Bitmap | Used by:169 | |
Symbol 169 Graphic | Uses:168 | Used by:172 |
Symbol 170 Bitmap | Used by:171 | |
Symbol 171 Graphic | Uses:170 | Used by:172 |
Symbol 172 MovieClip [bonusfish] | Uses:131 133 135 137 139 141 143 145 147 149 151 153 155 157 159 161 163 165 167 169 171 | Used by:277 |
Symbol 173 Graphic | Used by:174 | |
Symbol 174 MovieClip | Uses:173 | Used by:175 |
Symbol 175 MovieClip [splash] | Uses:174 | Used by:277 |
Symbol 176 Graphic | Used by:177 | |
Symbol 177 MovieClip | Uses:176 | Used by:178 |
Symbol 178 MovieClip [bubble_start] | Uses:177 | Used by:277 |
Symbol 179 Font | Used by:180 248 250 | |
Symbol 180 Text | Uses:179 | Used by:181 |
Symbol 181 MovieClip [bonusalert] | Uses:180 | Used by:277 |
Symbol 182 Bitmap | Used by:183 | |
Symbol 183 Graphic | Uses:182 | Used by:244 |
Symbol 184 Bitmap | Used by:185 | |
Symbol 185 Graphic | Uses:184 | Used by:244 |
Symbol 186 Bitmap | Used by:187 | |
Symbol 187 Graphic | Uses:186 | Used by:244 |
Symbol 188 Bitmap | Used by:189 | |
Symbol 189 Graphic | Uses:188 | Used by:244 |
Symbol 190 Bitmap | Used by:191 | |
Symbol 191 Graphic | Uses:190 | Used by:244 |
Symbol 192 Bitmap | Used by:193 | |
Symbol 193 Graphic | Uses:192 | Used by:244 |
Symbol 194 Bitmap | Used by:195 | |
Symbol 195 Graphic | Uses:194 | Used by:244 |
Symbol 196 Bitmap | Used by:197 | |
Symbol 197 Graphic | Uses:196 | Used by:244 |
Symbol 198 Bitmap | Used by:199 | |
Symbol 199 Graphic | Uses:198 | Used by:244 |
Symbol 200 Bitmap | Used by:201 | |
Symbol 201 Graphic | Uses:200 | Used by:244 |
Symbol 202 Bitmap | Used by:203 | |
Symbol 203 Graphic | Uses:202 | Used by:244 |
Symbol 204 Bitmap | Used by:205 | |
Symbol 205 Graphic | Uses:204 | Used by:244 |
Symbol 206 Bitmap | Used by:207 | |
Symbol 207 Graphic | Uses:206 | Used by:244 |
Symbol 208 Bitmap | Used by:209 | |
Symbol 209 Graphic | Uses:208 | Used by:244 |
Symbol 210 Bitmap | Used by:211 | |
Symbol 211 Graphic | Uses:210 | Used by:244 |
Symbol 212 Bitmap | Used by:213 | |
Symbol 213 Graphic | Uses:212 | Used by:244 |
Symbol 214 Bitmap | Used by:215 | |
Symbol 215 Graphic | Uses:214 | Used by:244 |
Symbol 216 Bitmap | Used by:217 | |
Symbol 217 Graphic | Uses:216 | Used by:244 |
Symbol 218 Bitmap | Used by:219 | |
Symbol 219 Graphic | Uses:218 | Used by:244 |
Symbol 220 Bitmap | Used by:221 | |
Symbol 221 Graphic | Uses:220 | Used by:244 |
Symbol 222 Bitmap | Used by:223 | |
Symbol 223 Graphic | Uses:222 | Used by:244 |
Symbol 224 Bitmap | Used by:225 | |
Symbol 225 Graphic | Uses:224 | Used by:244 |
Symbol 226 Bitmap | Used by:227 | |
Symbol 227 Graphic | Uses:226 | Used by:244 |
Symbol 228 Bitmap | Used by:229 | |
Symbol 229 Graphic | Uses:228 | Used by:244 |
Symbol 230 Bitmap | Used by:231 | |
Symbol 231 Graphic | Uses:230 | Used by:244 |
Symbol 232 Bitmap | Used by:233 | |
Symbol 233 Graphic | Uses:232 | Used by:244 |
Symbol 234 Bitmap | Used by:235 | |
Symbol 235 Graphic | Uses:234 | Used by:244 |
Symbol 236 Bitmap | Used by:237 | |
Symbol 237 Graphic | Uses:236 | Used by:244 |
Symbol 238 Bitmap | Used by:239 | |
Symbol 239 Graphic | Uses:238 | Used by:244 |
Symbol 240 Bitmap | Used by:241 | |
Symbol 241 Graphic | Uses:240 | Used by:244 |
Symbol 242 Bitmap | Used by:243 | |
Symbol 243 Graphic | Uses:242 | Used by:244 |
Symbol 244 MovieClip [shark] | Uses:183 185 187 189 191 193 195 197 199 201 203 205 207 209 211 213 215 217 219 221 223 225 227 229 231 233 235 237 239 241 243 | Used by:277 |
Symbol 245 Bitmap | Used by:246 | |
Symbol 246 Graphic | Uses:245 | Used by:247 |
Symbol 247 MovieClip [watersurface] | Uses:246 | Used by:277 |
Symbol 248 Text | Uses:179 | Used by:249 |
Symbol 249 MovieClip [hurtalert] | Uses:248 | Used by:277 |
Symbol 250 Text | Uses:179 | Used by:251 |
Symbol 251 MovieClip [hoopalert] | Uses:250 | Used by:277 |
Symbol 252 Graphic | Used by:272 | |
Symbol 253 Graphic | Used by:272 | |
Symbol 254 Font | Used by:255 256 257 258 259 260 261 262 265 266 399 400 401 402 403 | |
Symbol 255 Text | Uses:254 | Used by:272 |
Symbol 256 Text | Uses:254 | Used by:272 |
Symbol 257 Text | Uses:254 | Used by:272 |
Symbol 258 EditableText | Uses:254 | Used by:272 |
Symbol 259 EditableText | Uses:254 | Used by:272 |
Symbol 260 EditableText | Uses:254 | Used by:272 |
Symbol 261 Text | Uses:254 | Used by:264 |
Symbol 262 Text | Uses:254 | Used by:264 |
Symbol 263 Graphic | Used by:264 267 | |
Symbol 264 Button | Uses:261 262 263 | Used by:272 |
Symbol 265 Text | Uses:254 | Used by:267 |
Symbol 266 Text | Uses:254 | Used by:267 |
Symbol 267 Button | Uses:265 266 263 | Used by:272 |
Symbol 268 Font | Used by:269 270 368 372 373 378 379 405 406 407 408 411 | |
Symbol 269 Text | Uses:268 | Used by:272 |
Symbol 270 Text | Uses:268 | Used by:272 |
Symbol 271 Graphic | Used by:272 | |
Symbol 272 MovieClip [gameover] | Uses:252 253 255 256 257 258 259 260 264 267 269 270 271 | Used by:277 |
Symbol 273 Sound [hoopsound] | Used by:277 | |
Symbol 274 Sound [eat] | Used by:277 Timeline | |
Symbol 275 Sound [leap] | Used by:277 | |
Symbol 276 Sound [hurtsound] | Used by:277 | |
Symbol 277 MovieClip | Uses:15 38 121 124 129 172 175 178 181 244 247 249 251 272 273 274 275 276 | Used by:Timeline |
Symbol 278 Graphic | Used by:283 | |
Symbol 279 Graphic | Used by:280 | |
Symbol 280 MovieClip | Uses:279 | Used by:283 |
Symbol 281 Graphic | Used by:283 | |
Symbol 282 Sound | Used by:283 | |
Symbol 283 MovieClip | Uses:1 278 280 281 282 SS1 | Used by:Timeline |
Symbol 284 Graphic | Used by:285 367 390 Timeline | |
Symbol 285 MovieClip | Uses:284 | Used by:404 Timeline |
Symbol 286 Bitmap | Used by:287 | |
Symbol 287 Graphic | Uses:286 | Used by:366 |
Symbol 288 Bitmap | Used by:289 | |
Symbol 289 Graphic | Uses:288 | Used by:366 |
Symbol 290 Bitmap | Used by:291 | |
Symbol 291 Graphic | Uses:290 | Used by:366 |
Symbol 292 Bitmap | Used by:293 | |
Symbol 293 Graphic | Uses:292 | Used by:366 |
Symbol 294 Bitmap | Used by:295 | |
Symbol 295 Graphic | Uses:294 | Used by:366 |
Symbol 296 Bitmap | Used by:297 | |
Symbol 297 Graphic | Uses:296 | Used by:366 |
Symbol 298 Bitmap | Used by:299 | |
Symbol 299 Graphic | Uses:298 | Used by:366 |
Symbol 300 Bitmap | Used by:301 | |
Symbol 301 Graphic | Uses:300 | Used by:366 |
Symbol 302 Bitmap | Used by:303 | |
Symbol 303 Graphic | Uses:302 | Used by:366 |
Symbol 304 Bitmap | Used by:305 | |
Symbol 305 Graphic | Uses:304 | Used by:366 |
Symbol 306 Bitmap | Used by:307 | |
Symbol 307 Graphic | Uses:306 | Used by:366 |
Symbol 308 Bitmap | Used by:309 | |
Symbol 309 Graphic | Uses:308 | Used by:366 |
Symbol 310 Bitmap | Used by:311 | |
Symbol 311 Graphic | Uses:310 | Used by:366 |
Symbol 312 Bitmap | Used by:313 | |
Symbol 313 Graphic | Uses:312 | Used by:366 |
Symbol 314 Bitmap | Used by:315 | |
Symbol 315 Graphic | Uses:314 | Used by:366 |
Symbol 316 Bitmap | Used by:317 | |
Symbol 317 Graphic | Uses:316 | Used by:366 |
Symbol 318 Bitmap | Used by:319 | |
Symbol 319 Graphic | Uses:318 | Used by:366 |
Symbol 320 Bitmap | Used by:321 | |
Symbol 321 Graphic | Uses:320 | Used by:366 |
Symbol 322 Bitmap | Used by:323 | |
Symbol 323 Graphic | Uses:322 | Used by:366 |
Symbol 324 Bitmap | Used by:325 | |
Symbol 325 Graphic | Uses:324 | Used by:366 |
Symbol 326 Bitmap | Used by:327 | |
Symbol 327 Graphic | Uses:326 | Used by:366 |
Symbol 328 Bitmap | Used by:329 | |
Symbol 329 Graphic | Uses:328 | Used by:366 |
Symbol 330 Bitmap | Used by:331 | |
Symbol 331 Graphic | Uses:330 | Used by:366 |
Symbol 332 Bitmap | Used by:333 | |
Symbol 333 Graphic | Uses:332 | Used by:366 |
Symbol 334 Bitmap | Used by:335 | |
Symbol 335 Graphic | Uses:334 | Used by:366 |
Symbol 336 Bitmap | Used by:337 | |
Symbol 337 Graphic | Uses:336 | Used by:366 |
Symbol 338 Bitmap | Used by:339 | |
Symbol 339 Graphic | Uses:338 | Used by:366 |
Symbol 340 Bitmap | Used by:341 | |
Symbol 341 Graphic | Uses:340 | Used by:366 |
Symbol 342 Bitmap | Used by:343 | |
Symbol 343 Graphic | Uses:342 | Used by:366 |
Symbol 344 Bitmap | Used by:345 | |
Symbol 345 Graphic | Uses:344 | Used by:366 |
Symbol 346 Bitmap | Used by:347 | |
Symbol 347 Graphic | Uses:346 | Used by:366 |
Symbol 348 Bitmap | Used by:349 | |
Symbol 349 Graphic | Uses:348 | Used by:366 |
Symbol 350 Bitmap | Used by:351 | |
Symbol 351 Graphic | Uses:350 | Used by:366 |
Symbol 352 Bitmap | Used by:353 | |
Symbol 353 Graphic | Uses:352 | Used by:366 |
Symbol 354 Bitmap | Used by:355 | |
Symbol 355 Graphic | Uses:354 | Used by:366 |
Symbol 356 Bitmap | Used by:357 | |
Symbol 357 Graphic | Uses:356 | Used by:366 |
Symbol 358 Bitmap | Used by:359 | |
Symbol 359 Graphic | Uses:358 | Used by:366 |
Symbol 360 Bitmap | Used by:361 | |
Symbol 361 Graphic | Uses:360 | Used by:366 |
Symbol 362 Bitmap | Used by:363 | |
Symbol 363 Graphic | Uses:362 | Used by:366 |
Symbol 364 Bitmap | Used by:365 | |
Symbol 365 Graphic | Uses:364 | Used by:366 |
Symbol 366 MovieClip | Uses: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 353 355 357 359 361 363 365 | Used by:Timeline |
Symbol 367 MovieClip | Uses:284 | Used by:Timeline |
Symbol 368 Text | Uses:268 | Used by:369 |
Symbol 369 MovieClip | Uses:368 | Used by:Timeline |
Symbol 370 Font | Used by:371 | |
Symbol 371 Text | Uses:370 | Used by:Timeline |
Symbol 372 Text | Uses:268 | Used by:375 |
Symbol 373 Text | Uses:268 | Used by:375 |
Symbol 374 Graphic | Used by:375 380 409 Timeline | |
Symbol 375 Button | Uses:372 373 374 | Used by:Timeline |
Symbol 376 Font | Used by:377 | |
Symbol 377 Text | Uses:376 | Used by:Timeline |
Symbol 378 Text | Uses:268 | Used by:380 |
Symbol 379 Text | Uses:268 | Used by:380 |
Symbol 380 Button | Uses:378 379 374 | Used by:Timeline |
Symbol 381 Font | Used by:382 | |
Symbol 382 EditableText | Uses:381 | Used by:Timeline |
Symbol 383 EditableText | Uses:14 | Used by:384 |
Symbol 384 MovieClip | Uses:383 | Used by:Timeline |
Symbol 385 Graphic | Used by:386 | |
Symbol 386 MovieClip | Uses:385 | Used by:Timeline |
Symbol 387 Bitmap | Used by:388 | |
Symbol 388 Graphic | Uses:387 | Used by:389 |
Symbol 389 MovieClip | Uses:388 | Used by:390 |
Symbol 390 MovieClip | Uses:284 389 | Used by:Timeline |
Symbol 391 EditableText | Uses:14 | Used by:392 |
Symbol 392 MovieClip | Uses:391 | Used by:Timeline |
Symbol 393 EditableText | Uses:14 | Used by:394 |
Symbol 394 MovieClip | Uses:393 | Used by:Timeline |
Symbol 395 MovieClip | Uses:3 | Used by:Timeline |
Symbol 396 Graphic | Used by:Timeline | |
Symbol 397 Font | ||
Symbol 398 Text | Used by:Timeline | |
Symbol 399 Text | Uses:254 | Used by:Timeline |
Symbol 400 Text | Uses:254 | Used by:Timeline |
Symbol 401 EditableText | Uses:254 | Used by:Timeline |
Symbol 402 Text | Uses:254 | Used by:Timeline |
Symbol 403 EditableText | Uses:254 | Used by:Timeline |
Symbol 404 MovieClip | Uses:285 | Used by:Timeline |
Symbol 405 Text | Uses:268 | Used by:Timeline |
Symbol 406 Text | Uses:268 | Used by:Timeline |
Symbol 407 Text | Uses:268 | Used by:409 |
Symbol 408 Text | Uses:268 | Used by:409 |
Symbol 409 Button | Uses:407 408 374 | Used by:Timeline |
Symbol 410 Font | Used by:411 | |
Symbol 411 Text | Uses:410 268 | Used by:Timeline |
Streaming Sound 1 | Used by:Symbol 283 MovieClip |
Instance Names
"loadingClip" | Frame 3 | Symbol 8 MovieClip |
"back" | Frame 6 | Symbol 285 MovieClip |
"front" | Frame 6 | Symbol 367 MovieClip |
"sky" | Frame 11 | Symbol 386 MovieClip |
"ocean" | Frame 11 | Symbol 390 MovieClip |
"waves_holder" | Frame 11 | Symbol 392 MovieClip |
"energy" | Frame 11 | Symbol 395 MovieClip |
"fadein" | Frame 11 | Symbol 404 MovieClip |
"mask" | Symbol 8 MovieClip Frame 1 | Symbol 4 MovieClip |
"Lvar" | Symbol 11 MovieClip [letter] Frame 1 | Symbol 10 EditableText |
"clouds" | Symbol 390 MovieClip Frame 1 | Symbol 389 MovieClip |
"back" | Symbol 404 MovieClip Frame 1 | Symbol 285 MovieClip |
Special Tags
FileAttributes (69) | Timeline Frame 1 | Access local files only, Metadata not present, AS1/AS2. |
Protect (24) | Timeline Frame 1 | 0 bytes "" |
ExportAssets (56) | Timeline Frame 1 | Symbol 412 as "__Packages.letterClass" |
ExportAssets (56) | Timeline Frame 3 | Symbol 11 as "letter" |
ExportAssets (56) | Timeline Frame 4 | Symbol 38 as "tile" |
ExportAssets (56) | Timeline Frame 4 | Symbol 121 as "dolphin" |
ExportAssets (56) | Timeline Frame 4 | Symbol 124 as "bubble" |
ExportAssets (56) | Timeline Frame 4 | Symbol 129 as "hoop" |
ExportAssets (56) | Timeline Frame 4 | Symbol 172 as "bonusfish" |
ExportAssets (56) | Timeline Frame 4 | Symbol 175 as "splash" |
ExportAssets (56) | Timeline Frame 4 | Symbol 178 as "bubble_start" |
ExportAssets (56) | Timeline Frame 4 | Symbol 181 as "bonusalert" |
ExportAssets (56) | Timeline Frame 4 | Symbol 244 as "shark" |
ExportAssets (56) | Timeline Frame 4 | Symbol 247 as "watersurface" |
ExportAssets (56) | Timeline Frame 4 | Symbol 249 as "hurtalert" |
ExportAssets (56) | Timeline Frame 4 | Symbol 251 as "hoopalert" |
ExportAssets (56) | Timeline Frame 4 | Symbol 272 as "gameover" |
ExportAssets (56) | Timeline Frame 4 | Symbol 273 as "hoopsound" |
ExportAssets (56) | Timeline Frame 4 | Symbol 274 as "eat" |
ExportAssets (56) | Timeline Frame 4 | Symbol 275 as "leap" |
ExportAssets (56) | Timeline Frame 4 | Symbol 276 as "hurtsound" |
Tag 0x0FF (255) | Timeline Frame 1 | 1 bytes "." |
Labels
"jumping" | Symbol 121 MovieClip [dolphin] Frame 90 |
Dynamic Text Variables
_root.distancescore | Symbol 258 EditableText | "0" |
_root.finalscore | Symbol 259 EditableText | "0" |
_root.hoopscore | Symbol 260 EditableText | "0" |
_root.vNum | Symbol 382 EditableText | "_root.vNum" |
_root.displaydistance | Symbol 401 EditableText | "0m" |
_root.hoops | Symbol 403 EditableText | "0" |
|