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

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

Fanta Dash.swf

This is the info page for
Flash #48557

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


Text
debug data output

play again

40555

40555

Distance

High Score

9999999

9999

Aim it!

Shake it!

5

START

Instructions

.

e

d

i

l

g

o

t

n

a

f

h

w

k

c

C

p

s

r

m

u

b

.

r

i

a

e

h

t

g

u

o

c

R

3

l

n

s

b

f

y

k

q

m

A

2

w

p

x

S

1

Bounce

Thrust

Sticky

And watch out for these.

4

R

'Fanta' is a registered trade mark of The Coca-Cola Company

<p align="left"></p>

ActionScript [AS1/AS2]

Frame 1
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__("072874ac", this, 10301, true);
Frame 2
stop(); onEnterFrame = function () { var _local2 = _root.getBytesLoaded() / _root.getBytesTotal(); preloader_mc.gotoAndPlay(Math.ceil(_local2 * 100)); if (preloader_mc._alpha < 100) { preloader_mc._alpha = preloader_mc._alpha + 1; } if (_local2 == 1) { delete onEnterFrame; gotoAndPlay ("startdelay"); } };
Frame 3
stop();
Frame 29
tracker.htmlText = "<img src=\"http://amch.questionmarket.com/adsc/d398048/7/403351/adscout.php?ord=[randnum]\">";
Frame 162
function sound_effect(n) { sfxlist = ["game1_bonus_bad.wav", "game1_bonus_good.wav", "game1_bottle_jet.wav", "game1_bottlebounce.wav", "game1_bottles_shacke_down.wav", "game1_bottles_shacke_up.wav", "game1_eof_hit.wav", "game1_mig_glide.wav", "gameover1.wav"]; if (sfxtime[n] <= 0) { mc_music.sfx[n].stop(); mc_music.sfx[n] = new Sound(this); mc_music.sfx[n].attachSound(sfxlist[n]); mc_music.sfx[n].start(0, 1); sfxtime[n] = 10; } } function sfxtimers() { n = 0; while (n < sfxlist.length) { sfxtime[n] = sfxtime[n] + -1; n++; } } function playMusic() { music_sprite = "ingametune1.wav"; if (mc_music.isPlaying != true) { mc_music.musicSound = new Sound(this.mc_music); mc_music.musicSound.attachSound(music_sprite); mc_music.musicSound.start(0, 99); mc_music.isPlaying = true; mc_music.musicSound.setVolume(100); } } function stopMusic() { mc_music.musicSound.stop(); mc_music.isPlaying = false; } function game_build() { game_settings = new Object(); game_settings.gravity = 0.25; game_settings.floorheight = 50; game_settings.floordampy = 0.5; game_settings.floordampx = 0.9; game_settings.ceilingheight = 120; game_settings.glidereduce = 0.3; game_settings.glideheight = 250; game_settings.boost = 2.5; clearInterval(game_tick_id); game_data = new Object(); var _local2 = 0; while (_local2 < objectArray.length) { removeMovieClip(objectArray[_local2].toString()); _local2++; } objectArray = []; removeMovieClip("mc_bottle"); removeMovieClip("mc_floor"); removeMovieClip("mc_foreground"); removeMovieClip("mc_sky"); removeMovieClip("mc_trees"); removeMovieClip("mc_bg"); removeMovieClip("mc_stars"); removeMovieClip("mc_dbdata"); removeMovieClip("mc_sun"); removeMovieClip("mc_clouds"); removeMovieClip("mc_music"); removeMovieClip("mc_title"); removeMovieClip("mc_shake"); removeMovieClip("mc_aim"); removeMovieClip("mc_score"); this.createEmptyMovieClip("mc_music", this.getNextHighestDepth()); mc_music.isPlaying = false; mc_music.sfx = []; } function game_title() { mc_title = this.attachMovie("mca_title", "mc_title", this.getNextHighestDepth()); mc_title._x = 0; mc_title._y = 0; mc_title.counter = 75; } function game_title_wait() { if (mc_title.counter > 0) { mc_title.counter = mc_title.counter - 1; } else { game_stage = -2; removeMovieClip("mc_title"); } } function game_start() { game_build(); game_floor = 0; game_stage = -4; distance = 0; highscore = getCookie(); clearInterval(game_tick_id); var _local2 = 20; this.onEnterFrame = null; this.onEnterFrame = function () { game_tick(); }; } function game_tick() { sfxtimers(); switch (game_stage) { case -4 : game_title(); game_stage = -3; return; case -3 : game_title_wait(); return; case -2 : game_prep_start(); return; case 0 : game_prep_shake(); game_stage = 1; return; case 1 : game_run_shake(); return; case 2 : game_prep_angle(); game_stage = 3; return; case 3 : game_run_angle(); return; case 4 : game_prep_launch(); game_stage = 5; return; case 5 : game_run_launch(); return; case 6 : game_prep_end(); } } function game_prep_shake() { game_data.shake = 0; mc_shake = this.attachMovie("mca_screen_shake", "mc_shake", this.getNextHighestDepth()); mc_shake._x = 0; mc_shake._y = 0; mc_shake.countdownstart = getTimer() + 5000; mc_shake.txt.text = 5; mc_shake.mc_power._width = 10; mc_shake.mc_shake_bottle.stop(); mc_shake.oy = null; playMusic(); } function game_run_shake() { mc_shake.mc_shake_bottle._x = _xmouse; mc_shake.mc_shake_bottle._y = _ymouse; if (mc_shake.oy != null) { yshift = mc_shake.oy - _ymouse; if (Math.abs(yshift) > 15) { mc_shake.mc_power._width = mc_shake.mc_power._width + 7; if (yshift > 0) { mc_shake.mc_shake_bottle.prevFrame(); sound_effect(4); } else { mc_shake.mc_shake_bottle.nextFrame(); sound_effect(5); } } } if (mc_shake.mc_power._width > 10) { mc_shake.mc_power._width = mc_shake.mc_power._width + -2; } mc_shake.oy = _ymouse; var _local1 = Math.ceil((mc_shake.countdownstart - getTimer()) / 1000); mc_shake.txt.text = _local1; if (_local1 < 1) { game_data.shake = mc_shake.mc_power._width; game_stage++; removeMovieClip(mc_shake); } } function game_prep_angle() { game_data.angle = 0; mc_aim = this.attachMovie("mca_screen_aim", "mc_aim", this.getNextHighestDepth()); mc_aim._x = 0; mc_aim._y = 0; mc_aim.mc_power._width = game_data.shake; mc_aim.angleshift = 7; mc_aim.mc_arrow._rotation = 10; mc_aim.onRelease = function () { game_data.angle = (90 - mc_aim.mc_arrow._rotation) * (Math.PI/180); game_stage++; game_data.shake = mc_aim.mc_power._width / 12; removeMovieClip(mc_aim); }; } function game_run_angle() { mc_aim.mc_arrow._rotation = mc_aim.mc_arrow._rotation + mc_aim.angleshift; if ((mc_aim.mc_arrow._rotation < 1) || (mc_aim.mc_arrow._rotation > 89)) { mc_aim.angleshift = -mc_aim.angleshift; mc_aim.mc_arrow._rotation = mc_aim.mc_arrow._rotation + mc_aim.angleshift; if (mc_aim.angleshift > 1) { mc_aim.angleshift = mc_aim.angleshift * 0.9; } } if (mc_aim.mc_power._width > 20) { mc_aim.mc_power._width = mc_aim.mc_power._width + -0.5; } } function game_prep_launch() { this.attachMovie("mca_bg", "mc_bg", this.getNextHighestDepth()); mc_bg._x = 0; mc_bg._y = 0; mc_bg.cacheAsBitmap = true; mc_bg.onPress = function () { input_down(); }; mc_bg.onRelease = function () { input_up(); }; this.attachMovie("mca_stars", "mc_stars", this.getNextHighestDepth()); mc_stars._x = 0; mc_stars._y = 0; mc_stars.cacheAsBitmap = true; this.attachMovie("mca_sky", "mc_sky", this.getNextHighestDepth()); mc_sky._x = 0; mc_sky._y = Stage.height; mc_sky.cacheAsBitmap = true; this.attachMovie("mca_sun", "mc_sun", this.getNextHighestDepth()); mc_sun._x = 450; mc_sun._y = 400; this.attachMovie("mca_clouds", "mc_clouds", this.getNextHighestDepth()); mc_clouds._x = 0; mc_clouds._y = 0; mc_clouds.cacheAsBitmap = true; this.attachMovie("mca_trees", "mc_trees", this.getNextHighestDepth()); mc_trees._x = 0; mc_trees._y = 400; mc_trees.cacheAsBitmap = true; this.attachMovie("mca_floor", "mc_floor", this.getNextHighestDepth()); mc_floor._x = 0; mc_floor._y = 400; mc_floor.cacheAsBitmap = true; this.attachMovie("mca_bottle", "mc_bottle", this.getNextHighestDepth()); mc_bottle._x = 20; mc_bottle._y = 350; mc_bottle.hitbox._visible = false; this.attachMovie("mca_score", "mc_score", this.getNextHighestDepth()); mc_score._y = 0; this.attachMovie("mca_foreground", "mc_foreground", this.getNextHighestDepth()); mc_foreground._y = Stage.height; mc_foreground.cacheAsBitmap = true; mc_bottle.dx = game_data.shake * Math.cos(game_data.angle); mc_bottle.dy = game_data.shake * Math.sin(game_data.angle); mc_bottle.glide = 1; mc_bottle.boosters = 0; mc_bottle.cans = 1; game_stage++; } function top_depths() { mc_bottle.swapDepths(this.getNextHighestDepth()); mc_score.swapDepths(this.getNextHighestDepth()); mc_foreground.swapDepths(this.getNextHighestDepth()); } function game_run_launch() { mc_score.txtc.text = mc_bottle.cans; mc_score.txtd.text = Math.ceil(distance); if (mc_bottle.boosters > 0) { bottle_boost(); } distance = distance + mc_bottle.dx; mc_bottle._x = mc_bottle._x + mc_bottle.dx; mc_bottle.dy = mc_bottle.dy - (game_settings.gravity * mc_bottle.glide); mc_bottle._y = mc_bottle._y - mc_bottle.dy; if (mc_bottle.dx > 0.2) { myangle = Math.atan(mc_bottle.dy / mc_bottle.dx); target_rotation = (-(myangle * 90)) / Math.PI; mc_bottle._rotation = mc_bottle._rotation + ((target_rotation - mc_bottle._rotation) / 10); } stageshift_x = 0; stageshift_y = 0; if (mc_bottle._x >= (Stage.width / 2)) { stageshift_x = (Stage.width / 2) - mc_bottle._x; mc_bottle._x = Stage.width / 2; } if ((mc_bottle._y <= game_settings.ceilingheight) || (game_floor > 0)) { stageshift_y = game_settings.ceilingheight - mc_bottle._y; mc_bottle._y = game_settings.ceilingheight; } if ((game_floor + stageshift_y) < 0) { mc_bottle._y = game_settings.ceilingheight + (game_floor - stageshift_y); stageshift_y = -game_floor; ground_layers(); } shiftObjects(stageshift_x, stageshift_y); if (mc_bottle._y > (Stage.height - game_settings.floorheight)) { mc_bottle._y = Stage.height - game_settings.floorheight; mc_bottle.dy = mc_bottle.dy * (-game_settings.floordampy); mc_bottle.dx = mc_bottle.dx * game_settings.floordampx; input_up(); sound_effect(3); } switch (Math.floor(Math.random() * 90)) { case 0 : count = 0; var i = 0; while (i < objectArray.length) { if (objectArray[i].indexOf("mca_can") != -1) { count++; } i++; } if (count < 3) { addObject("mca_can"); } break; case 1 : count = 0; var i = 0; while (i < objectArray.length) { if (objectArray[i].indexOf("mca_bounce") != -1) { count++; } i++; } if (count < 2) { addObject("mca_bounce"); } break; case 2 : count = 0; var i = 0; while (i < objectArray.length) { if (objectArray[i].indexOf("mca_sticky") != -1) { count++; } i++; } if (count < 2) { addObject("mca_sticky"); } break; case 3 : count = 0; var i = 0; while (i < objectArray.length) { if (objectArray[i].indexOf("mca_thrust") != -1) { count++; } i++; } if (count < 1) { addObject("mca_thrust"); } break; case 4 : count = 0; var i = 0; while (i < objectArray.length) { if (objectArray[i].indexOf("mca_guy") != -1) { count++; } i++; } if (count >= 1) { break; } randomguy = Math.ceil(Math.random() * 2); guy_mc = addObject("mca_guy" + randomguy); guy_mc.onEnterFrame = function () { this._x = this._x + 15; }; } var i = 0; while (i < objectArray.length) { eobj = eval (objectArray[i].toString()); if ((eobj._x + eobj._width) < 0) { removeMovieClip(eobj); objectArray.splice(i, 1); } else if (eobj._x > (Stage.width + 300)) { removeMovieClip(eobj); objectArray.splice(i, 1); } else if (objectArray[i].indexOf("mca_bounce") != -1) { if (mc_bottle.hitbox.hitTest(eobj.hitbox)) { mc_bottle.dy = Math.abs(mc_bottle.dy * 1.2); } } else if (objectArray[i].indexOf("mca_sticky") != -1) { if (mc_bottle.hitbox.hitTest(eobj.hitbox)) { mc_bottle.dy = Math.abs(mc_bottle.dy * 0.8); mc_bottle.dx = Math.abs(mc_bottle.dx * 0.6); sound_effect(0); } } else if (objectArray[i].indexOf("mca_thrust") != -1) { if (mc_bottle.hitbox.hitTest(eobj.hitbox)) { mc_bottle.dx = Math.abs(mc_bottle.dx * 1.1); mc_bottle.dy = mc_bottle.dy + 0.5; } } else if (objectArray[i].indexOf("mca_guy") != -1) { if (mc_bottle.hitbox.hitTest(eobj.hitbox) && (eobj._currentframe == 1)) { mc_bottle.dx = Math.abs(mc_bottle.dx * 0.8); mc_bottle.cans = mc_bottle.cans + eof_cans; eobj.onEnterFrame = null; eobj.gotoAndStop(2); sound_effect(6); } } else if (objectArray[i].indexOf("mca_can") != -1) { if (mc_bottle.hitbox.hitTest(eobj.hitbox)) { mc_bottle.cans++; removeMovieClip(eobj); objectArray.splice(i, 1); sound_effect(1); } } i++; } if ((Math.abs(mc_bottle.dy) < 0.2) && (mc_bottle.dx < 0.2)) { game_stage = 6; } } function input_down() { if (mc_bottle.dy < 0) { mc_bottle.glide = game_settings.glidereduce; mc_bottle.dx = mc_bottle.dx * 0.9; mc_bottle.dy = mc_bottle.dy * 0.36; sound_effect(7); mc_bottle.gotoAndStop(2); } else if ((mc_bottle.boosters < 1) && (mc_bottle.cans > 0)) { sound_effect(2); mc_bottle.cans = mc_bottle.cans - 1; mc_bottle.boosters = 6; mc_bottle.gotoAndStop(3); } } function input_up() { if (mc_bottle.glide != 1) { mc_bottle.glide = 1; } if (game_stage < 6) { mc_bottle.gotoAndStop(1); } } function ground_layers() { mc_sky._y = Stage.height; mc_sun._y = 400; mc_clouds._y = 0; mc_trees._y = 400; mc_floor._y = 400; mc_foreground._y = Stage.height; } function shiftObjects(shiftdistance, yshift) { var i = 0; while (i < objectArray.length) { eval (objectArray[i])._x = eval (objectArray[i])._x + shiftdistance; eval (objectArray[i])._y = eval (objectArray[i])._y + yshift; i++; } mc_stars._x = (mc_stars._x + (shiftdistance / 2)) % (mc_stars._width / 2); mc_stars._y = (mc_stars._y + (yshift / 2)) % (mc_stars._height / 3); mc_floor._x = (mc_floor._x + shiftdistance) % 1100; mc_floor._y = mc_floor._y + yshift; mc_foreground._x = (mc_foreground._x + (shiftdistance * 1.5)) % (mc_foreground._width / 2); mc_foreground._y = mc_foreground._y + yshift; mc_sky._y = mc_sky._y + yshift; mc_trees._x = (mc_trees._x + (shiftdistance / 1.5)) % (mc_trees._width / 2); mc_trees._y = mc_trees._y + yshift; mc_clouds._x = (mc_clouds._x + (shiftdistance / 2)) % (mc_clouds._width / 2); mc_clouds._y = mc_clouds._y + (yshift / 2); mc_sun._x = (mc_sun._x + (shiftdistance / 500)) % 600; mc_sun._y = mc_sun._y + (yshift / 2); game_floor = game_floor + yshift; } function addObject(inputObject) { objectArray.push(inputObject + (++objectcount)); new_mc = this.attachMovie(inputObject, inputObject + objectcount, this.getNextHighestDepth(), {_x:Stage.width + 15, _y:(Stage.height - 30) + game_floor}); new_mc.hitbox._visible = false; top_depths(); return(new_mc); } function bottle_boost() { if (mc_bottle._y > ((Stage.height - game_settings.floorheight) - 40)) { myangle = Math.atan(mc_bottle.dy / mc_bottle.dx) + 0.483321946706122; mypower = game_settings.boost * 1.2; } else { myangle = Math.atan(mc_bottle.dy / mc_bottle.dx); mypower = game_settings.boost; } boost_x = mypower * Math.cos(myangle); boost_y = mypower * Math.sin(myangle); mc_bottle.dx = mc_bottle.dx + boost_x; mc_bottle.dy = mc_bottle.dy + boost_y; objectArray.push("mc_boost_" + (++objectcount)); myboost = this.attachMovie("mca_boost", "mc_boost_" + objectcount, this.getNextHighestDepth(), {_x:mc_bottle._x - boost_x, _y:mc_bottle._y - boost_y}); myboost.dx = mc_bottle.dx * 0.9; myboost.dy = mc_bottle.dy * 0.9; myboost.life = 8; myboost._alpha = 100; myboost._xscale = 50; myboost._yscale = 50; top_depths(); myboost.onEnterFrame = function () { this.life = this.life + -1; this._alpha = this._alpha - 5; this._xscale = this._xscale + (this._xscale / 5); this._yscale = this._yscale + (this._yscale / 5); if (this.life <= 0) { removeMovieClip(this); } }; mc_bottle.boosters = mc_bottle.boosters - 1; } function game_prep_end() { game_stage++; mc_bottle.gotoAndStop(4); mc_gameover = this.attachMovie("mca_gameover", "mc_gameover", this.getNextHighestDepth()); mc_gameover._x = Stage.width / 2; mc_gameover._y = Stage.height / 2; gamescore = Math.ceil(distance); mc_gameover.txt.text = gamescore; if (gamescore > highscore) { highscore = gamescore; setCookie(highscore); } mc_gameover.txt2.text = highscore; mc_gameover.butt._visible = false; mc_gameover.wait_time = 120; mc_gameover.onEnterFrame = function () { if (this.wait_time > 0) { this.wait_time = this.wait_time + -1; } else { mc_gameover.butt._visible = true; this.onEnterFrame = null; } }; mc_gameover.butt.onRelease = function () { game_start(); removeMovieClip(mc_gameover); }; mc_bg.onRelease = null; mc_bg.onPress = null; stopMusic(); sound_effect(8); } function game_prep_start() { game_stage = -1; mc_gamestart = this.attachMovie("mca_screen_start", "mc_gamestart", this.getNextHighestDepth()); mc_gamestart._x = 0; mc_gamestart._y = 0; mc_gamestart.butt.onRelease = function () { game_stage = 0; removeMovieClip(mc_gamestart); }; } function setCookie(highscore) { local_data = SharedObject.getLocal("fanta_game_data"); local_data.data.highscore = highscore; local_data.flush(); } function getCookie() { local_data = SharedObject.getLocal("fanta_game_data"); cookieObject = new Object(); cookieObject.highscore = local_data.data.highscore; if (cookieObject.highscore == null) { cookieObject.highscore = 0; } return(cookieObject.highscore); } var objectArray = new Array(); var objectcount = 0; var distance = 0; var game_tick_id; var game_stage = 0; var game_data; var game_settings; var game_floor = 30; var highscore = 0; var cookieObject; var sfxAudioSound; var eof_cans = 2; var sfxtime = []; var sfxlist = []; stop(); game_start();
Symbol 101 MovieClip [mca_bottle] Frame 1
stop();
Symbol 159 MovieClip [mca_guy1] Frame 1
stop();
Symbol 200 MovieClip [mca_guy2] Frame 1
stop();
Symbol 306 MovieClip [mca_screen_start] Frame 10
stop();

