Frame 1
Frame 2
total_bytes = this.getBytesTotal();
loaded_bytes = this.getBytesLoaded();
remaining_bytes = total_bytes - loaded_bytes;
percent_done = int((loaded_bytes / total_bytes) * 100);
this.bomby.gotoAndPlay(Math.floor(percent_done / 2));
perDone = percent_done;
if (percent_done > 99) {
gotoAndPlay (9);
}
Frame 3
gotoAndPlay (2);
Frame 5
if (BFIntro._currentframe < 160) {
_root.gotoAndPlay(4);
}
Frame 6
Frame 7
if (hsIntro._currentframe < 104) {
_root.gotoAndPlay(6);
}
Frame 8
Frame 9
moreGames.onPress = function () {
getURL ("http://www.bigfishgames.com/online-games/?afcode=af53e94937c4&src=getbear", _blank);
};
function startgame() {
choiceArray = new Array();
shakeArray = new Array();
shakeArray = [0, -1, 1, -2, 2, -3, 3, -4, 4, -5, 5, -6, 6];
lStuff = new Array();
lStuff = [[4, 8, 10, 12, 12, 12, 12, 14, 14, 14, 16, 16, 16, 18, 18, 18, 18, 18, 18], [-1, -1, -1, -1, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15]];
shakeTimer = 0;
hiScoreBox.swapDepths(10000);
soundToggle._visible = false;
playSounds = true;
begin();
}
function clickup() {
clicked = 0;
}
function clickdown() {
clicked = 1;
}
function game() {
tx = _root._xmouse;
ty = _root._ymouse;
soundBut.onRelease = function () {
playSounds = !playSounds;
if (playSounds == false) {
sndMusic.setVolume(0);
soundToggle._visible = true;
}
if (playSounds == true) {
sndMusic.setVolume(100);
soundToggle._visible = false;
}
};
if (state == 0) {
if ((GUI.goBut.hitTest(tx, ty, true) and (GUI.goBut._currentframe == 1)) and (clicked == 1)) {
GUI.goBut.gotoAndPlay(2);
timer = 1;
state = 1;
}
}
if (state == 1) {
GUI.gotoAndPlay(GUI._currentframe - 1);
timer = timer + 1;
if ((GUI.goBut._currentframe == 21) or (timer == 25)) {
GUI.gotoAndPlay("remove");
maxChoices = 7;
choices = 4;
level = 1;
score = 0;
state = 2;
}
}
if (state == 2) {
choiceArray = [];
levWin = 0;
timer = 1;
shakeTimer = 0;
levelNum = lStuff[0][score];
levelType = lStuff[1][score];
if (score > (-1 + lStuff[0].length)) {
levelNum = score + 2;
if (levelNum > 40) {
levelNum = 40;
}
levelType = 1 + Math.floor(Math.random(1) * 14);
}
levelSwap = false;
levelMove = false;
levelBlack = false;
levelShake = false;
levelRot = false;
levelRun = false;
levelDistract = false;
if (levelType == 1) {
levelShake = true;
}
if (levelType == 2) {
levelRot = true;
}
if (levelType == 3) {
levelSwap = true;
}
if (levelType == 4) {
levelRot = true;
levelMove = true;
}
if (levelType == 5) {
levelRot = true;
levelShake = true;
}
if (levelType == 6) {
levelRot = true;
levelSwap = true;
}
if (levelType == 7) {
levelRot = true;
levelMove = true;
levelShake = true;
}
if (levelType == 8) {
levelRot = true;
levelMove = true;
levelSwap = true;
}
if (levelType == 9) {
levelBlack = true;
levelShake = true;
}
if (levelType == 10) {
levelSwap = true;
}
if (levelType == 11) {
levelBlack = true;
levelRot = true;
levelMove = true;
}
if (levelType == 12) {
levelShake = true;
levelRot = true;
levelSwap = true;
}
if (levelType == 13) {
levelBlack = true;
levelSwap = true;
}
if (levelType == 14) {
levelShake = true;
levelRot = true;
levelMove = true;
levelSwap = true;
}
if (levelType == 15) {
levelShake = true;
levelRot = true;
levelMove = true;
levelSwap = true;
levelBlack = true;
}
thingsOnscreen = 0;
choiceNum = Math.ceil(Math.random(1) * (levelNum - 1));
choiceTyp = 1 + Math.floor(Math.random(1) * choices);
i = 0;
while (i < choices) {
j = i + 1;
if (j != choiceTyp) {
choiceArray.push(j);
}
i++;
}
clockNum = 1000;
if (levelNum > 16) {
clockNum = Math.floor(Math.random(1) * levelNum);
if (clockNum == choiceNum) {
clockNum = choiceNum - 1;
}
}
getGirl.gotoAndPlay(2);
getGirl.getSign.soundClips.gotoAndPlay("s" + choiceTyp);
if (getGirl.getSign._currentframe != choiceTyp) {
getGirl.getSign.gotoAndPlay(choiceTyp);
}
state = 3;
}
if (state == 3) {
timer = timer + 1;
if (getGirl.girlHead._currentframe == 3) {
if (levWin == 1) {
getGirl.girlHead.girlFace.gFaces.gotoAndPlay(50);
}
if (getGirl.girlHead.girlFace.gFaces._currentframe != 12) {
getGirl.girlHead.girlFace.gFaces.gotoAndPlay(getGirl.girlHead.girlFace.gFaces._currentframe + 1);
}
if (getGirl.girlHead.girlFace.gFaces._currentframe == 12) {
if (getGirl.getSign._currentframe != 100) {
trace(levWin);
getGirl.gotoAndPlay(2);
getGirl.getSign.gotoAndPlay(100);
}
getGirl.getSign.soundClips.gotoAndPlay("sgoing");
levelNum = levelNum + 10;
state = 4;
}
}
if ((getGirl.girlHead._currentframe == 7) and (levWin == 1)) {
getGirl.girlHead.gotoAndStop(1);
if (getGirl.girlHead.girlFace.gFaces._currentframe != 50) {
getGirl.girlHead.girlFace.gFaces.gotoAndPlay(50);
}
}
if ((timer == 2) and (thingsOnscreen < levelNum)) {
attachMovie("things", "thing" + thingsOnscreen, 100 + thingsOnscreen);
clip = _root["thing" + thingsOnscreen];
clip._xscale = 50 + Math.floor(Math.random(1) * 50);
clip._yscale = clip._xscale;
clip.typ = choiceArray[Math.floor(Math.random(1) * choiceArray.length)];
if (thingsOnscreen == choiceNum) {
clip.typ = choiceTyp;
}
if (thingsOnscreen == clockNum) {
clip.typ = 50;
}
clip.thingT.gotoAndPlay(clip.typ);
clip.thingTest.gotoAndPlay(clip.typ);
if (levelBlack) {
clip.thingT.clep.gotoAndStop(2);
}
clip.thingTest._visible = false;
clip.pointer._visible = false;
i = 0;
while (i < 100) {
clip._x = (Math.random(1) * 330) + 170;
clip._y = (Math.random(1) * 310) + 20;
clipHit = 0;
j = 0;
while (j < thingsOnscreen) {
clap = _root["thing" + j];
if (clip.hitTest(clap)) {
clipHit = 1;
if (clip._xscale > 20) {
clip._xscale = clip._xscale - 5;
clip._yscale = clip._yscale - 5;
}
}
j++;
}
if (clipHit == 0) {
break;
}
i++;
}
thingsOnscreen = thingsOnscreen + 1;
if (thingsOnscreen == levelNum) {
getGirl.girlHead.gotoAndPlay(2);
}
timer = 1;
}
if ((levelShake and ((timer / 50) == Math.floor(timer / 50))) and (thingsOnscreen == levelNum)) {
shakeTimer = 12;
}
shakeMove = shakeArray[shakeTimer];
if (shakeTimer > 0) {
shakeTimer = shakeTimer - 1;
}
if ((levelSwap and ((timer / 40) == Math.floor(timer / 40))) and (thingsOnscreen == levelNum)) {
pick1 = Math.floor(Math.random(1) * thingsOnscreen);
pick2 = pick1;
if ((choiceNum + pick1) > thingsOnscreen) {
pick2 = -((thingsOnscreen - choiceNum) - pick1);
}
pick1 = choiceNum;
if ((Math.floor(Math.random(1) * 2) == 0) and (pick2 != 0)) {
pick1 = 0;
}
clip = _root["thing" + pick1];
clap = _root["thing" + pick2];
if ((clip._currentframe == 11) and (clap._currentframe == 11)) {
clip.gotoAndPlay("swap");
clap.gotoAndPlay("swap");
}
}
if ((levelSwap and (_root["thing" + pick1]._currentframe == 18)) and (thingsOnscreen == levelNum)) {
clip = _root["thing" + pick1];
clap = _root["thing" + pick2];
pick2x = clap._x;
pick2y = clap._y;
pick2scale = clap._xscale;
pick1x = clip._x;
pick1y = clip._y;
pick1scale = clip._xscale;
clip._x = pick2x;
clip._y = pick2y;
clip._xscale = pick2scale;
clip._yscale = pick2scale;
clap._x = pick1x;
clap._y = pick1y;
clap._xscale = pick1scale;
clap._yscale = pick1scale;
clip.gotoAndPlay(1);
clap.gotoAndPlay(1);
}
j = 0;
while (j < thingsOnscreen) {
clap = _root["thing" + j];
if (clap._currentframe == 36) {
level = level + 2;
score = score + 1;
if (choices < maxChoices) {
choices = choices + 1;
}
state = 2;
}
if (clap._currentframe == 65) {
state = 4;
getGirl.getSign.soundClips.gotoAndPlay("sgoing");
}
clap._xscale = clap._xscale + (shakeMove * 5);
clap._yscale = clap._yscale + (shakeMove * 5);
clap.movex = ((clap._y / 50) - Math.round(clap._y / 50)) / Math.abs((clap._y / 50) - Math.round(clap._y / 50));
if (levelMove and (thingsOnscreen == levelNum)) {
clap._x = clap._x + clap.movex;
if (clap._x < 170) {
clap._x = 550;
}
if (clap._x > 550) {
clap._x = 170;
}
}
if (levelRot and (thingsOnscreen == levelNum)) {
clap._rotation = clap._rotation + (clap.movex * 10);
}
if (((clap.thingT.hitTest(tx, ty, true) and (thingsOnscreen == levelNum)) and (clap._currentframe < 19)) and (clicked == 1)) {
clap.gotoAndPlay(1);
if (clap.typ == choiceTyp) {
clap.gotoAndPlay("win");
levWin = 1;
levelNum = levelNum + 10;
}
if (clap.typ == 50) {
clap.gotoAndPlay("time");
getGirl.girlHead.girlFace.gFaces.gotoAndPlay(50);
}
if ((clap.typ != choiceTyp) and (clap.typ != 50)) {
clap.gotoAndPlay("lose");
getGirl.gotoAndPlay(2);
getGirl.getSign.gotoAndPlay(100);
getGirl.girlHead.girlFace.gFaces.gotoAndStop(12);
levelNum = levelNum + 10;
}
}
j++;
}
}
if (state == 4) {
if ((GUI._currentframe == 111) and (score > 6)) {
}
GUI.scoreSub.scoreSubBut.onRelease = function () {
GUI.scoreSub.gotoAndStop(2);
hiScoreBox._x = 0;
hiScoreBox._y = 0;
mochi.MochiScores.showLeaderboard({boardID:"c35a7b7eb0012b76", clip:hiScoreBox, score:score});
};
if (getGirl.girlHead._currentframe == 7) {
getGirl.girlHead.gotoAndStop(7);
}
clap = _root["thing" + choiceNum];
clap.pointer._visible = true;
clap.thingT.clep.gotoAndStop(1);
if (clap._rotation < 0) {
clap._rotation = clap._rotation - (clap._rotation / 5);
}
if (clap._rotation > 0) {
clap._rotation = clap._rotation - (clap._rotation / 5);
}
if (clap._y < 180) {
clap.pointer._rotation = 180;
}
if (clap.pointer.hitTest(tx, ty, true) and (clicked == 1)) {
getGirl.girlHead.girlFace.gFaces.gotoAndPlay(50);
maxChoices = 7;
choices = 4;
level = 1;
score = 0;
GUI.gotoAndStop("inGame");
wipe();
state = 2;
}
clap.swapDepths(2000);
if (clap._xscale < 120) {
clap._xscale = clap._xscale + ((130 - clap._xscale) / 5);
clap._yscale = clap._xscale;
}
}
}
function wipe() {
j = 0;
while (j < thingsOnscreen) {
clap = _root["thing" + j];
clap.removeMovieClip();
j++;
}
}
function begin() {
state = 0;
dx = 0;
dy = 0;
difx = 0;
dify = 0;
momx = 0;
momy = 0;
suck._x = 100;
suck._y = 100;
bag._x = 100;
bag._y = 100;
bagscale = 100;
blevel = 0;
initSounds();
}
function initSounds() {
sndMusic = new Sound();
sndMusic.attachSound("sMusic");
sndMusic.start(1, 1000);
}
function bombsgo() {
}
startgame();
stop();
Instance of Symbol 98 MovieClip in Frame 9
onClipEvent (enterFrame) {
_root.game();
}
onClipEvent (mouseDown) {
_root.clickdown();
}
onClipEvent (mouseUp) {
_root.clickup();
}
Symbol 8 MovieClip [bomb] Frame 1
stop();
Symbol 8 MovieClip [bomb] Frame 12
stop();
Symbol 8 MovieClip [bomb] Frame 21
gotoAndStop (1);
Symbol 11 MovieClip Frame 1
stop();
Symbol 11 MovieClip Frame 2
stop();
Symbol 14 MovieClip Frame 1
stop();
Symbol 14 MovieClip Frame 2
stop();
Symbol 17 MovieClip Frame 1
stop();
Symbol 17 MovieClip Frame 2
stop();
Symbol 20 MovieClip Frame 1
stop();
Symbol 20 MovieClip Frame 2
stop();
Symbol 23 MovieClip Frame 1
stop();
Symbol 23 MovieClip Frame 2
stop();
Symbol 26 MovieClip Frame 1
stop();
Symbol 26 MovieClip Frame 2
stop();
Symbol 29 MovieClip Frame 1
stop();
Symbol 29 MovieClip Frame 2
stop();
Symbol 32 MovieClip Frame 1
stop();
Symbol 32 MovieClip Frame 2
stop();
Symbol 33 MovieClip Frame 1
stop();
Symbol 33 MovieClip Frame 2
stop();
Symbol 33 MovieClip Frame 3
stop();
Symbol 33 MovieClip Frame 4
stop();
Symbol 33 MovieClip Frame 5
stop();
Symbol 33 MovieClip Frame 6
stop();
Symbol 33 MovieClip Frame 7
stop();
Symbol 33 MovieClip Frame 50
stop();
Symbol 44 MovieClip [things] Frame 11
stop();
Symbol 44 MovieClip [things] Frame 18
stop();
Symbol 44 MovieClip [things] Frame 36
stop();
Symbol 44 MovieClip [things] Frame 65
stop();
Symbol 44 MovieClip [things] Frame 93
stop();
Symbol 187 MovieClip [__Packages.mochi.MochiScores] Frame 0
class mochi.MochiScores
{
static var boardID, onClose, onError;
function MochiScores () {
}
static function setBoardID(boardID) {
mochi.MochiScores.boardID = boardID;
mochi.MochiServices.send("scores_setBoardID", {boardID:boardID});
}
static function showLeaderboard(options) {
if (options.clip != null) {
if ((options.clip != mochi.MochiServices.__get__clip()) || (mochi.MochiServices.__get__childClip()._target == undefined)) {
mochi.MochiServices.disconnect();
mochi.MochiServices.connect(mochi.MochiServices.__get__id(), options.clip);
}
delete options.clip;
}
if (options.name != null) {
if (typeof(options.name) == "object") {
if (options.name.text != undefined) {
options.name = options.name.text;
}
}
}
if (options.score != null) {
if (typeof(options.score) == "object") {
if (options.score.text != undefined) {
options.score = options.score.text;
}
}
}
if (options.onDisplay != null) {
options.onDisplay();
} else {
mochi.MochiServices.__get__clip().stop();
}
if (options.onClose != null) {
onClose = options.onClose;
} else {
onClose = function () {
mochi.MochiServices.__get__clip().play();
};
}
if (options.onError != null) {
onError = options.onError;
} else {
onError = onClose;
}
if (options.boardID == null) {
if (boardID != null) {
options.boardID = boardID;
}
}
mochi.MochiServices.send("scores_showLeaderboard", {options:options}, null, doClose);
}
static function closeLeaderboard() {
mochi.MochiServices.send("scores_closeLeaderboard");
}
static function getPlayerInfo(callbackObj, callbackMethod) {
mochi.MochiServices.send("scores_getPlayerInfo", null, callbackObj, callbackMethod);
}
static function submit(score, name, callbackObj, callbackMethod) {
mochi.MochiServices.send("scores_submit", {score:score, name:name}, callbackObj, callbackMethod);
}
static function requestList(callbackObj, callbackMethod) {
mochi.MochiServices.send("scores_requestList", null, callbackObj, callbackMethod);
}
static function scoresArrayToObjects(scores) {
var _local5 = {};
var _local1;
var _local4;
var _local2;
var _local6;
for (var _local8 in scores) {
if (typeof(scores[_local8]) == "object") {
if ((scores[_local8].cols != null) && (scores[_local8].rows != null)) {
_local5[_local8] = [];
_local2 = scores[_local8];
_local4 = 0;
while (_local4 < _local2.rows.length) {
_local6 = {};
_local1 = 0;
while (_local1 < _local2.cols.length) {
_local6[_local2.cols[_local1]] = _local2.rows[_local4][_local1];
_local1++;
}
_local5[_local8].push(_local6);
_local4++;
}
} else {
_local5[_local8] = {};
for (var _local7 in scores[_local8]) {
_local5[_local8][_local7] = scores[_local8][_local7];
}
}
} else {
_local5[_local8] = scores[_local8];
}
}
return(_local5);
}
static function doClose(args) {
if (args.error == true) {
if (args.errorCode == undefined) {
args.errorCode = "IOError";
}
onError.apply(null, [args.errorCode]);
} else {
onClose.apply();
}
}
}
Symbol 188 MovieClip [__Packages.mochi.MochiServices] Frame 0
class mochi.MochiServices
{
static var _id, _container, _clip, _sendChannelName, _rcvChannelName, __get__comChannelName, onError, _listenChannel, _rcvChannel, _loader, _loaderListener, _sendChannel;
function MochiServices () {
}
static function get id() {
return(_id);
}
static function get clip() {
return(_container);
}
static function get childClip() {
return(_clip);
}
static function getVersion() {
return("1.32");
}
static function allowDomains(server) {
var _local1 = server.split("/")[2].split(":")[0];
if (System.security) {
if (System.security.allowDomain) {
System.security.allowDomain("*");
System.security.allowDomain(_local1);
}
if (System.security.allowInsecureDomain) {
System.security.allowInsecureDomain("*");
System.security.allowInsecureDomain(_local1);
}
}
return(_local1);
}
static function get isNetworkAvailable() {
if (System.security) {
var _local1 = System.security;
if (_local1.sandboxType == "localWithFile") {
return(false);
}
}
return(true);
}
static function set comChannelName(val) {
if (val != undefined) {
if (val.length > 3) {
_sendChannelName = val + "_fromgame";
_rcvChannelName = val;
initComChannels();
}
}
//return(__get__comChannelName());
}
static function get connected() {
return(_connected);
}
static function connect(id, clip, onError) {
if ((!_connected) && (_clip == undefined)) {
trace("MochiServices Connecting...");
_connecting = true;
init(id, clip);
}
if (onError != undefined) {
mochi.MochiServices.onError = onError;
} else if (mochi.MochiServices.onError == undefined) {
mochi.MochiServices.onError = function (errorCode) {
trace(errorCode);
};
}
}
static function disconnect() {
if (_connected || (_connecting)) {
_connecting = (_connected = false);
flush(true);
if (_clip != undefined) {
_clip.removeMovieClip();
delete _clip;
}
_listenChannel.close();
_rcvChannel.close();
}
}
static function init(id, clip) {
_id = id;
if (clip != undefined) {
_container = clip;
} else {
_container = _root;
}
loadCommunicator(id, _container);
}
static function loadCommunicator(id, clip) {
var _local2 = "_mochiservices_com_" + id;
if (_clip != null) {
return(_clip);
}
if (!isNetworkAvailable) {
return(null);
}
allowDomains(_gatewayURL);
_clip = clip.createEmptyMovieClip(_local2, 10336, false);
_loader = new MovieClipLoader();
if (_loaderListener.waitInterval != null) {
clearInterval(_loaderListener.waitInterval);
}
_loaderListener = {};
_loaderListener.onLoadError = function (target_mc, errorCode, httpStatus) {
trace("MochiServices could not load.");
mochi.MochiServices.disconnect();
mochi.MochiServices.onError.apply(null, [errorCode]);
};
_loaderListener.onLoadStart = function (target_mc) {
this.isLoading = true;
};
_loaderListener.startTime = getTimer();
_loaderListener.wait = function () {
if ((getTimer() - this.startTime) > 10000) {
if (!this.isLoading) {
mochi.MochiServices.disconnect();
mochi.MochiServices.onError.apply(null, ["IOError"]);
}
clearInterval(this.waitInterval);
}
};
_loaderListener.waitInterval = setInterval(_loaderListener, "wait", 1000);
_loader.addListener(_loaderListener);
_loader.loadClip(_gatewayURL, _clip);
_sendChannel = new LocalConnection();
_sendChannel._queue = [];
_rcvChannel = new LocalConnection();
_rcvChannel.allowDomain = function (d) {
return(true);
};
_rcvChannel.allowInsecureDomain = _rcvChannel.allowDomain;
_rcvChannel._nextcallbackID = 0;
_rcvChannel._callbacks = {};
listen();
return(_clip);
}
static function onStatus(infoObject) {
if (!(infoObject.level === "error")) {
} else {
_connected = false;
_listenChannel.connect(_listenChannelName);
}
}
static function listen() {
_listenChannel = new LocalConnection();
_listenChannel.handshake = function (args) {
mochi.MochiServices.__set__comChannelName(args.newChannel);
};
_listenChannel.allowDomain = function (d) {
return(true);
};
_listenChannel.allowInsecureDomain = _listenChannel.allowDomain;
_listenChannel.connect(_listenChannelName);
trace("Waiting for MochiAds services to connect...");
}
static function initComChannels() {
if (!_connected) {
_sendChannel.onStatus = function (infoObject) {
mochi.MochiServices.onStatus(infoObject);
};
_sendChannel.send(_sendChannelName, "onReceive", {methodName:"handshakeDone"});
_sendChannel.send(_sendChannelName, "onReceive", {methodName:"registerGame", id:_id, clip:_clip, version:getVersion()});
_rcvChannel.onStatus = function (infoObject) {
mochi.MochiServices.onStatus(infoObject);
};
_rcvChannel.onReceive = function (pkg) {
var _local5 = pkg.callbackID;
var _local4 = this._callbacks[_local5];
if (!_local4) {
return(undefined);
}
var _local2 = _local4.callbackMethod;
var _local3 = _local4.callbackObject;
if (_local3 && (typeof(_local2) == "string")) {
_local2 = _local3[_local2];
}
if (_local2 != undefined) {
_local2.apply(_local3, pkg.args);
}
delete this._callbacks[_local5];
};
_rcvChannel.onError = function () {
mochi.MochiServices.onError.apply(null, ["IOError"]);
};
_rcvChannel.connect(_rcvChannelName);
trace("connected!");
_connecting = false;
_connected = true;
_listenChannel.close();
while (_sendChannel._queue.length > 0) {
_sendChannel.send(_sendChannelName, "onReceive", _sendChannel._queue.shift());
}
}
}
static function flush(error) {
var _local1;
var _local2;
while (_sendChannel._queue.length > 0) {
_local1 = _sendChannel._queue.shift();
if (_local1.callbackID != null) {
_local2 = _rcvChannel._callbacks[_local1.callbackID];
}
delete _rcvChannel._callbacks[_local1.callbackID];
if (error) {
handleError(_local1.args, _local2.callbackObject, _local2.callbackMethod);
}
}
}
static function handleError(args, callbackObject, callbackMethod) {
if (args != null) {
if (args.onError != null) {
args.onError.apply(null, ["NotConnected"]);
}
if ((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:_rcvChannel._nextcallbackID});
} else {
if ((_clip == undefined) || (!_connecting)) {
onError.apply(null, ["NotConnected"]);
handleError(args, callbackObject, callbackMethod);
flush(true);
return(undefined);
}
_sendChannel._queue.push({methodName:methodName, args:args, callbackID:_rcvChannel._nextcallbackID});
}
_rcvChannel._callbacks[_rcvChannel._nextcallbackID] = {callbackObject:callbackObject, callbackMethod:callbackMethod};
_rcvChannel._nextcallbackID++;
}
static var _gatewayURL = "http://www.mochiads.com/static/lib/services/services.swf";
static var _listenChannelName = "__mochiservices";
static var _connecting = false;
static var _connected = false;
}
Symbol 78 MovieClip Frame 1
Stage.showMenu = false;
hit_mc.onPress = function () {
getURL ("http://www.bigfishgames.com/online-games/?afcode=af53e94937c4&src=getbear", _blank);
};
Symbol 78 MovieClip Frame 211
stop();
Symbol 81 Button
on (release) {
getURL ("http://www.honeyslug.com/flash", _blank);
}
Symbol 83 MovieClip Frame 106
stop();
Symbol 94 MovieClip Frame 1
stop();
Symbol 94 MovieClip Frame 26
stop();
Symbol 94 MovieClip Frame 51
stop();
Symbol 94 MovieClip Frame 76
stop();
Symbol 94 MovieClip Frame 98
stop();
Symbol 94 MovieClip Frame 123
stop();
Symbol 94 MovieClip Frame 148
stop();
Symbol 94 MovieClip Frame 174
stop();
Symbol 94 MovieClip Frame 206
stop();
Symbol 124 MovieClip Frame 1
stop();
Symbol 124 MovieClip Frame 2
stop();
Symbol 124 MovieClip Frame 3
stop();
Symbol 124 MovieClip Frame 4
stop();
Symbol 124 MovieClip Frame 5
stop();
Symbol 124 MovieClip Frame 6
stop();
Symbol 124 MovieClip Frame 7
stop();
Symbol 124 MovieClip Frame 8
stop();
Symbol 124 MovieClip Frame 9
stop();
Symbol 124 MovieClip Frame 10
stop();
Symbol 124 MovieClip Frame 11
stop();
Symbol 124 MovieClip Frame 12
stop();
Symbol 124 MovieClip Frame 50
stop();
Symbol 132 MovieClip Frame 1
stop();
Symbol 132 MovieClip Frame 14
gotoAndPlay (2);
Symbol 144 MovieClip Frame 1
stop();
Symbol 144 MovieClip Frame 2
stop();
Symbol 144 MovieClip Frame 3
stop();
Symbol 144 MovieClip Frame 4
stop();
Symbol 144 MovieClip Frame 5
stop();
Symbol 144 MovieClip Frame 6
stop();
Symbol 144 MovieClip Frame 7
stop();
Symbol 144 MovieClip Frame 8
stop();
Symbol 144 MovieClip Frame 100
stop();
Symbol 151 MovieClip Frame 1
stop();
Symbol 151 MovieClip Frame 10
stop();
Symbol 169 MovieClip Frame 1
stop();
Symbol 169 MovieClip Frame 21
stop();
Symbol 173 Button
on (release) {
my_score1_variable = _root.score;
}
Symbol 183 MovieClip Frame 1
stop();
Symbol 183 MovieClip Frame 2
stop();
Symbol 184 MovieClip Frame 95
gotoAndPlay (15);
Symbol 184 MovieClip Frame 111
stop();
Symbol 184 MovieClip Frame 125
stop();