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

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

Bump Around.swf

This is the info page for
Flash #48714

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


Text
<p align="center"></p>

<p align="left"><font face="Arial Black" size="20" color="#666666" letterSpacing="0.000000" kerning="1">end of demo</font></p>

<p align="left"><font face="Arial Black" size="24" color="#33ff00" letterSpacing="0.000000" kerning="1"><b>exit</b></font></p>

brought to you by:

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

submit score

Play More Games

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

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

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

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

!

f

t

u

s

d

o

g

!

e

s

h

t

d

i

o

v

a

s

i

h

t

r

f

!

s

i

h

t

n

e

!

D

N

U

O

R

A

G

I

P

M

B

y

b

t

i

e

s

a

r

l

p

u

m

o

c

'

h

this shows how fast
your shot will start!
click while your mouse is further
on the screen for faster!

firing, bumping into skulls
and exceeding the multiplier
limit makes you lose your shot
and points
if you hit below 3000
the game is over!

after you hit a switch,
you have 7 seconds to
make it to the exit!
enjoy BUMP AROUND!

congratulations

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__("e4e441b0", this, 10301, true); mochi.MochiServices.connect("385bd7e977c36e3a"); stop();
Frame 7
stop(); function preload() { if (game_loaded == false) { total = getBytesTotal(); loaded = getBytesLoaded(); percent = (loaded / total) * 100; loading_txt.text = "loaded %" + percent; if (loaded == total) { game_loaded = true; _root.gotoAndPlay("menu"); trace(game_loaded); } } } _root.stop(); game_loaded = false; setInterval(preload, 4); stop(); stop(); stop();
Frame 14
stop(); stop(); stop(); Mouse.show(); lvl = 1; _root.tank.removeMovieClip(); _root.cannonball_fired.removeMovieClip(); _root.game_paused = true; _root.gameover.removeMovieClip(); _root.cursor.removeMovieClip(); _root.multiplier_txt.removeMovieClip(); function chooseBackground() { bg_grey.onPress = function () { bg_blue._alpha = 70; bg_green._alpha = 70; bg_pink._alpha = 70; this._alpha = 0; bgcolor = "grey"; trace(bgcolor); }; bg_blue.onPress = function () { bg_grey._alpha = 70; bg_green._alpha = 70; bg_pink._alpha = 70; this._alpha = 0; bgcolor = "blue"; trace(bgcolor); }; bg_green.onPress = function () { bg_grey._alpha = 70; bg_blue._alpha = 70; bg_pink._alpha = 70; this._alpha = 0; bgcolor = "green"; trace(bgcolor); }; bg_pink.onPress = function () { bg_grey._alpha = 70; bg_blue._alpha = 70; bg_green._alpha = 70; this._alpha = 0; bgcolor = "pink"; trace(bgcolor); }; } Stage.showMenu = false; stop(); play_but.onPress = function () { gotoAndPlay ("entername"); }; _global.bgcolor; chooseBackground(); stop();
Frame 18
play_bump._alpha = 0; var playername = "your name here"; play_bump.onPress = function () { playername = name_txt.text; gotoAndPlay ("game"); }; stop();
Instance of Symbol 182 MovieClip "play_bump" in Frame 18
/* no clip actions */
Frame 27
trace(playername); stop(); stop(); function bumpSound() { var _local1 = new Sound(my_mc); _local1.attachSound("bump_sound"); _local1.start(); } function alarmSound() { var _local1 = new Sound(my_mc); _local1.attachSound("alarm_sound"); _local1.start(); } function goodSound() { var _local1 = new Sound(my_mc); _local1.attachSound("good_sound"); _local1.start(); } function showMultiplier() { multiplierPanel = attachMovie("multiplier_txt", "multiplier_txt", 12000, {_x:460, _y:90}); } function azalt() { trace("azalt"); if (_root.counter != 0) { _root.counter = _root.counter - 1; } if (_root.counter == 0) { _root.counter = 0; n = 0; while (n <= 1200) { clearInterval(n); n++; } _root.aktif = true; _root.exit_switch = false; } } function checkMultiplier() { if (_root.score_multiplier > 5) { removeMovieClip(_root.cannonball_fired); _root.score_multiplier = 1; alarmSound(); } } function MoveTank() { tank.onEnterFrame = function () { showScoreAndState(); mousex = _xmouse - this._x; mousey = (_ymouse - this._y) * -1; angle = Math.atan(mousey / mousex) / (Math.PI/180); if (mousex < 0) { angle = angle + 180; } if ((mousex >= 0) && (mousey < 0)) { angle = angle + 360; } firepower = Math.sqrt((mousex * mousex) + (mousey * mousey)); if (firepower > 700) { firepower = 700; } _root.power_bar._yscale = firepower / 6; this.cannon._rotation = angle * -1; if (this._y > (Stage.height - 60)) { this._y = Stage.height - 60; } if (this._y < 20) { this._y = 20; } if (Key.isDown(38)) { this._y = this._y - 5; } if (Key.isDown(40)) { this._y = this._y + 5; } if (Key.isDown(32)) { lvl++; } }; } function fire() { _root.score = _root.score - 3000; _root.score_multiplier = 1; angle = tank.cannon._rotation - 1; start_ball_x = tank._x + (48 * Math.cos((angle * Math.PI) / 180)); start_ball_y = tank._y + (48 * Math.sin((angle * Math.PI) / 180)); cannonball_fired = attachMovie("cannonball", "cannonball", 15999, {_x:start_ball_x, _y:start_ball_y}); cannonball_fired.dirx = Math.cos((angle * Math.PI) / 180) * firepower; cannonball_fired.diry = Math.sin((angle * Math.PI) / 180) * firepower; cannonball_fired.onEnterFrame = function () { this.diry = this.diry + gravity; this._x = this._x + ((this.dirx / 30) - friction); this._y = this._y + ((this.diry / 30) - friction); if ((this._y + (this._height / 2)) > 380) { this._y = 380 - (this._height / 2); this._y = this._y - 4; this.diry = (-this.diry) * bouncefactor; score_multiplier = score_multiplier + 0.2; bumpSound(); } if ((this._x + this._width) > 535) { this._x = 535 - this._width; this._x = this._x - 4; this.dirx = (-this.dirx) * bouncefactor; score_multiplier = score_multiplier + 0.2; bumpSound(); } if (this._x < 25) { this._x = 25 + this._width; this._x = this._x + 4; this.dirx = (-this.dirx) * bouncefactor; score_multiplier = score_multiplier + 0.2; bumpSound(); } if (this._y < 25) { this._y = 25 + this.height; this._y = this._y + 4; this.diry = (-this.diry) * bouncefactor; score_multiplier = score_multiplier + 0.2; bumpSound(); } if (level.hitTest(this._x, this._y - 10, true)) { this._y = this._y + 6; this.diry = this.diry * (-bouncefactor); score_multiplier = score_multiplier + 0.2; bumpSound(); } if (level.hitTest(this._x, this._y + 10, true)) { this._y = this._y - 6; this.diry = this.diry * (-bouncefactor); score_multiplier = score_multiplier + 0.2; bumpSound(); } if (level.hitTest(this._x + 10, this._y, true)) { this._x = this._x - 6; this.dirx = this.dirx * (-bouncefactor); score_multiplier = score_multiplier + 0.2; bumpSound(); } if (level.hitTest(this._x - 10, this._y, true)) { this._x = this._x + 6; this.dirx = this.dirx * (-bouncefactor); score_multiplier = score_multiplier + 0.2; bumpSound(); } }; } function exitRotate() { _root.exit_mc._rotation = _root.exit_mc._rotation + 1; } function showScoreAndState() { score_mc.text = score; state_mc.text = current_state; timer_mc.text = counter; } function advanceLevel(lvl) { if (_root.lvl <= 26) { _root.current_state = lvl; exit_switch = false; if (_root.score < 3500) { _root.attachMovie("gameover", "gameover", _root.getNextHighestDepth(), {_x:Stage.width / 2, _y:Stage.height / 2}); _root.cannonball_fired.removeMovieClip(); alarmSound(); } } if (lvl > 26) { _root.attachMovie("gameover", "gameover", _root.getNextHighestDepth(), {_x:Stage.width / 2, _y:Stage.height / 2}); _root.cannonball_fired.removeMovieClip(); _root.gotoAndPlay("finished"); } _root.exit_holder.gotoAndPlay(lvl); _root.switch_mc.gotoAndPlay(lvl); _root.goods.gotoAndPlay(lvl); } function game() { exitRotate(); if (game_paused != true) { MoveTank(); } } function onMouseDown() { if (game_paused != true) { if (_root.ball_count == 0) { this.gotoAndPlay(3); tank.removeMovieClip(); cannonball_fired.removeMovieClip(); } if (_root.score > 3000) { _root.fire(); } if (_root.score < 3000) { _root.attachMovie("gameover", "gameover", _root.getNextHighestDepth(), {_x:Stage.width / 2, _y:Stage.height / 2}); _root.cannonball_fired.removeMovieClip(); _root.game_paused = true; } } } var aktif = true; Mouse.hide(); counter = 0; exit_switch = true; Stage.showMenu = false; game_paused = false; stop(); Math.round((score = 50000)); _global.friction = 0.15; _global.gravity = 4; bouncefactor = 1; score_multiplier = 1; ball_count = 1; _global.lvl = 1; current_state = lvl; advanceLevel(lvl); attachMovie("crosshair", "crosshair", _root.getNextHighestDepth()); attachMovie("tank", "tank", 9000, {_x:40, _y:350}); crosshair.onEnterFrame = function () { this._x = _xmouse; this._y = _ymouse; }; showMultiplier(); setInterval(game, 40); trace(bgcolor); switch (bgcolor) { case "grey" : backgrop.gotoAndPlay(1); break; case "blue" : backdrop.gotoAndPlay(2); break; case "green" : backdrop.gotoAndPlay(3); break; case "pink" : backdrop.gotoAndPlay(4); } stop(); stop();
Frame 38
_root.tank.removeMovieClip(); _root.cannonball_fired.removeMovieClip(); _root.game_paused = true; _root.cursor.removeMovieClip(); _root.multiplier_txt.removeMovieClip(); Mouse.show(); stop();
Symbol 8 MovieClip [multiplier_txt] Frame 1
var warning = new TextFormat(); warning.blockIndent = 20; warning.color = 16711680 /* 0xFF0000 */; var safe = new TextFormat(); safe.blockIndent = 20; safe.color = 65331; onEnterFrame = function () { multiplier_txt.text = "x" + _root.score_multiplier; if (_root.score_multiplier > 4) { multiplier_txt.setTextFormat(warning); } if (_root.score_multiplier < 4) { multiplier_txt.setTextFormat(safe); } if (_root.score_multiplier > 4.9) { multiplier_txt.text = "ball lost"; removeMovieClip(_root.cannonball_fired); _root.score_multiplier = 1; } };
Symbol 15 MovieClip [siyahbant] Frame 1
this._alpha = 60;
Symbol 16 MovieClip [instur1] Frame 1
stop();
Symbol 23 MovieClip [kaka_anim] Frame 3
this._alpha = 70;
Symbol 23 MovieClip [kaka_anim] Frame 4
this._alpha = 50;
Symbol 23 MovieClip [kaka_anim] Frame 5
this._alpha = 30;
Symbol 23 MovieClip [kaka_anim] Frame 6
this._alpha = 10;
Symbol 23 MovieClip [kaka_anim] Frame 7
this.removeMovieClip();
Symbol 25 MovieClip [dirchanger] Frame 1
function hitReset() { canBeHit = true; } canBeHit = true; onEnterFrame = function () { setInterval(hitReset, 200); a = Math.random(); b = Math.random(); if (this.hitTest(_root.cannonball_fired)) { if ((a < 0.2) && (a > 0)) { trace("backwards"); _root.cannonball_fired.dirx = _root.cannonball_fired.dirx * -1; _root.cannonball_fired.diry = _root.cannonball_fired.diry * -1; canBeHit = false; } if ((a >= 0.2) && (a < 0.4)) { trace("speed up"); canBeHit = false; } if ((a >= 0.4) && (a < 0.7)) { trace("switch off"); _root.exit_switch = false; canBeHit = false; } if ((a >= 0.7) && (a <= 1)) { trace("turn 90 clockwise"); _root.cannonball_fired.firepower = 600; canBeHit = false; } } };
Symbol 33 MovieClip [gameover] Frame 1
stop(); Mouse.show(); submit_score._alpha = 0; more_mc._alpha = 0; main_mc._alpha = 0; main_mc.onPress = function () { _root.gotoAndPlay("menu"); this.removeMovieClip(); }; more_mc.onPress = function () { _root.gotoAndPlay("menu"); getURL ("http://www.UGOPlayer.com", "_blank"); this.removeMovieClip(); }; submit_score.onPress = function () { trace("submit score on game over"); trace(_root.playername); trace(_root.score); mochi.MochiScores.showLeaderboard({boardID:"bd0acf97758fad39", score:_root.score, name:_root.playername}); _root.gotoAndPlay("menu"); this.removeMovieClip(); };
Symbol 36 MovieClip [good] Frame 1
onEnterFrame = function () { this._rotation = this._rotation + 2; if (this.hitTest(_root.cannonball_fired)) { trace(this._name); _root.score = _root.score + (400 * _root.score_multiplier); _root.attachMovie("pargreen_", "pargreen_", _root.getNextHighestDepth(), {_x:_root.cannonball_fired._x, _y:_root.cannonball_fired._y}); _root.goodSound(); this.unloadMovie(); } if (_root.cannonball_fired.hitTest(_root.exit_mc) && (_root.exit_switch == true)) { this.unloadMovie(); } };
Symbol 41 MovieClip [exit] Frame 1
stop(); onEnterFrame = function () { if (_root.exit_switch == true) { this.gotoAndPlay(2); } };
Symbol 41 MovieClip [exit] Frame 2
function lvlIncrement(lvl) { lvl++; return(lvl); } stop(); onEnterFrame = function () { if (_root.exit_switch == false) { this.gotoAndPlay(1); } if (this.hitTest(_root.cannonball_fired)) { if (_root.exit_switch == true) { _root.score = _root.score + (1000 * _root.score_multiplier); _root.cannonball.removeMovieClip(this); _root.attachMovie("trans", "trans", _root.getNextHighestDepth(), {_x:Stage.width / 2, _y:Stage.height / 2}); _root.ball_active = false; _root.level.gotoAndPlay(lvl + 1); _root.ball_count = 1; _root.counter = 0; lvl++; this.gotoAndPlay(1); _root.advanceLevel(lvl); } } };
Symbol 44 MovieClip [kaka] Frame 1
onEnterFrame = function () { if (this.hitTest(_root.cannonball_fired)) { trace("hit kaka"); _root.attachMovie("kaka_anim", "kaka_anim", _root.getNextHighestDepth(), {_x:_root.cannonball_fired._x, _y:_root.cannonball_fired._y}); _root.alarmSound(); _root.score = _root.score - 1500; _root.cannonball_fired.removeMovieClip(); } };
Symbol 62 MovieClip Frame 1
onEnterFrame = function () { if (this.hitTest(_root.cannonball_fired)) { trace("hit kaka"); _root.attachMovie("kaka_anim", "kaka_anim", _root.getNextHighestDepth(), {_x:_root.cannonball_fired._x, _y:_root.cannonball_fired._y}); _root.alarmSound(); _root.score = _root.score - 1500; _root.cannonball_fired.removeMovieClip(); } };
Symbol 64 MovieClip Frame 1
onEnterFrame = function () { if (this.hitTest(_root.cannonball_fired)) { trace("hit kaka"); _root.attachMovie("kaka_anim", "kaka_anim", _root.getNextHighestDepth(), {_x:_root.cannonball_fired._x, _y:_root.cannonball_fired._y}); _root.alarmSound(); _root.score = _root.score - 1500; _root.cannonball_fired.removeMovieClip(); } };
Symbol 70 MovieClip Frame 1
onEnterFrame = function () { if (this.hitTest(_root.cannonball_fired)) { trace("hit kaka"); _root.attachMovie("kaka_anim", "kaka_anim", _root.getNextHighestDepth(), {_x:_root.cannonball_fired._x, _y:_root.cannonball_fired._y}); _root.alarmSound(); _root.score = _root.score - 1500; _root.cannonball_fired.removeMovieClip(); } };
Symbol 71 MovieClip Frame 1
onEnterFrame = function () { if (this.hitTest(_root.cannonball_fired)) { trace("hit kaka"); _root.attachMovie("kaka_anim", "kaka_anim", _root.getNextHighestDepth(), {_x:_root.cannonball_fired._x, _y:_root.cannonball_fired._y}); _root.alarmSound(); _root.score = _root.score - 1500; _root.cannonball_fired.removeMovieClip(); } };
Symbol 74 MovieClip [level] Frame 1
stop();
Symbol 74 MovieClip [level] Frame 2
stop();
Symbol 74 MovieClip [level] Frame 3
stop();
Symbol 74 MovieClip [level] Frame 4
stop();
Symbol 74 MovieClip [level] Frame 5
stop();
Symbol 74 MovieClip [level] Frame 6
stop();
Symbol 74 MovieClip [level] Frame 7
stop();
Symbol 74 MovieClip [level] Frame 8
stop();
Symbol 74 MovieClip [level] Frame 9
stop();
Symbol 74 MovieClip [level] Frame 10
stop();
Symbol 74 MovieClip [level] Frame 11
stop();
Symbol 74 MovieClip [level] Frame 12
stop();
Symbol 74 MovieClip [level] Frame 13
stop();
Symbol 74 MovieClip [level] Frame 14
stop();
Symbol 74 MovieClip [level] Frame 15
stop();
Symbol 74 MovieClip [level] Frame 16
stop();
Symbol 74 MovieClip [level] Frame 17
stop();
Symbol 74 MovieClip [level] Frame 18
stop();
Symbol 74 MovieClip [level] Frame 19
stop();
Symbol 74 MovieClip [level] Frame 20
stop();
Symbol 74 MovieClip [level] Frame 21
stop();
Symbol 74 MovieClip [level] Frame 22
stop();
Symbol 74 MovieClip [level] Frame 23
stop();
Symbol 74 MovieClip [level] Frame 24
stop();
Symbol 74 MovieClip [level] Frame 25
stop();
Symbol 74 MovieClip [level] Frame 26
stop();
Symbol 74 MovieClip [level] Frame 27
stop();
Symbol 74 MovieClip [level] Frame 28
stop();
Symbol 74 MovieClip [level] Frame 29
stop();
Symbol 74 MovieClip [level] Frame 30
stop();
Symbol 74 MovieClip [level] Frame 31
stop();
Symbol 74 MovieClip [level] Frame 32
stop();
Symbol 74 MovieClip [level] Frame 33
stop();
Symbol 74 MovieClip [level] Frame 34
stop();
Symbol 74 MovieClip [level] Frame 35
stop();
Symbol 75 MovieClip [play_but] Frame 1
this._alpha = 0;
Symbol 76 MovieClip Frame 1
this._alpha = 0; this.onPress = function () { getURL ("http://www.UGOPlayer.com", "_blank"); };
Symbol 85 MovieClip Frame 1
this.onPress = function () { getURL ("http://www.UGOPlayer.com", "_blank"); };
Symbol 86 MovieClip Frame 165
_root.gotoAndPlay("preloader");
Symbol 318 MovieClip [__Packages.mochi.MochiScores] Frame 0
class mochi.MochiScores { static var boardID, onClose, onError; function MochiScores () { } static function setBoardID(boardID) { mochi.MochiScores.boardID = boardID; mochi.MochiServices.send("scores_setBoardID", {boardID:boardID}); } static function showLeaderboard(options) { if (options.clip != null) { if ((options.clip != mochi.MochiServices.__get__clip()) || (mochi.MochiServices.__get__childClip()._target == undefined)) { mochi.MochiServices.disconnect(); mochi.MochiServices.connect(mochi.MochiServices.__get__id(), options.clip); } delete options.clip; } if (options.name != null) { if (typeof(options.name) == "object") { if (options.name.text != undefined) { options.name = options.name.text; } } } if (options.score != null) { if (typeof(options.score) == "object") { if (options.score.text != undefined) { options.score = options.score.text; } } } if (options.onDisplay != null) { options.onDisplay(); } else { mochi.MochiServices.__get__clip().stop(); } if (options.onClose != null) { onClose = options.onClose; } else { onClose = function () { mochi.MochiServices.__get__clip().play(); }; } if (options.onError != null) { onError = options.onError; } else { onError = onClose; } if (options.boardID == null) { if (boardID != null) { options.boardID = boardID; } } mochi.MochiServices.send("scores_showLeaderboard", {options:options}, null, doClose); } static function closeLeaderboard() { mochi.MochiServices.send("scores_closeLeaderboard"); } static function getPlayerInfo(callbackObj, callbackMethod) { mochi.MochiServices.send("scores_getPlayerInfo", null, callbackObj, callbackMethod); } static function submit(score, name, callbackObj, callbackMethod) { mochi.MochiServices.send("scores_submit", {score:score, name:name}, callbackObj, callbackMethod); } static function requestList(callbackObj, callbackMethod) { mochi.MochiServices.send("scores_requestList", null, callbackObj, callbackMethod); } static function scoresArrayToObjects(scores) { var _local5 = {}; var _local1; var _local4; var _local2; var _local6; for (var _local8 in scores) { if (typeof(scores[_local8]) == "object") { if ((scores[_local8].cols != null) && (scores[_local8].rows != null)) { _local5[_local8] = []; _local2 = scores[_local8]; _local4 = 0; while (_local4 < _local2.rows.length) { _local6 = {}; _local1 = 0; while (_local1 < _local2.cols.length) { _local6[_local2.cols[_local1]] = _local2.rows[_local4][_local1]; _local1++; } _local5[_local8].push(_local6); _local4++; } } else { _local5[_local8] = {}; for (var _local7 in scores[_local8]) { _local5[_local8][_local7] = scores[_local8][_local7]; } } } else { _local5[_local8] = scores[_local8]; } } return(_local5); } static function doClose(args) { if (args.error == true) { if (args.errorCode == undefined) { args.errorCode = "IOError"; } onError.apply(null, [args.errorCode]); } else { onClose.apply(); } } }
Symbol 319 MovieClip [__Packages.mochi.MochiServices] Frame 0
class mochi.MochiServices { static var _id, _container, _clip, _sendChannelName, _rcvChannelName, __get__comChannelName, onError, _listenChannel, _rcvChannel, _loader, _loaderListener, _sendChannel; function MochiServices () { } static function get id() { return(_id); } static function get clip() { return(_container); } static function get childClip() { return(_clip); } static function getVersion() { return("1.31"); } 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 get isNetworkAvailable() { if (System.security) { var _local1 = System.security; if (_local1.sandboxType == "localWithFile") { return(false); } } return(true); } static function set comChannelName(val) { if (val != undefined) { if (val.length > 3) { _sendChannelName = val + "_fromgame"; _rcvChannelName = val; initComChannels(); } } //return(__get__comChannelName()); } static function get connected() { return(_connected); } static function connect(id, clip, onError) { if ((!_connected) && (_clip == undefined)) { trace("MochiServices Connecting..."); _connecting = true; init(id, clip); } if (onError != undefined) { mochi.MochiServices.onError = onError; } else if (mochi.MochiServices.onError == undefined) { mochi.MochiServices.onError = function (errorCode) { trace(errorCode); }; } } static function disconnect() { if (_connected || (_connecting)) { _connecting = (_connected = false); flush(true); if (_clip != undefined) { _clip.removeMovieClip(); delete _clip; } _listenChannel.close(); _rcvChannel.close(); } } static function init(id, clip) { _id = id; if (clip != undefined) { _container = clip; } else { _container = _root; } loadCommunicator(id, _container); } static function loadCommunicator(id, clip) { var _local2 = "_mochiservices_com_" + id; if (_clip != null) { return(_clip); } if (!isNetworkAvailable) { return(null); } allowDomains(_gatewayURL); _clip = clip.createEmptyMovieClip(_local2, 10336, false); _loader = new MovieClipLoader(); if (_loaderListener.waitInterval != null) { clearInterval(_loaderListener.waitInterval); } _loaderListener = {}; _loaderListener.onLoadError = function (target_mc, errorCode, httpStatus) { trace("MochiServices could not load."); mochi.MochiServices.disconnect(); mochi.MochiServices.onError.apply(null, [errorCode]); }; _loaderListener.onLoadStart = function (target_mc) { this.isLoading = true; }; _loaderListener.startTime = getTimer(); _loaderListener.wait = function () { if ((getTimer() - this.startTime) > 10000) { if (!this.isLoading) { mochi.MochiServices.disconnect(); mochi.MochiServices.onError.apply(null, ["IOError"]); } clearInterval(this.waitInterval); } }; _loaderListener.waitInterval = setInterval(_loaderListener, "wait", 1000); _loader.addListener(_loaderListener); _loader.loadClip(_gatewayURL, _clip); _sendChannel = new LocalConnection(); _sendChannel._queue = []; _rcvChannel = new LocalConnection(); _rcvChannel.allowDomain = function (d) { return(true); }; _rcvChannel.allowInsecureDomain = _rcvChannel.allowDomain; _rcvChannel._nextcallbackID = 0; _rcvChannel._callbacks = {}; listen(); return(_clip); } static function onStatus(infoObject) { if (!(infoObject.level === "error")) { } else { _connected = false; _listenChannel.connect(_listenChannelName); } } static function listen() { _listenChannel = new LocalConnection(); _listenChannel.handshake = function (args) { mochi.MochiServices.__set__comChannelName(args.newChannel); }; _listenChannel.allowDomain = function (d) { return(true); }; _listenChannel.allowInsecureDomain = _listenChannel.allowDomain; _listenChannel.connect(_listenChannelName); trace("Waiting for MochiAds services to connect..."); } static function initComChannels() { if (!_connected) { _sendChannel.onStatus = function (infoObject) { mochi.MochiServices.onStatus(infoObject); }; _sendChannel.send(_sendChannelName, "onReceive", {methodName:"handshakeDone"}); _sendChannel.send(_sendChannelName, "onReceive", {methodName:"registerGame", id:_id, clip:_clip, version:getVersion()}); _rcvChannel.onStatus = function (infoObject) { mochi.MochiServices.onStatus(infoObject); }; _rcvChannel.onReceive = function (pkg) { var _local5 = pkg.callbackID; var _local4 = this._callbacks[_local5]; if (!_local4) { return(undefined); } var _local2 = _local4.callbackMethod; var _local3 = _local4.callbackObject; if (_local3 && (typeof(_local2) == "string")) { _local2 = _local3[_local2]; } if (_local2 != undefined) { _local2.apply(_local3, pkg.args); } delete this._callbacks[_local5]; }; _rcvChannel.onError = function () { mochi.MochiServices.onError.apply(null, ["IOError"]); }; _rcvChannel.connect(_rcvChannelName); trace("connected!"); _connecting = false; _connected = true; _listenChannel.close(); while (_sendChannel._queue.length > 0) { _sendChannel.send(_sendChannelName, "onReceive", _sendChannel._queue.shift()); } } } static function flush(error) { var _local1; var _local2; while (_sendChannel._queue.length > 0) { _local1 = _sendChannel._queue.shift(); if (_local1.callbackID != null) { _local2 = _rcvChannel._callbacks[_local1.callbackID]; } delete _rcvChannel._callbacks[_local1.callbackID]; if (error) { handleError(_local1.args, _local2.callbackObject, _local2.callbackMethod); } } } static function handleError(args, callbackObject, callbackMethod) { if (args != null) { if (args.onError != null) { args.onError.apply(null, ["NotConnected"]); } } if (callbackMethod != null) { args = {}; args.error = true; args.errorCode = "NotConnected"; if ((callbackObject != null) && (typeof(callbackMethod) == "string")) { callbackObject[callbackMethod](args); } else if (callbackMethod != null) { callbackMethod.apply(args); } } } static function send(methodName, args, callbackObject, callbackMethod) { if (_connected) { _sendChannel.send(_sendChannelName, "onReceive", {methodName:methodName, args:args, callbackID:_rcvChannel._nextcallbackID}); } else { if ((_clip == undefined) || (!_connecting)) { onError.apply(null, ["NotConnected"]); handleError(args, callbackObject, callbackMethod); flush(true); return(undefined); } _sendChannel._queue.push({methodName:methodName, args:args, callbackID:_rcvChannel._nextcallbackID}); } _rcvChannel._callbacks[_rcvChannel._nextcallbackID] = {callbackObject:callbackObject, callbackMethod:callbackMethod}; _rcvChannel._nextcallbackID++; } static var _gatewayURL = "http://www.mochiads.com/static/lib/services/services.swf"; static var _listenChannelName = "__mochiservices"; static var _connecting = false; static var _connected = false; }
Symbol 90 MovieClip Frame 101
stop();
Symbol 92 MovieClip [trans] Frame 1
Mouse.show(); morepls.onPress = function () { getURL ("http://www.UGOPlayer.com", "_blank"); };
Symbol 92 MovieClip [trans] Frame 101
Mouse.hide(); if (_root.lvl >= 25) { Mouse.show(); } this.removeMovieClip();
Symbol 99 MovieClip [endgame] Frame 1
submit_score._alpha = 0; submit_score.onPress = function () { trace("submit score on game over"); trace(_root.playername); trace(_root.score); mochi.MochiScores.showLeaderboard({boardID:"bd0acf97758fad39", score:_root.score, name:_root.playername}); _root.gotoAndPlay("intro"); this.removeMovieClip(); };
Symbol 103 MovieClip [cannonball] Frame 1
function generateParticles() { _parent.attachMovie("trail", "trail" + particleCount, _parent.getNextHighestDepth(), {_x:_x, _y:_y}); particleCount++; } particleCount = 0; setInterval(generateParticles, 20);
Symbol 115 MovieClip [backdrop] Frame 1
stop();
Symbol 115 MovieClip [backdrop] Frame 2
stop();
Symbol 115 MovieClip [backdrop] Frame 3
stop();
Symbol 115 MovieClip [backdrop] Frame 4
stop();
Symbol 134 MovieClip [pargreen_] Frame 9
this.removeMovieClip(this);
Symbol 153 MovieClip [particle_red] Frame 1
Symbol 153 MovieClip [particle_red] Frame 9
this.removeMovieClip(this);
Symbol 159 MovieClip [trail] Frame 1
this.onEnterFrame = function () { distance = Math.sqrt(Math.pow(_alpha - 0, 2) + Math.pow(_alpha - 0, 2)) / 8; _alpha = (_alpha - distance); _xscale = (_xscale - (distance / 4)); _yscale = (_yscale - (distance / 4)); if (_alpha < 1) { this.removeMovieClip(); } };
Symbol 162 MovieClip [verygood] Frame 1
onEnterFrame = function () { if (this.hitTest(_root.cannonball_fired)) { trace(this._name); _root.score = _root.score + (2400 * _root.score_multiplier); _root.attachMovie("particle_red", "particle_red", _root.getNextHighestDepth(), {_x:_root.cannonball_fired._x, _y:_root.cannonball_fired._y}); _root.goodSound(); this.removeMovieClip(this); } if (_root.cannonball_fired.hitTest(_root.exit_mc)) { this.removeMovieClip(this); } };
Symbol 169 MovieClip [instructions] Frame 1
stop(); onMouseDown = function () { _root.instructions.gotoAndPlay(2); };
Symbol 169 MovieClip [instructions] Frame 2
stop(); onMouseDown = function () { _root.instructions.gotoAndPlay(3); };
Symbol 169 MovieClip [instructions] Frame 3
stop(); onMouseDown = function () { _root.instructions.gotoAndPlay(4); };
Symbol 169 MovieClip [instructions] Frame 4
_root.game_paused = false; _root.instructions.removeMovieClip();
Symbol 170 MovieClip Frame 1
this._alpha = 70;
Symbol 171 MovieClip Frame 1
this._alpha = 70;
Symbol 172 MovieClip Frame 1
this._alpha = 70;
Symbol 173 MovieClip Frame 1
this._alpha = 70;
Symbol 177 MovieClip Frame 1
this.onPress = function () { getURL ("http://www.UGOPlayer.com", "_blank"); };
Symbol 195 MovieClip Frame 1
stop(); onEnterFrame = function () { if (this.hitTest(_root.cannonball_fired) && (_root.aktif == true)) { _root.aktif = false; _root.exit_switch = true; _root.counter = 5; var _local3 = setInterval(_root.azalt, 1000); trace(_local3); } };
Symbol 196 MovieClip Frame 1
stop(); onEnterFrame = function () { if (this.hitTest(_root.cannonball_fired) && (_root.aktif == true)) { _root.aktif = false; _root.exit_switch = true; _root.counter = 5; var _local3 = setInterval(_root.azalt, 1000); trace(_local3); } };
Symbol 196 MovieClip Frame 2
stop();
Symbol 197 MovieClip Frame 1
stop();
Symbol 197 MovieClip Frame 2
stop();
Symbol 197 MovieClip Frame 3
stop();
Symbol 197 MovieClip Frame 4
stop();
Symbol 197 MovieClip Frame 5
stop();
Symbol 197 MovieClip Frame 6
stop();
Symbol 197 MovieClip Frame 7
stop();
Symbol 197 MovieClip Frame 8
stop();
Symbol 197 MovieClip Frame 9
stop();
Symbol 197 MovieClip Frame 10
stop();
Symbol 197 MovieClip Frame 11
stop();
Symbol 197 MovieClip Frame 12
stop();
Symbol 197 MovieClip Frame 13
stop();
Symbol 197 MovieClip Frame 14
stop();
Symbol 197 MovieClip Frame 15
stop();
Symbol 197 MovieClip Frame 16
stop();
Symbol 197 MovieClip Frame 17
stop();
Symbol 197 MovieClip Frame 18
stop();
Symbol 197 MovieClip Frame 19
stop();
Symbol 197 MovieClip Frame 20
stop();
Symbol 197 MovieClip Frame 21
stop();
Symbol 197 MovieClip Frame 22
stop();
Symbol 197 MovieClip Frame 23
stop();
Symbol 197 MovieClip Frame 24
stop();
Symbol 197 MovieClip Frame 25
stop();
Symbol 197 MovieClip Frame 26
stop();
Symbol 199 MovieClip Frame 1
onEnterFrame = function () { this._rotation = this._rotation + 2; if (this.hitTest(_root.cannonball_fired)) { trace(this._name); _root.score = _root.score + (1200 * _root.score_multiplier); _root.attachMovie("pargreen_", "pargreen_", _root.getNextHighestDepth(), {_x:_root.cannonball_fired._x, _y:_root.cannonball_fired._y}); _root.goodSound(); this.unloadMovie(); } if (_root.cannonball_fired.hitTest(_root.exit_mc) && (_root.exit_switch == true)) { this.unloadMovie(); } };
Symbol 263 MovieClip Frame 1
onEnterFrame = function () { this._rotation = this._rotation + 2; if (this.hitTest(_root.cannonball_fired)) { trace(this._name); _root.score = _root.score + (1200 * _root.score_multiplier); _root.attachMovie("pargreen_", "pargreen_", _root.getNextHighestDepth(), {_x:_root.cannonball_fired._x, _y:_root.cannonball_fired._y}); _root.goodSound(); this.unloadMovie(); } if (_root.cannonball_fired.hitTest(_root.exit_mc) && (_root.exit_switch == true)) { this.unloadMovie(); } };
Symbol 266 MovieClip Frame 1
onEnterFrame = function () { this._rotation = this._rotation + 2; if (this.hitTest(_root.cannonball_fired)) { trace(this._name); _root.score = _root.score + (1200 * _root.score_multiplier); _root.attachMovie("pargreen_", "pargreen_", _root.getNextHighestDepth(), {_x:_root.cannonball_fired._x, _y:_root.cannonball_fired._y}); _root.goodSound(); this.unloadMovie(); } if (_root.cannonball_fired.hitTest(_root.exit_mc) && (_root.exit_switch == true)) { this.unloadMovie(); } };
Symbol 267 MovieClip Frame 1
onEnterFrame = function () { this._rotation = this._rotation + 2; if (this.hitTest(_root.cannonball_fired)) { trace(this._name); _root.score = _root.score + (1200 * _root.score_multiplier); _root.attachMovie("pargreen_", "pargreen_", _root.getNextHighestDepth(), {_x:_root.cannonball_fired._x, _y:_root.cannonball_fired._y}); _root.goodSound(); this.unloadMovie(); } if (_root.cannonball_fired.hitTest(_root.exit_mc) && (_root.exit_switch == true)) { this.unloadMovie(); } };
Symbol 269 MovieClip Frame 1
onEnterFrame = function () { this._rotation = this._rotation + 2; if (this.hitTest(_root.cannonball_fired)) { trace(this._name); _root.score = _root.score + (1200 * _root.score_multiplier); _root.attachMovie("pargreen_", "pargreen_", _root.getNextHighestDepth(), {_x:_root.cannonball_fired._x, _y:_root.cannonball_fired._y}); _root.goodSound(); this.unloadMovie(); } if (_root.cannonball_fired.hitTest(_root.exit_mc) && (_root.exit_switch == true)) { this.unloadMovie(); } };
Symbol 270 MovieClip Frame 1
onEnterFrame = function () { this._rotation = this._rotation + 2; if (this.hitTest(_root.cannonball_fired)) { trace(this._name); _root.score = _root.score + (1200 * _root.score_multiplier); _root.attachMovie("pargreen_", "pargreen_", _root.getNextHighestDepth(), {_x:_root.cannonball_fired._x, _y:_root.cannonball_fired._y}); _root.goodSound(); this.unloadMovie(); } if (_root.cannonball_fired.hitTest(_root.exit_mc) && (_root.exit_switch == true)) { this.unloadMovie(); } };
Symbol 271 MovieClip Frame 1
onEnterFrame = function () { this._rotation = this._rotation + 2; if (this.hitTest(_root.cannonball_fired)) { trace(this._name); _root.score = _root.score + (1200 * _root.score_multiplier); _root.attachMovie("pargreen_", "pargreen_", _root.getNextHighestDepth(), {_x:_root.cannonball_fired._x, _y:_root.cannonball_fired._y}); _root.goodSound(); this.unloadMovie(); } if (_root.cannonball_fired.hitTest(_root.exit_mc) && (_root.exit_switch == true)) { this.unloadMovie(); } };
Symbol 272 MovieClip Frame 1
onEnterFrame = function () { this._rotation = this._rotation + 2; if (this.hitTest(_root.cannonball_fired)) { trace(this._name); _root.score = _root.score + (1200 * _root.score_multiplier); _root.attachMovie("pargreen_", "pargreen_", _root.getNextHighestDepth(), {_x:_root.cannonball_fired._x, _y:_root.cannonball_fired._y}); _root.goodSound(); this.unloadMovie(); } if (_root.cannonball_fired.hitTest(_root.exit_mc) && (_root.exit_switch == true)) { this.unloadMovie(); } };
Symbol 274 MovieClip Frame 1
onEnterFrame = function () { this._rotation = this._rotation + 2; if (this.hitTest(_root.cannonball_fired)) { trace(this._name); _root.score = _root.score + (1200 * _root.score_multiplier); _root.attachMovie("pargreen_", "pargreen_", _root.getNextHighestDepth(), {_x:_root.cannonball_fired._x, _y:_root.cannonball_fired._y}); _root.goodSound(); this.unloadMovie(); } if (_root.cannonball_fired.hitTest(_root.exit_mc) && (_root.exit_switch == true)) { this.unloadMovie(); } };
Symbol 275 MovieClip Frame 1
onEnterFrame = function () { this._rotation = this._rotation + 2; if (this.hitTest(_root.cannonball_fired)) { trace(this._name); _root.score = _root.score + (1200 * _root.score_multiplier); _root.attachMovie("pargreen_", "pargreen_", _root.getNextHighestDepth(), {_x:_root.cannonball_fired._x, _y:_root.cannonball_fired._y}); _root.goodSound(); this.unloadMovie(); } if (_root.cannonball_fired.hitTest(_root.exit_mc) && (_root.exit_switch == true)) { this.unloadMovie(); } };
Symbol 276 MovieClip Frame 1
onEnterFrame = function () { this._rotation = this._rotation + 2; if (this.hitTest(_root.cannonball_fired)) { trace(this._name); _root.score = _root.score + (1200 * _root.score_multiplier); _root.attachMovie("pargreen_", "pargreen_", _root.getNextHighestDepth(), {_x:_root.cannonball_fired._x, _y:_root.cannonball_fired._y}); _root.goodSound(); this.unloadMovie(); } if (_root.cannonball_fired.hitTest(_root.exit_mc) && (_root.exit_switch == true)) { this.unloadMovie(); } };
Symbol 277 MovieClip Frame 1
onEnterFrame = function () { this._rotation = this._rotation + 2; if (this.hitTest(_root.cannonball_fired)) { trace(this._name); _root.score = _root.score + (1200 * _root.score_multiplier); _root.attachMovie("pargreen_", "pargreen_", _root.getNextHighestDepth(), {_x:_root.cannonball_fired._x, _y:_root.cannonball_fired._y}); _root.goodSound(); this.unloadMovie(); } if (_root.cannonball_fired.hitTest(_root.exit_mc) && (_root.exit_switch == true)) { this.unloadMovie(); } };
Symbol 278 MovieClip Frame 1
onEnterFrame = function () { this._rotation = this._rotation + 2; if (this.hitTest(_root.cannonball_fired)) { trace(this._name); _root.score = _root.score + (1200 * _root.score_multiplier); _root.attachMovie("pargreen_", "pargreen_", _root.getNextHighestDepth(), {_x:_root.cannonball_fired._x, _y:_root.cannonball_fired._y}); _root.goodSound(); this.unloadMovie(); } if (_root.cannonball_fired.hitTest(_root.exit_mc) && (_root.exit_switch == true)) { this.unloadMovie(); } };
Symbol 279 MovieClip Frame 1
onEnterFrame = function () { this._rotation = this._rotation + 2; if (this.hitTest(_root.cannonball_fired)) { trace(this._name); _root.score = _root.score + (1200 * _root.score_multiplier); _root.attachMovie("pargreen_", "pargreen_", _root.getNextHighestDepth(), {_x:_root.cannonball_fired._x, _y:_root.cannonball_fired._y}); _root.goodSound(); this.unloadMovie(); } if (_root.cannonball_fired.hitTest(_root.exit_mc) && (_root.exit_switch == true)) { this.unloadMovie(); } };
Symbol 280 MovieClip Frame 1
onEnterFrame = function () { this._rotation = this._rotation + 2; if (this.hitTest(_root.cannonball_fired)) { trace(this._name); _root.score = _root.score + (1200 * _root.score_multiplier); _root.attachMovie("pargreen_", "pargreen_", _root.getNextHighestDepth(), {_x:_root.cannonball_fired._x, _y:_root.cannonball_fired._y}); _root.goodSound(); this.unloadMovie(); } if (_root.cannonball_fired.hitTest(_root.exit_mc) && (_root.exit_switch == true)) { this.unloadMovie(); } };
Symbol 281 MovieClip Frame 1
onEnterFrame = function () { this._rotation = this._rotation + 2; if (this.hitTest(_root.cannonball_fired)) { trace(this._name); _root.score = _root.score + (1200 * _root.score_multiplier); _root.attachMovie("pargreen_", "pargreen_", _root.getNextHighestDepth(), {_x:_root.cannonball_fired._x, _y:_root.cannonball_fired._y}); _root.goodSound(); this.unloadMovie(); } if (_root.cannonball_fired.hitTest(_root.exit_mc) && (_root.exit_switch == true)) { this.unloadMovie(); } };
Symbol 282 MovieClip Frame 1
onEnterFrame = function () { this._rotation = this._rotation + 2; if (this.hitTest(_root.cannonball_fired)) { trace(this._name); _root.score = _root.score + (1200 * _root.score_multiplier); _root.attachMovie("pargreen_", "pargreen_", _root.getNextHighestDepth(), {_x:_root.cannonball_fired._x, _y:_root.cannonball_fired._y}); _root.goodSound(); this.unloadMovie(); } if (_root.cannonball_fired.hitTest(_root.exit_mc) && (_root.exit_switch == true)) { this.unloadMovie(); } };
Symbol 283 MovieClip Frame 1
onEnterFrame = function () { this._rotation = this._rotation + 2; if (this.hitTest(_root.cannonball_fired)) { trace(this._name); _root.score = _root.score + (1200 * _root.score_multiplier); _root.attachMovie("pargreen_", "pargreen_", _root.getNextHighestDepth(), {_x:_root.cannonball_fired._x, _y:_root.cannonball_fired._y}); _root.goodSound(); this.unloadMovie(); } if (_root.cannonball_fired.hitTest(_root.exit_mc) && (_root.exit_switch == true)) { this.unloadMovie(); } };
Symbol 284 MovieClip Frame 1
onEnterFrame = function () { this._rotation = this._rotation + 2; if (this.hitTest(_root.cannonball_fired)) { trace(this._name); _root.score = _root.score + (1200 * _root.score_multiplier); _root.attachMovie("pargreen_", "pargreen_", _root.getNextHighestDepth(), {_x:_root.cannonball_fired._x, _y:_root.cannonball_fired._y}); _root.goodSound(); this.unloadMovie(); } if (_root.cannonball_fired.hitTest(_root.exit_mc) && (_root.exit_switch == true)) { this.unloadMovie(); } };
Symbol 285 MovieClip Frame 1
onEnterFrame = function () { this._rotation = this._rotation + 2; if (this.hitTest(_root.cannonball_fired)) { trace(this._name); _root.score = _root.score + (1200 * _root.score_multiplier); _root.attachMovie("pargreen_", "pargreen_", _root.getNextHighestDepth(), {_x:_root.cannonball_fired._x, _y:_root.cannonball_fired._y}); _root.goodSound(); this.unloadMovie(); } if (_root.cannonball_fired.hitTest(_root.exit_mc) && (_root.exit_switch == true)) { this.unloadMovie(); } };
Symbol 286 MovieClip Frame 1
onEnterFrame = function () { this._rotation = this._rotation + 2; if (this.hitTest(_root.cannonball_fired)) { trace(this._name); _root.score = _root.score + (1200 * _root.score_multiplier); _root.attachMovie("pargreen_", "pargreen_", _root.getNextHighestDepth(), {_x:_root.cannonball_fired._x, _y:_root.cannonball_fired._y}); _root.goodSound(); this.unloadMovie(); } if (_root.cannonball_fired.hitTest(_root.exit_mc) && (_root.exit_switch == true)) { this.unloadMovie(); } };
Symbol 287 MovieClip Frame 1
onEnterFrame = function () { this._rotation = this._rotation + 2; if (this.hitTest(_root.cannonball_fired)) { trace(this._name); _root.score = _root.score + (1200 * _root.score_multiplier); _root.attachMovie("pargreen_", "pargreen_", _root.getNextHighestDepth(), {_x:_root.cannonball_fired._x, _y:_root.cannonball_fired._y}); _root.goodSound(); this.unloadMovie(); } if (_root.cannonball_fired.hitTest(_root.exit_mc) && (_root.exit_switch == true)) { this.unloadMovie(); } };
Symbol 288 MovieClip Frame 1
onEnterFrame = function () { this._rotation = this._rotation + 2; if (this.hitTest(_root.cannonball_fired)) { trace(this._name); _root.score = _root.score + (1200 * _root.score_multiplier); _root.attachMovie("pargreen_", "pargreen_", _root.getNextHighestDepth(), {_x:_root.cannonball_fired._x, _y:_root.cannonball_fired._y}); _root.goodSound(); this.unloadMovie(); } if (_root.cannonball_fired.hitTest(_root.exit_mc) && (_root.exit_switch == true)) { this.unloadMovie(); } };
Symbol 289 MovieClip Frame 1
onEnterFrame = function () { this._rotation = this._rotation + 2; if (this.hitTest(_root.cannonball_fired)) { trace(this._name); _root.score = _root.score + (1200 * _root.score_multiplier); _root.attachMovie("pargreen_", "pargreen_", _root.getNextHighestDepth(), {_x:_root.cannonball_fired._x, _y:_root.cannonball_fired._y}); _root.goodSound(); this.unloadMovie(); } if (_root.cannonball_fired.hitTest(_root.exit_mc) && (_root.exit_switch == true)) { this.unloadMovie(); } };
Symbol 290 MovieClip Frame 1
onEnterFrame = function () { this._rotation = this._rotation + 2; if (this.hitTest(_root.cannonball_fired)) { trace(this._name); _root.score = _root.score + (1200 * _root.score_multiplier); _root.attachMovie("pargreen_", "pargreen_", _root.getNextHighestDepth(), {_x:_root.cannonball_fired._x, _y:_root.cannonball_fired._y}); _root.goodSound(); this.unloadMovie(); } if (_root.cannonball_fired.hitTest(_root.exit_mc) && (_root.exit_switch == true)) { this.unloadMovie(); } };
Symbol 291 MovieClip Frame 1
onEnterFrame = function () { this._rotation = this._rotation + 2; if (this.hitTest(_root.cannonball_fired)) { trace(this._name); _root.score = _root.score + (1200 * _root.score_multiplier); _root.attachMovie("pargreen_", "pargreen_", _root.getNextHighestDepth(), {_x:_root.cannonball_fired._x, _y:_root.cannonball_fired._y}); _root.goodSound(); this.unloadMovie(); } if (_root.cannonball_fired.hitTest(_root.exit_mc) && (_root.exit_switch == true)) { this.unloadMovie(); } };
Symbol 292 MovieClip Frame 1
onEnterFrame = function () { this._rotation = this._rotation + 2; if (this.hitTest(_root.cannonball_fired)) { trace(this._name); _root.score = _root.score + (1200 * _root.score_multiplier); _root.attachMovie("pargreen_", "pargreen_", _root.getNextHighestDepth(), {_x:_root.cannonball_fired._x, _y:_root.cannonball_fired._y}); _root.goodSound(); this.unloadMovie(); } if (_root.cannonball_fired.hitTest(_root.exit_mc) && (_root.exit_switch == true)) { this.unloadMovie(); } };
Symbol 293 MovieClip Frame 1
onEnterFrame = function () { this._rotation = this._rotation + 2; if (this.hitTest(_root.cannonball_fired)) { trace(this._name); _root.score = _root.score + (400 * _root.score_multiplier); _root.attachMovie("pargreen_", "pargreen_", _root.getNextHighestDepth(), {_x:_root.cannonball_fired._x, _y:_root.cannonball_fired._y}); _root.goodSound(); this.unloadMovie(); } if (_root.cannonball_fired.hitTest(_root.exit_mc) && (_root.exit_switch == true)) { this.unloadMovie(); } };
Symbol 294 MovieClip Frame 1
onEnterFrame = function () { this._rotation = this._rotation + 2; if (this.hitTest(_root.cannonball_fired)) { trace(this._name); _root.score = _root.score + (1200 * _root.score_multiplier); _root.attachMovie("pargreen_", "pargreen_", _root.getNextHighestDepth(), {_x:_root.cannonball_fired._x, _y:_root.cannonball_fired._y}); _root.goodSound(); this.unloadMovie(); } if (_root.cannonball_fired.hitTest(_root.exit_mc) && (_root.exit_switch == true)) { this.unloadMovie(); } };
Symbol 295 MovieClip Frame 1
onEnterFrame = function () { this._rotation = this._rotation + 2; if (this.hitTest(_root.cannonball_fired)) { trace(this._name); _root.score = _root.score + (1200 * _root.score_multiplier); _root.attachMovie("pargreen_", "pargreen_", _root.getNextHighestDepth(), {_x:_root.cannonball_fired._x, _y:_root.cannonball_fired._y}); _root.goodSound(); this.unloadMovie(); } if (_root.cannonball_fired.hitTest(_root.exit_mc) && (_root.exit_switch == true)) { this.unloadMovie(); } };
Symbol 296 MovieClip Frame 1
onEnterFrame = function () { this._rotation = this._rotation + 2; if (this.hitTest(_root.cannonball_fired)) { trace(this._name); _root.score = _root.score + (1200 * _root.score_multiplier); _root.attachMovie("pargreen_", "pargreen_", _root.getNextHighestDepth(), {_x:_root.cannonball_fired._x, _y:_root.cannonball_fired._y}); _root.goodSound(); this.unloadMovie(); } if (_root.cannonball_fired.hitTest(_root.exit_mc) && (_root.exit_switch == true)) { this.unloadMovie(); } };
Symbol 297 MovieClip Frame 1
onEnterFrame = function () { this._rotation = this._rotation + 2; if (this.hitTest(_root.cannonball_fired)) { trace(this._name); _root.score = _root.score + (1200 * _root.score_multiplier); _root.attachMovie("pargreen_", "pargreen_", _root.getNextHighestDepth(), {_x:_root.cannonball_fired._x, _y:_root.cannonball_fired._y}); _root.goodSound(); this.unloadMovie(); } if (_root.cannonball_fired.hitTest(_root.exit_mc) && (_root.exit_switch == true)) { this.unloadMovie(); } };
Symbol 298 MovieClip Frame 1
onEnterFrame = function () { this._rotation = this._rotation + 2; if (this.hitTest(_root.cannonball_fired)) { trace(this._name); _root.score = _root.score + (1200 * _root.score_multiplier); _root.attachMovie("pargreen_", "pargreen_", _root.getNextHighestDepth(), {_x:_root.cannonball_fired._x, _y:_root.cannonball_fired._y}); _root.goodSound(); this.unloadMovie(); } if (_root.cannonball_fired.hitTest(_root.exit_mc) && (_root.exit_switch == true)) { this.unloadMovie(); } };
Symbol 299 MovieClip Frame 1
onEnterFrame = function () { this._rotation = this._rotation + 2; if (this.hitTest(_root.cannonball_fired)) { trace(this._name); _root.score = _root.score + (1200 * _root.score_multiplier); _root.attachMovie("pargreen_", "pargreen_", _root.getNextHighestDepth(), {_x:_root.cannonball_fired._x, _y:_root.cannonball_fired._y}); _root.goodSound(); this.unloadMovie(); } if (_root.cannonball_fired.hitTest(_root.exit_mc) && (_root.exit_switch == true)) { this.unloadMovie(); } };
Symbol 300 MovieClip Frame 1
onEnterFrame = function () { this._rotation = this._rotation + 2; if (this.hitTest(_root.cannonball_fired)) { trace(this._name); _root.score = _root.score + (1200 * _root.score_multiplier); _root.attachMovie("pargreen_", "pargreen_", _root.getNextHighestDepth(), {_x:_root.cannonball_fired._x, _y:_root.cannonball_fired._y}); _root.goodSound(); this.unloadMovie(); } if (_root.cannonball_fired.hitTest(_root.exit_mc) && (_root.exit_switch == true)) { this.unloadMovie(); } };
Symbol 301 MovieClip Frame 1
onEnterFrame = function () { this._rotation = this._rotation + 2; if (this.hitTest(_root.cannonball_fired)) { trace(this._name); _root.score = _root.score + (1200 * _root.score_multiplier); _root.attachMovie("pargreen_", "pargreen_", _root.getNextHighestDepth(), {_x:_root.cannonball_fired._x, _y:_root.cannonball_fired._y}); _root.goodSound(); this.unloadMovie(); } if (_root.cannonball_fired.hitTest(_root.exit_mc) && (_root.exit_switch == true)) { this.unloadMovie(); } };
Symbol 302 MovieClip Frame 1
onEnterFrame = function () { this._rotation = this._rotation + 2; if (this.hitTest(_root.cannonball_fired)) { trace(this._name); _root.score = _root.score + (1200 * _root.score_multiplier); _root.attachMovie("pargreen_", "pargreen_", _root.getNextHighestDepth(), {_x:_root.cannonball_fired._x, _y:_root.cannonball_fired._y}); _root.goodSound(); this.unloadMovie(); } if (_root.cannonball_fired.hitTest(_root.exit_mc) && (_root.exit_switch == true)) { this.unloadMovie(); } };
Symbol 303 MovieClip Frame 1
onEnterFrame = function () { this._rotation = this._rotation + 2; if (this.hitTest(_root.cannonball_fired)) { trace(this._name); _root.score = _root.score + (1200 * _root.score_multiplier); _root.attachMovie("pargreen_", "pargreen_", _root.getNextHighestDepth(), {_x:_root.cannonball_fired._x, _y:_root.cannonball_fired._y}); _root.goodSound(); this.unloadMovie(); } if (_root.cannonball_fired.hitTest(_root.exit_mc) && (_root.exit_switch == true)) { this.unloadMovie(); } };
Symbol 304 MovieClip Frame 1
onEnterFrame = function () { this._rotation = this._rotation + 2; if (this.hitTest(_root.cannonball_fired)) { trace(this._name); _root.score = _root.score + (1200 * _root.score_multiplier); _root.attachMovie("pargreen_", "pargreen_", _root.getNextHighestDepth(), {_x:_root.cannonball_fired._x, _y:_root.cannonball_fired._y}); _root.goodSound(); this.unloadMovie(); } if (_root.cannonball_fired.hitTest(_root.exit_mc) && (_root.exit_switch == true)) { this.unloadMovie(); } };
Symbol 305 MovieClip Frame 1
onEnterFrame = function () { this._rotation = this._rotation + 2; if (this.hitTest(_root.cannonball_fired)) { trace(this._name); _root.score = _root.score + (1200 * _root.score_multiplier); _root.attachMovie("pargreen_", "pargreen_", _root.getNextHighestDepth(), {_x:_root.cannonball_fired._x, _y:_root.cannonball_fired._y}); _root.goodSound(); this.unloadMovie(); } if (_root.cannonball_fired.hitTest(_root.exit_mc) && (_root.exit_switch == true)) { this.unloadMovie(); } };
Symbol 306 MovieClip Frame 1
onEnterFrame = function () { this._rotation = this._rotation + 2; if (this.hitTest(_root.cannonball_fired)) { trace(this._name); _root.score = _root.score + (1200 * _root.score_multiplier); _root.attachMovie("pargreen_", "pargreen_", _root.getNextHighestDepth(), {_x:_root.cannonball_fired._x, _y:_root.cannonball_fired._y}); _root.goodSound(); this.unloadMovie(); } if (_root.cannonball_fired.hitTest(_root.exit_mc) && (_root.exit_switch == true)) { this.unloadMovie(); } };
Symbol 307 MovieClip Frame 1
onEnterFrame = function () { this._rotation = this._rotation + 2; if (this.hitTest(_root.cannonball_fired)) { trace(this._name); _root.score = _root.score + (1200 * _root.score_multiplier); _root.attachMovie("pargreen_", "pargreen_", _root.getNextHighestDepth(), {_x:_root.cannonball_fired._x, _y:_root.cannonball_fired._y}); _root.goodSound(); this.unloadMovie(); } if (_root.cannonball_fired.hitTest(_root.exit_mc) && (_root.exit_switch == true)) { this.unloadMovie(); } };
Symbol 308 MovieClip Frame 1
onEnterFrame = function () { this._rotation = this._rotation + 2; if (this.hitTest(_root.cannonball_fired)) { trace(this._name); _root.score = _root.score + (1200 * _root.score_multiplier); _root.attachMovie("pargreen_", "pargreen_", _root.getNextHighestDepth(), {_x:_root.cannonball_fired._x, _y:_root.cannonball_fired._y}); _root.goodSound(); this.unloadMovie(); } if (_root.cannonball_fired.hitTest(_root.exit_mc) && (_root.exit_switch == true)) { this.unloadMovie(); } };
Symbol 309 MovieClip Frame 1
onEnterFrame = function () { this._rotation = this._rotation + 2; if (this.hitTest(_root.cannonball_fired)) { trace(this._name); _root.score = _root.score + (1200 * _root.score_multiplier); _root.attachMovie("pargreen_", "pargreen_", _root.getNextHighestDepth(), {_x:_root.cannonball_fired._x, _y:_root.cannonball_fired._y}); _root.goodSound(); this.unloadMovie(); } if (_root.cannonball_fired.hitTest(_root.exit_mc) && (_root.exit_switch == true)) { this.unloadMovie(); } };
Symbol 310 MovieClip Frame 1
onEnterFrame = function () { this._rotation = this._rotation + 2; if (this.hitTest(_root.cannonball_fired)) { trace(this._name); _root.score = _root.score + (1200 * _root.score_multiplier); _root.attachMovie("pargreen_", "pargreen_", _root.getNextHighestDepth(), {_x:_root.cannonball_fired._x, _y:_root.cannonball_fired._y}); _root.goodSound(); this.unloadMovie(); } if (_root.cannonball_fired.hitTest(_root.exit_mc) && (_root.exit_switch == true)) { this.unloadMovie(); } };
Symbol 311 MovieClip Frame 1
onEnterFrame = function () { this._rotation = this._rotation + 2; if (this.hitTest(_root.cannonball_fired)) { trace(this._name); _root.score = _root.score + (1200 * _root.score_multiplier); _root.attachMovie("pargreen_", "pargreen_", _root.getNextHighestDepth(), {_x:_root.cannonball_fired._x, _y:_root.cannonball_fired._y}); _root.goodSound(); this.unloadMovie(); } if (_root.cannonball_fired.hitTest(_root.exit_mc) && (_root.exit_switch == true)) { this.unloadMovie(); } };
Symbol 312 MovieClip Frame 1
onEnterFrame = function () { this._rotation = this._rotation + 2; if (this.hitTest(_root.cannonball_fired)) { trace(this._name); _root.score = _root.score + (1200 * _root.score_multiplier); _root.attachMovie("pargreen_", "pargreen_", _root.getNextHighestDepth(), {_x:_root.cannonball_fired._x, _y:_root.cannonball_fired._y}); _root.goodSound(); this.unloadMovie(); } if (_root.cannonball_fired.hitTest(_root.exit_mc) && (_root.exit_switch == true)) { this.unloadMovie(); } };
Symbol 313 MovieClip Frame 1
stop();
Symbol 313 MovieClip Frame 2
stop();
Symbol 313 MovieClip Frame 3
stop();
Symbol 313 MovieClip Frame 4
stop();
Symbol 313 MovieClip Frame 5
stop();
Symbol 313 MovieClip Frame 6
stop();
Symbol 313 MovieClip Frame 7
stop();
Symbol 313 MovieClip Frame 8
stop();
Symbol 313 MovieClip Frame 9
stop();
Symbol 313 MovieClip Frame 10
stop();
Symbol 313 MovieClip Frame 11
stop();
Symbol 313 MovieClip Frame 12
stop();
Symbol 313 MovieClip Frame 13
stop();
Symbol 313 MovieClip Frame 14
stop();
Symbol 313 MovieClip Frame 15
stop();
Symbol 313 MovieClip Frame 16
stop();
Symbol 313 MovieClip Frame 17
stop();
Symbol 313 MovieClip Frame 18
stop();
Symbol 313 MovieClip Frame 19
stop();
Symbol 313 MovieClip Frame 20
stop();
Symbol 313 MovieClip Frame 21
stop();
Symbol 313 MovieClip Frame 22
stop();
Symbol 313 MovieClip Frame 23
stop();
Symbol 313 MovieClip Frame 24
stop();
Symbol 313 MovieClip Frame 25
stop();
Symbol 313 MovieClip Frame 26
stop();
Symbol 313 MovieClip Frame 27
stop();
Symbol 313 MovieClip Frame 28
stop();
Symbol 313 MovieClip Frame 29
stop();
Symbol 313 MovieClip Frame 30
stop();
Symbol 313 MovieClip Frame 31
stop();
Symbol 313 MovieClip Frame 32
stop();
Symbol 313 MovieClip Frame 33
stop();
Symbol 313 MovieClip Frame 34
stop();
Symbol 313 MovieClip Frame 35
stop();
Symbol 313 MovieClip Frame 36
stop();
Symbol 313 MovieClip Frame 37
stop();
Symbol 313 MovieClip Frame 38
stop();
Symbol 313 MovieClip Frame 39
stop();
Symbol 313 MovieClip Frame 40
stop();
Symbol 313 MovieClip Frame 41
stop();
Symbol 313 MovieClip Frame 42
stop();
Symbol 313 MovieClip Frame 43
stop();
Symbol 313 MovieClip Frame 44
stop();
Symbol 313 MovieClip Frame 45
stop();
Symbol 313 MovieClip Frame 46
stop();
Symbol 313 MovieClip Frame 47
stop();
Symbol 313 MovieClip Frame 48
stop();
Symbol 315 MovieClip Frame 1
stop();
Symbol 315 MovieClip Frame 2
stop();
Symbol 315 MovieClip Frame 3
stop();
Symbol 315 MovieClip Frame 4
stop();
Symbol 315 MovieClip Frame 5
stop();
Symbol 315 MovieClip Frame 6
stop();
Symbol 315 MovieClip Frame 7
stop();
Symbol 315 MovieClip Frame 8
stop();
Symbol 315 MovieClip Frame 9
stop();
Symbol 315 MovieClip Frame 10
stop();
Symbol 315 MovieClip Frame 11
stop();
Symbol 315 MovieClip Frame 12
stop();
Symbol 315 MovieClip Frame 13
stop();
Symbol 315 MovieClip Frame 14
stop();
Symbol 315 MovieClip Frame 15
stop();
Symbol 315 MovieClip Frame 16
stop();
Symbol 315 MovieClip Frame 17
stop();
Symbol 315 MovieClip Frame 18
stop();
Symbol 315 MovieClip Frame 19
stop();
Symbol 315 MovieClip Frame 20
stop();
Symbol 315 MovieClip Frame 21
stop();
Symbol 315 MovieClip Frame 22
stop();
Symbol 315 MovieClip Frame 23
stop();
Symbol 315 MovieClip Frame 24
stop();
Symbol 315 MovieClip Frame 25
stop();
Symbol 317 MovieClip Frame 80
Mouse.show();

Library Items

Symbol 1 Sound [good_sound]
Symbol 2 Sound [bump_sound]
Symbol 3 Sound [alarm_sound]
Symbol 4 GraphicUsed by:5
Symbol 5 MovieClip [crosshair]Uses:4
Symbol 6 FontUsed by:7 9 187 188 189 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 264 268 273
Symbol 7 EditableTextUses:6Used by:8
Symbol 8 MovieClip [multiplier_txt]Uses:7
Symbol 9 EditableTextUses:6Used by:10
Symbol 10 MovieClip [demoend]Uses:9
Symbol 11 FontUsed by:12 95 98 176 183 316
Symbol 12 EditableTextUses:11Used by:14
Symbol 13 GraphicUsed by:14
Symbol 14 MovieClipUses:12 13Used by:16
Symbol 15 MovieClip [siyahbant]Used by:16
Symbol 16 MovieClip [instur1]Uses:14 15
Symbol 17 BitmapUsed by:18
Symbol 18 GraphicUses:17Used by:23
Symbol 19 BitmapUsed by:20
Symbol 20 GraphicUses:19Used by:23
Symbol 21 BitmapUsed by:22
Symbol 22 GraphicUses:21Used by:23
Symbol 23 MovieClip [kaka_anim]Uses:18 20 22
Symbol 24 GraphicUsed by:25
Symbol 25 MovieClip [dirchanger]Uses:24
Symbol 26 BitmapUsed by:27
Symbol 27 GraphicUses:26Used by:33
Symbol 28 GraphicUsed by:29 30 76 87
Symbol 29 MovieClipUses:28Used by:33
Symbol 30 MovieClipUses:28Used by:33
Symbol 31 GraphicUsed by:32 75 170 171 172 173 182
Symbol 32 MovieClipUses:31Used by:33 99
Symbol 33 MovieClip [gameover]Uses:27 29 30 32
Symbol 34 BitmapUsed by:35
Symbol 35 GraphicUses:34Used by:36 199 263 266 267 269 270 271 272 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312
Symbol 36 MovieClip [good]Uses:35Used by:313
Symbol 37 BitmapUsed by:38
Symbol 38 GraphicUses:37Used by:41
Symbol 39 BitmapUsed by:40
Symbol 40 GraphicUses:39Used by:41
Symbol 41 MovieClip [exit]Uses:38 40Used by:197
Symbol 42 BitmapUsed by:43
Symbol 43 GraphicUses:42Used by:44 62 64 70 71
Symbol 44 MovieClip [kaka]Uses:43Used by:74 197
Symbol 45 BitmapUsed by:46 49 50 51 52 53 54 55 56 58 60 61 63 65 69 73
Symbol 46 GraphicUses:45Used by:57 66 74
Symbol 47 BitmapUsed by:48 52 53 54 55 65 67 72 73
Symbol 48 GraphicUses:47Used by:74
Symbol 49 GraphicUses:45Used by:74
Symbol 50 GraphicUses:45Used by:74
Symbol 51 GraphicUses:45Used by:74
Symbol 52 GraphicUses:47 45Used by:74
Symbol 53 GraphicUses:45 47Used by:74
Symbol 54 GraphicUses:45 47Used by:74
Symbol 55 GraphicUses:45 47Used by:74
Symbol 56 GraphicUses:45Used by:74
Symbol 57 MovieClipUses:46Used by:74
Symbol 58 GraphicUses:45Used by:59 68
Symbol 59 MovieClipUses:58Used by:74
Symbol 60 GraphicUses:45Used by:74
Symbol 61 GraphicUses:45Used by:74
Symbol 62 MovieClipUses:43Used by:74 197
Symbol 63 GraphicUses:45Used by:74
Symbol 64 MovieClipUses:43Used by:74 197
Symbol 65 GraphicUses:45 47Used by:74
Symbol 66 MovieClipUses:46Used by:74
Symbol 67 GraphicUses:47Used by:74
Symbol 68 MovieClipUses:58Used by:74
Symbol 69 GraphicUses:45Used by:74
Symbol 70 MovieClipUses:43Used by:74 197
Symbol 71 MovieClipUses:43Used by:74 197
Symbol 72 GraphicUses:47Used by:74
Symbol 73 GraphicUses:45 47Used by:74
Symbol 74 MovieClip [level]Uses:46 48 49 50 51 52 53 54 55 56 57 59 60 61 62 63 64 44 65 66 67 68 69 70 71 72 73Used by:Timeline
Symbol 75 MovieClip [play_but]Uses:31Used by:Timeline
Symbol 76 MovieClipUses:28Used by:86
Symbol 77 FontUsed by:78
Symbol 78 TextUses:77Used by:86
Symbol 79 BitmapUsed by:80
Symbol 80 GraphicUses:79Used by:86
Symbol 81 BitmapUsed by:82
Symbol 82 GraphicUses:81Used by:86 91
Symbol 83 BitmapUsed by:84
Symbol 84 GraphicUses:83Used by:85 86
Symbol 85 MovieClipUses:84Used by:86 91 92
Symbol 86 MovieClipUses:76 78 80 82 85 84Used by:Timeline
Symbol 318 MovieClip [__Packages.mochi.MochiScores]
Symbol 319 MovieClip [__Packages.mochi.MochiServices]
Symbol 87 MovieClipUses:28Used by:90
Symbol 88 BitmapUsed by:89
Symbol 89 GraphicUses:88Used by:90
Symbol 90 MovieClipUses:87 89Used by:92
Symbol 91 MovieClipUses:85 82Used by:92
Symbol 92 MovieClip [trans]Uses:90 91 85Used by:Timeline
Symbol 93 BitmapUsed by:94
Symbol 94 GraphicUses:93Used by:Timeline
Symbol 95 EditableTextUses:11Used by:Timeline
Symbol 96 BitmapUsed by:97
Symbol 97 GraphicUses:96Used by:99
Symbol 98 TextUses:11Used by:99
Symbol 99 MovieClip [endgame]Uses:97 32 98Used by:Timeline
Symbol 100 BitmapUsed by:101
Symbol 101 GraphicUses:100Used by:102
Symbol 102 MovieClipUses:101Used by:103
Symbol 103 MovieClip [cannonball]Uses:102Used by:Timeline
Symbol 104 BitmapUsed by:105
Symbol 105 GraphicUses:104Used by:106
Symbol 106 MovieClip [cannon]Uses:105Used by:156  Timeline
Symbol 107 BitmapUsed by:108
Symbol 108 GraphicUses:107Used by:115
Symbol 109 BitmapUsed by:110
Symbol 110 GraphicUses:109Used by:115
Symbol 111 BitmapUsed by:112
Symbol 112 GraphicUses:111Used by:115
Symbol 113 BitmapUsed by:114
Symbol 114 GraphicUses:113Used by:115
Symbol 115 MovieClip [backdrop]Uses:108 110 112 114Used by:Timeline
Symbol 116 BitmapUsed by:117
Symbol 117 GraphicUses:116Used by:134
Symbol 118 BitmapUsed by:119
Symbol 119 GraphicUses:118Used by:134
Symbol 120 BitmapUsed by:121
Symbol 121 GraphicUses:120Used by:134
Symbol 122 BitmapUsed by:123
Symbol 123 GraphicUses:122Used by:134
Symbol 124 BitmapUsed by:125
Symbol 125 GraphicUses:124Used by:134
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 MovieClip [pargreen_]Uses:117 119 121 123 125 127 129 131 133Used by:Timeline
Symbol 135 BitmapUsed by:136
Symbol 136 GraphicUses:135Used by:153
Symbol 137 BitmapUsed by:138
Symbol 138 GraphicUses:137Used by:153
Symbol 139 BitmapUsed by:140
Symbol 140 GraphicUses:139Used by:153
Symbol 141 BitmapUsed by:142
Symbol 142 GraphicUses:141Used by:153
Symbol 143 BitmapUsed by:144
Symbol 144 GraphicUses:143Used by:153
Symbol 145 BitmapUsed by:146
Symbol 146 GraphicUses:145Used by:153
Symbol 147 BitmapUsed by:148
Symbol 148 GraphicUses:147Used by:153
Symbol 149 BitmapUsed by:150
Symbol 150 GraphicUses:149Used by:153
Symbol 151 BitmapUsed by:152
Symbol 152 GraphicUses:151Used by:153
Symbol 153 MovieClip [particle_red]Uses:136 138 140 142 144 146 148 150 152Used by:Timeline
Symbol 154 BitmapUsed by:155
Symbol 155 GraphicUses:154Used by:156
Symbol 156 MovieClip [tank]Uses:106 155Used by:Timeline
Symbol 157 BitmapUsed by:158
Symbol 158 GraphicUses:157Used by:159
Symbol 159 MovieClip [trail]Uses:158Used by:Timeline
Symbol 160 BitmapUsed by:161
Symbol 161 GraphicUses:160Used by:162
Symbol 162 MovieClip [verygood]Uses:161Used by:Timeline
Symbol 163 BitmapUsed by:164
Symbol 164 GraphicUses:163Used by:169
Symbol 165 BitmapUsed by:166
Symbol 166 GraphicUses:165Used by:169
Symbol 167 BitmapUsed by:168
Symbol 168 GraphicUses:167Used by:169
Symbol 169 MovieClip [instructions]Uses:164 166 168Used by:Timeline
Symbol 170 MovieClipUses:31Used by:Timeline
Symbol 171 MovieClipUses:31Used by:Timeline
Symbol 172 MovieClipUses:31Used by:Timeline
Symbol 173 MovieClipUses:31Used by:Timeline
Symbol 174 BitmapUsed by:175
Symbol 175 GraphicUses:174Used by:Timeline
Symbol 176 TextUses:11Used by:177
Symbol 177 MovieClipUses:176Used by:Timeline
Symbol 178 GraphicUsed by:Timeline
Symbol 179 BitmapUsed by:180
Symbol 180 GraphicUses:179Used by:181
Symbol 181 MovieClipUses:180Used by:Timeline
Symbol 182 MovieClipUses:31Used by:Timeline
Symbol 183 EditableTextUses:11Used by:Timeline
Symbol 184 GraphicUsed by:185
Symbol 185 MovieClipUses:184Used by:Timeline
Symbol 186 GraphicUsed by:Timeline
Symbol 187 EditableTextUses:6Used by:Timeline
Symbol 188 EditableTextUses:6Used by:Timeline
Symbol 189 EditableTextUses:6Used by:Timeline
Symbol 190 GraphicUsed by:191
Symbol 191 MovieClipUses:190Used by:Timeline
Symbol 192 GraphicUsed by:197
Symbol 193 BitmapUsed by:194
Symbol 194 GraphicUses:193Used by:195 196
Symbol 195 MovieClipUses:194Used by:197 315
Symbol 196 MovieClipUses:194Used by:197 315
Symbol 197 MovieClipUses:192 41 44 70 195 196 71 62 64Used by:Timeline
Symbol 198 GraphicUsed by:313
Symbol 199 MovieClipUses:35Used by:313
Symbol 200 GraphicUsed by:232
Symbol 201 TextUses:6Used by:232
Symbol 202 TextUses:6Used by:232
Symbol 203 TextUses:6Used by:232
Symbol 204 TextUses:6Used by:232
Symbol 205 TextUses:6Used by:232
Symbol 206 TextUses:6Used by:232
Symbol 207 TextUses:6Used by:232
Symbol 208 TextUses:6Used by:232
Symbol 209 TextUses:6Used by:232
Symbol 210 TextUses:6Used by:232
Symbol 211 TextUses:6Used by:232
Symbol 212 TextUses:6Used by:232
Symbol 213 TextUses:6Used by:232
Symbol 214 TextUses:6Used by:232
Symbol 215 TextUses:6Used by:232
Symbol 216 TextUses:6Used by:232
Symbol 217 TextUses:6Used by:232
Symbol 218 TextUses:6Used by:232
Symbol 219 TextUses:6Used by:232
Symbol 220 TextUses:6Used by:232
Symbol 221 TextUses:6Used by:232
Symbol 222 TextUses:6Used by:232
Symbol 223 TextUses:6Used by:232
Symbol 224 TextUses:6Used by:232
Symbol 225 TextUses:6Used by:232
Symbol 226 TextUses:6Used by:232
Symbol 227 TextUses:6Used by:232
Symbol 228 TextUses:6Used by:232
Symbol 229 TextUses:6Used by:232
Symbol 230 TextUses:6Used by:232
Symbol 231 TextUses:6Used by:232
Symbol 232 MovieClipUses:200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231Used by:313
Symbol 233 GraphicUsed by:313
Symbol 234 TextUses:6Used by:313
Symbol 235 TextUses:6Used by:313
Symbol 236 TextUses:6Used by:313
Symbol 237 TextUses:6Used by:313
Symbol 238 TextUses:6Used by:313
Symbol 239 TextUses:6Used by:313
Symbol 240 TextUses:6Used by:313
Symbol 241 TextUses:6Used by:313
Symbol 242 TextUses:6Used by:313
Symbol 243 TextUses:6Used by:313
Symbol 244 TextUses:6Used by:313
Symbol 245 TextUses:6Used by:313
Symbol 246 TextUses:6Used by:313
Symbol 247 TextUses:6Used by:313
Symbol 248 TextUses:6Used by:313
Symbol 249 TextUses:6Used by:313
Symbol 250 TextUses:6Used by:313
Symbol 251 TextUses:6Used by:313
Symbol 252 TextUses:6Used by:313
Symbol 253 TextUses:6Used by:313
Symbol 254 TextUses:6Used by:313
Symbol 255 TextUses:6Used by:313
Symbol 256 TextUses:6Used by:313
Symbol 257 TextUses:6Used by:313
Symbol 258 TextUses:6Used by:313
Symbol 259 TextUses:6Used by:313
Symbol 260 TextUses:6Used by:313
Symbol 261 TextUses:6Used by:313
Symbol 262 GraphicUsed by:313
Symbol 263 MovieClipUses:35Used by:313
Symbol 264 TextUses:6Used by:313
Symbol 265 GraphicUsed by:313
Symbol 266 MovieClipUses:35Used by:313
Symbol 267 MovieClipUses:35Used by:313
Symbol 268 TextUses:6Used by:313
Symbol 269 MovieClipUses:35Used by:313
Symbol 270 MovieClipUses:35Used by:313
Symbol 271 MovieClipUses:35Used by:313
Symbol 272 MovieClipUses:35Used by:313
Symbol 273 TextUses:6Used by:313
Symbol 274 MovieClipUses:35Used by:313
Symbol 275 MovieClipUses:35Used by:313
Symbol 276 MovieClipUses:35Used by:313
Symbol 277 MovieClipUses:35Used by:313
Symbol 278 MovieClipUses:35Used by:313
Symbol 279 MovieClipUses:35Used by:313
Symbol 280 MovieClipUses:35Used by:313
Symbol 281 MovieClipUses:35Used by:313
Symbol 282 MovieClipUses:35Used by:313
Symbol 283 MovieClipUses:35Used by:313
Symbol 284 MovieClipUses:35Used by:313
Symbol 285 MovieClipUses:35Used by:313
Symbol 286 MovieClipUses:35Used by:313
Symbol 287 MovieClipUses:35Used by:313
Symbol 288 MovieClipUses:35Used by:313
Symbol 289 MovieClipUses:35Used by:313
Symbol 290 MovieClipUses:35Used by:313
Symbol 291 MovieClipUses:35Used by:313
Symbol 292 MovieClipUses:35Used by:313
Symbol 293 MovieClipUses:35Used by:313
Symbol 294 MovieClipUses:35Used by:313
Symbol 295 MovieClipUses:35Used by:313
Symbol 296 MovieClipUses:35Used by:313
Symbol 297 MovieClipUses:35Used by:313
Symbol 298 MovieClipUses:35Used by:313
Symbol 299 MovieClipUses:35Used by:313
Symbol 300 MovieClipUses:35Used by:313
Symbol 301 MovieClipUses:35Used by:313
Symbol 302 MovieClipUses:35Used by:313
Symbol 303 MovieClipUses:35Used by:313
Symbol 304 MovieClipUses:35Used by:313
Symbol 305 MovieClipUses:35Used by:313
Symbol 306 MovieClipUses:35Used by:313
Symbol 307 MovieClipUses:35Used by:313
Symbol 308 MovieClipUses:35Used by:313
Symbol 309 MovieClipUses:35Used by:313
Symbol 310 MovieClipUses:35Used by:313
Symbol 311 MovieClipUses:35Used by:313
Symbol 312 MovieClipUses:35Used by:313
Symbol 313 MovieClipUses:198 199 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 36 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 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312Used by:Timeline
Symbol 314 GraphicUsed by:315
Symbol 315 MovieClipUses:314 195 196Used by:Timeline
Symbol 316 TextUses:11Used by:317
Symbol 317 MovieClipUses:316Used by:Timeline

Instance Names

"loading_txt"Frame 7Symbol 95 EditableText
"bg_grey"Frame 14Symbol 170 MovieClip
"bg_blue"Frame 14Symbol 171 MovieClip
"bg_green"Frame 14Symbol 172 MovieClip
"bg_pink"Frame 14Symbol 173 MovieClip
"play_but"Frame 14Symbol 75 MovieClip [play_but]
"play_bump"Frame 18Symbol 182 MovieClip
"name_txt"Frame 18Symbol 183 EditableText
"backdrop"Frame 27Symbol 115 MovieClip [backdrop]
"score_mc"Frame 27Symbol 187 EditableText
"state_mc"Frame 27Symbol 188 EditableText
"timer_mc"Frame 27Symbol 189 EditableText
"level"Frame 27Symbol 74 MovieClip [level]
"power_bar"Frame 27Symbol 191 MovieClip
"exit_holder"Frame 27Symbol 197 MovieClip
"goods"Frame 27Symbol 313 MovieClip
"switch_mc"Frame 27Symbol 315 MovieClip
"multiplier_txt"Symbol 8 MovieClip [multiplier_txt] Frame 1Symbol 7 EditableText
"more_mc"Symbol 33 MovieClip [gameover] Frame 1Symbol 29 MovieClip
"main_mc"Symbol 33 MovieClip [gameover] Frame 1Symbol 30 MovieClip
"submit_score"Symbol 33 MovieClip [gameover] Frame 1Symbol 32 MovieClip
"moregames"Symbol 86 MovieClip Frame 54Symbol 85 MovieClip
"morepls"Symbol 92 MovieClip [trans] Frame 1Symbol 91 MovieClip
"submit_score"Symbol 99 MovieClip [endgame] Frame 1Symbol 32 MovieClip
"cannon"Symbol 156 MovieClip [tank] Frame 1Symbol 106 MovieClip [cannon]

Special Tags

FileAttributes (69)Timeline Frame 1Access network only, Metadata not present, AS1/AS2.
Protect (24)Timeline Frame 131 bytes "..$1$fA$tEsN95rWd0ok4TW2y6FS9.."
ExportAssets (56)Timeline Frame 1Symbol 1 as "good_sound"
ExportAssets (56)Timeline Frame 1Symbol 2 as "bump_sound"
ExportAssets (56)Timeline Frame 1Symbol 3 as "alarm_sound"
ExportAssets (56)Timeline Frame 1Symbol 5 as "crosshair"
ExportAssets (56)Timeline Frame 1Symbol 8 as "multiplier_txt"
ExportAssets (56)Timeline Frame 1Symbol 10 as "demoend"
ExportAssets (56)Timeline Frame 1Symbol 15 as "siyahbant"
ExportAssets (56)Timeline Frame 1Symbol 16 as "instur1"
ExportAssets (56)Timeline Frame 1Symbol 23 as "kaka_anim"
ExportAssets (56)Timeline Frame 1Symbol 25 as "dirchanger"
ExportAssets (56)Timeline Frame 1Symbol 33 as "gameover"
ExportAssets (56)Timeline Frame 1Symbol 36 as "good"
ExportAssets (56)Timeline Frame 1Symbol 41 as "exit"
ExportAssets (56)Timeline Frame 1Symbol 44 as "kaka"
ExportAssets (56)Timeline Frame 1Symbol 74 as "level"
ExportAssets (56)Timeline Frame 1Symbol 75 as "play_but"
ExportAssets (56)Timeline Frame 1Symbol 318 as "__Packages.mochi.MochiScores"
ExportAssets (56)Timeline Frame 1Symbol 319 as "__Packages.mochi.MochiServices"
ExportAssets (56)Timeline Frame 7Symbol 92 as "trans"
ExportAssets (56)Timeline Frame 8Symbol 99 as "endgame"
ExportAssets (56)Timeline Frame 8Symbol 103 as "cannonball"
ExportAssets (56)Timeline Frame 8Symbol 106 as "cannon"
ExportAssets (56)Timeline Frame 8Symbol 115 as "backdrop"
ExportAssets (56)Timeline Frame 8Symbol 134 as "pargreen_"
ExportAssets (56)Timeline Frame 8Symbol 153 as "particle_red"
ExportAssets (56)Timeline Frame 8Symbol 156 as "tank"
ExportAssets (56)Timeline Frame 8Symbol 159 as "trail"
ExportAssets (56)Timeline Frame 8Symbol 162 as "verygood"
ExportAssets (56)Timeline Frame 8Symbol 169 as "instructions"

Labels

""intro""Frame 1
"preloader"Frame 7
"menu"Frame 14
"entername"Frame 18
"instructions"Frame 27
"game"Frame 27
"entername"Frame 32
"finished"Frame 38
"trans_go"Symbol 90 MovieClip Frame 1
"trans_stop"Symbol 90 MovieClip Frame 101
"trans_go"Symbol 92 MovieClip [trans] Frame 1
"trans_stop"Symbol 92 MovieClip [trans] Frame 101
"trans_stop"Symbol 92 MovieClip [trans] Frame 201




http://swfchan.com/10/48714/info.shtml
Created: 29/4 -2019 09:52:55 Last modified: 29/4 -2019 09:52:55 Server time: 14/05 -2024 18:13:27