Library Items

Symbol 1 GraphicUsed by:2
Symbol 2 MovieClipUses:1Used by:9 101 103 105 159 200 313
Symbol 3 GraphicUsed by:9
Symbol 4 GraphicUsed by:5
Symbol 5 MovieClipUses:4Used by:8
Symbol 6 GraphicUsed by:8
Symbol 7 GraphicUsed by:8
Symbol 8 MovieClipUses:5 6 7Used by:9 298
Symbol 9 MovieClip [mca_thrust]Uses:2 3 8Used by:Timeline
Symbol 10 GraphicUsed by:11
Symbol 11 MovieClipUses:10Used by:14
Symbol 12 ShapeTweeningUsed by:14
Symbol 13 GraphicUsed by:14
Symbol 14 MovieClipUses:11 12 13Used by:Timeline
Symbol 15 GraphicUsed by:16
Symbol 16 MovieClip [mca_bg]Uses:15Used by:Timeline
Symbol 17 GraphicUsed by:18
Symbol 18 MovieClip [mca_boost]Uses:17Used by:Timeline
Symbol 19 GraphicUsed by:101
Symbol 20 GraphicUsed by:28 230
Symbol 21 GraphicUsed by:28 230
Symbol 22 GraphicUsed by:28 230
Symbol 23 GraphicUsed by:28 230
Symbol 24 GraphicUsed by:28 230
Symbol 25 GraphicUsed by:28
Symbol 26 GraphicUsed by:28 230
Symbol 27 GraphicUsed by:28
Symbol 28 MovieClipUses:20 21 22 23 24 25 26 27Used by:101
Symbol 29 GraphicUsed by:101
Symbol 30 GraphicUsed by:63
Symbol 31 GraphicUsed by:63
Symbol 32 GraphicUsed by:63
Symbol 33 GraphicUsed by:63
Symbol 34 GraphicUsed by:63
Symbol 35 GraphicUsed by:63
Symbol 36 GraphicUsed by:63
Symbol 37 GraphicUsed by:63
Symbol 38 GraphicUsed by:63
Symbol 39 GraphicUsed by:63
Symbol 40 GraphicUsed by:63
Symbol 41 GraphicUsed by:63
Symbol 42 GraphicUsed by:63
Symbol 43 GraphicUsed by:63
Symbol 44 GraphicUsed by:63
Symbol 45 GraphicUsed by:63
Symbol 46 GraphicUsed by:63
Symbol 47 GraphicUsed by:63
Symbol 48 GraphicUsed by:63
Symbol 49 GraphicUsed by:63
Symbol 50 GraphicUsed by:63
Symbol 51 GraphicUsed by:63
Symbol 52 GraphicUsed by:63
Symbol 53 GraphicUsed by:63
Symbol 54 GraphicUsed by:63
Symbol 55 GraphicUsed by:63
Symbol 56 GraphicUsed by:63
Symbol 57 GraphicUsed by:63
Symbol 58 GraphicUsed by:63
Symbol 59 GraphicUsed by:63
Symbol 60 GraphicUsed by:63
Symbol 61 GraphicUsed by:63
Symbol 62 GraphicUsed by:63
Symbol 63 MovieClipUses:30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62Used by:101
Symbol 64 GraphicUsed by:71
Symbol 65 GraphicUsed by:71
Symbol 66 GraphicUsed by:71
Symbol 67 GraphicUsed by:71
Symbol 68 GraphicUsed by:71
Symbol 69 GraphicUsed by:71
Symbol 70 GraphicUsed by:71
Symbol 71 MovieClipUses:64 65 66 67 68 69 70Used by:88 92 97
Symbol 72 GraphicUsed by:88
Symbol 73 GraphicUsed by:80
Symbol 74 GraphicUsed by:80
Symbol 75 GraphicUsed by:80
Symbol 76 GraphicUsed by:80
Symbol 77 GraphicUsed by:80
Symbol 78 GraphicUsed by:80
Symbol 79 GraphicUsed by:80
Symbol 80 MovieClipUses:73 74 75 76 77 78 79Used by:88 92 97
Symbol 81 GraphicUsed by:87 100
Symbol 82 GraphicUsed by:87
Symbol 83 GraphicUsed by:87
Symbol 84 GraphicUsed by:87
Symbol 85 GraphicUsed by:87
Symbol 86 GraphicUsed by:87
Symbol 87 MovieClipUses:81 82 83 84 85 86Used by:88 92 97
Symbol 88 MovieClipUses:71 72 80 87Used by:101
Symbol 89 GraphicUsed by:101
Symbol 90 GraphicUsed by:101
Symbol 91 GraphicUsed by:92
Symbol 92 MovieClipUses:71 91 80 87Used by:101
Symbol 93 GraphicUsed by:101
Symbol 94 GraphicUsed by:101
Symbol 95 GraphicUsed by:101
Symbol 96 GraphicUsed by:97
Symbol 97 MovieClipUses:71 96 80 87Used by:101
Symbol 98 GraphicUsed by:101
Symbol 99 GraphicUsed by:100
Symbol 100 MovieClipUses:99 81Used by:101
Symbol 101 MovieClip [mca_bottle]Uses:2 19 28 29 63 88 89 90 92 93 94 95 97 98 100Used by:Timeline
Symbol 102 GraphicUsed by:103
Symbol 103 MovieClip [mca_bounce]Uses:2 102Used by:Timeline
Symbol 104 GraphicUsed by:105
Symbol 105 MovieClip [mca_can]Uses:2 104Used by:Timeline
Symbol 106 BitmapUsed by:107
Symbol 107 GraphicUses:106Used by:108
Symbol 108 MovieClipUses:107Used by:109
Symbol 109 MovieClip [mca_clouds]Uses:108Used by:Timeline
Symbol 110 FontUsed by:111
Symbol 111 EditableTextUses:110Used by:112
Symbol 112 MovieClip [mca_dbdata]Uses:111Used by:Timeline
Symbol 113 GraphicUsed by:119
Symbol 114 GraphicUsed by:118
Symbol 115 GraphicUsed by:118
Symbol 116 GraphicUsed by:117
Symbol 117 MovieClipUses:116Used by:118
Symbol 118 MovieClipUses:114 115 117Used by:119
Symbol 119 MovieClip [mca_floor]Uses:113 118Used by:Timeline
Symbol 120 GraphicUsed by:124
Symbol 121 BitmapUsed by:122
Symbol 122 GraphicUses:121Used by:123
Symbol 123 MovieClipUses:122Used by:124
Symbol 124 MovieClip [mca_foreground]Uses:120 123Used by:Timeline
Symbol 125 GraphicUsed by:130 237
Symbol 126 FontUsed by:127 134 136 219 225 234 240
Symbol 127 TextUses:126Used by:130
Symbol 128 GraphicUsed by:130 237
Symbol 129 GraphicUsed by:130 237
Symbol 130 ButtonUses:125 127 128 129Used by:138
Symbol 131 FontUsed by:132 133 202 203 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 299 300 301 302 303 345 348
Symbol 132 EditableTextUses:131Used by:138
Symbol 133 EditableTextUses:131Used by:138
Symbol 134 TextUses:126Used by:135
Symbol 135 MovieClipUses:134Used by:138
Symbol 136 TextUses:126Used by:137
Symbol 137 MovieClipUses:136Used by:138
Symbol 138 MovieClip [mca_gameover]Uses:130 132 133 135 137Used by:Timeline
Symbol 139 GraphicUsed by:155
Symbol 140 GraphicUsed by:155
Symbol 141 GraphicUsed by:155 196 199
Symbol 142 GraphicUsed by:155 196
Symbol 143 GraphicUsed by:155 196
Symbol 144 GraphicUsed by:155 158
Symbol 145 GraphicUsed by:155 158
Symbol 146 GraphicUsed by:155 196
Symbol 147 GraphicUsed by:155
Symbol 148 GraphicUsed by:155
Symbol 149 GraphicUsed by:155
Symbol 150 GraphicUsed by:155
Symbol 151 GraphicUsed by:155
Symbol 152 GraphicUsed by:155
Symbol 153 GraphicUsed by:155
Symbol 154 GraphicUsed by:155
Symbol 155 MovieClipUses:139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154Used by:159
Symbol 156 GraphicUsed by:158
Symbol 157 GraphicUsed by:158 199
Symbol 158 MovieClipUses:156 144 145 157Used by:159
Symbol 159 MovieClip [mca_guy1]Uses:2 155 158Used by:Timeline
Symbol 160 GraphicUsed by:161
Symbol 161 MovieClipUses:160Used by:196
Symbol 162 GraphicUsed by:196
Symbol 163 GraphicUsed by:196 199
Symbol 164 GraphicUsed by:196
Symbol 165 GraphicUsed by:196 199
Symbol 166 GraphicUsed by:196
Symbol 167 GraphicUsed by:196
Symbol 168 GraphicUsed by:196
Symbol 169 GraphicUsed by:196
Symbol 170 GraphicUsed by:196
Symbol 171 GraphicUsed by:196
Symbol 172 GraphicUsed by:196
Symbol 173 GraphicUsed by:196
Symbol 174 GraphicUsed by:196
Symbol 175 GraphicUsed by:196
Symbol 176 GraphicUsed by:196
Symbol 177 GraphicUsed by:196
Symbol 178 GraphicUsed by:196
Symbol 179 GraphicUsed by:196
Symbol 180 GraphicUsed by:196
Symbol 181 GraphicUsed by:196
Symbol 182 GraphicUsed by:196
Symbol 183 GraphicUsed by:196
Symbol 184 GraphicUsed by:196
Symbol 185 GraphicUsed by:196
Symbol 186 GraphicUsed by:196
Symbol 187 GraphicUsed by:196
Symbol 188 GraphicUsed by:196
Symbol 189 GraphicUsed by:196
Symbol 190 GraphicUsed by:196
Symbol 191 GraphicUsed by:196
Symbol 192 GraphicUsed by:196
Symbol 193 GraphicUsed by:196
Symbol 194 GraphicUsed by:196
Symbol 195 GraphicUsed by:196
Symbol 196 MovieClipUses:161 162 141 142 143 163 164 165 146 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195Used by:200
Symbol 197 GraphicUsed by:199
Symbol 198 GraphicUsed by:199
Symbol 199 MovieClipUses:197 141 198 163 165 157Used by:200
Symbol 200 MovieClip [mca_guy2]Uses:2 196 199Used by:Timeline
Symbol 201 GraphicUsed by:205
Symbol 202 EditableTextUses:131Used by:205
Symbol 203 EditableTextUses:131Used by:205
Symbol 204 GraphicUsed by:205
Symbol 205 MovieClip [mca_score]Uses:201 202 203 204Used by:Timeline
Symbol 206 GraphicUsed by:222
Symbol 207 GraphicUsed by:222
Symbol 208 GraphicUsed by:209
Symbol 209 MovieClipUses:208Used by:222 235
Symbol 210 GraphicUsed by:211
Symbol 211 MovieClipUses:210Used by:222
Symbol 212 GraphicUsed by:218 233
Symbol 213 GraphicUsed by:216
Symbol 214 GraphicUsed by:215
Symbol 215 MovieClipUses:214Used by:216
Symbol 216 MovieClipUses:213 215Used by:218 232
Symbol 217 GraphicUsed by:218
Symbol 218 MovieClipUses:212 216 217Used by:222
Symbol 219 TextUses:126Used by:220
Symbol 220 MovieClipUses:219Used by:222
Symbol 221 GraphicUsed by:222 235
Symbol 222 MovieClip [mca_screen_aim]Uses:206 207 209 211 218 220 221Used by:Timeline
Symbol 223 GraphicUsed by:235
Symbol 224 GraphicUsed by:235
Symbol 225 TextUses:126Used by:226
Symbol 226 MovieClipUses:225Used by:235
Symbol 227 GraphicUsed by:233
Symbol 228 GraphicUsed by:230
Symbol 229 GraphicUsed by:230
Symbol 230 MovieClipUses:20 21 22 23 24 228 26 229Used by:231
Symbol 231 MovieClipUses:230Used by:233
Symbol 232 MovieClipUses:216Used by:233
Symbol 233 MovieClipUses:227 231 232 212Used by:235
Symbol 234 EditableTextUses:126Used by:235
Symbol 235 MovieClip [mca_screen_shake]Uses:223 224 209 226 221 233 234Used by:Timeline
Symbol 236 GraphicUsed by:306
Symbol 237 ButtonUses:125 128 129Used by:306
Symbol 238 FontUsed by:239
Symbol 239 TextUses:238Used by:306
Symbol 240 TextUses:126Used by:241
Symbol 241 MovieClipUses:240Used by:306
Symbol 242 GraphicUsed by:306
Symbol 243 TextUses:131Used by:306
Symbol 244 TextUses:131Used by:306
Symbol 245 TextUses:131Used by:306
Symbol 246 TextUses:131Used by:306
Symbol 247 TextUses:131Used by:306
Symbol 248 TextUses:131Used by:306
Symbol 249 TextUses:131Used by:306
Symbol 250 TextUses:131Used by:306
Symbol 251 TextUses:131Used by:306
Symbol 252 TextUses:131Used by:306
Symbol 253 TextUses:131Used by:306
Symbol 254 TextUses:131Used by:306
Symbol 255 TextUses:131Used by:306
Symbol 256 TextUses:131Used by:306
Symbol 257 TextUses:131Used by:306
Symbol 258 TextUses:131Used by:306
Symbol 259 TextUses:131Used by:306
Symbol 260 TextUses:131Used by:306
Symbol 261 TextUses:131Used by:306
Symbol 262 TextUses:131Used by:306
Symbol 263 TextUses:131Used by:306
Symbol 264 TextUses:131Used by:306
Symbol 265 TextUses:131Used by:306
Symbol 266 TextUses:131Used by:306
Symbol 267 TextUses:131Used by:306
Symbol 268 TextUses:131Used by:306
Symbol 269 TextUses:131Used by:306
Symbol 270 TextUses:131Used by:306
Symbol 271 TextUses:131Used by:306
Symbol 272 TextUses:131Used by:306
Symbol 273 TextUses:131Used by:306
Symbol 274 TextUses:131Used by:306
Symbol 275 TextUses:131Used by:306
Symbol 276 TextUses:131Used by:306
Symbol 277 TextUses:131Used by:306
Symbol 278 TextUses:131Used by:306
Symbol 279 TextUses:131Used by:306
Symbol 280 TextUses:131Used by:306
Symbol 281 TextUses:131Used by:306
Symbol 282 TextUses:131Used by:306
Symbol 283 TextUses:131Used by:306
Symbol 284 TextUses:131Used by:306
Symbol 285 TextUses:131Used by:306
Symbol 286 TextUses:131Used by:306
Symbol 287 TextUses:131Used by:306
Symbol 288 TextUses:131Used by:306
Symbol 289 TextUses:131Used by:306
Symbol 290 TextUses:131Used by:306
Symbol 291 TextUses:131Used by:306
Symbol 292 TextUses:131Used by:306
Symbol 293 TextUses:131Used by:306
Symbol 294 GraphicUsed by:295
Symbol 295 MovieClipUses:294Used by:306
Symbol 296 GraphicUsed by:297
Symbol 297 MovieClipUses:296Used by:306
Symbol 298 MovieClipUses:8Used by:306
Symbol 299 TextUses:131Used by:306
Symbol 300 TextUses:131Used by:306
Symbol 301 TextUses:131Used by:306
Symbol 302 TextUses:131Used by:306
Symbol 303 TextUses:131Used by:306
Symbol 304 GraphicUsed by:305
Symbol 305 MovieClipUses:304Used by:306
Symbol 306 MovieClip [mca_screen_start]Uses:236 237 239 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 295 297 298 299 300 301 302 303 305Used by:Timeline
Symbol 307 GraphicUsed by:308
Symbol 308 MovieClip [mca_sky]Uses:307Used by:Timeline
Symbol 309 GraphicUsed by:310
Symbol 310 MovieClipUses:309Used by:311
Symbol 311 MovieClip [mca_stars]Uses:310Used by:Timeline
Symbol 312 GraphicUsed by:313
Symbol 313 MovieClip [mca_sticky]Uses:2 312Used by:Timeline
Symbol 314 GraphicUsed by:315
Symbol 315 MovieClipUses:314Used by:316
Symbol 316 MovieClip [mca_sun]Uses:315Used by:Timeline
Symbol 317 GraphicUsed by:324
Symbol 318 GraphicUsed by:319
Symbol 319 MovieClipUses:318Used by:324
Symbol 320 GraphicUsed by:324
Symbol 321 GraphicUsed by:322
Symbol 322 MovieClipUses:321Used by:324
Symbol 323 GraphicUsed by:324
Symbol 324 MovieClipUses:317 319 320 322 323Used by:327
Symbol 325 GraphicUsed by:326
Symbol 326 MovieClipUses:325Used by:327
Symbol 327 MovieClip [mca_title]Uses:324 326Used by:Timeline
Symbol 328 BitmapUsed by:329
Symbol 329 GraphicUses:328Used by:330
Symbol 330 MovieClip [mca_trees]Uses:329Used by:Timeline
Symbol 331 Sound [ingametune1.wav]Used by:Timeline
Symbol 332 Sound [gameover1.wav]Used by:Timeline
Symbol 333 Sound [game1_mig_glide.wav]Used by:Timeline
Symbol 334 Sound [game1_eof_hit.wav]Used by:Timeline
Symbol 335 Sound [game1_bottles_shacke_up.wav]Used by:Timeline
Symbol 336 Sound [game1_bottles_shacke_down.wav]Used by:Timeline
Symbol 337 Sound [game1_bottlebounce.wav]Used by:Timeline
Symbol 338 Sound [game1_bottle_jet.wav]Used by:Timeline
Symbol 339 Sound [game1_bonus_good.wav]Used by:Timeline
Symbol 340 Sound [game1_bonus_bad.wav]Used by:Timeline
Symbol 341 GraphicUsed by:Timeline
Symbol 342 BitmapUsed by:343
Symbol 343 GraphicUses:342Used by:Timeline
Symbol 344 GraphicUsed by:Timeline
Symbol 345 TextUses:131Used by:Timeline
Symbol 346 FontUsed by:347
Symbol 347 TextUses:346Used by:Timeline
Symbol 348 EditableTextUses:131Used by:Timeline
Symbol 349 GraphicUsed by:Timeline
Symbol 350 GraphicUsed by:Timeline
Symbol 351 BitmapUsed by:352
Symbol 352 GraphicUses:351Used by:Timeline
Symbol 353 GraphicUsed by:354
Symbol 354 MovieClipUses:353Used by:Timeline
Streaming Sound 1Used by:Timeline

