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

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

Ninja Or Nun.swf

This is the info page for
Flash #130909

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


Text
Level:

<p align="left"><font face="Impact" size="36" color="#000000" letterSpacing="0.000000" kerning="1">00</font></p>

Score:

<p align="left"><font face="Impact" size="36" color="#000000" letterSpacing="0.000000" kerning="1">00000</font></p>

<p align="center"><font face="Impact" size="36" color="#000000" letterSpacing="0.000000" kerning="1">00</font></p>

Find

Find
The

Find
The
Ninjas!

Paused

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

Find The Ninja!!

Instructions

Ninja

Nun

Play

<p align="center"><font face="Impact" size="36" color="#000000" letterSpacing="0.000000" kerning="1">00</font></p>

Level:

<p align="left"><font face="Impact" size="28" color="#000000" letterSpacing="0.000000" kerning="1">00</font></p>

Ninjas:

Score:

<p align="left"><font face="Impact" size="28" color="#000000" letterSpacing="0.000000" kerning="1">00</font></p>

Zoom out

Zoom in

When you spot a Ninja click it to remove it from the
crowd. Clicking Nuns will decrease your points so be
careful!!
There will be up to 3 Ninjas hidden in the crowd, try to
find them all before your time runs out!

Instructions

This is the interlevel screen displayed between
levels.
You do not have to find the Ninjas on this screen!

<p align="center"><font face="Impact" size="36" color="#000000" letterSpacing="0.000000" kerning="1">00</font></p>

<p align="left"><font face="Impact" size="28" color="#000000" letterSpacing="0.000000" kerning="1">00</font></p>

<p align="left"><font face="Impact" size="28" color="#000000" letterSpacing="0.000000" kerning="1">00</font></p>

<p align="left"><font face="Impact" size="28" color="#000000" letterSpacing="0.000000" kerning="1">0</font></p>

<p align="left"><font face="Impact" size="28" color="#000000" letterSpacing="0.000000" kerning="1">Ninjas Left!!</font></p>

SPACE BAR

Pause

ActionScript [AS1/AS2]

