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

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

Fresh Catch.swf

This is the info page for
Flash #22045

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


Text
<p align="center"><font face="TikiIsland" size="18" color="#ff0000" letterSpacing="0.000000" kerning="1"><b>TikiIsland Bold</b></font></p>

<p align="center"><font face="TikiIsland" size="22" color="#2a1614" letterSpacing="0.000000" kerning="1"><b>45</b></font></p>

:

ActionScript [AS1/AS2]

Frame 5
function startPreload() { this.onEnterFrame = function () { nBytesLoaded = this.getBytesLoaded(); nBytesTotal = this.getBytesTotal(); nPercentage = ((!isNaN(nBytesLoaded / nBytesTotal)) ? (Math.ceil((nBytesLoaded * 100) / nBytesTotal)) : 0); if (nPercentage > 100) { nPercentage = 100; } if ((nBytesLoaded == nBytesTotal) && (nBytesTotal > 100)) { trace("percent : " + this); this.preloader_MC.loadBar._xscale = nPercentage; this.gotoAndPlay(10); delete this.onEnterFrame; } else { this.preloader_MC.loadBar._xscale = nPercentage; } }; } stop(); var nBytesTotal; var nBytesLoaded; var nPercentage; startPreload(); stop();
Frame 15
function deleteGameVars() { trace("Deleting Game Vars"); __fc.deleteSingletons(); } var __fc = (new com.sony.freshCatch.FreshCatch(this, true)); stop();
Symbol 5 MovieClip [mWhoa] Frame 1
stop();
Symbol 213 MovieClip [__Packages.com.scharpdevelopment.utils.Broadcaster] Frame 0
class com.scharpdevelopment.utils.Broadcaster extends AsBroadcaster { static var __instance; var broadcastMessage; function Broadcaster () { super(); init(); } function init() { AsBroadcaster.initialize(this); __instance = this; } function run(func, bTraceOut) { arguments.shift(); if (bTraceOut) { trace(((((">> (" + getTimer()) + ") BROADCAST MESSAGE CALLED :: ") + func) + " Arg1 :") + arguments[1]); } arguments.shift(); broadcastMessage(func, arguments[0], arguments[1], arguments[2], arguments[3], arguments[4]); } static function getInstance() { if (!__instance) { __instance = getInstance(); } return(__instance); } }
Symbol 214 MovieClip [__Packages.com.sony.freshCatch.FreshCatch] Frame 0
class com.sony.freshCatch.FreshCatch { static var __mRootTarget, __instance, __bDemoPlaying; var __bStandAlone, __bc; function FreshCatch (mRootTarget, bStandAlone) { __mRootTarget = mRootTarget; __bStandAlone = bStandAlone; __instance = this; __bc = new com.scharpdevelopment.utils.Broadcaster(); init(); } function init() { new com.sony.freshCatch.Header(__bStandAlone); com.sony.freshCatch.Controller.getInstance(); com.sony.freshCatch.Scenes.getInstance(); com.sony.freshCatch.TosserPenguin.getInstance(); com.sony.freshCatch.Catchers.getInstance(); com.sony.freshCatch.Meter.getInstance(); } static function getRootTarget() { return(__mRootTarget); } static function getLevel() { return(__nLevel); } static function setLevel(nLevel) { __nLevel = nLevel; } static function setDemoPlaying(bDemoPlaying) { __bDemoPlaying = bDemoPlaying; } static function getDemoPlaying() { return(__bDemoPlaying); } static function getInstance() { if (__instance == null) { __instance = new com.sony.freshCatch.FreshCatch(); } return(__instance); } static function deleteInstance() { __instance = undefined; } function deleteSingletons() { com.sony.freshCatch.Controller.deleteInstance(); com.sony.freshCatch.Scenes.deleteInstance(); com.sony.freshCatch.TosserPenguin.deleteInstance(); com.sony.freshCatch.Catchers.deleteInstance(); com.sony.freshCatch.Meter.deleteInstance(); deleteInstance(); com.sony.freshCatch.Clock.deleteInstance(); com.sony.freshCatch.FishBoard.deleteInstance(); } static var __nLevel = 1; var __nFishCaught = 0; var __nMeterSpeed = 0; }
Symbol 215 MovieClip [__Packages.com.sony.freshCatch.Header] Frame 0
class com.sony.freshCatch.Header { var __bStandAlone; function Header (bStandAlone) { __bStandAlone = bStandAlone; init(); } function init() { if (__bStandAlone) { var _local4 = com.sony.freshCatch.FreshCatch.getRootTarget().mBamboo.attachMovie("mSurfsUpLogo", "mSurfsUpLogo", 10); _local4._y = 5; _local4._x = 5; var _local2 = com.sony.freshCatch.FreshCatch.getRootTarget().mBamboo.attachMovie("mFreshCatchLogo", "mFreshCatchLogo", 20); _local2._y = 90; _local2._x = 330; } else { var _local2 = com.sony.freshCatch.FreshCatch.getRootTarget().mBamboo.attachMovie("mFreshCatchLogo", "mFreshCatchLogo", 20); _local2._y = 90; _local2._x = 295; } var _local3 = new mx.transitions.Tween(_local2, "_yscale", mx.transitions.easing.Strong.easeOut, 10, 100, 0.5, true); _local3.mTarget = _local2; _local3.onMotionChanged = function () { this.mTarget._xscale = this.mTarget._yscale; }; logoButton(); musicButton(); com.sony.freshCatch.Clock.getInstance(); com.sony.freshCatch.FishBoard.getInstance(); } function logoButton() { var _local1 = com.sony.freshCatch.FreshCatch.getRootTarget().mBamboo.mFreshCatchLogo; _local1.mHitArea.onRelease = function () { if (!com.sony.freshCatch.FreshCatch.getDemoPlaying()) { com.scharpdevelopment.utils.Broadcaster.getInstance().run("onLogoPressed"); } else { com.scharpdevelopment.utils.Broadcaster.getInstance().run("onLogoPressed"); } }; } function musicButton() { var _local2 = com.sony.freshCatch.FreshCatch.getRootTarget().mMusic; _local2.sound.gotoAndPlay("on"); _local2.state = "on"; _local2.onRelease = function () { if (this.state == "on") { this.state = "off"; this.gotoAndStop(2); this.sound.gotoAndStop("off"); } else { this.state = "on"; this.gotoAndStop(1); this.sound.gotoAndPlay("on"); } }; } }
Symbol 216 MovieClip [__Packages.mx.transitions.OnEnterFrameBeacon] Frame 0
class mx.transitions.OnEnterFrameBeacon { function OnEnterFrameBeacon () { } static function init() { var _local4 = _global.MovieClip; if (!_root.__OnEnterFrameBeacon) { mx.transitions.BroadcasterMX.initialize(_local4); var _local3 = _root.createEmptyMovieClip("__OnEnterFrameBeacon", 9876); _local3.onEnterFrame = function () { _global.MovieClip.broadcastMessage("onEnterFrame"); }; } } static var version = "1.1.0.52"; }
Symbol 217 MovieClip [__Packages.mx.transitions.BroadcasterMX] Frame 0
class mx.transitions.BroadcasterMX { var _listeners; function BroadcasterMX () { } static function initialize(o, dontCreateArray) { if (o.broadcastMessage != undefined) { delete o.broadcastMessage; } o.addListener = mx.transitions.BroadcasterMX.prototype.addListener; o.removeListener = mx.transitions.BroadcasterMX.prototype.removeListener; if (!dontCreateArray) { o._listeners = new Array(); } } function addListener(o) { removeListener(o); if (broadcastMessage == undefined) { broadcastMessage = mx.transitions.BroadcasterMX.prototype.broadcastMessage; } return(_listeners.push(o)); } function removeListener(o) { var _local2 = _listeners; var _local3 = _local2.length; while (_local3--) { if (_local2[_local3] == o) { _local2.splice(_local3, 1); if (!_local2.length) { broadcastMessage = undefined; } return(true); } } return(false); } function broadcastMessage() { var _local5 = String(arguments.shift()); var _local4 = _listeners.concat(); var _local6 = _local4.length; var _local3 = 0; while (_local3 < _local6) { _local4[_local3][_local5].apply(_local4[_local3], arguments); _local3++; } } static var version = "1.1.0.52"; }
Symbol 218 MovieClip [__Packages.mx.transitions.Tween] Frame 0
class mx.transitions.Tween { var obj, prop, begin, useSeconds, _listeners, addListener, prevTime, _time, looping, _duration, broadcastMessage, isPlaying, _fps, prevPos, _pos, change, _intervalID, _startTime; function Tween (obj, prop, func, begin, finish, duration, useSeconds) { mx.transitions.OnEnterFrameBeacon.init(); if (!arguments.length) { return; } this.obj = obj; this.prop = prop; this.begin = begin; position = (begin); this.duration = (duration); this.useSeconds = useSeconds; if (func) { this.func = func; } this.finish = (finish); _listeners = []; addListener(this); start(); } function set time(t) { prevTime = _time; if (t > duration) { if (looping) { rewind(t - _duration); update(); broadcastMessage("onMotionLooped", this); } else { if (useSeconds) { _time = _duration; update(); } stop(); broadcastMessage("onMotionFinished", this); } } else if (t < 0) { rewind(); update(); } else { _time = t; update(); } //return(time); } function get time() { return(_time); } function set duration(d) { _duration = (((d == null) || (d <= 0)) ? (_global.Infinity) : (d)); //return(duration); } function get duration() { return(_duration); } function set FPS(fps) { var _local2 = isPlaying; stopEnterFrame(); _fps = fps; if (_local2) { startEnterFrame(); } //return(FPS); } function get FPS() { return(_fps); } function set position(p) { setPosition(p); //return(position); } function setPosition(p) { prevPos = _pos; obj[prop] = (_pos = p); broadcastMessage("onMotionChanged", this, _pos); updateAfterEvent(); } function get position() { return(getPosition()); } function getPosition(t) { if (t == undefined) { t = _time; } return(func(t, begin, change, _duration)); } function set finish(f) { change = f - begin; //return(finish); } function get finish() { return(begin + change); } function continueTo(finish, duration) { begin = position; this.finish = (finish); if (duration != undefined) { this.duration = (duration); } start(); } function yoyo() { continueTo(begin, time); } function startEnterFrame() { if (_fps == undefined) { _global.MovieClip.addListener(this); } else { _intervalID = setInterval(this, "onEnterFrame", 1000 / _fps); } isPlaying = true; } function stopEnterFrame() { if (_fps == undefined) { _global.MovieClip.removeListener(this); } else { clearInterval(_intervalID); } isPlaying = false; } function start() { rewind(); startEnterFrame(); broadcastMessage("onMotionStarted", this); } function stop() { stopEnterFrame(); broadcastMessage("onMotionStopped", this); } function resume() { fixTime(); startEnterFrame(); broadcastMessage("onMotionResumed", this); } function rewind(t) { _time = ((t == undefined) ? 0 : (t)); fixTime(); update(); } function fforward() { time = (_duration); fixTime(); } function nextFrame() { if (useSeconds) { time = ((getTimer() - _startTime) / 1000); } else { time = (_time + 1); } } function onEnterFrame() { nextFrame(); } function prevFrame() { if (!useSeconds) { time = (_time - 1); } } function toString() { return("[Tween]"); } function fixTime() { if (useSeconds) { _startTime = getTimer() - (_time * 1000); } } function update() { position = (getPosition(_time)); } static var version = "1.1.0.52"; static var __initBeacon = mx.transitions.OnEnterFrameBeacon.init(); static var __initBroadcaster = mx.transitions.BroadcasterMX.initialize(mx.transitions.Tween.prototype, true); function func(t, b, c, d) { return(((c * t) / d) + b); } }
Symbol 219 MovieClip [__Packages.mx.transitions.easing.Strong] Frame 0
class mx.transitions.easing.Strong { function Strong () { } static function easeIn(t, b, c, d) { t = t / d; return((((((c * t) * t) * t) * t) * t) + b); } static function easeOut(t, b, c, d) { t = (t / d) - 1; return((c * (((((t * t) * t) * t) * t) + 1)) + b); } static function easeInOut(t, b, c, d) { t = t / (d / 2); if (t < 1) { return(((((((c / 2) * t) * t) * t) * t) * t) + b); } t = t - 2; return(((c / 2) * (((((t * t) * t) * t) * t) + 2)) + b); } static var version = "1.1.0.52"; }
Symbol 220 MovieClip [__Packages.com.sony.freshCatch.Clock] Frame 0
class com.sony.freshCatch.Clock { static var __instance; var __mTarget, __tfTime, __bTimesUp; function Clock () { __mTarget = com.sony.freshCatch.FreshCatch.getRootTarget().mClock; com.scharpdevelopment.utils.Broadcaster.getInstance().addListener(this); init(); } function init() { new com.scharpdevelopment.utils.Timer(1000); com.scharpdevelopment.utils.Timer.setCountdown(); __tfTime = new TextFormat(); __tfTime.font = "TikiIsland"; __tfTime.color = 2758164 /* 0x2A1614 */; __tfTime.size = 22; __tfTime.bold = true; } function onTimeChanged(oTime) { __mTarget.txtTime.text = oTime.second; __mTarget.txtTime.setTextFormat(__tfTime); __mTarget.txtTime.embedFonts = true; __mTarget.txtTime.antiAliasType = "advanced"; if (oTime.second == 0) { com.scharpdevelopment.utils.Timer.stopTimer(); __bTimesUp = true; com.scharpdevelopment.utils.Broadcaster.getInstance().run("onTimesUp"); } } function startClock() { __bTimesUp = false; com.scharpdevelopment.utils.Timer.startTimer(); } function stopClock() { com.scharpdevelopment.utils.Timer.stopTimer(); } function setClock(oTime) { com.scharpdevelopment.utils.Timer.setTime(oTime); onTimeChanged(oTime); } static function getInstance() { if (__instance == null) { __instance = new com.sony.freshCatch.Clock(); } return(__instance); } static function deleteInstance() { com.scharpdevelopment.utils.Timer.clearVars(); __instance = null; } }
Symbol 221 MovieClip [__Packages.com.scharpdevelopment.utils.Timer] Frame 0
class com.scharpdevelopment.utils.Timer { static var __nTiming, __instance, __bCountdown, __nInt, __nHour, __nMinute, __nSecond; var __oTime; function Timer (nTiming) { __oTime = new Object({hour:0, minute:0, second:0}); __nTiming = nTiming; __instance = this; } function tick() { if (!__bCountdown) { __oTime.second = __oTime.second + 1; if (__oTime.second > 59) { __oTime.second = 0; __oTime.minute = __oTime.minute + 1; if (__oTime.minute > 59) { __oTime.minute = 0; __oTime.hour = __oTime.hour + 1; if (__oTime.hour > 23) { __oTime.hour = 0; } } } } else { __oTime.second = __oTime.second - 1; if ((__oTime.minute != 0) && (__oTime.hour != 0)) { if (__oTime.second < 0) { __oTime.second = 59; __oTime.minute = __oTime.minute - 1; if (__oTime.minute < 0) { __oTime.minute = 59; __oTime.hour = __oTime.hour - 1; if (__oTime.hour < 0) { __oTime.hour = 23; } } } } } com.scharpdevelopment.utils.Broadcaster.getInstance().run("onTimeChanged", false, __oTime); } static function stopTimer() { clearInterval(__nInt); } static function startTimer() { __nInt = setInterval(__instance, "tick", __nTiming); } static function setTiming(nTiming) { __nTiming = nTiming; } static function getTime() { return(getInstance().__oTime); } static function setTime(oTime) { trace("SET TIME:: " + oTime.second); getInstance().__oTime = oTime; } static function setCountdown() { __bCountdown = true; } static function getInstance() { if (__instance == null) { __instance = new com.scharpdevelopment.utils.Timer(); } return(__instance); } static function clearVars() { stopTimer(); __nTiming = undefined; __nHour = undefined; __nMinute = undefined; __nSecond = undefined; getInstance().__oTime = undefined; __bCountdown = undefined; __instance = null; } }
Symbol 222 MovieClip [__Packages.com.sony.freshCatch.FishBoard] Frame 0
class com.sony.freshCatch.FishBoard { static var __instance; var __mTarget, __mNoPoint, __mOnePoint, __mTwoPoints, __aInt; function FishBoard () { __mTarget = com.sony.freshCatch.FreshCatch.getRootTarget().mFishBoard; init(); } function init() { __mNoPoint = com.sony.freshCatch.FreshCatch.getRootTarget().mGameHolder.attachMovie("mNoPoint", "mNoPoint", 10); __mOnePoint = com.sony.freshCatch.FreshCatch.getRootTarget().mGameHolder.attachMovie("mOnePoint", "mOnePoint", 20); __mTwoPoints = com.sony.freshCatch.FreshCatch.getRootTarget().mGameHolder.attachMovie("mTwoPoints", "mTwoPoints", 30); __mNoPoint._x = (__mOnePoint._x = (__mTwoPoints._x = 520)); __mNoPoint._y = (__mOnePoint._y = (__mTwoPoints._y = 85)); __mNoPoint._alpha = (__mOnePoint._alpha = (__mTwoPoints._alpha = 0)); __aInt = new Array(); } static function updateCounter(nNumber) { var _local2 = __nCounter; __nCounter = __nCounter + nNumber; if (__nCounter < 0) { __nCounter = 0; } if (nNumber > 0) { var _local1 = _local2; while (_local1 <= __nCounter) { getInstance().__mTarget["mFishIcon" + _local1].gotoAndStop(2); _local1++; } } else if (nNumber < 0) { var _local1 = _local2; while (_local1 > __nCounter) { getInstance().__mTarget["mFishIcon" + _local1].gotoAndStop(1); _local1--; } } trace("UPDADING COUNTER"); getInstance().showPoint(nNumber); } function showPoint(nNumber) { if (nNumber < 0) { __mNoPoint._alpha = 100; } else if (nNumber == 1) { __mOnePoint._alpha = 100; } else if (nNumber == 2) { __mTwoPoints._alpha = 100; } __aInt.push(setInterval(this, "fadePoint", 500, nNumber)); } function fadePoint(nNumber) { var _local2 = 0; while (_local2 < __aInt.length) { clearInterval(__aInt[_local2]); _local2++; } if (nNumber < 0) { var _local3 = __mNoPoint; } if (nNumber == 1) { var _local3 = __mOnePoint; } if (nNumber == 2) { var _local3 = __mTwoPoints; } var _local5 = new mx.transitions.Tween(_local3, "_alpha", mx.transitions.easing.Strong.easeOut, 100, 0, 0.3, true); } function checkTimesUp() { if ((__nCounter >= 10) && (com.sony.freshCatch.FreshCatch.getLevel() != 3)) { com.sony.freshCatch.Scenes.getInstance().congrats(); } else if ((__nCounter >= 10) && (com.sony.freshCatch.FreshCatch.getLevel() >= 3)) { com.sony.freshCatch.Scenes.getInstance().gameOver(); } else if (__nCounter < 10) { com.sony.freshCatch.Scenes.getInstance().niceTry(); } } function checkScore() { if (!com.sony.freshCatch.Clock.getInstance().__bTimesUp) { trace("********************Checking score and Time is not up"); if (__nCounter >= 10) { com.scharpdevelopment.utils.Broadcaster.getInstance().run("allFishCaught"); } } else { trace("********************Checking score and Time is up"); if (__nCounter >= 10) { com.scharpdevelopment.utils.Broadcaster.getInstance().run("allFishCaught"); } else if (__nCounter < 10) { com.scharpdevelopment.utils.Broadcaster.getInstance().run("onTimesUp"); } } } static function setCounter(nCount) { __nCounter = nCount; } static function getInstance() { if (__instance == null) { __instance = new com.sony.freshCatch.FishBoard(); } return(__instance); } static function clearBoard() { __nCounter = 0; var _local1 = 1; while (_local1 <= 10) { getInstance().__mTarget["mFishIcon" + _local1].gotoAndStop(1); _local1++; } } static function deleteInstance() { var _local1 = 0; while (_local1 < getInstance().__aInt.length) { clearInterval(getInstance().__aInt[_local1]); _local1++; } __instance = undefined; } static var __nCounter = 0; }
Symbol 223 MovieClip [__Packages.com.sony.freshCatch.Scenes] Frame 0
class com.sony.freshCatch.Scenes { static var __instance; var __mTarget, __glowFilter, __intro, __sScene, __demo, __congrats, __tryAgain, __gameOver; function Scenes () { __mTarget = com.sony.freshCatch.FreshCatch.getRootTarget().mBGHolder; init(); } function init() { trace("In Init"); __glowFilter = new flash.filters.GlowFilter(16777215, 30, 5, 5, 1, 3, false, false); intro(); } function intro() { __mTarget.mGameBG._alpha = 0; __mTarget.mTransitionBG._alpha = 0; __mTarget.mDemoHolder._alpha = 0; if (__intro) { __intro = undefined; com.sony.freshCatch.FreshCatch.getRootTarget().mUglyFish.gotoAndStop(3); } __intro = new com.sony.freshCatch.scenes.Intro(__mTarget.mIntroBG); __sScene = "intro"; } function demo() { __mTarget.mGameBG._alpha = 0; __mTarget.mTransitionBG._alpha = 0; __mTarget.mIntroBG._alpha = 0; __demo = new com.sony.freshCatch.scenes.Demo(__mTarget.mDemoHolder); __sScene = "demo"; } function game() { switch (__sScene) { case "demo" : var _local2 = __mTarget.mDemoHolder; break; case "niceTry" : _local2 = __mTarget.mTransitionBG; break; case "intro" : _local2 = __mTarget.mIntroBG; break; default : _local2 = __mTarget.mTransitionBG; } trace("BG TO FADE OUT:: " + _local2); _local2._alpha = 0; __mTarget.mGameBG._alpha = 100; __sScene = "game"; } function congrats() { __congrats = new com.sony.freshCatch.scenes.Congrats(__mTarget.mTransitionBG); __sScene = "congrats"; } function niceTry() { __tryAgain = new com.sony.freshCatch.scenes.TryAgain(__mTarget.mTransitionBG); __sScene = "niceTry"; } function gameOver() { __gameOver = new com.sony.freshCatch.scenes.GameOver(__mTarget.mTransitionBG); __sScene = "gameOver"; } function removeListener() { __intro.removeListener(); __demo.removeListener(); __tryAgain.removeListener(); __congrats.removeListener(); __gameOver.removeListener(); } static function getInstance() { trace("Getting Scenes"); if (__instance == null) { __instance = new com.sony.freshCatch.Scenes(); } return(__instance); } static function deleteInstance() { trace("deleting scene instance"); __instance = null; } function resetDemo() { __demo.resetDemo(); } var __nIntroScene = 0; }
Symbol 224 MovieClip [__Packages.com.sony.freshCatch.scenes.Intro] Frame 0
class com.sony.freshCatch.scenes.Intro { var __mTarget, __mCaptionText, __mPlayButton, __mPlayText, __mDemoButton, __mDemoText, __oKeyListener; function Intro (mTarget) { __mTarget = mTarget; __mTarget._alpha = 100; init(); playIntroSound(); } function playIntroSound() { com.sony.freshCatch.FreshCatch.getRootTarget().mUglyFish.gotoAndPlay(2); } function init() { __mTarget._parent._parent.mGameHolder._alpha = 0; var _local2 = new flash.filters.GlowFilter(16777215, 30, 5, 5, 1, 3, false, false); __mCaptionText = __mTarget.attachMovie("mIntroText", "mIntroText", 10); __mPlayButton = __mTarget.attachMovie("mButton", "mPlayButton", 20); __mPlayText = __mPlayButton.mTextHolder.attachMovie("mPlay", "mPlayText", 10); __mDemoButton = __mTarget.attachMovie("mButton", "mDemoButton", 30); __mDemoText = __mDemoButton.mTextHolder.attachMovie("mHowToPlayButton", "mHowToPlayText", 10); __mCaptionText._y = 70; __mCaptionText._x = 478.5 - (__mCaptionText._width / 2); __mPlayButton.mButtonBG._width = __mPlayText._width + 10; __mPlayButton._x = 478.5 - (__mPlayButton._width / 2); __mPlayButton._y = 225; __mPlayButton.filters = [_local2]; __mDemoButton.mButtonBG._width = __mDemoText._width + 10; __mDemoButton._x = 478.5 - (__mDemoButton._width / 2); __mDemoButton._y = 280; __mDemoButton.filters = [_local2]; __mTarget._parent._parent.mGameBG._alpha = 0; __mTarget._alpha = 100; addFunctionality(); } function addFunctionality() { __mPlayButton.owner = this; __mPlayButton.onPress = function () { this.mButtonBG.gotoAndStop(2); }; __mPlayButton.onRelease = function () { this.mButtonBG.gotoAndStop(1); com.sony.freshCatch.FreshCatch.getRootTarget().mUglyFish.gotoAndStop(3); this.owner.__mDemoButton.removeMovieClip(); this.owner.__mPlayButton.removeMovieClip(); com.scharpdevelopment.utils.Broadcaster.getInstance().run("onPlayGame"); }; __mPlayButton.onReleaseOutside = function () { this.mButtonBG.gotoAndStop(1); }; __mDemoButton.owner = this; __mDemoButton.onPress = function () { this.mButtonBG.gotoAndStop(2); }; __mDemoButton.onRelease = function () { this.mButtonBG.gotoAndStop(1); com.sony.freshCatch.FreshCatch.getRootTarget().mUglyFish.gotoAndStop(3); this.owner.__mPlayButton.removeMovieClip(); this.owner.__mDemoButton.removeMovieClip(); com.scharpdevelopment.utils.Broadcaster.getInstance().run("onShowDemo"); }; __mDemoButton.onReleaseOutside = function () { this.mButtonBG.gotoAndStop(1); }; } function slamText() { var _local2 = new mx.transitions.Tween(__mCaptionText, "_y", mx.transitions.easing.Strong.easeIn, __mCaptionText._y, 70, 0.35, true); _local2.owner = this; _local2.onMotionFinished = function () { }; } function animButton() { var _local5 = new mx.transitions.Tween(__mPlayButton, "_y", mx.transitions.easing.Strong.easeOut, __mPlayButton._y, 165, 0.75, true); var _local2 = new mx.transitions.Tween(__mPlayButton, "_alpha", mx.transitions.easing.Strong.easeIn, 0, 100, 0.5, true); var _local4 = new mx.transitions.Tween(__mDemoButton, "_y", mx.transitions.easing.Strong.easeOut, __mDemoButton._y, 165, 0.75, true); var _local3 = new mx.transitions.Tween(__mDemoButton, "_alpha", mx.transitions.easing.Strong.easeIn, 0, 100, 0.5, true); } function addListener() { __oKeyListener = new Object(); __oKeyListener.owner = this; __oKeyListener.onKeyDown = function () { trace("You pressed a key."); if (Key.getAscii() == 32) { com.sony.freshCatch.FreshCatch.getRootTarget().mUglyFish.gotoAndStop(3); this.owner.__mPlayButton.removeMovieClip(); this.owner.__mDemoButton.removeMovieClip(); com.scharpdevelopment.utils.Broadcaster.getInstance().run("onPlayGame"); } }; Key.addListener(__oKeyListener); } function removeListener() { Key.removeListener(__oKeyListener); } }
Symbol 225 MovieClip [__Packages.com.sony.freshCatch.scenes.Demo] Frame 0
class com.sony.freshCatch.scenes.Demo { var __mTarget, __mHowToPlay, __mInfoBubble, __mBucketNear, __mCatcher, __mBucketFar, __twYPos, __mMasker, __twRotate, __mYourTurn, __nInt, __twAlpha, __oKeyListener, __twAlphaOut; function Demo (mTarget) { __mTarget = mTarget; __mTarget._alpha = 100; __mTarget.mLines.gotoAndStop(1); __mTarget.mLines._visible = true; __mTarget.mMeter.mMeterBar._yscale = 0; com.sony.freshCatch.FreshCatch.setDemoPlaying(true); init(); } function init() { __mHowToPlay = __mTarget.attachMovie("mHowToPlay", "mHowToPlay", 15); __mHowToPlay._x = 319 - (__mHowToPlay._width / 2); __mHowToPlay._y = 0; __mInfoBubble = __mTarget.attachMovie("mInfoBubble", "mInfoBubble", 20); __mInfoBubble._alpha = 0; __mBucketNear = __mTarget.mBucketNear; __mCatcher = __mTarget.mCatcher; __mBucketFar = __mTarget.mBucketFar; showText(); } function showText() { __twYPos = new mx.transitions.Tween(__mHowToPlay, "_y", mx.transitions.easing.Strong.easeIn, __mHowToPlay._y, 150, 0.5, true); __twYPos.owner = this; __twYPos.onMotionFinished = function () { this.owner.__twAlphaOut = new mx.transitions.Tween(this.owner.__mHowToPlay, "_alpha", mx.transitions.easing.Strong.easeIn, 100, 30, 1, true); this.owner.__twAlphaOut.owner = this.owner; this.owner.__twAlphaOut.onMotionFinished = function () { this.owner.__mHowToPlay.removeMovieClip(); this.owner.scene1(); }; }; } function scene1() { __mMasker = __mTarget.mLines.mLinesMask1; __mTarget.mMeter.mMeterBar._yscale = 33; __mTarget.mInfoBubble.gotoAndStop(1); __twRotate = new mx.transitions.Tween(__mMasker, "_rotation", mx.transitions.easing.None.easeOut, __mMasker._rotation, 180, 1, true); __twRotate.owner = this; __twRotate.onMotionFinished = function () { this.owner.showBubble(122, 126); this.owner.setGlow(this.owner.__mBucketNear, 50, 20); this.owner.__nInt = setInterval(this.owner, "secondPathAnim", 1000, 84, 180, 1, 1); }; } function scene2() { delete __mBucketNear.onEnterFrame; __mBucketNear.filters = [undefined]; __mTarget.mLines.gotoAndStop(2); __mMasker = __mTarget.mLines.mLinesMask2; __mTarget.mMeter.mMeterBar._yscale = 66; __mTarget.mInfoBubble.gotoAndStop(2); __twRotate = new mx.transitions.Tween(__mMasker, "_rotation", mx.transitions.easing.None.easeOut, __mMasker._rotation, 90, 1.25, true); __twRotate.owner = this; __twRotate.onMotionFinished = function () { this.owner.showBubble(200, 100); this.owner.setGlow(this.owner.__mCatcher, 50, 20); this.owner.__nInt = setInterval(this.owner, "secondPathAnim", 1000, 0, 90, 2, 1.25); }; } function scene3() { delete __mCatcher.onEnterFrame; __mCatcher.filters = [undefined]; __mTarget.mLines.gotoAndStop(3); __mMasker = __mTarget.mLines.mLinesMask3; __mTarget.mMeter.mMeterBar._yscale = 100; __mTarget.mInfoBubble.gotoAndStop(3); __twRotate = new mx.transitions.Tween(__mMasker, "_rotation", mx.transitions.easing.None.easeOut, __mMasker._rotation, 180, 1.5, true); __twRotate.owner = this; __twRotate.onMotionFinished = function () { this.owner.showBubble(200, 50); this.owner.setGlow(this.owner.__mBucketFar, 50, 20); this.owner.__nInt = setInterval(this.owner, "secondPathAnim", 1000, 90, 180, 3, 1.5); }; } function showButtons() { trace("in Show Buttons"); delete __mBucketFar.onEnterFrame; __mBucketFar.filters = [undefined]; __mTarget.mLines._visible = false; __mYourTurn = __mTarget.attachMovie("mYourTurn", "mYourTurn", 30); __mYourTurn._x = 319 - (__mYourTurn._width / 2); __mYourTurn._y = 130; var _local2 = __mTarget.attachMovie("mButton", "mPlay", 40); var _local4 = _local2.mTextHolder.attachMovie("mPlay", "mPlayText", 10); var _local3 = new flash.filters.GlowFilter(16777215, 30, 5, 5, 1, 3, false, false); _local2.mButtonBG._width = _local4._width + 10; _local2._x = 319 - (_local2._width / 2); _local2._y = 200; _local2.filters = [_local3]; _local2.owner = this; _local2.onPress = function () { this.gotoAndStop(2); }; _local2.onRelease = function () { this.gotoAndStop(1); com.sony.freshCatch.FreshCatch.setDemoPlaying(false); this.owner.__mYourTurn.removeMovieClip(); this.removeMovieClip(); com.scharpdevelopment.utils.Broadcaster.getInstance().run("onPlayGame"); }; _local2.onReleaseOutside = function () { this.gotoAndStop(1); }; } function showBubble(nX, nY) { __mInfoBubble._x = nX; __mInfoBubble._y = nY; var _local2 = new mx.transitions.Tween(__mInfoBubble, "_alpha", mx.transitions.easing.Strong.easeIn, 0, 100, 0.75, true); } function hideBubble(nTime) { clearInterval(__nInt); __twAlpha = new mx.transitions.Tween(__mInfoBubble, "_alpha", mx.transitions.easing.Strong.easeOut, 100, 0, 0.85, true); __twAlpha.owner = this; __twAlpha.onMotionFinished = function () { if (nTime == 1) { this.owner.scene2(); } else if (nTime == 2) { this.owner.scene3(); } else if (nTime == 3) { this.owner.showButtons(); } }; } function setGlow(mTarget, nBlurMax, nBlurMin) { var _local2 = new flash.filters.GlowFilter(16777215, 70, nBlurMax, nBlurMax, 1.5, 3, false, false); mTarget.filters = [_local2]; mTarget.gf = _local2; mTarget.direction = "down"; mTarget.onEnterFrame = function () { if (this.direction == "up") { if (this.gf.blurX < (nBlurMax - 1)) { this.gf.blurX = this.gf.blurX + 2; this.gf.blurY = this.gf.blurX; } else { this.direction = "down"; } } else if (this.gf.blurX > (nBlurMin + 1)) { this.gf.blurX = this.gf.blurX - 1; this.gf.blurY = this.gf.blurX; } else { this.direction = "up"; } this.filters = [this.gf]; }; } function secondPathAnim(nStartRot, nEndRot, nTime, nLength) { clearInterval(__nInt); __mMasker._rotation = nStartRot; var _local2 = new mx.transitions.Tween(__mMasker, "_rotation", mx.transitions.easing.None.easeOut, __mMasker._rotation, nEndRot, nLength, true); _local2.owner = this; _local2.onMotionFinished = function () { this.owner.__nInt = setInterval(this.owner, "hideBubble", 1000, nTime); }; } function addListener() { __oKeyListener = new Object(); __oKeyListener.owner = this; __oKeyListener.onKeyDown = function () { trace("You pressed a key."); if (Key.getAscii() == 32) { this.owner.__mPlayButton.removeMovieClip(); this.owner.__mDemoButton.removeMovieClip(); com.scharpdevelopment.utils.Broadcaster.getInstance().run("onPlayGame"); } }; Key.addListener(__oKeyListener); } function removeListener() { Key.removeListener(__oKeyListener); } function resetDemo() { trace("RESET DEMO"); clearInterval(__nInt); __mMasker = __mTarget.mLines.mLinesMask1; __mMasker._rotation = 84; __mHowToPlay._y = 0; __mInfoBubble._alpha = 0; __mTarget.mLines.gotoAndStop(1); __mTarget.mLines._visible = false; __mTarget.mMeter.mMeterBar._yscale = 0; delete __mBucketNear.onEnterFrame; delete __mCatcher.onEnterFrame; delete __mBucketFar.onEnterFrame; __mBucketNear.filters = [undefined]; __mCatcher.filters = [undefined]; __mBucketFar.filters = [undefined]; __twAlpha.stop(); __twRotate.stop(); __twYPos.stop(); __twAlphaOut.stop(); __twAlpha = undefined; __twRotate = undefined; __twYPos = undefined; __twAlphaOut = undefined; com.sony.freshCatch.FreshCatch.setDemoPlaying(false); __mYourTurn.removeMovieClip(); __mTarget.mPlay.removeMovieClip(); } }
Symbol 226 MovieClip [__Packages.mx.transitions.easing.None] Frame 0
class mx.transitions.easing.None { function None () { } static function easeNone(t, b, c, d) { return(((c * t) / d) + b); } static function easeIn(t, b, c, d) { return(((c * t) / d) + b); } static function easeOut(t, b, c, d) { return(((c * t) / d) + b); } static function easeInOut(t, b, c, d) { return(((c * t) / d) + b); } static var version = "1.1.0.52"; }
Symbol 227 MovieClip [__Packages.com.sony.freshCatch.scenes.GameOver] Frame 0
class com.sony.freshCatch.scenes.GameOver { var __mTarget, __mCaptionText, __mPlayAgain, __mPlayAgainText, __oKeyListener; function GameOver (mTarget) { __mTarget = mTarget; __mTarget._alpha = 100; init(); } function init() { __mTarget._parent._parent.mGameHolder._alpha = 0; var _local3 = new flash.filters.GlowFilter(16777215, 30, 5, 5, 1, 3, false, false); __mCaptionText = __mTarget.attachMovie("mGameOver", "mCaptionText", 10); __mPlayAgain = __mTarget.attachMovie("mButton", "mPlayAgain", 20); __mPlayAgainText = __mPlayAgain.mTextHolder.attachMovie("mPlayAgain", "mPlayAgainText", 10); __mCaptionText._y = -50; __mCaptionText._x = 319 - (__mCaptionText._width / 2); __mPlayAgain.mButtonBG._width = __mPlayAgainText._width + 10; __mPlayAgain._x = 319 - (__mPlayAgain._width / 2); __mPlayAgain._y = 300; __mPlayAgain._alpha = 0; __mPlayAgain.filters = [_local3]; var _local4 = new mx.transitions.Tween(__mTarget._parent._parent.mGameBG, "_alpha", mx.transitions.easing.Strong.easeOut, 100, 0, 0.5, true); var _local2 = new mx.transitions.Tween(__mTarget, "_alpha", mx.transitions.easing.Strong.easeOut, 0, 100, 0.5, true); _local2.owner = this; _local2.onMotionFinished = function () { this.owner.slamText(); }; addFunctionality(); } function addFunctionality() { __mPlayAgain.owner = this; __mPlayAgain.onPress = function () { this.mButtonBG.gotoAndStop(2); }; __mPlayAgain.onRelease = function () { this.mButtonBG.gotoAndStop(1); this.owner.__mPlayAgain.removeMovieClip(); com.scharpdevelopment.utils.Broadcaster.getInstance().run("onStartOver"); }; __mPlayAgain.onReleaseOutside = function () { this.mButtonBG.gotoAndStop(1); }; } function slamText() { var _local2 = new mx.transitions.Tween(__mCaptionText, "_y", mx.transitions.easing.Strong.easeIn, __mCaptionText._y, 60, 0.35, true); _local2.owner = this; _local2.onMotionFinished = function () { this.owner.animButton(); }; } function animButton() { var _local3 = new mx.transitions.Tween(__mPlayAgain, "_y", mx.transitions.easing.Strong.easeOut, __mPlayAgain._y, 175, 0.75, true); var _local2 = new mx.transitions.Tween(__mPlayAgain, "_alpha", mx.transitions.easing.Strong.easeIn, 0, 100, 0.5, true); _local2.owner = this; _local2.onMotionFinished = function () { }; } function addListener() { __oKeyListener = new Object(); __oKeyListener.owner = this; __oKeyListener.onKeyDown = function () { trace("You pressed a key."); if (Key.getAscii() == 32) { this.owner.__mPlayButton.removeMovieClip(); this.owner.__mDemoButton.removeMovieClip(); com.scharpdevelopment.utils.Broadcaster.getInstance().run("onStartOver"); } }; Key.addListener(__oKeyListener); } function removeListener() { Key.removeListener(__oKeyListener); } }
Symbol 228 MovieClip [__Packages.com.sony.freshCatch.scenes.TryAgain] Frame 0
class com.sony.freshCatch.scenes.TryAgain { var __mTarget, __mCaptionText, __mTryAgainButton, __mTryAgainText, __mDemoButton, __mDemoText, __oKeyListener; function TryAgain (mTarget) { __mTarget = mTarget; __mTarget._alpha = 100; trace("------- Try Again -------"); init(); } function init() { __mTarget._parent._parent.mGameHolder._alpha = 0; var _local3 = new flash.filters.GlowFilter(16777215, 30, 5, 5, 1, 3, false, false); __mCaptionText = __mTarget.attachMovie("mNiceTry", "mCaptionText", 10); __mTryAgainButton = __mTarget.attachMovie("mButton", "mTryAgainButton", 20); __mTryAgainText = __mTryAgainButton.mTextHolder.attachMovie("mTryAgain", "mTryAgainText", 10); __mDemoButton = __mTarget.attachMovie("mButton", "mDemoButton", 30); __mDemoText = __mDemoButton.mTextHolder.attachMovie("mHowToPlayButton", "mHowToPlayText", 10); __mCaptionText._y = -50; __mCaptionText._x = 319 - (__mCaptionText._width / 2); __mTryAgainButton.mButtonBG._width = __mTryAgainText._width + 10; __mTryAgainButton._x = 319 - (__mTryAgainButton._width / 2); __mTryAgainButton._y = 300; __mTryAgainButton._alpha = 0; __mTryAgainButton.filters = [_local3]; __mDemoButton.mButtonBG._width = __mDemoText._width + 10; __mDemoButton._x = 319 - (__mDemoButton._width / 2); __mDemoButton._y = 300; __mDemoButton._alpha = 0; __mDemoButton.filters = [_local3]; var _local4 = new mx.transitions.Tween(__mTarget._parent._parent.mGameBG, "_alpha", mx.transitions.easing.Strong.easeOut, 100, 0, 0.5, true); var _local2 = new mx.transitions.Tween(__mTarget, "_alpha", mx.transitions.easing.Strong.easeOut, 0, 100, 0.5, true); _local2.owner = this; _local2.onMotionFinished = function () { this.owner.slamText(); }; addFunctionality(); } function addFunctionality() { __mTryAgainButton.owner = this; __mTryAgainButton.onPress = function () { this.mButtonBG.gotoAndStop(2); }; __mTryAgainButton.onRelease = function () { this.mButtonBG.gotoAndStop(1); this.owner.__mDemoButton.removeMovieClip(); this.owner.__mTryAgainButton.removeMovieClip(); com.scharpdevelopment.utils.Broadcaster.getInstance().run("onStartOver"); }; __mTryAgainButton.onReleaseOutside = function () { this.mButtonBG.gotoAndStop(1); }; __mDemoButton.owner = this; __mDemoButton.onPress = function () { this.mButtonBG.gotoAndStop(2); }; __mDemoButton.onRelease = function () { this.mButtonBG.gotoAndStop(1); this.owner.__mTryAgainButton.removeMovieClip(); this.owner.__mDemoButton.removeMovieClip(); com.scharpdevelopment.utils.Broadcaster.getInstance().run("onShowDemo"); }; __mDemoButton.onReleaseOutside = function () { this.mButtonBG.gotoAndStop(1); }; } function slamText() { var _local2 = new mx.transitions.Tween(__mCaptionText, "_y", mx.transitions.easing.Strong.easeIn, __mCaptionText._y, 60, 0.35, true); _local2.owner = this; _local2.onMotionFinished = function () { this.owner.animButton(); }; } function animButton() { var _local2 = new mx.transitions.Tween(__mTryAgainButton, "_y", mx.transitions.easing.Strong.easeOut, __mTryAgainButton._y, 145, 0.75, true); var _local3 = new mx.transitions.Tween(__mTryAgainButton, "_alpha", mx.transitions.easing.Strong.easeIn, 0, 100, 0.5, true); _local2.owner = this; _local2.onMotionFinished = function () { var _local3 = new mx.transitions.Tween(this.owner.__mDemoButton, "_y", mx.transitions.easing.Strong.easeOut, this.owner.__mDemoButton._y, 210, 0.5, true); var _local2 = new mx.transitions.Tween(this.owner.__mDemoButton, "_alpha", mx.transitions.easing.Strong.easeIn, 0, 100, 0.5, true); }; } function addListener() { __oKeyListener = new Object(); __oKeyListener.owner = this; __oKeyListener.onKeyDown = function () { trace("You pressed a key."); if (Key.getAscii() == 32) { this.owner.__mPlayButton.removeMovieClip(); this.owner.__mDemoButton.removeMovieClip(); com.scharpdevelopment.utils.Broadcaster.getInstance().run("onStartOver"); } }; Key.addListener(__oKeyListener); } function removeListener() { Key.removeListener(__oKeyListener); } }
Symbol 229 MovieClip [__Packages.com.sony.freshCatch.scenes.Congrats] Frame 0
class com.sony.freshCatch.scenes.Congrats { var __mTarget, __mCaptionText, __mButton, __mButtonText, __oKeyListener; function Congrats (mTarget) { __mTarget = mTarget; __mTarget._alpha = 100; __mTarget.mDemoButton.removeMovieClip(); init(); } function init() { __mTarget._parent._parent.mGameHolder._alpha = 0; var _local3 = new flash.filters.GlowFilter(16777215, 30, 5, 5, 1, 3, false, false); __mCaptionText = __mTarget.attachMovie("mCongrats", "mCaptionText", 10); __mButton = __mTarget.attachMovie("mButton", "mButton", 20); if (com.sony.freshCatch.FreshCatch.getLevel() == 1) { __mButtonText = __mButton.mTextHolder.attachMovie("mContLevel2", "mContText", 10); } else if (com.sony.freshCatch.FreshCatch.getLevel() == 2) { __mButtonText = __mButton.mTextHolder.attachMovie("mContLevel3", "mContText", 10); } __mCaptionText._y = -55; __mCaptionText._x = 319 - (__mCaptionText._width / 2); __mButton.mButtonBG._width = __mButtonText._width + 10; __mButton._x = 319 - (__mButton._width / 2); __mButton._y = 300; __mButton._alpha = 0; __mButton.filters = [_local3]; var _local4 = new mx.transitions.Tween(__mTarget._parent._parent.mGameBG, "_alpha", mx.transitions.easing.Strong.easeOut, 100, 0, 0.5, true); var _local2 = new mx.transitions.Tween(__mTarget, "_alpha", mx.transitions.easing.Strong.easeOut, 0, 100, 0.5, true); _local2.owner = this; _local2.onMotionFinished = function () { this.owner.slamText(); }; addFunctionality(); } function addFunctionality() { __mButton.owner = this; __mButton.onPress = function () { this.mButtonBG.gotoAndStop(2); }; __mButton.onRelease = function () { this.mButtonBG.gotoAndStop(1); this.owner.__mButton.removeMovieClip(); if (com.sony.freshCatch.FreshCatch.getLevel() < 3) { com.scharpdevelopment.utils.Broadcaster.getInstance().run("onContinue"); } else { com.scharpdevelopment.utils.Broadcaster.getInstance().run("onEndGame"); } }; __mButton.onReleaseOutside = function () { this.mButtonBG.gotoAndStop(1); }; } function slamText() { var _local2 = new mx.transitions.Tween(__mCaptionText, "_y", mx.transitions.easing.Strong.easeIn, __mCaptionText._y, 80, 0.5, true); _local2.owner = this; _local2.onMotionFinished = function () { this.owner.animButton(); }; } function animButton() { var _local3 = new mx.transitions.Tween(__mButton, "_y", mx.transitions.easing.Strong.easeIn, __mButton._y, 175, 0.75, true); var _local2 = new mx.transitions.Tween(__mButton, "_alpha", mx.transitions.easing.Strong.easeIn, 0, 100, 0.5, true); _local2.owner = this; _local2.onMotionFinished = function () { }; } function addListener() { __oKeyListener = new Object(); __oKeyListener.owner = this; __oKeyListener.onKeyDown = function () { trace("You pressed a key."); if (Key.getAscii() == 32) { this.owner.__mPlayButton.removeMovieClip(); this.owner.__mDemoButton.removeMovieClip(); com.scharpdevelopment.utils.Broadcaster.getInstance().run("onContinue"); } }; Key.addListener(__oKeyListener); } function removeListener() { Key.removeListener(__oKeyListener); } }
Symbol 230 MovieClip [__Packages.com.sony.freshCatch.Controller] Frame 0
class com.sony.freshCatch.Controller { static var __instance; var __mTarget; function Controller () { __mTarget = com.sony.freshCatch.FreshCatch.getRootTarget(); com.scharpdevelopment.utils.Broadcaster.getInstance().addListener(this); init(); } function init() { } function playCodySoundFX(bIsBad) { if (bIsBad) { com.sony.freshCatch.FreshCatch.getRootTarget().mWhoa.gotoAndPlay(2); } } function playBucketSoundFX(bIsBad) { com.sony.freshCatch.FreshCatch.getRootTarget().mBasketMade.gotoAndPlay(2); if (bIsBad) { } else { com.sony.freshCatch.FreshCatch.getRootTarget().mHeyStop.gotoAndPlay(2); } } function onCatch(bIsBad) { trace("In Catch, is Bad:: " + bIsBad); playCodySoundFX(bIsBad); if (bIsBad) { trace("THAT WAS A BAD FISH"); com.sony.freshCatch.FishBoard.updateCounter(-1); com.sony.freshCatch.FreshCatch.getRootTarget().mGameHolder.mNoPoint._alpha = 100; com.sony.freshCatch.Catchers.getInstance().__mPenguin.gotoAndPlay(32); } else { com.sony.freshCatch.FreshCatch.getRootTarget().mGoodCatch.gotoAndPlay(2); com.sony.freshCatch.FishBoard.updateCounter(1); com.sony.freshCatch.FreshCatch.getRootTarget().mGameHolder.mOnePoint._alpha = 100; com.sony.freshCatch.Catchers.getInstance().__mPenguin.gotoAndPlay(1); } } function onInBucketNear(bIsBad) { trace("In Bucket Near, is Bad:: " + bIsBad); playBucketSoundFX(bIsBad); com.sony.freshCatch.Catchers.getInstance().__mBucketNear.mGrossSplash.gotoAndPlay(2); if (bIsBad) { trace("THAT WAS A BAD FISH"); com.sony.freshCatch.FishBoard.updateCounter(1); com.sony.freshCatch.FreshCatch.getRootTarget().mGameHolder.mOnePoint._alpha = 100; } else { com.sony.freshCatch.FishBoard.updateCounter(-1); com.sony.freshCatch.FreshCatch.getRootTarget().mGameHolder.mNoPoint._alpha = 100; } } function onInBucketFar(bIsBad) { trace("In Bucket Far, is Bad:: " + bIsBad); playBucketSoundFX(bIsBad); com.sony.freshCatch.Catchers.getInstance().__mBucketFar.mGrossSplash.gotoAndPlay(2); if (bIsBad) { trace("THAT WAS A BAD FISH"); com.sony.freshCatch.FishBoard.updateCounter(2); com.sony.freshCatch.FreshCatch.getRootTarget().mGameHolder.mTwoPoints._alpha = 100; } else { com.sony.freshCatch.FishBoard.updateCounter(-2); com.sony.freshCatch.FreshCatch.getRootTarget().mGameHolder.mNoPoint._alpha = 100; } } function onStartGame() { com.sony.freshCatch.Meter.getInstance().activateMeter(); com.sony.freshCatch.Clock.getInstance().startClock(); } function allFishCaught() { trace("all fish were caught"); com.sony.freshCatch.Meter.getInstance().deactivateMeter(); com.sony.freshCatch.Meter.setStarted(false); com.sony.freshCatch.Clock.getInstance().stopClock(); if (com.sony.freshCatch.FreshCatch.getLevel() < 3) { com.sony.freshCatch.Scenes.getInstance().congrats(); } else { com.sony.freshCatch.Scenes.getInstance().gameOver(); } } function onTimesUp() { com.sony.freshCatch.Meter.getInstance().deactivateMeter(); com.sony.freshCatch.Meter.setStarted(false); if (!com.sony.freshCatch.TosserPenguin.getInstance().__bIsInAir) { trace("------------IN TIMES UP AND FISH IS NOT IN THE AIR-----------------"); com.sony.freshCatch.Scenes.getInstance().niceTry(); } else { trace("------------IN TIMES UP AND FISH IS IN THE AIR-----------------"); } } function onPlayGame() { getURL ("javascript:if (window.change_state) { change_state ('255~games~327~film+surfsup+freshcatch+gamestartlev1') }"); com.sony.freshCatch.FreshCatch.setLevel(1); com.sony.freshCatch.Scenes.getInstance().removeListener(); com.sony.freshCatch.Scenes.getInstance().game(); initializeGame(); } function onContinue() { trace("Continue to next Level"); if (com.sony.freshCatch.FreshCatch.getLevel() <= 3) { com.sony.freshCatch.FreshCatch.setLevel(com.sony.freshCatch.FreshCatch.getLevel() + 1); if (com.sony.freshCatch.FreshCatch.getLevel() == 2) { getURL ("javascript:if (window.change_state) { change_state ('255~games~327~film+surfsup+freshcatch+gamestartlev2') }"); } else if (com.sony.freshCatch.FreshCatch.getLevel() == 3) { getURL ("javascript:if (window.change_state) { change_state ('255~games~327~film+surfsup+freshcatch+gamestartlev3') }"); } com.sony.freshCatch.Scenes.getInstance().removeListener(); com.sony.freshCatch.Scenes.getInstance().game(); initializeGame(); } } function onStartOver() { trace("Try again / Start over"); getURL ("javascript:if (window.change_state) { change_state ('255~games~327~film+surfsup+freshcatch+replay') }"); com.sony.freshCatch.Scenes.getInstance().removeListener(); com.sony.freshCatch.Scenes.getInstance().game(); com.sony.freshCatch.FreshCatch.setLevel(1); initializeGame(); } function onLogoPressed() { com.sony.freshCatch.FreshCatch.getRootTarget().mGameHolder._alpha = 0; var _local1 = new Object({hour:0, minute:0, second:45}); com.sony.freshCatch.Meter.getInstance().deactivateMeter(); com.sony.freshCatch.Meter.setStarted(false); com.sony.freshCatch.TosserPenguin.getInstance().clearFishArray(); com.sony.freshCatch.TosserPenguin.getInstance().__bIsInAir = false; com.sony.freshCatch.FishBoard.clearBoard(); com.sony.freshCatch.Clock.getInstance().stopClock(); com.sony.freshCatch.Clock.getInstance().setClock(_local1); com.sony.freshCatch.FreshCatch.getRootTarget().mBGHolder.mTransitionBG.mButton.removeMovieClip(); com.sony.freshCatch.FreshCatch.getRootTarget().mBGHolder.mTransitionBG.mPlayAgain.removeMovieClip(); com.sony.freshCatch.FreshCatch.getRootTarget().mBGHolder.mTransitionBG.mTryAgainButton.removeMovieClip(); com.sony.freshCatch.FreshCatch.getRootTarget().mBGHolder.mTransitionBG.mDemoButton.removeMovieClip(); com.sony.freshCatch.Scenes.getInstance().resetDemo(); com.sony.freshCatch.Scenes.getInstance().removeListener(); com.sony.freshCatch.Scenes.getInstance().intro(); } function onShowDemo() { com.sony.freshCatch.FreshCatch.getRootTarget().mGameHolder._alpha = 0; var _local2 = new Object({hour:0, minute:0, second:45}); com.sony.freshCatch.Meter.getInstance().deactivateMeter(); com.sony.freshCatch.Meter.setStarted(false); com.sony.freshCatch.FishBoard.clearBoard(); com.sony.freshCatch.Clock.getInstance().stopClock(); com.sony.freshCatch.Clock.getInstance().setClock(_local2); __mTarget.mBGHolder.mIntroBG.mLines._visible = true; __mTarget.mBGHolder.mIntroBG.mInfoBubble._visible = true; __mTarget.mBGHolder.mIntroBG.mPlay.removeMovieClip(); com.sony.freshCatch.Scenes.getInstance().removeListener(); com.sony.freshCatch.Scenes.getInstance().__nIntroScene = 0; com.sony.freshCatch.Scenes.getInstance().demo(); } function onTriggerPressed() { if (com.sony.freshCatch.Meter.getStarted()) { com.sony.freshCatch.Meter.getInstance().stopMeter(); } else { com.sony.freshCatch.Meter.getInstance().startMeter(); } } function onCodyCatchAnimComplete() { com.sony.freshCatch.TosserPenguin.getInstance().newFish(); } function onCodyFallAnimComplete() { com.sony.freshCatch.TosserPenguin.getInstance().newFish(); } function onBucketAnimComplete() { com.sony.freshCatch.TosserPenguin.getInstance().newFish(); } function initializeGame() { com.sony.freshCatch.FreshCatch.getRootTarget().mGameHolder._alpha = 100; var _local1 = new Object({hour:0, minute:0, second:45}); com.sony.freshCatch.FishBoard.clearBoard(); com.sony.freshCatch.TosserPenguin.getInstance().clearFishArray(); com.sony.freshCatch.TosserPenguin.getInstance().newFish(); com.sony.freshCatch.Meter.getInstance().deactivateMeter(); com.sony.freshCatch.Meter.setStarted(false); com.sony.freshCatch.Meter.getInstance().__mMeterBar._yscale = 0; com.sony.freshCatch.Meter.getInstance().activateMeter(); com.sony.freshCatch.Meter.getInstance().startMeter(); com.sony.freshCatch.Clock.getInstance().__bTimesUp = false; com.sony.freshCatch.Clock.getInstance().setClock(_local1); com.sony.freshCatch.Clock.getInstance().startClock(); } static function getInstance() { if (__instance == null) { __instance = new com.sony.freshCatch.Controller(); } return(__instance); } static function deleteInstance() { __instance = undefined; } }
Symbol 231 MovieClip [__Packages.com.sony.freshCatch.Catchers] Frame 0
class com.sony.freshCatch.Catchers { static var __instance; var __mTarget, __mPenguin, __mMainPile, __mBucketNear, __mBucketFar; function Catchers () { __mTarget = com.sony.freshCatch.FreshCatch.getRootTarget().mGameHolder; init(); } function init() { trace("Attach catchers"); __mPenguin = __mTarget.attachMovie("mCatcher", "mCatcherPenguin", 100); __mPenguin._x = 390; __mPenguin._y = 120; __mMainPile = __mTarget.attachMovie("mMainPile", "mMainPile", 110); __mMainPile._x = 300; __mMainPile._y = 160; __mBucketNear = __mTarget.attachMovie("mBucketNear", "mBucketNear", 120); __mBucketNear._x = 250; __mBucketNear._y = 360; __mBucketFar = __mTarget.attachMovie("mBucketFar", "mBucketFar", 130); __mBucketFar._x = 540; __mBucketFar._y = 360; } static function getInstance() { if (__instance == null) { __instance = new com.sony.freshCatch.Catchers(); } return(__instance); } static function deleteInstance() { __instance = undefined; } }
Symbol 232 MovieClip [__Packages.com.sony.freshCatch.Meter] Frame 0
class com.sony.freshCatch.Meter { static var __nPower, __nAngle, __instance; var __mTarget, __mMeter, __mMeterBar, __aTimesPressed, __oKeyListener, __bIsActive; function Meter () { __mTarget = com.sony.freshCatch.FreshCatch.getRootTarget().mGameHolder; init(); } function init() { var _local2 = new flash.filters.GlowFilter(0, 100, 5, 5, 2.3, 3, false, false); __mMeter = __mTarget.attachMovie("mMeter", "mMeter", 50); __mMeterBar = __mMeter.mMeterBar; __mMeter._x = 20; __mMeter._y = 115; __mMeter._alpha = 0; __mMeter.filters = [_local2]; __mMeterBar._yscale = 0; __aTimesPressed = new Array(); trace("METER:: " + __mMeter); } function startMeter() { setStarted(true); startOnEnterFrame(); } function stopMeter() { setStarted(false); deleteOnEnterFrame(); setMeterProps(); com.sony.freshCatch.TosserPenguin.getInstance().tossFish(); } function setMeterProps() { if ((__mMeterBar._yscale >= 26) && (__mMeterBar._yscale <= 40)) { __nPower = 1; __nAngle = 1; } else if ((__mMeterBar._yscale > 40) && (__mMeterBar._yscale < 57)) { __nPower = (__mMeterBar._yscale + 0) / 100; __nAngle = 1.5; } else if ((__mMeterBar._yscale >= 57) && (__mMeterBar._yscale <= 75)) { __nPower = 1; __nAngle = 2; } else if ((__mMeterBar._yscale > 75) && (__mMeterBar._yscale < 93)) { __nPower = (__mMeterBar._yscale + 0) / 100; __nAngle = 2.5; } else if ((__mMeterBar._yscale >= 93) && (__mMeterBar._yscale <= 107)) { __nPower = 1; __nAngle = 3; } else if (__mMeterBar._yscale > 107) { __nPower = (__mMeterBar._yscale + 0) / 100; __nAngle = 3.5; } else { __nAngle = 0.5; __nPower = __mMeterBar._yscale / 100; } trace("POWER:: " + __nPower); } function deactivateMeter() { Key.removeListener(__oKeyListener); __bIsActive = false; deleteOnEnterFrame(); } function activateMeter() { __mMeter._alpha = 80; __bIsActive = true; __oKeyListener = new Object(); __oKeyListener.owner = this; __oKeyListener.onKeyDown = function () { trace("You pressed a key. Is Started:: " + com.sony.freshCatch.Meter.getStarted()); if ((Key.getAscii() == 32) && (com.sony.freshCatch.Meter.__bIsStarted == true)) { this.owner.stopMeter(); } }; Key.addListener(__oKeyListener); } function startOnEnterFrame() { if (com.sony.freshCatch.FreshCatch.getLevel() == 1) { __mMeterBar.speed = 3; } if (com.sony.freshCatch.FreshCatch.getLevel() == 2) { __mMeterBar.speed = 4; } if (com.sony.freshCatch.FreshCatch.getLevel() == 3) { __mMeterBar.speed = 5; } __mMeterBar.owner = this; __mMeterBar.direction = "up"; __mMeterBar.onEnterFrame = function () { if (this.direction == "up") { if (this._yscale <= 124) { this._yscale = this._yscale + this.speed; } else { this.direction = "down"; } } else if (this._yscale >= 1) { this._yscale = this._yscale - this.speed; } else { this.direction = "up"; } }; } function deleteOnEnterFrame() { delete __mMeterBar.onEnterFrame; __mMeterBar.direction = "up"; } static function getPower() { return(__nPower); } static function getAngle() { return(__nAngle); } static function getStarted() { return(__bIsStarted); } static function setStarted(bIsStarted) { __bIsStarted = bIsStarted; } static function getInstance() { if (__instance == null) { __instance = new com.sony.freshCatch.Meter(); } return(__instance); } static function deleteInstance() { getInstance().deleteOnEnterFrame(); Key.removeListener(getInstance().__oKeyListener); __instance = null; } static var __bIsStarted = false; }
Symbol 233 MovieClip [__Packages.com.sony.freshCatch.TosserPenguin] Frame 0
class com.sony.freshCatch.TosserPenguin { static var __instance; var __mTarget, __aTossedFish, __mTosserPenguin, __mCurrentFish, __bIsInAir; function TosserPenguin () { __mTarget = com.sony.freshCatch.FreshCatch.getRootTarget().mGameHolder; __aTossedFish = new Array(); trace("Tosser Penguin"); init(); } function init() { __mTosserPenguin = __mTarget.attachMovie("mTosser", "mTosserPenguin", 200); __mTosserPenguin._x = 12; __mTosserPenguin._y = 280; __mCurrentFish = (new com.sony.freshCatch.Fish(__mTosserPenguin.mFishHolder)).__mFish; } function tossFish() { if (com.sony.freshCatch.Meter.getAngle() == 1) { var _local3 = new Object({x:6.5, y:-16}); } else if (com.sony.freshCatch.Meter.getAngle() == 1.5) { var _local3 = new Object({x:21, y:-34}); } else if (com.sony.freshCatch.Meter.getAngle() == 2) { var _local3 = new Object({x:11, y:-22}); } else if (com.sony.freshCatch.Meter.getAngle() == 2.5) { var _local3 = new Object({x:11, y:-22}); } else if (com.sony.freshCatch.Meter.getAngle() == 3) { var _local3 = new Object({x:13, y:-19}); } else if (com.sony.freshCatch.Meter.getAngle() == 3.5) { var _local3 = new Object({x:13, y:-26}); } else if (com.sony.freshCatch.Meter.getAngle() == 0.5) { var _local3 = new Object({x:22, y:-20}); } var _local4 = com.sony.freshCatch.Meter.getPower(); _local3.x = _local3.x * _local4; _local3.y = _local3.y * _local4; __mTosserPenguin.gotoAndPlay(2); __bIsInAir = true; var _local2 = new com.sony.freshCatch.FishTosser(__mCurrentFish, com.sony.freshCatch.FreshCatch.getRootTarget().mGameHolder.mCatcherPenguin.mMidPoint, com.sony.freshCatch.FreshCatch.getRootTarget().mGameHolder.mBucketNear, com.sony.freshCatch.FreshCatch.getRootTarget().mGameHolder.mBucketFar); _local2.setVelocity(_local3.x, _local3.y); _local2.setGravity(1); _local2.setFloor(false, 130); _local2.setWallR(false, 580); _local2.setCeiling(false, -250); _local2.toss(); } function setFishNotInAir() { __bIsInAir = false; } function newFish() { __aTossedFish.push(__mCurrentFish); __mCurrentFish = (new com.sony.freshCatch.Fish(__mTosserPenguin.mFishHolder)).__mFish; com.sony.freshCatch.Meter.getInstance().__mMeterBar._yscale = 0; } function clearFishArray() { __mCurrentFish.removeMovieClip(); __aTossedFish = new Array(); } static function getInstance() { if (__instance == null) { __instance = new com.sony.freshCatch.TosserPenguin(); } return(__instance); } static function deleteInstance() { __instance = undefined; } }
Symbol 234 MovieClip [__Packages.com.sony.freshCatch.Fish] Frame 0
class com.sony.freshCatch.Fish { static var __instance; var __mTarget, __nLevel, __mFish; function Fish (mTarget) { __mTarget = mTarget; __nLevel = com.sony.freshCatch.FreshCatch.getLevel(); __instance = this; init(); } function init() { if (__nLevel == 1) { var _local4 = randomNum(1, 5); } else if (__nLevel == 2) { var _local4 = randomNum(1, 4); } else { var _local4 = randomNum(1, 3); } var _local2 = randomNum(0, 999999); if (_local4 != 1) { __mFish = __mTarget.attachMovie("mFish", "mFish" + _local2, _local2); __mFish.bIsBad = false; } else { var _local3 = randomNum(1, 3); if (_local3 == 1) { __mFish = __mTarget.attachMovie("mSkeleton", "mBadFish" + _local2, _local2); } else if (_local3 == 2) { __mFish = __mTarget.attachMovie("mSquid", "mBadFish" + _local2, _local2); } else { __mFish = __mTarget.attachMovie("mUrchin", "mBadFish" + _local2, _local2); } __mFish.bIsBad = true; } trace(__mFish); __mFish._y = 30; glow(); } function glow() { var _local2 = new flash.filters.GlowFilter(16777215, 70, 5, 5, 2.5, 3, false, false); __mFish.owner = this; __mFish.gf1 = _local2; __mFish.onEnterFrame = function () { this.gf1.blurX = this.gf1.blurX + ((30 - this.gf1.blurX) / 2); this.gf1.blurY = this.gf1.blurX; this.gf1.alpha = this.gf1.alpha - 0.04; this.filters = [this.gf1]; if (this.gf1.alpha < 0.04) { if (com.sony.freshCatch.Clock.getInstance().__bTimesUp != true) { com.sony.freshCatch.Meter.getInstance().startMeter(); } this.filters = [undefined]; delete this.onEnterFrame; } }; } function randomNum(nMin, nMax) { var _local1 = Math.floor(Math.random() * ((nMax - nMin) + 1)) + nMin; return(_local1); } static function getInstance() { return(__instance); } }
Symbol 235 MovieClip [__Packages.com.scharpdevelopment.actions.Tosser] Frame 0
class com.scharpdevelopment.actions.Tosser { static var __instance; var __mTarget, __mCollide, __oVelocity, __oPosition, __oOldPosition, __bTossed, __bSetFloor, __nFloorPos, __bSetWallR, __nWallRPos, __bSetWallL, __nWallLPos, __bSetCeiling, __nCeilingPos; function Tosser (mTossTarget, mCollide) { __mTarget = mTossTarget; __mCollide = mCollide; __instance = this; trace("FISH BEING TOSSED:: " + __mTarget); init(); } function init() { __oVelocity = new Object({x:5, y:5}); __oPosition = new Object({x:__mTarget._x, y:__mTarget._y}); __oOldPosition = new Object({x:undefined, y:undefined}); } function toss() { trace((((("toss fish: " + __bTossed) + " : ") + __mTarget) + " : ") + this); if (!__bTossed) { __bTossed = true; __mTarget.owner = this; __mTarget.onEnterFrame = function () { this.owner.__oVelocity.y = this.owner.__oVelocity.y + this.owner.__nGravity; this.owner.__oPosition.x = this.owner.__oPosition.x + this.owner.__oVelocity.x; this.owner.__oPosition.y = this.owner.__oPosition.y + this.owner.__oVelocity.y; if (this.owner.__bSetFloor) { if ((this.owner.__oPosition.y + (this._height / 2)) > this.owner.__nFloorPos) { this.owner.__oPosition.y = this.owner.__nFloorPos - (this._height / 2); this.owner.__oVelocity.y = this.owner.__oVelocity.y * (-this.owner.__nRestitution); this.owner.__oVelocity.x = this.owner.__oVelocity.x * this.owner.__nFriction; } } if (this.owner.__bSetWallR) { if ((this.owner.__oPosition.x + (this._width / 2)) > this.owner.__nWallRPos) { this.owner.__oPosition.x = this.owner.__nWallRPos - (this._width / 2); this.owner.__oVelocity.x = this.owner.__oVelocity.x * (-this.owner.__nRestitution); } } if (this.owner.__bSetWallL) { if (this.owner.__oPosition.x < (this._width / 2)) { this.owner.__oPosition.x = this._width / 2; this.owner.__oVelocity.x = this.owner.__oVelocity.x * (-this.owner.__nRestitution); } } if (!this.owner.__bHitBasket) { if (this.mMidPoint.hitTest(this.owner.__mCollide)) { trace("Hit Target, is bad:: " + this.bIsBad); this.owner.__bHitBasket = true; delete this.onEnterFrame; com.scharpdevelopment.utils.Broadcaster.getInstance().run("onCollision", this.bIsBad); this.removeMovieClip(); } } this.owner.__oOldPosition.x = this._x; this.owner.__oOldPosition.y = this._y; this._x = this.owner.__oPosition.x; this._y = this.owner.__oPosition.y; if ((this.owner.__oOldPosition.x == this._x) && (this.owner.__oOldPosition.y == this._y)) { trace("DELETE ONENTERFRAME"); delete this.onEnterFrame; this.owner.__mTarget.removeMovieClip(); } }; } } function setGravity(nGravity) { __nGravity = nGravity; } function setRestitution(nRestitution) { __nRestitution = nRestitution; } function setFriction(nFriction) { __nFriction = nFriction; } function setVelocity(vx, vy) { __oVelocity.x = vx; __oVelocity.y = vy; } function setFloor(bIsStageBottom, nFloorPos) { __bSetFloor = true; if (bIsStageBottom) { __nFloorPos = Stage.height; } else { __nFloorPos = nFloorPos; } } function setWallR(bIsStageRight, nWallRPos) { __bSetWallR = true; if (bIsStageRight) { __nWallRPos = Stage.width; } else { __nWallRPos = nWallRPos; } } function setWallL(bIsStageLeft, nWallLPos) { __bSetWallL = true; if (bIsStageLeft) { __nWallLPos = 0; } else { __nWallLPos = nWallLPos; } } function setCeiling(bIsStageStart, nCeilingPos) { __bSetCeiling = true; if (bIsStageStart) { __nCeilingPos = 0; } else { __nCeilingPos = nCeilingPos; } } static function getInstance() { return(__instance); } var __nGravity = 0.5; var __nRestitution = 0.05; var __nFriction = 0.92; }
Symbol 236 MovieClip [__Packages.com.sony.freshCatch.FishTosser] Frame 0
class com.sony.freshCatch.FishTosser extends com.scharpdevelopment.actions.Tosser { var __mBucketNear, __mBucketFar, __bTossed, __mTarget, __nFloorPos, __oPosition, __nRestitution, __oVelocity, __nFriction, __bHitFloor, __nCeilingPos, __nWallRPos, __mCollide, __bCodyCaught, __bInBucketNear, __bInBucketFar; function FishTosser (mTossTarget, mCollide, mBucketNear, mBucketFar) { super(mTossTarget, mCollide); __mBucketNear = mBucketNear; __mBucketFar = mBucketFar; } function toss() { if (!__bTossed) { __bTossed = true; __mTarget.owner = this; __mTarget.onEnterFrame = function () { this.owner.__oVelocity.y = this.owner.__oVelocity.y + this.owner.__nGravity; this.owner.__oPosition.x = this.owner.__oPosition.x + this.owner.__oVelocity.x; this.owner.__oPosition.y = this.owner.__oPosition.y + this.owner.__oVelocity.y; if (this.owner.__bSetFloor) { this.owner.checkFloor(); } if (this.owner.__bSetWallR) { this.owner.checkRightWall(); } if (this.owner.__bSetWallL) { this.owner.checkLeftWall(); } if (this.owner.__bSetCeiling) { this.owner.checkCeiling(); } if (!this.owner.__bCodyCaught) { this.owner.checkCodyCatch(); } if (!this.owner.__bInBucketNear) { this.owner.checkBucketNear(); } if (!this.owner.__bInBucketFar) { this.owner.checkBucketFar(); } this.owner.__oOldPosition.x = this._x; this.owner.__oOldPosition.y = this._y; this._x = this.owner.__oPosition.x; this._y = this.owner.__oPosition.y; if (!this.owner.__bHitFloor) { this._rotation = this._rotation - 12; } if ((this.owner.__oOldPosition.x == this._x) && (this.owner.__oOldPosition.y == this._y)) { trace("DELETE ONENTERFRAME"); delete this.onEnterFrame; } }; } } function checkFloor() { if ((__oPosition.y + (__mTarget._height / 2)) > __nFloorPos) { __oPosition.y = __nFloorPos - (__mTarget._height / 2); __oVelocity.y = __oVelocity.y * (-__nRestitution); __oVelocity.x = __oVelocity.x * __nFriction; if (!__bHitFloor) { __bHitFloor = true; if ((__mTarget._rotation <= 180) && (__mTarget._rotation > 0)) { var _local4 = new mx.transitions.Tween(__mTarget, "_rotation", mx.transitions.easing.None.easeIn, __mTarget._rotation, 90, 0.3, true); } else if ((__mTarget._rotation >= -180) && (__mTarget._rotation < 0)) { var _local4 = new mx.transitions.Tween(__mTarget, "_rotation", mx.transitions.easing.None.easeIn, __mTarget._rotation, -90, 0.3, true); } var _local2 = new flash.filters.GlowFilter(16777215, 70, 5, 5, 1, 3, true, false); var _local3 = new flash.filters.GlowFilter(16777215, 70, 5, 5, 1, 3, false, false); __mTarget.filters = [_local2, _local3]; __mTarget.gf1 = _local2; __mTarget.gf2 = _local3; __mTarget.owner = this; __mTarget.onEnterFrame = function () { this.gf1.blurX = this.gf1.blurX + ((30 - this.gf1.blurX) / 2); this.gf1.blurY = this.gf1.blurX; this.gf2.blurX = (this.gf2.blurY = this.gf1.blurX); this.filters = [this.gf1, this.gf2]; if (this.gf1.blurX > 29) { this.owner.removeFish(true); } }; } } } function checkCeiling() { if ((__oPosition.y + (__mTarget._width / 2)) < __nCeilingPos) { removeFish(true); } } function checkRightWall() { if ((__oPosition.x + (__mTarget._width / 2)) > __nWallRPos) { removeFish(true); } } function checkLeftWall() { if (__oPosition.x < (__mTarget._width / 2)) { __oPosition.x = __mTarget._width / 2; __oVelocity.x = __oVelocity.x * (-__nRestitution); } } function checkCodyCatch() { if (__mTarget.mMidPoint.hitTest(__mCollide)) { trace("Fish:: " + __mTarget); __bCodyCaught = true; com.scharpdevelopment.utils.Broadcaster.getInstance().run("onCatch", false, __mTarget.bIsBad); var _local2 = new mx.transitions.Tween(__mTarget, "_alpha", mx.transitions.easing.Strong.easeOut, 100, 30, 0.15, true); _local2.owner = this; _local2.onMotionFinished = function () { delete this.owner.__mTarget.onEnterFrame; this.owner.removeFish(); }; } } function checkBucketNear() { if (__mTarget.mMidPoint.hitTest(__mBucketNear.mMidPoint)) { trace("Hit Target, is bad:: " + __mTarget.bIsBad); __bInBucketNear = true; delete __mTarget.onEnterFrame; com.scharpdevelopment.utils.Broadcaster.getInstance().run("onInBucketNear", false, __mTarget.bIsBad); removeFish(); } } function checkBucketFar() { if (__mTarget.mMidPoint.hitTest(__mBucketFar.mMidPoint)) { trace("Hit Target, is bad:: " + __mTarget.bIsBad); __bInBucketFar = true; delete __mTarget.onEnterFrame; com.scharpdevelopment.utils.Broadcaster.getInstance().run("onInBucketFar", false, __mTarget.bIsBad); removeFish(); } } function checkTimesUp() { trace("------------ TIMES UP AND FISH IS IN THE AIR -------------------"); if (com.sony.freshCatch.Clock.getInstance().__bTimesUp) { com.sony.freshCatch.FishBoard.getInstance().checkTimesUp(); } } function removeFish(bNewFish) { __mTarget.removeMovieClip(); com.sony.freshCatch.TosserPenguin.getInstance().setFishNotInAir(); com.sony.freshCatch.FishBoard.getInstance().checkScore(); if (bNewFish) { com.sony.freshCatch.TosserPenguin.getInstance().newFish(); } } }
Symbol 46 MovieClip [mCatcher] Frame 1
stop();
Symbol 46 MovieClip [mCatcher] Frame 30
com.scharpdevelopment.utils.Broadcaster.getInstance().run("onCodyCatchAnimComplete"); gotoAndStop (1); stop();
Symbol 46 MovieClip [mCatcher] Frame 31
stop();
Symbol 46 MovieClip [mCatcher] Frame 55
com.scharpdevelopment.utils.Broadcaster.getInstance().run("onCodyFallAnimComplete"); gotoAndStop (1); stop();
Symbol 62 MovieClip Frame 1
stop();
Symbol 62 MovieClip Frame 30
com.scharpdevelopment.utils.Broadcaster.getInstance().run("onBucketAnimComplete"); stop();
Symbol 63 MovieClip [mBucketNear] Frame 1
stop();
Symbol 66 MovieClip [mBucketFar] Frame 1
stop();
Symbol 85 MovieClip [mLines] Frame 1
stop();
Symbol 85 MovieClip [mLines] Frame 2
stop();
Symbol 85 MovieClip [mLines] Frame 3
stop();
Symbol 86 MovieClip [mDemoHolder] Frame 1
stop();
Symbol 99 MovieClip [mButtonBG] Frame 1
stop();
Symbol 99 MovieClip [mButtonBG] Frame 2
stop();
Symbol 105 MovieClip [mAudio1] Frame 1
stop();
Symbol 105 MovieClip [mAudio1] Frame 10
stop();
Symbol 108 MovieClip [mMusic] Frame 1
stop();
Symbol 108 MovieClip [mMusic] Frame 2
stop();
Symbol 116 MovieClip [mFishIcon] Frame 1
stop();
Symbol 116 MovieClip [mFishIcon] Frame 2
stop();
Symbol 135 MovieClip [mTosser] Frame 1
stop();
Symbol 135 MovieClip [mTosser] Frame 8
Symbol 135 MovieClip [mTosser] Frame 14
stop();
Symbol 191 MovieClip [mInfoBubble] Frame 1
stop();
Symbol 191 MovieClip [mInfoBubble] Frame 2
stop();
Symbol 191 MovieClip [mInfoBubble] Frame 3
stop();
Symbol 207 MovieClip [mBasketMade] Frame 1
stop();
Symbol 209 MovieClip [mHeyStop] Frame 1
stop();
Symbol 210 MovieClip [mUglyFish] Frame 1
stop();
Symbol 210 MovieClip [mUglyFish] Frame 2
stop();
Symbol 210 MovieClip [mUglyFish] Frame 3
stop();
Symbol 212 MovieClip [mGoodCatch] Frame 1
stop();

Library Items

Symbol 1 Sound [auHeyStop]
Symbol 2 Sound [auWhoa]Used by:5
Symbol 3 Sound [auUglyFish]Used by:210
Symbol 4 Sound [auMadeBasket]Used by:207
Symbol 5 MovieClip [mWhoa]Uses:2Used by:Timeline
Symbol 6 BitmapUsed by:7
Symbol 7 GraphicUses:6Used by:8
Symbol 8 MovieClip [mGameBG]Uses:7Used by:90
Symbol 9 FontUsed by:10 174 175
Symbol 10 EditableTextUses:9Used by:11
Symbol 11 MovieClip [Fonts]Uses:10Used by:Timeline
Symbol 12 GraphicUsed by:13
Symbol 13 MovieClipUses:12Used by:18
Symbol 14 GraphicUsed by:18
Symbol 15 BitmapUsed by:16
Symbol 16 GraphicUses:15Used by:17
Symbol 17 MovieClipUses:16Used by:18
Symbol 18 MovieClipUses:13 14 17Used by:Timeline
Symbol 213 MovieClip [__Packages.com.scharpdevelopment.utils.Broadcaster]
Symbol 214 MovieClip [__Packages.com.sony.freshCatch.FreshCatch]
Symbol 215 MovieClip [__Packages.com.sony.freshCatch.Header]
Symbol 216 MovieClip [__Packages.mx.transitions.OnEnterFrameBeacon]
Symbol 217 MovieClip [__Packages.mx.transitions.BroadcasterMX]
Symbol 218 MovieClip [__Packages.mx.transitions.Tween]
Symbol 219 MovieClip [__Packages.mx.transitions.easing.Strong]
Symbol 220 MovieClip [__Packages.com.sony.freshCatch.Clock]
Symbol 221 MovieClip [__Packages.com.scharpdevelopment.utils.Timer]
Symbol 222 MovieClip [__Packages.com.sony.freshCatch.FishBoard]
Symbol 223 MovieClip [__Packages.com.sony.freshCatch.Scenes]
Symbol 224 MovieClip [__Packages.com.sony.freshCatch.scenes.Intro]
Symbol 225 MovieClip [__Packages.com.sony.freshCatch.scenes.Demo]
Symbol 226 MovieClip [__Packages.mx.transitions.easing.None]
Symbol 227 MovieClip [__Packages.com.sony.freshCatch.scenes.GameOver]
Symbol 228 MovieClip [__Packages.com.sony.freshCatch.scenes.TryAgain]
Symbol 229 MovieClip [__Packages.com.sony.freshCatch.scenes.Congrats]
Symbol 230 MovieClip [__Packages.com.sony.freshCatch.Controller]
Symbol 231 MovieClip [__Packages.com.sony.freshCatch.Catchers]
Symbol 232 MovieClip [__Packages.com.sony.freshCatch.Meter]
Symbol 233 MovieClip [__Packages.com.sony.freshCatch.TosserPenguin]
Symbol 234 MovieClip [__Packages.com.sony.freshCatch.Fish]
Symbol 235 MovieClip [__Packages.com.scharpdevelopment.actions.Tosser]
Symbol 236 MovieClip [__Packages.com.sony.freshCatch.FishTosser]
Symbol 19 BitmapUsed by:20
Symbol 20 GraphicUses:19Used by:21
Symbol 21 MovieClip [mTransitionBG]Uses:20Used by:90
Symbol 22 BitmapUsed by:23
Symbol 23 GraphicUses:22Used by:86
Symbol 24 GraphicUsed by:25
Symbol 25 MovieClip [mTest]Uses:24Used by:86  Timeline
Symbol 26 GraphicUsed by:27
Symbol 27 MovieClip [mMidPoint]Uses:26Used by:46 63 66 111 119 122 125  Timeline
Symbol 28 BitmapUsed by:29
Symbol 29 GraphicUses:28Used by:30
Symbol 30 MovieClip [mCatcherPhase1]Uses:29Used by:46  Timeline
Symbol 31 BitmapUsed by:32
Symbol 32 GraphicUses:31Used by:33
Symbol 33 MovieClip [mCatching2]Uses:32Used by:46  Timeline
Symbol 34 BitmapUsed by:35
Symbol 35 GraphicUses:34Used by:36
Symbol 36 MovieClip [mCatching3]Uses:35Used by:46  Timeline
Symbol 37 BitmapUsed by:38
Symbol 38 GraphicUses:37Used by:39
Symbol 39 MovieClip [mCatching4]Uses:38Used by:46  Timeline
Symbol 40 BitmapUsed by:41
Symbol 41 GraphicUses:40Used by:42
Symbol 42 MovieClip [mCatching5]Uses:41Used by:46  Timeline
Symbol 43 BitmapUsed by:44
Symbol 44 GraphicUses:43Used by:45
Symbol 45 MovieClip [mCatching6]Uses:44Used by:46  Timeline
Symbol 46 MovieClip [mCatcher]Uses:27 30 33 36 39 42 45Used by:86  Timeline
Symbol 47 BitmapUsed by:48
Symbol 48 GraphicUses:47Used by:49
Symbol 49 MovieClip [mMainPile]Uses:48Used by:86  Timeline
Symbol 50 BitmapUsed by:51
Symbol 51 GraphicUses:50Used by:63
Symbol 52 GraphicUsed by:62
Symbol 53 BitmapUsed by:54
Symbol 54 GraphicUses:53Used by:55
Symbol 55 MovieClipUses:54Used by:62
Symbol 56 GraphicUsed by:62
Symbol 57 GraphicUsed by:62
Symbol 58 GraphicUsed by:62
Symbol 59 GraphicUsed by:62
Symbol 60 GraphicUsed by:62
Symbol 61 GraphicUsed by:62
Symbol 62 MovieClipUses:52 55 56 57 58 59 60 61Used by:63 66
Symbol 63 MovieClip [mBucketNear]Uses:27 51 62Used by:86  Timeline
Symbol 64 BitmapUsed by:65
Symbol 65 GraphicUses:64Used by:66
Symbol 66 MovieClip [mBucketFar]Uses:27 65 62Used by:86  Timeline
Symbol 67 GraphicUsed by:68
Symbol 68 MovieClip [mMeterBG]Uses:67Used by:75
Symbol 69 GraphicUsed by:70
Symbol 70 MovieClip [mMeterBar]Uses:69Used by:75
Symbol 71 GraphicUsed by:75
Symbol 72 BitmapUsed by:73
Symbol 73 GraphicUses:72Used by:74
Symbol 74 MovieClip [mPowerMeter]Uses:73Used by:75  Timeline
Symbol 75 MovieClip [mMeter]Uses:68 70 71 74Used by:86  Timeline
Symbol 76 GraphicUsed by:77
Symbol 77 MovieClip [mLinesMask1]Uses:76Used by:85
Symbol 78 GraphicUsed by:85
Symbol 79 GraphicUsed by:80
Symbol 80 MovieClip [mLinesMask2]Uses:79Used by:85
Symbol 81 GraphicUsed by:85
Symbol 82 GraphicUsed by:83
Symbol 83 MovieClip [mLinesMask3]Uses:82Used by:85
Symbol 84 GraphicUsed by:85
Symbol 85 MovieClip [mLines]Uses:77 78 80 81 83 84Used by:86  Timeline
Symbol 86 MovieClip [mDemoHolder]Uses:23 25 46 49 63 66 75 85Used by:90
Symbol 87 BitmapUsed by:88
Symbol 88 GraphicUses:87Used by:89
Symbol 89 MovieClip [mIntroBG]Uses:88Used by:90
Symbol 90 MovieClip [mBGHolder]Uses:8 21 86 89Used by:Timeline
Symbol 91 BitmapUsed by:92
Symbol 92 GraphicUses:91Used by:93
Symbol 93 MovieClip [mContratsBG]Uses:92Used by:Timeline
Symbol 94 MovieClip [mNiceTryBG]Used by:Timeline
Symbol 95 BitmapUsed by:96
Symbol 96 GraphicUses:95Used by:99
Symbol 97 BitmapUsed by:98
Symbol 98 GraphicUses:97Used by:99
Symbol 99 MovieClip [mButtonBG]Uses:96 98Used by:101  Timeline
Symbol 100 MovieClip [mHolder]Used by:101 135  Timeline
Symbol 101 MovieClip [mButton]Uses:99 100Used by:Timeline
Symbol 102 BitmapUsed by:103
Symbol 103 GraphicUses:102Used by:108
Symbol 104 SoundUsed by:105
Symbol 105 MovieClip [mAudio1]Uses:104Used by:108  Timeline
Symbol 106 BitmapUsed by:107
Symbol 107 GraphicUses:106Used by:108
Symbol 108 MovieClip [mMusic]Uses:103 105 107Used by:Timeline
Symbol 109 BitmapUsed by:110
Symbol 110 GraphicUses:109Used by:111
Symbol 111 MovieClip [mFish]Uses:27 110Used by:Timeline
Symbol 112 BitmapUsed by:113
Symbol 113 GraphicUses:112Used by:116
Symbol 114 BitmapUsed by:115
Symbol 115 GraphicUses:114Used by:116
Symbol 116 MovieClip [mFishIcon]Uses:113 115Used by:179  Timeline
Symbol 117 BitmapUsed by:118
Symbol 118 GraphicUses:117Used by:119
Symbol 119 MovieClip [mSkeleton]Uses:27 118Used by:Timeline
Symbol 120 BitmapUsed by:121
Symbol 121 GraphicUses:120Used by:122
Symbol 122 MovieClip [mSquid]Uses:27 121Used by:Timeline
Symbol 123 BitmapUsed by:124
Symbol 124 GraphicUses:123Used by:125
Symbol 125 MovieClip [mUrchin]Uses:27 124Used by:Timeline
Symbol 126 BitmapUsed by:127
Symbol 127 GraphicUses:126Used by:128
Symbol 128 MovieClip [mTosserArmLeft]Uses:127Used by:135
Symbol 129 BitmapUsed by:130
Symbol 130 GraphicUses:129Used by:131
Symbol 131 MovieClip [mTosserBody]Uses:130Used by:135
Symbol 132 BitmapUsed by:133
Symbol 133 GraphicUses:132Used by:134
Symbol 134 MovieClip [mTosserArmRight]Uses:133Used by:135
Symbol 135 MovieClip [mTosser]Uses:128 131 100 134Used by:Timeline
Symbol 136 BitmapUsed by:137
Symbol 137 GraphicUses:136Used by:138
Symbol 138 MovieClip [mCongrats]Uses:137Used by:Timeline
Symbol 139 BitmapUsed by:140
Symbol 140 GraphicUses:139Used by:141
Symbol 141 MovieClip [mContLevel2]Uses:140Used by:Timeline
Symbol 142 BitmapUsed by:143
Symbol 143 GraphicUses:142Used by:144
Symbol 144 MovieClip [mContLevel3]Uses:143Used by:Timeline
Symbol 145 BitmapUsed by:146
Symbol 146 GraphicUses:145Used by:147
Symbol 147 MovieClip [mGameOver]Uses:146Used by:Timeline
Symbol 148 BitmapUsed by:149
Symbol 149 GraphicUses:148Used by:150
Symbol 150 MovieClip [mHowToPlay]Uses:149Used by:Timeline
Symbol 151 BitmapUsed by:152
Symbol 152 GraphicUses:151Used by:153
Symbol 153 MovieClip [mHowToPlayButton]Uses:152Used by:Timeline
Symbol 154 BitmapUsed by:155
Symbol 155 GraphicUses:154Used by:156
Symbol 156 MovieClip [mNiceTry]Uses:155Used by:Timeline
Symbol 157 BitmapUsed by:158
Symbol 158 GraphicUses:157Used by:159
Symbol 159 MovieClip [mPlay]Uses:158Used by:Timeline
Symbol 160 BitmapUsed by:161
Symbol 161 GraphicUses:160Used by:162
Symbol 162 MovieClip [mPlayAgain]Uses:161Used by:Timeline
Symbol 163 BitmapUsed by:164
Symbol 164 GraphicUses:163Used by:165
Symbol 165 MovieClip [mTryAgain]Uses:164Used by:Timeline
Symbol 166 BitmapUsed by:167
Symbol 167 GraphicUses:166Used by:168
Symbol 168 MovieClip [mYourTurn]Uses:167Used by:Timeline
Symbol 169 BitmapUsed by:170
Symbol 170 GraphicUses:169Used by:171
Symbol 171 MovieClip [mBamboo]Uses:170Used by:Timeline
Symbol 172 BitmapUsed by:173
Symbol 173 GraphicUses:172Used by:176
Symbol 174 EditableTextUses:9Used by:176
Symbol 175 TextUses:9Used by:176
Symbol 176 MovieClip [mClock]Uses:173 174 175Used by:Timeline
Symbol 177 BitmapUsed by:178
Symbol 178 GraphicUses:177Used by:179
Symbol 179 MovieClip [mFishBoard]Uses:178 116Used by:Timeline
Symbol 180 GraphicUsed by:181
Symbol 181 MovieClip [mLogoHitArea]Uses:180Used by:184
Symbol 182 BitmapUsed by:183
Symbol 183 GraphicUses:182Used by:184
Symbol 184 MovieClip [mFreshCatchLogo]Uses:181 183Used by:Timeline
Symbol 185 BitmapUsed by:186
Symbol 186 GraphicUses:185Used by:191
Symbol 187 BitmapUsed by:188
Symbol 188 GraphicUses:187Used by:191
Symbol 189 BitmapUsed by:190
Symbol 190 GraphicUses:189Used by:191
Symbol 191 MovieClip [mInfoBubble]Uses:186 188 190Used by:Timeline
Symbol 192 BitmapUsed by:193
Symbol 193 GraphicUses:192Used by:194
Symbol 194 MovieClip [mNoPoint]Uses:193Used by:Timeline
Symbol 195 BitmapUsed by:196
Symbol 196 GraphicUses:195Used by:197
Symbol 197 MovieClip [mOnePoint]Uses:196Used by:Timeline
Symbol 198 BitmapUsed by:199
Symbol 199 GraphicUses:198Used by:200
Symbol 200 MovieClip [mSurfsUpLogo]Uses:199Used by:Timeline
Symbol 201 BitmapUsed by:202
Symbol 202 GraphicUses:201Used by:203
Symbol 203 MovieClip [mTwoPoints]Uses:202Used by:Timeline
Symbol 204 BitmapUsed by:205
Symbol 205 GraphicUses:204Used by:206
Symbol 206 MovieClip [mIntroText]Uses:205Used by:Timeline
Symbol 207 MovieClip [mBasketMade]Uses:4Used by:Timeline
Symbol 208 SoundUsed by:209
Symbol 209 MovieClip [mHeyStop]Uses:208Used by:Timeline
Symbol 210 MovieClip [mUglyFish]Uses:3Used by:Timeline
Symbol 211 SoundUsed by:212
Symbol 212 MovieClip [mGoodCatch]Uses:211Used by:Timeline

Instance Names

"preloader_MC"Frame 1Symbol 18 MovieClip
"mBasketMade"Frame 10Symbol 207 MovieClip [mBasketMade]
"mHeyStop"Frame 10Symbol 209 MovieClip [mHeyStop]
"mUglyFish"Frame 10Symbol 210 MovieClip [mUglyFish]
"mWhoa"Frame 10Symbol 5 MovieClip [mWhoa]
"mGoodCatch"Frame 10Symbol 212 MovieClip [mGoodCatch]
"mBGHolder"Frame 15Symbol 90 MovieClip [mBGHolder]
"mGameHolder"Frame 15Symbol 100 MovieClip [mHolder]
"mBamboo"Frame 15Symbol 171 MovieClip [mBamboo]
"mClock"Frame 15Symbol 176 MovieClip [mClock]
"mFishBoard"Frame 15Symbol 179 MovieClip [mFishBoard]
"mMusic"Frame 15Symbol 108 MovieClip [mMusic]
"loadBar"Symbol 18 MovieClip Frame 1Symbol 13 MovieClip
"board"Symbol 18 MovieClip Frame 1Symbol 17 MovieClip
"mMidPoint"Symbol 46 MovieClip [mCatcher] Frame 1Symbol 27 MovieClip [mMidPoint]
"mSplash"Symbol 62 MovieClip Frame 2Symbol 55 MovieClip
"mSplash"Symbol 62 MovieClip Frame 3Symbol 55 MovieClip
"mSplash"Symbol 62 MovieClip Frame 4Symbol 55 MovieClip
"mSplash"Symbol 62 MovieClip Frame 5Symbol 55 MovieClip
"mSplash"Symbol 62 MovieClip Frame 6Symbol 55 MovieClip
"mSplash"Symbol 62 MovieClip Frame 7Symbol 55 MovieClip
"mSplash"Symbol 62 MovieClip Frame 8Symbol 55 MovieClip
"mMidPoint"Symbol 63 MovieClip [mBucketNear] Frame 1Symbol 27 MovieClip [mMidPoint]
"mGrossSplash"Symbol 63 MovieClip [mBucketNear] Frame 1Symbol 62 MovieClip
"mMidPoint"Symbol 66 MovieClip [mBucketFar] Frame 1Symbol 27 MovieClip [mMidPoint]
"mGrossSplash"Symbol 66 MovieClip [mBucketFar] Frame 1Symbol 62 MovieClip
"mMeterBar"Symbol 75 MovieClip [mMeter] Frame 1Symbol 70 MovieClip [mMeterBar]
"mPowerMeter"Symbol 75 MovieClip [mMeter] Frame 1Symbol 74 MovieClip [mPowerMeter]
"mLinesMask1"Symbol 85 MovieClip [mLines] Frame 1Symbol 77 MovieClip [mLinesMask1]
"mLinesMask2"Symbol 85 MovieClip [mLines] Frame 2Symbol 80 MovieClip [mLinesMask2]
"mLinesMask3"Symbol 85 MovieClip [mLines] Frame 3Symbol 83 MovieClip [mLinesMask3]
"mCatcher"Symbol 86 MovieClip [mDemoHolder] Frame 1Symbol 46 MovieClip [mCatcher]
"mBucketNear"Symbol 86 MovieClip [mDemoHolder] Frame 1Symbol 63 MovieClip [mBucketNear]
"mBucketFar"Symbol 86 MovieClip [mDemoHolder] Frame 1Symbol 66 MovieClip [mBucketFar]
"mMeter"Symbol 86 MovieClip [mDemoHolder] Frame 1Symbol 75 MovieClip [mMeter]
"mLines"Symbol 86 MovieClip [mDemoHolder] Frame 1Symbol 85 MovieClip [mLines]
"mGameBG"Symbol 90 MovieClip [mBGHolder] Frame 1Symbol 8 MovieClip [mGameBG]
"mTransitionBG"Symbol 90 MovieClip [mBGHolder] Frame 1Symbol 21 MovieClip [mTransitionBG]
"mDemoHolder"Symbol 90 MovieClip [mBGHolder] Frame 1Symbol 86 MovieClip [mDemoHolder]
"mIntroBG"Symbol 90 MovieClip [mBGHolder] Frame 1Symbol 89 MovieClip [mIntroBG]
"mButtonBG"Symbol 101 MovieClip [mButton] Frame 1Symbol 99 MovieClip [mButtonBG]
"mTextHolder"Symbol 101 MovieClip [mButton] Frame 1Symbol 100 MovieClip [mHolder]
"sound"Symbol 108 MovieClip [mMusic] Frame 1Symbol 105 MovieClip [mAudio1]
"mMidPoint"Symbol 111 MovieClip [mFish] Frame 1Symbol 27 MovieClip [mMidPoint]
"mMidPoint"Symbol 119 MovieClip [mSkeleton] Frame 1Symbol 27 MovieClip [mMidPoint]
"mMidPoint"Symbol 122 MovieClip [mSquid] Frame 1Symbol 27 MovieClip [mMidPoint]
"mMidPoint"Symbol 125 MovieClip [mUrchin] Frame 1Symbol 27 MovieClip [mMidPoint]
"mLeftArm"Symbol 135 MovieClip [mTosser] Frame 1Symbol 128 MovieClip [mTosserArmLeft]
"mBody"Symbol 135 MovieClip [mTosser] Frame 1Symbol 131 MovieClip [mTosserBody]
"mFishHolder"Symbol 135 MovieClip [mTosser] Frame 1Symbol 100 MovieClip [mHolder]
"mRightArm"Symbol 135 MovieClip [mTosser] Frame 1Symbol 134 MovieClip [mTosserArmRight]
"txtTime"Symbol 176 MovieClip [mClock] Frame 1Symbol 174 EditableText
"mFishIcon1"Symbol 179 MovieClip [mFishBoard] Frame 1Symbol 116 MovieClip [mFishIcon]
"mFishIcon2"Symbol 179 MovieClip [mFishBoard] Frame 1Symbol 116 MovieClip [mFishIcon]
"mFishIcon3"Symbol 179 MovieClip [mFishBoard] Frame 1Symbol 116 MovieClip [mFishIcon]
"mFishIcon5"Symbol 179 MovieClip [mFishBoard] Frame 1Symbol 116 MovieClip [mFishIcon]
"mFishIcon6"Symbol 179 MovieClip [mFishBoard] Frame 1Symbol 116 MovieClip [mFishIcon]
"mFishIcon7"Symbol 179 MovieClip [mFishBoard] Frame 1Symbol 116 MovieClip [mFishIcon]
"mFishIcon8"Symbol 179 MovieClip [mFishBoard] Frame 1Symbol 116 MovieClip [mFishIcon]
"mFishIcon9"Symbol 179 MovieClip [mFishBoard] Frame 1Symbol 116 MovieClip [mFishIcon]
"mFishIcon10"Symbol 179 MovieClip [mFishBoard] Frame 1Symbol 116 MovieClip [mFishIcon]
"mFishIcon4"Symbol 179 MovieClip [mFishBoard] Frame 1Symbol 116 MovieClip [mFishIcon]
"mHitArea"Symbol 184 MovieClip [mFreshCatchLogo] Frame 1Symbol 181 MovieClip [mLogoHitArea]

Special Tags

FileAttributes (69)Timeline Frame 1Access local files only, Metadata not present, AS1/AS2.
ExportAssets (56)Timeline Frame 1Symbol 1 as "auHeyStop"
ExportAssets (56)Timeline Frame 1Symbol 2 as "auWhoa"
ExportAssets (56)Timeline Frame 1Symbol 3 as "auUglyFish"
ExportAssets (56)Timeline Frame 1Symbol 4 as "auMadeBasket"
ExportAssets (56)Timeline Frame 1Symbol 5 as "mWhoa"
ExportAssets (56)Timeline Frame 1Symbol 8 as "mGameBG"
ExportAssets (56)Timeline Frame 1Symbol 11 as "Fonts"
ExportAssets (56)Timeline Frame 1Symbol 213 as "__Packages.com.scharpdevelopment.utils.Broadcaster"
ExportAssets (56)Timeline Frame 1Symbol 214 as "__Packages.com.sony.freshCatch.FreshCatch"
ExportAssets (56)Timeline Frame 1Symbol 215 as "__Packages.com.sony.freshCatch.Header"
ExportAssets (56)Timeline Frame 1Symbol 216 as "__Packages.mx.transitions.OnEnterFrameBeacon"
ExportAssets (56)Timeline Frame 1Symbol 217 as "__Packages.mx.transitions.BroadcasterMX"
ExportAssets (56)Timeline Frame 1Symbol 218 as "__Packages.mx.transitions.Tween"
ExportAssets (56)Timeline Frame 1Symbol 219 as "__Packages.mx.transitions.easing.Strong"
ExportAssets (56)Timeline Frame 1Symbol 220 as "__Packages.com.sony.freshCatch.Clock"
ExportAssets (56)Timeline Frame 1Symbol 221 as "__Packages.com.scharpdevelopment.utils.Timer"
ExportAssets (56)Timeline Frame 1Symbol 222 as "__Packages.com.sony.freshCatch.FishBoard"
ExportAssets (56)Timeline Frame 1Symbol 223 as "__Packages.com.sony.freshCatch.Scenes"
ExportAssets (56)Timeline Frame 1Symbol 224 as "__Packages.com.sony.freshCatch.scenes.Intro"
ExportAssets (56)Timeline Frame 1Symbol 225 as "__Packages.com.sony.freshCatch.scenes.Demo"
ExportAssets (56)Timeline Frame 1Symbol 226 as "__Packages.mx.transitions.easing.None"
ExportAssets (56)Timeline Frame 1Symbol 227 as "__Packages.com.sony.freshCatch.scenes.GameOver"
ExportAssets (56)Timeline Frame 1Symbol 228 as "__Packages.com.sony.freshCatch.scenes.TryAgain"
ExportAssets (56)Timeline Frame 1Symbol 229 as "__Packages.com.sony.freshCatch.scenes.Congrats"
ExportAssets (56)Timeline Frame 1Symbol 230 as "__Packages.com.sony.freshCatch.Controller"
ExportAssets (56)Timeline Frame 1Symbol 231 as "__Packages.com.sony.freshCatch.Catchers"
ExportAssets (56)Timeline Frame 1Symbol 232 as "__Packages.com.sony.freshCatch.Meter"
ExportAssets (56)Timeline Frame 1Symbol 233 as "__Packages.com.sony.freshCatch.TosserPenguin"
ExportAssets (56)Timeline Frame 1Symbol 234 as "__Packages.com.sony.freshCatch.Fish"
ExportAssets (56)Timeline Frame 1Symbol 235 as "__Packages.com.scharpdevelopment.actions.Tosser"
ExportAssets (56)Timeline Frame 1Symbol 236 as "__Packages.com.sony.freshCatch.FishTosser"
ExportAssets (56)Timeline Frame 10Symbol 21 as "mTransitionBG"
ExportAssets (56)Timeline Frame 10Symbol 25 as "mTest"
ExportAssets (56)Timeline Frame 10Symbol 27 as "mMidPoint"
ExportAssets (56)Timeline Frame 10Symbol 30 as "mCatcherPhase1"
ExportAssets (56)Timeline Frame 10Symbol 33 as "mCatching2"
ExportAssets (56)Timeline Frame 10Symbol 36 as "mCatching3"
ExportAssets (56)Timeline Frame 10Symbol 39 as "mCatching4"
ExportAssets (56)Timeline Frame 10Symbol 42 as "mCatching5"
ExportAssets (56)Timeline Frame 10Symbol 45 as "mCatching6"
ExportAssets (56)Timeline Frame 10Symbol 46 as "mCatcher"
ExportAssets (56)Timeline Frame 10Symbol 49 as "mMainPile"
ExportAssets (56)Timeline Frame 10Symbol 63 as "mBucketNear"
ExportAssets (56)Timeline Frame 10Symbol 66 as "mBucketFar"
ExportAssets (56)Timeline Frame 10Symbol 68 as "mMeterBG"
ExportAssets (56)Timeline Frame 10Symbol 70 as "mMeterBar"
ExportAssets (56)Timeline Frame 10Symbol 74 as "mPowerMeter"
ExportAssets (56)Timeline Frame 10Symbol 75 as "mMeter"
ExportAssets (56)Timeline Frame 10Symbol 77 as "mLinesMask1"
ExportAssets (56)Timeline Frame 10Symbol 80 as "mLinesMask2"
ExportAssets (56)Timeline Frame 10Symbol 83 as "mLinesMask3"
ExportAssets (56)Timeline Frame 10Symbol 85 as "mLines"
ExportAssets (56)Timeline Frame 10Symbol 86 as "mDemoHolder"
ExportAssets (56)Timeline Frame 10Symbol 89 as "mIntroBG"
ExportAssets (56)Timeline Frame 10Symbol 90 as "mBGHolder"
ExportAssets (56)Timeline Frame 10Symbol 93 as "mContratsBG"
ExportAssets (56)Timeline Frame 10Symbol 94 as "mNiceTryBG"
ExportAssets (56)Timeline Frame 10Symbol 99 as "mButtonBG"
ExportAssets (56)Timeline Frame 10Symbol 100 as "mHolder"
ExportAssets (56)Timeline Frame 10Symbol 101 as "mButton"
ExportAssets (56)Timeline Frame 10Symbol 105 as "mAudio1"
ExportAssets (56)Timeline Frame 10Symbol 108 as "mMusic"
ExportAssets (56)Timeline Frame 10Symbol 111 as "mFish"
ExportAssets (56)Timeline Frame 10Symbol 116 as "mFishIcon"
ExportAssets (56)Timeline Frame 10Symbol 119 as "mSkeleton"
ExportAssets (56)Timeline Frame 10Symbol 122 as "mSquid"
ExportAssets (56)Timeline Frame 10Symbol 125 as "mUrchin"
ExportAssets (56)Timeline Frame 10Symbol 128 as "mTosserArmLeft"
ExportAssets (56)Timeline Frame 10Symbol 131 as "mTosserBody"
ExportAssets (56)Timeline Frame 10Symbol 134 as "mTosserArmRight"
ExportAssets (56)Timeline Frame 10Symbol 135 as "mTosser"
ExportAssets (56)Timeline Frame 10Symbol 138 as "mCongrats"
ExportAssets (56)Timeline Frame 10Symbol 141 as "mContLevel2"
ExportAssets (56)Timeline Frame 10Symbol 144 as "mContLevel3"
ExportAssets (56)Timeline Frame 10Symbol 147 as "mGameOver"
ExportAssets (56)Timeline Frame 10Symbol 150 as "mHowToPlay"
ExportAssets (56)Timeline Frame 10Symbol 153 as "mHowToPlayButton"
ExportAssets (56)Timeline Frame 10Symbol 156 as "mNiceTry"
ExportAssets (56)Timeline Frame 10Symbol 159 as "mPlay"
ExportAssets (56)Timeline Frame 10Symbol 162 as "mPlayAgain"
ExportAssets (56)Timeline Frame 10Symbol 165 as "mTryAgain"
ExportAssets (56)Timeline Frame 10Symbol 168 as "mYourTurn"
ExportAssets (56)Timeline Frame 10Symbol 171 as "mBamboo"
ExportAssets (56)Timeline Frame 10Symbol 176 as "mClock"
ExportAssets (56)Timeline Frame 10Symbol 179 as "mFishBoard"
ExportAssets (56)Timeline Frame 10Symbol 181 as "mLogoHitArea"
ExportAssets (56)Timeline Frame 10Symbol 184 as "mFreshCatchLogo"
ExportAssets (56)Timeline Frame 10Symbol 191 as "mInfoBubble"
ExportAssets (56)Timeline Frame 10Symbol 194 as "mNoPoint"
ExportAssets (56)Timeline Frame 10Symbol 197 as "mOnePoint"
ExportAssets (56)Timeline Frame 10Symbol 200 as "mSurfsUpLogo"
ExportAssets (56)Timeline Frame 10Symbol 203 as "mTwoPoints"
ExportAssets (56)Timeline Frame 10Symbol 206 as "mIntroText"
ExportAssets (56)Timeline Frame 10Symbol 207 as "mBasketMade"
ExportAssets (56)Timeline Frame 10Symbol 209 as "mHeyStop"
ExportAssets (56)Timeline Frame 10Symbol 210 as "mUglyFish"
ExportAssets (56)Timeline Frame 10Symbol 212 as "mGoodCatch"

Labels

"off"Symbol 105 MovieClip [mAudio1] Frame 1
"on"Symbol 105 MovieClip [mAudio1] Frame 10




http://swfchan.com/5/22045/info.shtml
Created: 27/5 -2019 06:27:42 Last modified: 27/5 -2019 06:27:42 Server time: 15/05 -2024 17:13:52