Instance Names

"preloader_mc"Frame 2Symbol 14 MovieClip
"tracker"Frame 29Symbol 348 EditableText
"hitbox"Symbol 9 MovieClip [mca_thrust] Frame 1Symbol 2 MovieClip
"hitbox"Symbol 101 MovieClip [mca_bottle] Frame 1Symbol 2 MovieClip
"hitbox"Symbol 103 MovieClip [mca_bounce] Frame 1Symbol 2 MovieClip
"hitbox"Symbol 105 MovieClip [mca_can] Frame 1Symbol 2 MovieClip
"txt"Symbol 112 MovieClip [mca_dbdata] Frame 1Symbol 111 EditableText
"butt"Symbol 138 MovieClip [mca_gameover] Frame 1Symbol 130 Button
"txt"Symbol 138 MovieClip [mca_gameover] Frame 1Symbol 132 EditableText
"txt2"Symbol 138 MovieClip [mca_gameover] Frame 1Symbol 133 EditableText
"hitbox"Symbol 159 MovieClip [mca_guy1] Frame 1Symbol 2 MovieClip
"hitbox"Symbol 200 MovieClip [mca_guy2] Frame 1Symbol 2 MovieClip
"txtd"Symbol 205 MovieClip [mca_score] Frame 1Symbol 202 EditableText
"txtc"Symbol 205 MovieClip [mca_score] Frame 1Symbol 203 EditableText
"mc_power"Symbol 222 MovieClip [mca_screen_aim] Frame 1Symbol 209 MovieClip
"mc_arrow"Symbol 222 MovieClip [mca_screen_aim] Frame 1Symbol 218 MovieClip
"mc_power"Symbol 235 MovieClip [mca_screen_shake] Frame 1Symbol 209 MovieClip
"mc_shake_bottle"Symbol 235 MovieClip [mca_screen_shake] Frame 1Symbol 233 MovieClip
"txt"Symbol 235 MovieClip [mca_screen_shake] Frame 1Symbol 234 EditableText
"butt"Symbol 306 MovieClip [mca_screen_start] Frame 1Symbol 237 Button
"hitbox"Symbol 313 MovieClip [mca_sticky] Frame 1Symbol 2 MovieClip