Frame 1
mute_btn.onPress = function () { if (mute == false) { mute = true; music.setVolume(0); mute_btn.gotoAndStop(2); } else { mute = false; music.setVolume(100); mute_btn.gotoAndStop(1); } }; _lockroot = true; shownscores = true; mute = false; if (!musicstarted) { music = new Sound(this); music.attachSound("sound_track"); music.start(0, 99); musicstarted = true; } beat = new Sound(this); beat.attachSound("beat"); cheer = new Sound(this); cheer.attachSound("cheer"); correct = new Sound(this); correct.attachSound("correct"); wrong = new Sound(this); wrong.attachSound("wrong"); alright_ninja = new Sound(this); alright_ninja.attachSound("alright ninja"); hiiiiihya = new Sound(this); hiiiiihya.attachSound("hiiiiihya"); hiya = new Sound(this); hiya.attachSound("hiya"); hiyaaa = new Sound(this); hiyaaa.attachSound("hiyaaa"); hiyaaaa = new Sound(this); hiyaaaa.attachSound("hiyaaaa"); huhhh = new Sound(this); huhhh.attachSound("huhhh"); oh_no_nun = new Sound(this); oh_no_nun.attachSound("oh no nun"); sexy_ninja = new Sound(this); sexy_ninja.attachSound("sexy ninja");
Frame 3
stop(); _root.localization_url1 = "http://www.agame.com/moregames/?utm_source=brandedgames_as2&utm_medium=ninja_or_nun_agame_com"; _root.localization_language_nr = 1; _root.localization_branding_nr = 1; _root.localization_portal = "tweens"; if (_root.localization_portal == "game_com_cn") { this.mainscreen_moregames.onRelease = function () { getURL (_root.localization_url1, "_blank"); }; } else { this.mainscreen_moregames.onRelease = function () { getURL (_root.localization_url1 + "&utm_term=button_mainscreen_moregames", "_blank"); }; } shownscores = false; viewscores.onPress = function () { mochi.MochiServices.disconnect(); mochi.MochiServices.connect("91868163bf59e2ae"); gotoAndPlay (2); mochi.MochiScores.showLeaderboard({boardID:"50f282324481e52c"}); }; play_btn.onPress = function () { gotoAndStop ("instructions"); totaltime = 30; difficulty = 1; }; play_btn2.onPress = function () { gotoAndStop ("instructions"); totaltime = 25; difficulty = 2; }; play_btn3.onPress = function () { gotoAndStop ("instructions"); totaltime = 20; difficulty = 3; };
Frame 4
next.onPress = function () { _root.gotoAndStop("instructions2"); }; plays.onPress = function () { _root.gotoAndStop("game"); };
Frame 5
next.onPress = function () { _root.gotoAndStop("instructions3"); }; plays.onPress = function () { _root.gotoAndStop("game"); };
Frame 6
animation.gotoAndStop(49); plays.onPress = function () { _root.gotoAndStop("game"); };
Frame 7
function myTimer() { if (((!interlevel_placed) && (!gameover)) && (!game_paused)) { timer--; score = score - 10; } } function create_nuninjas() { show_ninjas_txt = true; txtcount = 0; ninjas_found = 0; ninjas_placed = 0; total_tiles = 0; nunamount = 0; ninjaamount = 0; newsizes = sizes; newpplsize = pplsize; newstartx = startx; num = 1; randnum0 = Math.round(Math.random() * randomness); randnum1 = Math.round(Math.random() * randomness); randnum2 = Math.round(Math.random() * randomness); y = 0; while (y <= ysize) { newsizes = newsizes * 1.025; newstartx = newstartx * 0.983; newpplsize = newpplsize * 1.025; x = 0; while (x <= size) { num++; trace(level); if (level[y][x] <= 1) { i = 0; while (i < ninjas_total) { if (_root["randnum" + i] == num) { place_a_ninja = true; } i++; } if (place_a_ninja) { randnum = 2; ninjas_placed++; tile = _root.attachMovie("ninjaset", "ninja" + ninjaamount, _root.getNextHighestDepth() + 100, {_x:(x * (Math.round(Math.random() * offset) + newpplsize)) + newstartx, _y:(y * (Math.round(Math.random() * offset) + newpplsize)) + starty}); tile._width = tile._width * newsizes; tile._height = tile._height * newsizes; ninjaamount++; place_a_ninja = false; } else { randnum = 1; tile = _root.attachMovie("nunset", "nun" + nunamount, _root.getNextHighestDepth() + 100, {_x:(x * (Math.round(Math.random() * offset) + newpplsize)) + newstartx, _y:(y * (Math.round(Math.random() * offset) + newpplsize)) + starty}); tile._width = tile._width * newsizes; tile._height = tile._height * newsizes; nunamount++; } tile.num = level[y][x]; total_tiles++; tile.onEnterFrame = function () { }; } x++; } i = 1; while (i < (ninjas_total + 1)) { _root["icon" + i]._visible = true; i++; } y++; } } function doRemove(parent) { var _local1; for (_local1 in parent) { if (parent[_local1].removeMovieClip()) { parent[_local1].removeMovieClip(); } } } function increase_level() { beatstarted = false; if (size < 15) { timer = totaltime - level_num; if (timer < 3) { timer = 3; } level_num++; pplsize = pplsize * 0.93; sizes = sizes * 0.9; offset = offset * 0.835; ninjas_placed = 0; ysize++; size++; randomness = (size + 1) * (ysize + 1); startx = (850 - (size * pplsize)) / 2; starty = (450 - (size * pplsize)) / 2; } else { totaltime = totaltime + 15; timer = totaltime; level_num++; ninjas_total++; pplsize = 40; offset = 5; sizes = 1; ninjas_placed = 0; size = 1; ysize = 1; randomness = 4; tileset = "tile1"; startx = (850 - (size * pplsize)) / 2; starty = (450 - (size * pplsize)) / 2; } } function play_interlevel() { attachMovie("find_ninjas", "find_ninjas", _root.getNextHighestDepth(), {_x:402, _y:195}); } function endFunction() { } stop(); game_over_count = 0; finished = true; beatstarted = false; gameover = false; score = 100; level = new Array(); zoomed = false; game_paused = false; level_num = 1; interlevel_placed = false; count = 0; if (!timer_started) { var intervalID = setInterval(myTimer, 1000); timer_started = true; } trace("my message"); timer = totaltime; i = 1; while (i < 4) { _root["icon" + i]._visible = false; i++; } if (!(level_num === 1)) { } else { pplsize = 40; offset = 5; sizes = 1; ninjas_placed = 0; ninjas_total = 1; size = 1; ysize = 1; randomness = 4; tileset = "tile1"; startx = (800 - (size * pplsize)) / 2; starty = (500 - (size * pplsize)) / 2; } pausecount = 0; onEnterFrame = function () { if (Key.isDown(44)) { timer = 0; } pausecount++; if (Key.isDown(32) && (pausecount > 30)) { pausecount = 0; if (!game_paused) { game_paused = true; _root.attachMovie("pause", "paused_ninja", _root.getNextHighestDepth()); pause_sound = Math.round(Math.random() * 1); if (pause_sound == 1) { alright_ninja.start(); } else { sexy_ninja.start(); } } else { game_paused = false; removeMovieClip(paused_ninja); } } if (!game_paused) { ninja_left = ninjas_total - ninjas_found; if (show_ninjas_txt) { ninja_txt1._visible = true; ninja_txt2._visible = true; } else { ninja_txt1._visible = false; ninja_txt2._visible = false; } txtcount++; if (txtcount > 50) { show_ninjas_txt = false; } if (Key.isDown(40) && (!zoomed)) { _root._x = _root._x - 100; _root._y = _root._y - 100; _root._xscale = _root._xscale + 30; _root._yscale = _root._yscale + 30; zoomed = true; clock._y = clock._y + 75; clockb._y = clockb._y + 75; ninja_txt1._y = ninja_txt1._y + 75; ninja_txt2._y = ninja_txt2._y + 75; scores._y = scores._y + 75; scoresb._y = scoresb._y + 75; scores._x = scores._x + 75; scoresb._x = scoresb._x + 75; levels._y = levels._y + 75; levelsb._y = levelsb._y + 75; levels._x = levels._x - 100; levelsb._x = levelsb._x - 100; ninj._y = ninj._y - 35; icon1._y = icon1._y - 35; icon2._y = icon2._y - 35; icon3._y = icon3._y - 35; icons._x = icons._x + 75; icons._y = icons._y - 35; mute_btn._y = mute_btn._y - 35; mute_btn._x = mute_btn._x - 100; } if (Key.isDown(38) && (zoomed)) { _root._x = 0; _root._y = 0; _root._xscale = 100; _root._yscale = 100; zoomed = false; clock._y = clock._y - 75; clockb._y = clockb._y - 75; ninja_txt1._y = ninja_txt1._y - 75; ninja_txt2._y = ninja_txt2._y - 75; scores._y = scores._y - 75; scoresb._y = scoresb._y - 75; scores._x = scores._x - 75; scoresb._x = scoresb._x - 75; levels._y = levels._y - 75; levelsb._y = levelsb._y - 75; levels._x = levels._x + 100; levelsb._x = levelsb._x + 100; ninj._y = ninj._y + 35; icon1._y = icon1._y + 35; icon2._y = icon2._y + 35; icon3._y = icon3._y + 35; icons._x = icons._x - 75; icons._y = icons._y + 35; mute_btn._y = mute_btn._y + 35; mute_btn._x = mute_btn._x + 100; } if ((timer <= 0) && (!gameover)) { game_over_count++; i = 0; while (i < nunamount) { _root["nun" + i]._visible = false; i++; } if (game_over_count > 60) { game_over_count = 0; doRemove(_root); _root.gotoAndStop("gameover"); gameover = true; if (zoomed) { _root._x = 0; _root._y = 0; _root._xscale = 100; _root._yscale = 100; zoomed = false; clock._y = clock._y - 75; clockb._y = clockb._y - 75; ninja_txt1._y = ninja_txt1._y - 75; ninja_txt2._y = ninja_txt2._y - 75; scores._y = scores._y - 75; scoresb._y = scoresb._y - 75; scores._x = scores._x - 75; scoresb._x = scoresb._x - 75; levels._y = levels._y - 75; levelsb._y = levelsb._y - 75; levels._x = levels._x + 100; levelsb._x = levelsb._x + 100; ninj._y = ninj._y + 35; icon1._y = icon1._y + 35; icon2._y = icon2._y + 35; icon3._y = icon3._y + 35; icons._x = icons._x - 75; icons._y = icons._y + 35; mute_btn._y = mute_btn._y + 35; mute_btn._x = mute_btn._x + 100; } } } if (timer < 8) { if (!beatstarted) { beat.start(); beatstarted = true; } } if (count == 30) { count = 0; } count++; if ((find_ninjas._currentframe == find_ninjas._totalframes) and interlevel_placed) { removeMovieClip(find_ninjas); increase_level(); interlevel_placed = false; } if (ninjas_placed < ninjas_total) { doRemove(_root); create_nuninjas(); } i = 0; while (i < ninjaamount) { if (count == 30) { randomnum = Math.round(Math.random() * 10); if (randomnum == 1) { randomnum2 = Math.round(Math.random() * 7); _root["ninja" + i].gotoAndStop(randomnum2); } else { _root["ninja" + i].gotoAndStop(1); } } _root["ninja" + i].onPress = function () { if (game_over_count < 1) { show_ninjas_txt = true; txtcount = 0; if (!game_paused) { random_sound = Math.round(Math.random() * 4); trace(random_sound); switch (random_sound) { case 1 : hiya.start(); break; case 2 : hiyaaa.start(); break; case 3 : hiyaaa.start(); break; case 4 : huhhh.start(); break; case 0 : hiiiiihya.start(); } removeMovieClip(this); ninjas_found++; _root["icon" + ninjas_found]._visible = false; score = score + (100 * difficulty); } } }; i++; } i = 0; while (i < nunamount) { if (count == 30) { randomnum = Math.round(Math.random() * 10); if (randomnum == 1) { randomnum2 = Math.round(Math.random() * 7); _root["nun" + i].gotoAndStop(randomnum2); } else { _root["nun" + i].gotoAndStop(1); } } _root["nun" + i].onPress = function () { if (!game_paused) { oh_no_nun.start(); score = score - 50; } }; i++; } if (ninjas_found == ninjas_total) { beat.stop("beat"); if ((level_num >= 45) && (!gameover)) { gameover = true; _root.gotoAndStop("gameover"); doRemove(_root); } else if ((!interlevel_placed) && (!gameover)) { if (((level_num == 9) or (level_num == 19)) or (level_num == 29)) { showAd(adOptions); finished = false; } score = score + ((level_num * 50) * difficulty); doRemove(_root); play_interlevel(); cheer.start(); interlevel_placed = true; } if (zoomed) { _root._x = 0; _root._y = 0; _root._xscale = 100; _root._yscale = 100; zoomed = false; clock._y = clock._y - 75; clockb._y = clockb._y - 75; ninja_txt1._y = ninja_txt1._y - 75; ninja_txt2._y = ninja_txt2._y - 75; scores._y = scores._y - 75; scoresb._y = scoresb._y - 75; scores._x = scores._x - 75; scoresb._x = scoresb._x - 75; levels._y = levels._y - 75; levelsb._y = levelsb._y - 75; levels._x = levels._x + 100; levelsb._x = levelsb._x + 100; ninj._y = ninj._y + 35; icon1._y = icon1._y + 35; icon2._y = icon2._y + 35; icon3._y = icon3._y + 35; icons._x = icons._x - 75; icons._y = icons._y + 35; mute_btn._y = mute_btn._y + 35; mute_btn._x = mute_btn._x + 100; } } } };
Frame 9
stop(); shownscores = false; beat.stop("beat"); if (!shownscores) { gotoAndPlay (2); playerscore = score; mochi.MochiServices.disconnect(); mochi.MochiServices.connect("91868163bf59e2ae"); mochi.MochiScores.showLeaderboard({boardID:"50f282324481e52c", score:playerscore}); shownscores = true; }
Symbol 29 MovieClip [find_ninjas] Frame 49
nunamount = 10; ninjaamount = 10; count = 0; play.onPress = function () { _root.find_ninjas.gotoAndPlay(50); }; onEnterFrame = function () { if (count == 30) { count = 0; } count++; i = 0; while (i < nunamount) { if (count == 30) { randomnum = Math.round(Math.random() * 10); if (randomnum == 1) { randomnum2 = Math.round(Math.random() * 7); this["nun" + i].gotoAndStop(randomnum2); } else { this["nun" + i].gotoAndStop(1); } } i++; } i = 0; while (i < ninjaamount) { if (count == 30) { randomnum = Math.round(Math.random() * 10); if (randomnum == 1) { randomnum2 = Math.round(Math.random() * 7); this["ninja" + i].gotoAndStop(randomnum2); } else { this["ninja" + i].gotoAndStop(1); } } i++; } };
Symbol 52 MovieClip [nunset] Frame 1
stop();
Symbol 67 MovieClip [ninjaset] Frame 1
stop();
Symbol 77 MovieClip [mute] Frame 1
stop();
Symbol 77 MovieClip [mute] Frame 2
stop();
Symbol 268 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) || (options.clip == undefined)) { options.clip = mochi.MochiServices.clip; } 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 (options.score instanceof TextField) { if (options.score.text != undefined) { options.score = options.score.text; } } else if (options.score instanceof mochi.MochiDigits) { options.score = options.score.value; } var _local1 = Number(options.score); if (isNaN(_local1)) { trace(("ERROR: Submitted score '" + options.score) + "' will be rejected, score is 'Not a Number'"); } else if ((_local1 == Number.NEGATIVE_INFINITY) || (_local1 == Number.POSITIVE_INFINITY)) { trace(("ERROR: Submitted score '" + options.score) + "' will be rejected, score is an infinite"); } else { if (Math.floor(_local1) != _local1) { trace(("WARNING: Submitted score '" + options.score) + "' will be truncated"); } options.score = _local1; } } 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) { score = Number(score); if (isNaN(score)) { trace(("ERROR: Submitted score '" + String(score)) + "' will be rejected, score is 'Not a Number'"); } else if ((score == Number.NEGATIVE_INFINITY) || (score == Number.POSITIVE_INFINITY)) { trace(("ERROR: Submitted score '" + String(score)) + "' will be rejected, score is an infinite"); } else { if (Math.floor(score) != score) { trace(("WARNING: Submitted score '" + String(score)) + "' will be truncated"); } score = Number(score); } 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 269 MovieClip [__Packages.mochi.MochiServices] Frame 0
class mochi.MochiServices { static var _id, _container, _clip, _sendChannelName, __get__comChannelName, onError, _listenChannel, _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.43"); } 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"; 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(); } } static function init(id, clip) { _id = id; if (clip != undefined) { _container = clip; } else { _container = _root; } loadCommunicator(id, _container); } static function loadCommunicator(id, clip) { var _local3 = "_mochiservices_com_" + id; if (_clip != null) { return(_clip); } if (!isNetworkAvailable) { return(null); } if (urlOptions().servicesURL != undefined) { _servicesURL = urlOptions().servicesURL; } allowDomains(_servicesURL); _clip = clip.createEmptyMovieClip(_local3, 10336, false); _listenChannelName = _listenChannelName + ((Math.floor(new Date().getTime()) + "_") + Math.floor(Math.random() * 99999)); _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((((_servicesURL + "?listenLC=") + _listenChannelName) + "&mochiad_options=") + escape(_root.mochiad_options), _clip); _sendChannel = new LocalConnection(); _sendChannel._queue = []; 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._nextcallbackID = 0; _listenChannel._callbacks = {}; _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()}); _listenChannel.onStatus = function (infoObject) { mochi.MochiServices.onStatus(infoObject); }; _listenChannel.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]; }; _listenChannel.onError = function () { mochi.MochiServices.onError.apply(null, ["IOError"]); }; trace("connected!"); _connecting = false; _connected = true; 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 = _listenChannel._callbacks[_local1.callbackID]; } delete _listenChannel._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 ((args.options != null) && (args.options.onError != null)) { args.options.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:_listenChannel._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:_listenChannel._nextcallbackID}); } _listenChannel._callbacks[_listenChannel._nextcallbackID] = {callbackObject:callbackObject, callbackMethod:callbackMethod}; _listenChannel._nextcallbackID++; } static function urlOptions() { var _local5 = {}; if (_root.mochiad_options) { var _local4 = _root.mochiad_options.split("&"); var _local2 = 0; while (_local2 < _local4.length) { var _local3 = _local4[_local2].split("="); _local5[unescape(_local3[0])] = unescape(_local3[1]); _local2++; } } return(_local5); } static function addLinkEvent(url, burl, btn, onClick) { var timeout = 1500; var t0 = getTimer(); var _local2 = new Object(); _local2.mav = getVersion(); _local2.swfv = btn.getSWFVersion() || 6; _local2.swfurl = btn._url; _local2.fv = System.capabilities.version; _local2.os = System.capabilities.os; _local2.lang = System.capabilities.language; _local2.scres = (System.capabilities.screenResolutionX + "x") + System.capabilities.screenResolutionY; var s = "?"; var _local3 = 0; for (var _local6 in _local2) { if (_local3 != 0) { s = s + "&"; } _local3++; s = ((s + _local6) + "=") + escape(_local2[_local6]); } if (!(netupAttempted || (_connected))) { var ping = btn.createEmptyMovieClip("ping", 777); var _local7 = btn.createEmptyMovieClip("nettest", 778); netupAttempted = true; ping.loadMovie("http://x.mochiads.com/linkping.swf?t=" + getTimer()); _local7.onEnterFrame = function () { if ((ping._totalframes > 0) && (ping._totalframes == ping._framesloaded)) { delete this.onEnterFrame; } else if ((getTimer() - t0) > timeout) { delete this.onEnterFrame; mochi.MochiServices.netup = false; } }; } var _local4 = btn.createEmptyMovieClip("clk", 1001); _local4._alpha = 0; _local4.beginFill(1044735); _local4.moveTo(0, 0); _local4.lineTo(0, btn._height); _local4.lineTo(btn._width, btn._height); _local4.lineTo(btn._width, 0); _local4.lineTo(0, 0); _local4.endFill(); _local4.onRelease = function () { if (mochi.MochiServices.netup) { getURL (url + s, "_blank"); } else { getURL (burl, "_blank"); } if (onClick != undefined) { onClick(); } }; } static var _servicesURL = "http://www.mochiads.com/static/lib/services/services.swf"; static var _listenChannelName = "__ms_"; static var _connecting = false; static var _connected = false; static var netup = true; static var netupAttempted = false; }
Symbol 270 MovieClip [__Packages.mochi.MochiDigits] Frame 0
class mochi.MochiDigits { var Encoder, Fragment, Sibling; function MochiDigits (digit, index) { Encoder = 0; setValue(digit, index); } function get value() { return(Number(toString())); } function set value(v) { setValue(v); //return(value); } function addValue(v) { value = value + v; } function setValue(digit, index) { var _local3 = digit.toString(); if ((index == undefined) || (isNaN(index))) { index = 0; } Fragment = _local3.charCodeAt(index++) ^ Encoder; if (index < _local3.length) { Sibling = new mochi.MochiDigits(digit, index); } else { Sibling = null; } reencode(); } function reencode() { var _local2 = int(2147483647 * Math.random()); Fragment = Fragment ^ (_local2 ^ Encoder); Encoder = _local2; } function toString() { var _local2 = String.fromCharCode(Fragment ^ Encoder); return(((Sibling != null) ? (_local2.concat(Sibling.toString())) : (_local2))); } }
Symbol 198 MovieClip Frame 1
gotoAndStop(_root.localization_branding_nr);
Symbol 208 MovieClip Frame 90
Symbol 208 MovieClip Frame 91
stop();
Symbol 210 MovieClip Frame 1
if (_root.localization_portal == "game_com_cn") { this.logo_intro.onRelease = function () { getURL (_root.localization_url1, "_blank"); }; } else { this.logo_intro.onRelease = function () { getURL (_root.localization_url1 + "&utm_term=logo_intro", "_blank"); }; }
Symbol 210 MovieClip Frame 90
stop();
Symbol 216 MovieClip Frame 89
stop();
Symbol 224 MovieClip Frame 89
stop();
Symbol 227 MovieClip Frame 89
stop();
Symbol 228 MovieClip Frame 1
if (_root.localization_portal == "family") { gotoAndStop (1); } if (_root.localization_portal == "tweens") { gotoAndStop (2); } if (_root.localization_portal == "girl") { gotoAndStop (3); } if (_root.localization_portal == "game_com_cn") { gotoAndStop (4); _root.play; }

Library Items

Symbol 1 Sound [wrong]
Symbol 2 Sound [sound_track]
Symbol 3 Sound [sexy ninja]
Symbol 4 Sound [oh no nun]
Symbol 5 Sound [huhhh]
Symbol 6 Sound [hiyaaaa]
Symbol 7 Sound [hiyaaa]
Symbol 8 Sound [hiya]
Symbol 9 Sound [hiiiiihya]
Symbol 10 Sound [correct]
Symbol 11 Sound [cheer]
Symbol 12 Sound [beat]
Symbol 13 Sound [alright ninja]
Symbol 14 BitmapUsed by:15 80
Symbol 15 GraphicUses:14Used by:29 249
Symbol 16 BitmapUsed by:17 80
Symbol 17 GraphicUses:16Used by:29 249
Symbol 18 FontUsed by:19 20 21 22 25 26 27 28 70 229 230 232 233 234 236 237 238 239 240 241 244 247 248 250 251 252 253 254 255 256 261 263
Symbol 19 TextUses:18Used by:29 249  Timeline
Symbol 20 EditableTextUses:18Used by:29 249  Timeline
Symbol 21 TextUses:18Used by:29 249  Timeline
Symbol 22 EditableTextUses:18Used by:29 249  Timeline
Symbol 23 GraphicUsed by:24
Symbol 24 MovieClipUses:23Used by:29 249  Timeline
Symbol 25 EditableTextUses:18Used by:29 249
Symbol 26 TextUses:18Used by:29 249
Symbol 27 TextUses:18Used by:29 249
Symbol 28 TextUses:18Used by:29 249
Symbol 29 MovieClip [find_ninjas]Uses:15 17 19 20 21 22 24 25 26 27 28
Symbol 30 GraphicUsed by:31
Symbol 31 MovieClipUses:30Used by:34
Symbol 32 GraphicUsed by:33
Symbol 33 MovieClipUses:32Used by:34  Timeline
Symbol 34 MovieClip [tile1]Uses:31 33
Symbol 35 GraphicUsed by:41 42 43 48 49 50 51 60 61 62 63 64 65 66 82 85
Symbol 36 GraphicUsed by:41 42 43 48 49 50 51 85
Symbol 37 GraphicUsed by:41 42 43 48 49 50 51 85
Symbol 38 GraphicUsed by:41 42 43 48 49 50 51 85
Symbol 39 GraphicUsed by:41 42 43 48 49 50 51 60 61 62 63 64 65 66 85
Symbol 40 GraphicUsed by:41 42 43 48 49 50 51 60 61 62 63 64 65 66 85
Symbol 41 MovieClipUses:35 36 37 38 39 40Used by:52  Timeline
Symbol 42 MovieClipUses:35 36 37 38 39 40Used by:52
Symbol 43 MovieClipUses:35 36 37 38 39 40Used by:52
Symbol 44 ShapeTweeningUsed by:48
Symbol 45 GraphicUsed by:48 85
Symbol 46 ShapeTweeningUsed by:48
Symbol 47 GraphicUsed by:48 85
Symbol 48 MovieClipUses:35 36 37 38 39 40 44 45 46 47Used by:52
Symbol 49 MovieClipUses:35 36 37 38 39 40Used by:52
Symbol 50 MovieClipUses:35 36 37 38 39 40Used by:52
Symbol 51 MovieClipUses:35 36 37 38 39 40Used by:52
Symbol 52 MovieClip [nunset]Uses:41 42 43 48 49 50 51
Symbol 53 GraphicUsed by:60 61 62 63 64 65 66 82
Symbol 54 GraphicUsed by:60 61 62 63 64 65 66 82
Symbol 55 GraphicUsed by:60 61 62 63 64 65 66 82
Symbol 56 ShapeTweeningUsed by:60
Symbol 57 GraphicUsed by:60
Symbol 58 ShapeTweeningUsed by:60
Symbol 59 GraphicUsed by:60
Symbol 60 MovieClip [ninja-anim6]Uses:35 53 54 55 39 40 56 57 58 59Used by:67
Symbol 61 MovieClipUses:35 53 54 55 39 40Used by:67
Symbol 62 MovieClipUses:35 53 54 55 39 40Used by:67
Symbol 63 MovieClipUses:35 53 54 55 39 40Used by:67
Symbol 64 MovieClipUses:35 53 54 55 39 40Used by:67
Symbol 65 MovieClipUses:35 53 54 55 39 40Used by:67  Timeline
Symbol 66 MovieClipUses:35 53 54 55 39 40Used by:67 71
Symbol 67 MovieClip [ninjaset]Uses:61 62 63 64 65 66 60
Symbol 68 BitmapUsed by:69 80
Symbol 69 GraphicUses:68Used by:71  Timeline
Symbol 70 TextUses:18Used by:71
Symbol 71 MovieClip [pause]Uses:69 66 70Used by:Timeline
Symbol 72 GraphicUsed by:77
Symbol 73 GraphicUsed by:74
Symbol 74 ButtonUses:73Used by:77
Symbol 75 GraphicUsed by:76
Symbol 76 ButtonUses:75Used by:77
Symbol 77 MovieClip [mute]Uses:72 74 76Used by:Timeline
Symbol 78 FontUsed by:79
Symbol 79 EditableTextUses:78Used by:Timeline
Symbol 268 MovieClip [__Packages.mochi.MochiScores]
Symbol 269 MovieClip [__Packages.mochi.MochiServices]
Symbol 270 MovieClip [__Packages.mochi.MochiDigits]
Symbol 80 GraphicUses:16 14 68Used by:Timeline
Symbol 81 GraphicUsed by:82
Symbol 82 MovieClipUses:35 53 54 55 81Used by:Timeline
Symbol 83 ShapeTweeningUsed by:85
Symbol 84 ShapeTweeningUsed by:85
Symbol 85 MovieClipUses:35 36 37 38 39 40 83 45 84 47Used by:Timeline
Symbol 86 GraphicUsed by:87
Symbol 87 ButtonUses:86Used by:Timeline
Symbol 88 GraphicUsed by:89
Symbol 89 ButtonUses:88Used by:Timeline
Symbol 90 GraphicUsed by:91
Symbol 91 ButtonUses:90Used by:Timeline
Symbol 92 GraphicUsed by:93
Symbol 93 ButtonUses:92Used by:Timeline
Symbol 94 GraphicUsed by:95
Symbol 95 ButtonUses:94Used by:Timeline
Symbol 96 GraphicUsed by:97
Symbol 97 MovieClipUses:96Used by:Timeline
Symbol 98 GraphicUsed by:99
Symbol 99 MovieClipUses:98Used by:198
Symbol 100 GraphicUsed by:111
Symbol 101 GraphicUsed by:111
Symbol 102 GraphicUsed by:111
Symbol 103 GraphicUsed by:111
Symbol 104 GraphicUsed by:111
Symbol 105 GraphicUsed by:111
Symbol 106 GraphicUsed by:111
Symbol 107 GraphicUsed by:111
Symbol 108 GraphicUsed by:111
Symbol 109 GraphicUsed by:110
Symbol 110 MovieClipUses:109Used by:111
Symbol 111 MovieClipUses:100 101 102 103 104 105 106 107 108 110Used by:198
Symbol 112 GraphicUsed by:113
Symbol 113 MovieClipUses:112Used by:198
Symbol 114 GraphicUsed by:115
Symbol 115 MovieClipUses:114Used by:198
Symbol 116 GraphicUsed by:117
Symbol 117 MovieClipUses:116Used by:198
Symbol 118 GraphicUsed by:119
Symbol 119 MovieClipUses:118Used by:198
Symbol 120 GraphicUsed by:121
Symbol 121 MovieClipUses:120Used by:198
Symbol 122 GraphicUsed by:123
Symbol 123 MovieClipUses:122Used by:198
Symbol 124 GraphicUsed by:125
Symbol 125 MovieClipUses:124Used by:198
Symbol 126 GraphicUsed by:127
Symbol 127 MovieClipUses:126Used by:198
Symbol 128 GraphicUsed by:129
Symbol 129 MovieClipUses:128Used by:198
Symbol 130 GraphicUsed by:131
Symbol 131 MovieClipUses:130Used by:198
Symbol 132 GraphicUsed by:133
Symbol 133 MovieClipUses:132Used by:198
Symbol 134 GraphicUsed by:135
Symbol 135 MovieClipUses:134Used by:198
Symbol 136 GraphicUsed by:137
Symbol 137 MovieClipUses:136Used by:198
Symbol 138 GraphicUsed by:139
Symbol 139 MovieClipUses:138Used by:198
Symbol 140 GraphicUsed by:143
Symbol 141 GraphicUsed by:142
Symbol 142 MovieClipUses:141Used by:143 157
Symbol 143 MovieClipUses:140 142Used by:198
Symbol 144 GraphicUsed by:145
Symbol 145 MovieClipUses:144Used by:198
Symbol 146 GraphicUsed by:147
Symbol 147 MovieClipUses:146Used by:198
Symbol 148 GraphicUsed by:149
Symbol 149 MovieClipUses:148Used by:198
Symbol 150 GraphicUsed by:151
Symbol 151 MovieClipUses:150Used by:198
Symbol 152 GraphicUsed by:153
Symbol 153 MovieClipUses:152Used by:198
Symbol 154 GraphicUsed by:155
Symbol 155 MovieClipUses:154Used by:198
Symbol 156 GraphicUsed by:157
Symbol 157 MovieClipUses:156 142Used by:198
Symbol 158 GraphicUsed by:159
Symbol 159 MovieClipUses:158Used by:198
Symbol 160 GraphicUsed by:161
Symbol 161 MovieClipUses:160Used by:198
Symbol 162 GraphicUsed by:163
Symbol 163 MovieClipUses:162Used by:198
Symbol 164 GraphicUsed by:165
Symbol 165 MovieClipUses:164Used by:198
Symbol 166 GraphicUsed by:167
Symbol 167 MovieClipUses:166Used by:198
Symbol 168 GraphicUsed by:169
Symbol 169 MovieClipUses:168Used by:198
Symbol 170 GraphicUsed by:171
Symbol 171 MovieClipUses:170Used by:198
Symbol 172 GraphicUsed by:173
Symbol 173 MovieClipUses:172Used by:198
Symbol 174 GraphicUsed by:175
Symbol 175 MovieClipUses:174Used by:198
Symbol 176 GraphicUsed by:177
Symbol 177 MovieClipUses:176Used by:198
Symbol 178 GraphicUsed by:179
Symbol 179 MovieClipUses:178Used by:198
Symbol 180 GraphicUsed by:181
Symbol 181 MovieClipUses:180Used by:198
Symbol 182 GraphicUsed by:183
Symbol 183 MovieClipUses:182Used by:198
Symbol 184 GraphicUsed by:185
Symbol 185 MovieClipUses:184Used by:198
Symbol 186 GraphicUsed by:187
Symbol 187 MovieClipUses:186Used by:198
Symbol 188 GraphicUsed by:189
Symbol 189 MovieClipUses:188Used by:198
Symbol 190 GraphicUsed by:191
Symbol 191 MovieClipUses:190Used by:198
Symbol 192 GraphicUsed by:193
Symbol 193 MovieClipUses:192Used by:198
Symbol 194 GraphicUsed by:195
Symbol 195 MovieClipUses:194Used by:198
Symbol 196 GraphicUsed by:197
Symbol 197 MovieClipUses:196Used by:198
Symbol 198 MovieClipUses:99 111 113 115 117 119 121 123 125 127 129 131 133 135 137 139 143 145 147 149 151 153 155 157 159 161 163 165 167 169 171 173 175 177 179 181 183 185 187 189 191 193 195 197Used by:204 212 220  Timeline
Symbol 199 GraphicUsed by:200 209
Symbol 200 ButtonUses:199Used by:Timeline
Symbol 201 GraphicUsed by:208
Symbol 202 BitmapUsed by:203
Symbol 203 GraphicUses:202Used by:204
Symbol 204 MovieClipUses:203 198Used by:208
Symbol 205 GraphicUsed by:206
Symbol 206 MovieClipUses:205Used by:208
Symbol 207 GraphicUsed by:208
Symbol 208 MovieClipUses:201 204 206 207Used by:228
Symbol 209 ButtonUses:199Used by:210
Symbol 210 MovieClipUses:209Used by:228
Symbol 211 GraphicUsed by:216
Symbol 212 MovieClipUses:198Used by:216 227
Symbol 213 GraphicUsed by:214
Symbol 214 MovieClipUses:213Used by:216 227
Symbol 215 GraphicUsed by:216
Symbol 216 MovieClipUses:211 212 214 215Used by:228
Symbol 217 GraphicUsed by:224
Symbol 218 BitmapUsed by:219
Symbol 219 GraphicUses:218Used by:220
Symbol 220 MovieClipUses:219 198Used by:224
Symbol 221 GraphicUsed by:222
Symbol 222 MovieClipUses:221Used by:224
Symbol 223 GraphicUsed by:224
Symbol 224 MovieClipUses:217 220 222 223Used by:228
Symbol 225 GraphicUsed by:227
Symbol 226 GraphicUsed by:227
Symbol 227 MovieClipUses:225 212 214 226Used by:228
Symbol 228 MovieClipUses:208 210 216 224 227Used by:Timeline
Symbol 229 TextUses:18Used by:Timeline
Symbol 230 TextUses:18Used by:231
Symbol 231 ButtonUses:230Used by:Timeline
Symbol 232 TextUses:18Used by:Timeline
Symbol 233 TextUses:18Used by:Timeline
Symbol 234 TextUses:18Used by:235
Symbol 235 ButtonUses:234Used by:Timeline
Symbol 236 EditableTextUses:18Used by:Timeline
Symbol 237 TextUses:18Used by:258  Timeline
Symbol 238 EditableTextUses:18Used by:Timeline
Symbol 239 TextUses:18Used by:259  Timeline
Symbol 240 TextUses:18Used by:257  Timeline
Symbol 241 EditableTextUses:18Used by:Timeline
Symbol 242 GraphicUsed by:243
Symbol 243 MovieClipUses:242Used by:265  Timeline
Symbol 244 TextUses:18Used by:265  Timeline
Symbol 245 GraphicUsed by:246
Symbol 246 MovieClipUses:245Used by:265  Timeline
Symbol 247 TextUses:18Used by:265  Timeline
Symbol 248 TextUses:18Used by:Timeline
Symbol 249 MovieClipUses:15 17 19 20 21 22 24 25 26 27 28Used by:Timeline
Symbol 250 TextUses:18Used by:Timeline
Symbol 251 TextUses:18Used by:Timeline
Symbol 252 EditableTextUses:18Used by:Timeline
Symbol 253 EditableTextUses:18Used by:Timeline
Symbol 254 EditableTextUses:18Used by:Timeline
Symbol 255 EditableTextUses:18Used by:Timeline
Symbol 256 EditableTextUses:18Used by:Timeline
Symbol 257 MovieClipUses:240Used by:Timeline
Symbol 258 ButtonUses:237Used by:Timeline
Symbol 259 ButtonUses:239Used by:Timeline
Symbol 260 GraphicUsed by:262
Symbol 261 TextUses:18Used by:262
Symbol 262 MovieClipUses:260 261Used by:265
Symbol 263 TextUses:18Used by:264
Symbol 264 MovieClipUses:263Used by:265
Symbol 265 MovieClipUses:243 244 246 247 262 264Used by:Timeline
Symbol 266 GraphicUsed by:267
Symbol 267 MovieClipUses:266Used by:Timeline

Instance Names

"securityText"Frame 1Symbol 79 EditableText
"mute_btn"Frame 1Symbol 77 MovieClip [mute]
"mute_btn"Frame 2Symbol 77 MovieClip [mute]
"play_btn"Frame 3Symbol 89 Button
"play_btn3"Frame 3Symbol 91 Button
"play_btn2"Frame 3Symbol 93 Button
"viewscores"Frame 3Symbol 95 Button
"logo_mainscreen"Frame 3Symbol 198 MovieClip
"mainscreen_moregames"Frame 3Symbol 200 Button
"intro"Frame 3Symbol 228 MovieClip
"next"Frame 4Symbol 231 Button
"plays"Frame 4Symbol 235 Button
"icon1"Frame 5Symbol 33 MovieClip
"icon2"Frame 5Symbol 33 MovieClip
"icon3"Frame 5Symbol 33 MovieClip
"animation"Frame 6Symbol 249 MovieClip
"clock"Frame 7Symbol 24 MovieClip
"clockb"Frame 7Symbol 252 EditableText
"levelsb"Frame 7Symbol 253 EditableText
"icon1"Frame 7Symbol 33 MovieClip
"icon2"Frame 7Symbol 33 MovieClip
"icon3"Frame 7Symbol 33 MovieClip
"scoresb"Frame 7Symbol 254 EditableText
"ninja_txt1"Frame 7Symbol 255 EditableText
"ninja_txt2"Frame 7Symbol 256 EditableText
"scores"Frame 7Symbol 257 MovieClip
"levels"Frame 7Symbol 258 Button
"ninj"Frame 7Symbol 259 Button
"icons"Frame 7Symbol 265 MovieClip
"logo_intro"Symbol 210 MovieClip Frame 1Symbol 209 Button
"hitarea"Symbol 228 MovieClip Frame 1Symbol 210 MovieClip
"space_bar"Symbol 265 MovieClip Frame 1Symbol 262 MovieClip
"pausetxt"Symbol 265 MovieClip Frame 1Symbol 264 MovieClip

Special Tags

FileAttributes (69)Timeline Frame 1Access local files only, Metadata not present, AS1/AS2.
ExportAssets (56)Timeline Frame 1Symbol 1 as "wrong"
ExportAssets (56)Timeline Frame 1Symbol 2 as "sound_track"
ExportAssets (56)Timeline Frame 1Symbol 3 as "sexy ninja"
ExportAssets (56)Timeline Frame 1Symbol 4 as "oh no nun"
ExportAssets (56)Timeline Frame 1Symbol 5 as "huhhh"
ExportAssets (56)Timeline Frame 1Symbol 6 as "hiyaaaa"
ExportAssets (56)Timeline Frame 1Symbol 7 as "hiyaaa"
ExportAssets (56)Timeline Frame 1Symbol 8 as "hiya"
ExportAssets (56)Timeline Frame 1Symbol 9 as "hiiiiihya"
ExportAssets (56)Timeline Frame 1Symbol 10 as "correct"
ExportAssets (56)Timeline Frame 1Symbol 11 as "cheer"
ExportAssets (56)Timeline Frame 1Symbol 12 as "beat"
ExportAssets (56)Timeline Frame 1Symbol 13 as "alright ninja"
ExportAssets (56)Timeline Frame 1Symbol 29 as "find_ninjas"
ExportAssets (56)Timeline Frame 1Symbol 34 as "tile1"
ExportAssets (56)Timeline Frame 1Symbol 52 as "nunset"
ExportAssets (56)Timeline Frame 1Symbol 60 as "ninja-anim6"
ExportAssets (56)Timeline Frame 1Symbol 67 as "ninjaset"
ExportAssets (56)Timeline Frame 1Symbol 71 as "pause"
ExportAssets (56)Timeline Frame 1Symbol 77 as "mute"
ExportAssets (56)Timeline Frame 1Symbol 268 as "__Packages.mochi.MochiScores"
ExportAssets (56)Timeline Frame 1Symbol 269 as "__Packages.mochi.MochiServices"
ExportAssets (56)Timeline Frame 1Symbol 270 as "__Packages.mochi.MochiDigits"

Labels

"splash"Frame 3
"instructions"Frame 4
"instructions2"Frame 5
"instructions3"Frame 6
"game"Frame 7
"pause"Frame 8
"gameover"Frame 9

Dynamic Text Variables

_root.level_numSymbol 20 EditableText"<p align="left"><font face="Impact" size="36" color="#000000" letterSpacing="0.000000" kerning="1">00</font></p>"
_root.scoreSymbol 22 EditableText"<p align="left"><font face="Impact" size="36" color="#000000" letterSpacing="0.000000" kerning="1">00000</font></p>"
_root.timerSymbol 25 EditableText"<p align="center"><font face="Impact" size="36" color="#000000" letterSpacing="0.000000" kerning="1">00</font></p>"
_root.timerSymbol 236 EditableText"<p align="center"><font face="Impact" size="36" color="#000000" letterSpacing="0.000000" kerning="1">00</font></p>"
_root.level_numSymbol 238 EditableText"<p align="left"><font face="Impact" size="28" color="#000000" letterSpacing="0.000000" kerning="1">00</font></p>"
_root.scoreSymbol 241 EditableText"<p align="left"><font face="Impact" size="28" color="#000000" letterSpacing="0.000000" kerning="1">00</font></p>"
_root.timerSymbol 252 EditableText"<p align="center"><font face="Impact" size="36" color="#000000" letterSpacing="0.000000" kerning="1">00</font></p>"
_root.level_numSymbol 253 EditableText"<p align="left"><font face="Impact" size="28" color="#000000" letterSpacing="0.000000" kerning="1">00</font></p>"
_root.scoreSymbol 254 EditableText"<p align="left"><font face="Impact" size="28" color="#000000" letterSpacing="0.000000" kerning="1">00</font></p>"
_root.ninja_leftSymbol 255 EditableText"<p align="left"><font face="Impact" size="28" color="#000000" letterSpacing="0.000000" kerning="1">0</font></p>"




http://swfchan.com/27/130909/info.shtml
Created: 21/2 -2019 20:27:53 Last modified: 21/2 -2019 20:27:53 Server time: 29/04 -2024 01:44:15