Special Tags

FileAttributes (69)Timeline Frame 1Access local files only, Metadata not present, AS1/AS2.
Protect (24)Timeline Frame 131 bytes "..$1$qq$.AkHPeflxe0FmwcbfdF4g0."
ExportAssets (56)Timeline Frame 1Symbol 9 as "mca_thrust"
ExportAssets (56)Timeline Frame 4Symbol 16 as "mca_bg"
ExportAssets (56)Timeline Frame 4Symbol 18 as "mca_boost"
ExportAssets (56)Timeline Frame 4Symbol 101 as "mca_bottle"
ExportAssets (56)Timeline Frame 4Symbol 103 as "mca_bounce"
ExportAssets (56)Timeline Frame 4Symbol 105 as "mca_can"
ExportAssets (56)Timeline Frame 4Symbol 109 as "mca_clouds"
ExportAssets (56)Timeline Frame 4Symbol 112 as "mca_dbdata"
ExportAssets (56)Timeline Frame 4Symbol 119 as "mca_floor"
ExportAssets (56)Timeline Frame 4Symbol 124 as "mca_foreground"
ExportAssets (56)Timeline Frame 4Symbol 138 as "mca_gameover"
ExportAssets (56)Timeline Frame 4Symbol 159 as "mca_guy1"
ExportAssets (56)Timeline Frame 4Symbol 200 as "mca_guy2"
ExportAssets (56)Timeline Frame 4Symbol 205 as "mca_score"
ExportAssets (56)Timeline Frame 4Symbol 222 as "mca_screen_aim"
ExportAssets (56)Timeline Frame 4Symbol 235 as "mca_screen_shake"
ExportAssets (56)Timeline Frame 4Symbol 306 as "mca_screen_start"
ExportAssets (56)Timeline Frame 4Symbol 308 as "mca_sky"
ExportAssets (56)Timeline Frame 4Symbol 311 as "mca_stars"
ExportAssets (56)Timeline Frame 4Symbol 313 as "mca_sticky"
ExportAssets (56)Timeline Frame 4Symbol 316 as "mca_sun"
ExportAssets (56)Timeline Frame 4Symbol 327 as "mca_title"
ExportAssets (56)Timeline Frame 4Symbol 330 as "mca_trees"
ExportAssets (56)Timeline Frame 4Symbol 331 as "ingametune1.wav"
ExportAssets (56)Timeline Frame 4Symbol 332 as "gameover1.wav"
ExportAssets (56)Timeline Frame 4Symbol 333 as "game1_mig_glide.wav"
ExportAssets (56)Timeline Frame 4Symbol 334 as "game1_eof_hit.wav"
ExportAssets (56)Timeline Frame 4Symbol 335 as "game1_bottles_shacke_up.wav"
ExportAssets (56)Timeline Frame 4Symbol 336 as "game1_bottles_shacke_down.wav"
ExportAssets (56)Timeline Frame 4Symbol 337 as "game1_bottlebounce.wav"
ExportAssets (56)Timeline Frame 4Symbol 338 as "game1_bottle_jet.wav"
ExportAssets (56)Timeline Frame 4Symbol 339 as "game1_bonus_good.wav"
ExportAssets (56)Timeline Frame 4Symbol 340 as "game1_bonus_bad.wav"

Labels

"startdelay"Frame 5
"fanta"Frame 29




http://swfchan.com/10/48557/info.shtml
Created: 29/4 -2019 18:32:14 Last modified: 29/4 -2019 18:32:14 Server time: 09/05 -2024 07:20:35