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

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

Golf Solitaire.swf

This is the info page for
Flash #131288

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


Text
Score:

No More Moves

START

Instructions

Move all the cards to the bottom pile. You can
only move a card that is one point higher or
lower than the topmost card on the pile. You
can also open a covered card and put it on the
pile.

Play Again

Home

You Win!

Unused Cards Bonus:

High Scores

more games

Golf Solitaire

<p align="left"><font face="Arial" size="22" color="#ffffff" letterSpacing="0.000000" kerning="1"><b>This Game On Your Website</b></font></p>

ActionScript [AS1/AS2]

Frame 1
function __com_mochibot__(swfid, mc, lv, trk) { var x; var g; var s; var fv; var sb; var u; var res; var mb; var mbc; mb = "__mochibot__"; mbc = "mochibot.com"; g = (_global ? (_global) : (_level0._root)); if (g[mb + swfid]) { return(g[mb + swfid]); } s = System.security; x = mc._root.getSWFVersion; fv = (x ? (mc.getSWFVersion()) : ((_global ? 6 : 5))); if (!s) { s = {}; } sb = s.sandboxType; if (sb == "localWithFile") { return(null); } x = s.allowDomain; if (x) { s.allowDomain(mbc); } x = s.allowInsecureDomain; if (x) { s.allowInsecureDomain(mbc); } u = (((((((((((("http://" + mbc) + "/my/core.swf?mv=7&fv=") + fv) + "&v=") + escape(getVersion())) + "&swfid=") + escape(swfid)) + "&l=") + lv) + "&f=") + mc) + (sb ? ("&sb=" + sb) : "")) + (trk ? "&t=1" : ""); lv = ((fv > 6) ? (mc.getNextHighestDepth()) : ((g[mb + "level"] ? (g[mb + "level"] + 1) : (lv)))); g[mb + "level"] = lv; if (fv == 5) { res = "_level" + lv; if (!eval (res)) { loadMovieNum (u, lv); } } else { res = mc.createEmptyMovieClip(mb + swfid, lv); res.loadMovie(u); } return(res); } __com_mochibot__("b8c11bde", this, 10301, true); mochi.MochiServices.connect("1280505b14e8170c");
Frame 5
stop();
Frame 15
MochiAd.showPreGameAd({id:"1280505b14e8170c", res:"600x400"});
Frame 23
com.novelgames.flashgames.commonAS2.MainDevelopment.initialize(this);
Symbol 50 MovieClip [Card] Frame 1
#initclip 38 Object.registerClass("Card", com.novelgames.flashgames.golfsolitaireAS2.Card); #endinitclip
Symbol 52 MovieClip [InstructionsButton] Frame 1
#initclip 29 Object.registerClass("InstructionsButton", com.novelgames.flashgames.commonAS2.InstructionsButton); #endinitclip
Symbol 56 MovieClip [MuteButton] Frame 1
#initclip 30 Object.registerClass("MuteButton", com.novelgames.flashgames.commonAS2.MuteButton); #endinitclip
Symbol 58 MovieClip [empty] Frame 1
#initclip 31 Object.registerClass("empty", com.novelgames.flashgames.commonAS2.NewMovieClip); #endinitclip
Symbol 65 MovieClip [GameOverDialog] Frame 1
#initclip 32 Object.registerClass("GameOverDialog", com.novelgames.flashgames.golfsolitaireAS2.GameOverDialog); #endinitclip
Symbol 66 MovieClip [Game] Frame 1
#initclip 33 Object.registerClass("Game", com.novelgames.flashgames.golfsolitaireAS2.Game); #endinitclip
Symbol 75 MovieClip [Instructions] Frame 1
#initclip 34 Object.registerClass("Instructions", com.novelgames.flashgames.commonAS2.Instructions); #endinitclip
Symbol 82 MovieClip [MessagePlayAgain] Frame 1
#initclip 35 Object.registerClass("MessagePlayAgain", com.novelgames.flashgames.golfsolitaireAS2.MessagePlayAgain); #endinitclip
Symbol 88 MovieClip [MessageWin] Frame 1
#initclip 36 Object.registerClass("MessageWin", com.novelgames.flashgames.golfsolitaireAS2.MessageWin); #endinitclip
Symbol 91 Button
on (release) { mochi.MochiScores.showLeaderboard({boardID:"8576188bc68ba2f0", onClose:function () { }}); }
Symbol 94 Button
on (release) { getURL ("http://www.yougame.com", "_top"); }
Symbol 102 Button
on (release) { getURL ("http://www.yougame.com", "_top"); }
Symbol 103 MovieClip [Title] Frame 1
#initclip 37 Object.registerClass("Title", com.novelgames.flashgames.commonAS2.Title); #endinitclip
Symbol 126 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 127 MovieClip [__Packages.mochi.MochiServices] Frame 0
class mochi.MochiServices { static var _id, _container, _clip, _sendChannelName, _rcvChannelName, __get__comChannelName, onError, _listenChannel, _rcvChannel, _loader, _loaderListener, _sendChannel; function MochiServices () { } static function get id() { return(_id); } static function get clip() { return(_container); } static function get childClip() { return(_clip); } static function getVersion() { return("1.31"); } static function allowDomains(server) { var _local1 = server.split("/")[2].split(":")[0]; if (System.security) { if (System.security.allowDomain) { System.security.allowDomain("*"); System.security.allowDomain(_local1); } if (System.security.allowInsecureDomain) { System.security.allowInsecureDomain("*"); System.security.allowInsecureDomain(_local1); } } return(_local1); } static function get isNetworkAvailable() { if (System.security) { var _local1 = System.security; if (_local1.sandboxType == "localWithFile") { return(false); } } return(true); } static function set comChannelName(val) { if (val != undefined) { if (val.length > 3) { _sendChannelName = val + "_fromgame"; _rcvChannelName = val; initComChannels(); } } //return(__get__comChannelName()); } static function get connected() { return(_connected); } static function connect(id, clip, onError) { if ((!_connected) && (_clip == undefined)) { trace("MochiServices Connecting..."); _connecting = true; init(id, clip); } if (onError != undefined) { mochi.MochiServices.onError = onError; } else if (mochi.MochiServices.onError == undefined) { mochi.MochiServices.onError = function (errorCode) { trace(errorCode); }; } } static function disconnect() { if (_connected || (_connecting)) { _connecting = (_connected = false); flush(true); if (_clip != undefined) { _clip.removeMovieClip(); delete _clip; } _listenChannel.close(); _rcvChannel.close(); } } static function init(id, clip) { _id = id; if (clip != undefined) { _container = clip; } else { _container = _root; } loadCommunicator(id, _container); } static function loadCommunicator(id, clip) { var _local2 = "_mochiservices_com_" + id; if (_clip != null) { return(_clip); } if (!isNetworkAvailable) { return(null); } allowDomains(_gatewayURL); _clip = clip.createEmptyMovieClip(_local2, 10336, false); _loader = new MovieClipLoader(); if (_loaderListener.waitInterval != null) { clearInterval(_loaderListener.waitInterval); } _loaderListener = {}; _loaderListener.onLoadError = function (target_mc, errorCode, httpStatus) { trace("MochiServices could not load."); mochi.MochiServices.disconnect(); mochi.MochiServices.onError.apply(null, [errorCode]); }; _loaderListener.onLoadStart = function (target_mc) { this.isLoading = true; }; _loaderListener.startTime = getTimer(); _loaderListener.wait = function () { if ((getTimer() - this.startTime) > 10000) { if (!this.isLoading) { mochi.MochiServices.disconnect(); mochi.MochiServices.onError.apply(null, ["IOError"]); } clearInterval(this.waitInterval); } }; _loaderListener.waitInterval = setInterval(_loaderListener, "wait", 1000); _loader.addListener(_loaderListener); _loader.loadClip(_gatewayURL, _clip); _sendChannel = new LocalConnection(); _sendChannel._queue = []; _rcvChannel = new LocalConnection(); _rcvChannel.allowDomain = function (d) { return(true); }; _rcvChannel.allowInsecureDomain = _rcvChannel.allowDomain; _rcvChannel._nextcallbackID = 0; _rcvChannel._callbacks = {}; listen(); return(_clip); } static function onStatus(infoObject) { if (!(infoObject.level === "error")) { } else { _connected = false; _listenChannel.connect(_listenChannelName); } } static function listen() { _listenChannel = new LocalConnection(); _listenChannel.handshake = function (args) { mochi.MochiServices.__set__comChannelName(args.newChannel); }; _listenChannel.allowDomain = function (d) { return(true); }; _listenChannel.allowInsecureDomain = _listenChannel.allowDomain; _listenChannel.connect(_listenChannelName); trace("Waiting for MochiAds services to connect..."); } static function initComChannels() { if (!_connected) { _sendChannel.onStatus = function (infoObject) { mochi.MochiServices.onStatus(infoObject); }; _sendChannel.send(_sendChannelName, "onReceive", {methodName:"handshakeDone"}); _sendChannel.send(_sendChannelName, "onReceive", {methodName:"registerGame", id:_id, clip:_clip, version:getVersion()}); _rcvChannel.onStatus = function (infoObject) { mochi.MochiServices.onStatus(infoObject); }; _rcvChannel.onReceive = function (pkg) { var _local5 = pkg.callbackID; var _local4 = this._callbacks[_local5]; if (!_local4) { return(undefined); } var _local2 = _local4.callbackMethod; var _local3 = _local4.callbackObject; if (_local3 && (typeof(_local2) == "string")) { _local2 = _local3[_local2]; } if (_local2 != undefined) { _local2.apply(_local3, pkg.args); } delete this._callbacks[_local5]; }; _rcvChannel.onError = function () { mochi.MochiServices.onError.apply(null, ["IOError"]); }; _rcvChannel.connect(_rcvChannelName); trace("connected!"); _connecting = false; _connected = true; _listenChannel.close(); while (_sendChannel._queue.length > 0) { _sendChannel.send(_sendChannelName, "onReceive", _sendChannel._queue.shift()); } } } static function flush(error) { var _local1; var _local2; while (_sendChannel._queue.length > 0) { _local1 = _sendChannel._queue.shift(); if (_local1.callbackID != null) { _local2 = _rcvChannel._callbacks[_local1.callbackID]; } delete _rcvChannel._callbacks[_local1.callbackID]; if (error) { handleError(_local1.args, _local2.callbackObject, _local2.callbackMethod); } } } static function handleError(args, callbackObject, callbackMethod) { if (args != null) { if (args.onError != null) { args.onError.apply(null, ["NotConnected"]); } } if (callbackMethod != null) { args = {}; args.error = true; args.errorCode = "NotConnected"; if ((callbackObject != null) && (typeof(callbackMethod) == "string")) { callbackObject[callbackMethod](args); } else if (callbackMethod != null) { callbackMethod.apply(args); } } } static function send(methodName, args, callbackObject, callbackMethod) { if (_connected) { _sendChannel.send(_sendChannelName, "onReceive", {methodName:methodName, args:args, callbackID:_rcvChannel._nextcallbackID}); } else { if ((_clip == undefined) || (!_connecting)) { onError.apply(null, ["NotConnected"]); handleError(args, callbackObject, callbackMethod); flush(true); return(undefined); } _sendChannel._queue.push({methodName:methodName, args:args, callbackID:_rcvChannel._nextcallbackID}); } _rcvChannel._callbacks[_rcvChannel._nextcallbackID] = {callbackObject:callbackObject, callbackMethod:callbackMethod}; _rcvChannel._nextcallbackID++; } static var _gatewayURL = "http://www.mochiads.com/static/lib/services/services.swf"; static var _listenChannelName = "__mochiservices"; static var _connecting = false; static var _connected = false; }
Symbol 128 MovieClip [__Packages.com.novelgames.flashgames.commonAS2.NewMovieClip] Frame 0
class com.novelgames.flashgames.commonAS2.NewMovieClip extends MovieClip { var _parent, _x, _y, _rotation, _visible, _alpha, _width, _height, _xscale, _yscale, _xmouse, _ymouse, _totalframes, _currentframe, _name, __mask, useHandCursor, __mouseEnabled, __mouseChildren, __numChildren, getInstanceAtDepth, getNextHighestDepth, onRelease, onRollOver, onRollOut, onPress, onReleaseOutside, onMouseMove, onEnterFrame, getURL, createMovieCount, attachMovie, createEmptyMovieClip; function NewMovieClip () { super(); } function get parent() { return(_parent); } function set x(x) { _x = x; //return(this.x); } function get x() { return(_x); } function set y(y) { _y = y; //return(this.y); } function get y() { return(_y); } function set rotation(rotation) { _rotation = rotation; //return(this.rotation); } function get rotation() { return(_rotation); } function set visible(visible) { _visible = visible; //return(this.visible); } function get visible() { return(_visible); } function set alpha(alpha) { _alpha = alpha * 100; //return(this.alpha); } function get alpha() { return(_alpha / 100); } function get width() { return(_width); } function set width(width) { _width = width; //return(this.width); } function get height() { return(_height); } function set height(height) { _height = height; //return(this.height); } function set scaleX(scaleX) { _xscale = scaleX * 100; //return(this.scaleX); } function get scaleX() { return(_xscale / 100); } function set scaleY(scaleY) { _yscale = scaleY * 100; //return(this.scaleY); } function get scaleY() { return(_yscale / 100); } function set mouseX(mouseX) { _xmouse = mouseX; //return(this.mouseX); } function get mouseX() { return(_xmouse); } function set mouseY(mouseY) { _ymouse = mouseY; //return(this.mouseY); } function get mouseY() { return(_ymouse); } function get totalFrames() { return(_totalframes); } function get currentFrame() { return(_currentframe); } function get name() { return(_name); } function set mask(mask) { __mask = mask; super.setMask(mask); //return(this.mask); } function get mask() { return(__mask); } function set buttonMode(buttonMode) { useHandCursor = buttonMode; //return(this.buttonMode); } function get buttonMode() { return(useHandCursor); } function set mouseEnabled(mouseEnabled) { __mouseEnabled = mouseEnabled; //return(this.mouseEnabled); } function get mouseEnabled() { return(__mouseEnabled); } function set mouseChildren(mouseChildren) { __mouseChildren = mouseChildren; //return(this.mouseChildren); } function get mouseChildren() { return(__mouseChildren); } function get stage() { return(com.novelgames.flashgames.commonAS2.NewStage.getNewStage()); } function set numChildren(numChildren) { __numChildren = numChildren; //return(this.numChildren); } function get numChildren() { if (__numChildren == undefined) { __numChildren = 0; } return(__numChildren); } function get graphics() { return(this); } function startDrag(lockCenter, bounds) { if (lockCenter == undefined) { super.startDrag(); } else if (bounds == undefined) { super.startDrag(lockCenter); } else { super.startDrag(lockCenter, bounds.__get__left(), bounds.__get__top(), bounds.__get__right(), bounds.__get__bottom()); } } function beginFill(colour, alpha) { if (alpha == undefined) { alpha = 1; } super.beginFill(colour, alpha * 100); } function getBounds(target) { var _local2 = super.getBounds(target); return(new com.novelgames.flashgames.commonAS2.Rectangle(_local2.xMin, _local2.yMin, _local2.xMax - _local2.xMin, _local2.yMax - _local2.yMin)); } function localToGlobal(point) { var _local2 = {x:point.x, y:point.y}; super.localToGlobal(_local2); return(_local2); } function globalToLocal(point) { var _local2 = {x:point.x, y:point.y}; super.globalToLocal(_local2); return(_local2); } function hitTestPoint(x, y, shapeFlag) { if (shapeFlag == undefined) { return(super.hitTest(x, y)); } return(super.hitTest(x, y, shapeFlag)); } function hitTestObject(obj) { return(super.hitTest(obj)); } function addChild(movieClip) { if (movieClip.addedToParent) { return(undefined); } if (movieClip._parent != this) { trace("wrong addChild: " + [this, movieClip]); } if (movieClip == null) { return(undefined); } addChildAt(movieClip, numChildren); } function addChildAt(movieClip, index) { if (movieClip.addedToParent) { return(undefined); } if (movieClip._parent != this) { trace("wrong addChildAt: " + [this, movieClip]); } if (movieClip == null) { return(undefined); } movieClip.addedToParent = true; numChildren = ((numChildren+1)); setChildIndex(movieClip, index); } function removeChild(movieClip) { if (!movieClip.addedToParent) { return(undefined); } removeChildAt(movieClip.getDepth()); } function removeChildAt(index) { var _local5 = getInstanceAtDepth(index); var _local3; var _local2; if (!_local5.addedToParent) { return(undefined); } _local5.removeMovieClip(); _local3 = getNextHighestDepth(); _local2 = index + 1; while (_local2 < _local3) { getInstanceAtDepth(_local2).swapDepths(_local2 - 1); _local2++; } numChildren = ((numChildren-1)); } function setChildIndex(child, index) { var _local3 = child.getDepth(); var _local2; var _local1; if (_local3 == index) { return(undefined); } _local2 = ((_local3 < index) ? 1 : -1); _local1 = _local3; while (_local1 != index) { child.swapDepths(_local1 + _local2); _local1 = _local1 + _local2; } } function getChildIndex(child) { return(child.getDepth()); } function getChildAt(index) { return(com.novelgames.flashgames.commonAS2.NewMovieClip(getInstanceAtDepth(index))); } function addEventListener(type, listenerObject, listenerFunctionName) { switch (type) { case com.novelgames.flashgames.commonAS2.MouseEvent.CLICK : onRelease = function () { listenerObject[listenerFunctionName](new com.novelgames.flashgames.commonAS2.MouseEvent(this)); }; break; case com.novelgames.flashgames.commonAS2.MouseEvent.ROLL_OVER : onRollOver = function () { listenerObject[listenerFunctionName](new com.novelgames.flashgames.commonAS2.MouseEvent(this)); }; break; case com.novelgames.flashgames.commonAS2.MouseEvent.ROLL_OUT : onRollOut = function () { listenerObject[listenerFunctionName](new com.novelgames.flashgames.commonAS2.MouseEvent(this)); }; break; case com.novelgames.flashgames.commonAS2.MouseEvent.MOUSE_DOWN : onPress = function () { listenerObject[listenerFunctionName](new com.novelgames.flashgames.commonAS2.MouseEvent(this)); }; break; case com.novelgames.flashgames.commonAS2.MouseEvent.MOUSE_UP : onRelease = function () { listenerObject[listenerFunctionName](new com.novelgames.flashgames.commonAS2.MouseEvent(this)); }; onReleaseOutside = onRelease; break; case com.novelgames.flashgames.commonAS2.MouseEvent.MOUSE_MOVE : onMouseMove = function () { listenerObject[listenerFunctionName](new com.novelgames.flashgames.commonAS2.MouseEvent(this)); }; break; case com.novelgames.flashgames.commonAS2.Event.ENTER_FRAME : onEnterFrame = function () { listenerObject[listenerFunctionName](new com.novelgames.flashgames.commonAS2.MouseEvent(this)); }; } } function removeEventListener(type) { switch (type) { case com.novelgames.flashgames.commonAS2.MouseEvent.CLICK : onRelease = null; break; case com.novelgames.flashgames.commonAS2.MouseEvent.ROLL_OVER : onRollOver = null; break; case com.novelgames.flashgames.commonAS2.MouseEvent.ROLL_OUT : onRollOut = null; break; case com.novelgames.flashgames.commonAS2.MouseEvent.MOUSE_DOWN : onPress = null; break; case com.novelgames.flashgames.commonAS2.MouseEvent.MOUSE_UP : onRelease = null; onReleaseOutside = null; break; case com.novelgames.flashgames.commonAS2.MouseEvent.MOUSE_MOVE : onMouseMove = null; break; case com.novelgames.flashgames.commonAS2.Event.ENTER_FRAME : onEnterFrame = null; } } function navigateToURL(urlRequest, window) { getURL(urlRequest.url, window); } function createMovie(name) { var _local4 = getNextHighestDepth(); var _local2; if (createMovieCount == undefined) { createMovieCount = 0; } if (name) { _local2 = attachMovie(name, (name + "_") + createMovieCount, _local4); } else { _local2 = createEmptyMovieClip((name + "_") + createMovieCount, _local4); _local2.__proto__ = com.novelgames.flashgames.commonAS2.NewMovieClip.prototype; } _local2.addedToParent = false; createMovieCount++; return(_local2); } function createSound(name) { return(new com.novelgames.flashgames.commonAS2.NewSound(this, name)); } }
Symbol 129 MovieClip [__Packages.com.novelgames.flashgames.commonAS2.NewStage] Frame 0
class com.novelgames.flashgames.commonAS2.NewStage { var addedListener, onKeyDown, onKeyUp; function NewStage () { addedListener = false; onKeyDown = null; onKeyUp = null; } static function getNewStage() { if (newStage == null) { newStage = new com.novelgames.flashgames.commonAS2.NewStage(); } return(newStage); } function get stageWidth() { return(Stage.width); } function get stageHeight() { return(Stage.height); } function set focus(object) { Selection.setFocus(object); //return(focus); } function get focus() { return(Selection.getFocus()); } function addEventListener(type, listenerObject, listenerFunctionName) { if (!addedListener) { Key.addListener(this); addedListener = true; } switch (type) { case com.novelgames.flashgames.commonAS2.KeyboardEvent.KEY_DOWN : onKeyDown = function () { listenerObject[listenerFunctionName](new com.novelgames.flashgames.commonAS2.KeyboardEvent(this)); }; break; case com.novelgames.flashgames.commonAS2.KeyboardEvent.KEY_UP : onKeyUp = function () { listenerObject[listenerFunctionName](new com.novelgames.flashgames.commonAS2.KeyboardEvent(this)); }; } } function removeEventListener(type) { switch (type) { case com.novelgames.flashgames.commonAS2.KeyboardEvent.KEY_DOWN : onKeyDown = null; break; case com.novelgames.flashgames.commonAS2.KeyboardEvent.KEY_UP : onKeyUp = null; } } static var newStage = null; }
Symbol 130 MovieClip [__Packages.com.novelgames.flashgames.commonAS2.KeyboardEvent] Frame 0
class com.novelgames.flashgames.commonAS2.KeyboardEvent { function KeyboardEvent () { } function get charCode() { return(Key.getAscii()); } function get keyCode() { return(Key.getCode()); } function updateAfterEvent() { _global.updateAfterEvent(); } static var KEY_DOWN = "keyDown"; static var KEY_UP = "keyUp"; }
Symbol 131 MovieClip [__Packages.com.novelgames.flashgames.commonAS2.Rectangle] Frame 0
class com.novelgames.flashgames.commonAS2.Rectangle { var x, y, width, height; function Rectangle (x, y, width, height) { this.x = x; this.y = y; this.width = width; this.height = height; } function get left() { return(x); } function set left(left) { x = left; //return(this.left); } function get top() { return(y); } function set top(top) { y = top; //return(this.top); } function get right() { return(x + width); } function set right(right) { width = right - x; //return(this.right); } function get bottom() { return(y + height); } function set bottom(bottom) { height = bottom - y; //return(this.bottom); } function get size() { return({x:width, y:height}); } function set size(size) { width = size.x; height = size.y; //return(this.size); } function get topLeft() { return({x:x, y:y}); } function set topLeft(topLeft) { x = topLeft.x; y = topLeft.y; //return(this.topLeft); } function get bottomRight() { return({x:x + width, y:y + height}); } function set bottomRight(bottomRight) { width = x - bottomRight.x; height = y - bottomRight.y; //return(this.bottomRight); } }
Symbol 132 MovieClip [__Packages.com.novelgames.flashgames.commonAS2.MouseEvent] Frame 0
class com.novelgames.flashgames.commonAS2.MouseEvent { var target, currentTarget; function MouseEvent (target) { this.target = target; currentTarget = target; } function updateAfterEvent() { _global.updateAfterEvent(); } static var CLICK = "click"; static var DOUBLE_CLICK = "doubleClick"; static var MOUSE_DOWN = "mouseDown"; static var MOUSE_MOVE = "mouseMove"; static var MOUSE_OUT = "mouseOut"; static var MOUSE_OVER = "mouseOver"; static var MOUSE_UP = "mouseUp"; static var MOUSE_WHEEL = "mouseWheel"; static var ROLL_OUT = "rollOut"; static var ROLL_OVER = "rollOver"; }
Symbol 133 MovieClip [__Packages.com.novelgames.flashgames.commonAS2.Event] Frame 0
class com.novelgames.flashgames.commonAS2.Event { function Event () { } static var ENTER_FRAME = "enterFrame"; }
Symbol 134 MovieClip [__Packages.com.novelgames.flashgames.commonAS2.URLRequest] Frame 0
class com.novelgames.flashgames.commonAS2.URLRequest { var url; function URLRequest (url) { this.url = url; } }
Symbol 135 MovieClip [__Packages.com.novelgames.flashgames.commonAS2.NewSound] Frame 0
class com.novelgames.flashgames.commonAS2.NewSound extends Sound { var attachSound, start; function NewSound (target, symbolName) { super(target); attachSound(symbolName); } function play() { start(); } }
Symbol 136 MovieClip [__Packages.com.novelgames.flashgames.commonAS2.InstructionsButton] Frame 0
class com.novelgames.flashgames.commonAS2.InstructionsButton extends com.novelgames.flashgames.commonAS2.NewMovieClip { var onRelease; function InstructionsButton () { super(); onRelease = function () { this._parent._parent.showInstructionsFromGame(); }; } }
Symbol 137 MovieClip [__Packages.com.novelgames.flashgames.commonAS2.MuteButton] Frame 0
class com.novelgames.flashgames.commonAS2.MuteButton extends com.novelgames.flashgames.commonAS2.NewMovieClip { var gotoAndStop; function MuteButton () { super(); if (new Sound().getVolume() == 0) { showOff(); } else { showOn(); } } function onPress() { if (new Sound().getVolume() == 0) { new Sound().setVolume(100); showOn(); } else { new Sound().setVolume(0); showOff(); } } function showOff() { (gotoAndStop("off"));// not popped } function showOn() { (gotoAndStop("on"));// not popped } }
Symbol 138 MovieClip [__Packages.com.novelgames.flashgames.golfsolitaireAS2.GameOverDialog] Frame 0
class com.novelgames.flashgames.golfsolitaireAS2.GameOverDialog extends com.novelgames.flashgames.commonAS2.NewMovieClip { var stop, gotoAndStop, showingNoMoreMoves, bonus, createMovie, messageWin, addChild, messagePlayAgain, __get__parent; function GameOverDialog () { super(); (stop());// not popped } function showNoMoreMoves() { (gotoAndStop("noMoreMoves"));// not popped showingNoMoreMoves = true; } function showWin(bonus) { var _local2; showingNoMoreMoves = false; this.bonus = bonus; (gotoAndStop("hide"));// not popped _local2 = createMovie("MessageWin"); messageWin = _local2; messageWin.bonusText.text = bonus.toString(); addChild(messageWin); } function showPlayAgain() { var _local2; _local2 = createMovie("MessagePlayAgain"); messagePlayAgain = _local2; messagePlayAgain.playAgainButton.addEventListener(com.novelgames.flashgames.commonAS2.MouseEvent.CLICK, this, "playAgainButtonClicked"); messagePlayAgain.homeButton.addEventListener(com.novelgames.flashgames.commonAS2.MouseEvent.CLICK, this, "homeButtonClicked"); messagePlayAgain.__set__y((showingNoMoreMoves ? (com.novelgames.flashgames.golfsolitaireAS2.Config.MESSAGE_NOMOREMOVESPLAYAGAINY) : (com.novelgames.flashgames.golfsolitaireAS2.Config.MESSAGE_WINPLAYAGAINY))); addChild(messagePlayAgain); } function playAgainButtonClicked(mouseEvent) { Object(__get__parent().parent).gotoGamePage(); } function homeButtonClicked(mouseEvent) { Object(__get__parent().parent).gotoTitlePage(); } }
Symbol 139 MovieClip [__Packages.com.novelgames.flashgames.golfsolitaireAS2.MessageWin] Frame 0
class com.novelgames.flashgames.golfsolitaireAS2.MessageWin extends com.novelgames.flashgames.commonAS2.NewMovieClip { var bonusText; function MessageWin () { super(); bonusText.__proto__ = com.novelgames.flashgames.commonAS2.NewTextField.prototype; } }
Symbol 140 MovieClip [__Packages.com.novelgames.flashgames.commonAS2.NewTextField] Frame 0
class com.novelgames.flashgames.commonAS2.NewTextField extends TextField { var _x, _y, _rotation, _visible, _alpha, _width, _height, scroll, maxscroll; function NewTextField () { super(); } function set x(x) { _x = x; //return(this.x); } function get x() { return(_x); } function set y(y) { _y = y; //return(this.y); } function get y() { return(_y); } function set rotation(rotation) { _rotation = rotation; //return(this.rotation); } function get rotation() { return(_rotation); } function set visible(visible) { _visible = visible; //return(this.visible); } function get visible() { return(_visible); } function set alpha(alpha) { _alpha = alpha * 100; //return(this.alpha); } function get alpha() { return(_alpha / 100); } function get width() { return(_width); } function set width(width) { _width = width; //return(this.width); } function get height() { return(_height); } function set height(height) { _height = height; //return(this.height); } function set scrollV(scrollV) { scroll = scrollV; //return(this.scrollV); } function get scrollV() { return(scroll); } function set maxScrollV(maxScrollV) { maxscroll = maxScrollV; //return(this.maxScrollV); } function get maxScrollV() { return(maxscroll); } function setTextFormat(textFormat, beginIndex, endIndex) { if ((beginIndex == undefined) || (endIndex == undefined)) { super.setTextFormat(textFormat); } else { super.setTextFormat(beginIndex, endIndex, textFormat); } } }
Symbol 141 MovieClip [__Packages.com.novelgames.flashgames.golfsolitaireAS2.MessagePlayAgain] Frame 0
class com.novelgames.flashgames.golfsolitaireAS2.MessagePlayAgain extends com.novelgames.flashgames.commonAS2.NewMovieClip { var playAgainButton, homeButton; function MessagePlayAgain () { super(); playAgainButton.__proto__ = com.novelgames.flashgames.commonAS2.NewMovieClip.prototype; homeButton.__proto__ = com.novelgames.flashgames.commonAS2.NewMovieClip.prototype; } }
Symbol 142 MovieClip [__Packages.com.novelgames.flashgames.golfsolitaireAS2.Config] Frame 0
class com.novelgames.flashgames.golfsolitaireAS2.Config { function Config () { } static var CARDS_NOOFNUMBERS = 13; static var CARDS_NOOFSUITS = 4; static var CARDS_NOOFCARDS = CARDS_NOOFNUMBERS * CARDS_NOOFSUITS; static var CARDS_COLUMNS = 8; static var CARDS_COLUMNSIZE = 5; static var CARDS_X = 37.5; static var CARDS_Y = 100; static var CARDS_XSPACING = 75; static var CARDS_YSPACING = 20; static var CARDS_COVEREDX = 260; static var CARDS_COVEREDY = 330; static var CARDS_COVEREDXOFFSET = -0.5; static var CARDS_COVEREDYOFFSET = -0.5; static var CARDS_DISCARDX = 340; static var CARDS_DISCARDY = 330; static var CARDS_DEALSPEED = 2000; static var CARDS_DEALINTERVAL = 50; static var SCORE_CARD = 500; static var SCORE_REMAIN = 100; static var MESSAGE_NOMOREMOVESTIME = 2000; static var MESSAGE_NOMOREMOVESPLAYAGAINY = 62; static var MESSAGE_WINTIME = 2000; static var MESSAGE_WINPLAYAGAINY = 102; }
Symbol 143 MovieClip [__Packages.com.novelgames.flashgames.commonAS2.CommonGame] Frame 0
class com.novelgames.flashgames.commonAS2.CommonGame extends com.novelgames.flashgames.commonAS2.NewMovieClip { function CommonGame () { super(); } static function get gameStage() { return(com.novelgames.flashgames.commonAS2.NewStage.getNewStage()); } function pause() { com.novelgames.flashgames.commonAS2.NewTimer.pause(); } function unpause() { com.novelgames.flashgames.commonAS2.NewTimer.unpause(); } }
Symbol 144 MovieClip [__Packages.com.novelgames.flashgames.commonAS2.Timer] Frame 0
interface com.novelgames.flashgames.commonAS2.Timer { }
Symbol 145 MovieClip [__Packages.com.novelgames.flashgames.commonAS2.NewTimer] Frame 0
class com.novelgames.flashgames.commonAS2.NewTimer implements com.novelgames.flashgames.commonAS2.Timer { static var pauseTime; var delay, repeatCount, currentCount, listenerObject, listenerFunctionName, adjustedStartTime, usingDelay, intervalID; function NewTimer (delay, repeatCount) { if (repeatCount == undefined) { repeatCount = 0; } this.delay = delay; this.repeatCount = repeatCount; currentCount = 0; } static function getTimer() { if (paused) { return(pauseTime - totalPausedTime); } return(getTimer() - totalPausedTime); } static function pause() { if (paused) { return(undefined); } paused = true; pauseTime = getTimer(); } static function unpause() { if (!paused) { return(undefined); } paused = false; totalPausedTime = totalPausedTime + (getTimer() - pauseTime); } function addEventListener(type, listenerObject, listenerFunctionName) { if (type != com.novelgames.flashgames.commonAS2.TimerEvent.TIMER) { return(undefined); } this.listenerObject = listenerObject; this.listenerFunctionName = listenerFunctionName; } function removeEventListener(type) { if (type != com.novelgames.flashgames.commonAS2.TimerEvent.TIMER) { return(undefined); } listenerObject = null; listenerFunctionName = null; } function start() { adjustedStartTime = getTimer(); usingDelay = delay; clearInterval(intervalID); intervalID = setInterval(this, "timerEventListener", delay); } function stop() { clearInterval(intervalID); } function timerEventListener() { currentCount++; if (paused) { clearInterval(intervalID); usingDelay = Math.max(delay - (getTimer() - adjustedStartTime), 1); currentCount--; intervalID = setInterval(this, "timerEventListener", usingDelay); return(undefined); } if ((getTimer() - adjustedStartTime) >= delay) { adjustedStartTime = getTimer(); if (usingDelay != delay) { clearInterval(intervalID); usingDelay = delay; intervalID = setInterval(this, "timerEventListener", usingDelay); } listenerObject[listenerFunctionName](new com.novelgames.flashgames.commonAS2.TimerEvent()); if ((repeatCount != 0) && (currentCount >= repeatCount)) { clearInterval(intervalID); } } else { clearInterval(intervalID); usingDelay = Math.max(delay - (getTimer() - adjustedStartTime), 1); currentCount--; intervalID = setInterval(this, "timerEventListener", usingDelay); } } static var paused = false; static var totalPausedTime = 0; }
Symbol 146 MovieClip [__Packages.com.novelgames.flashgames.commonAS2.TimerEvent] Frame 0
class com.novelgames.flashgames.commonAS2.TimerEvent { function TimerEvent () { } function updateAfterEvent() { _global.updateAfterEvent(); } static var TIMER = "timer"; }
Symbol 147 MovieClip [__Packages.com.novelgames.flashgames.golfsolitaireAS2.Game] Frame 0
class com.novelgames.flashgames.golfsolitaireAS2.Game extends com.novelgames.flashgames.commonAS2.CommonGame { var gameOverDialog, scoreText, cardsHolder, soundDeal, createSound, soundPut, soundGameOver, soundWin, __score, deckCards, pileCards, startTime, intervalID, discardCards, movingCard, __get__parent; function Game () { super(); gameOverDialog.__proto__ = com.novelgames.flashgames.golfsolitaireAS2.GameOverDialog.prototype; scoreText.__proto__ = com.novelgames.flashgames.commonAS2.NewTextField.prototype; cardsHolder.__proto__ = com.novelgames.flashgames.commonAS2.NewMovieClip.prototype; score = (0); soundDeal = createSound("SoundDeal"); soundPut = createSound("SoundPut"); soundGameOver = createSound("SoundGameOver"); soundWin = createSound("SoundWin"); startGame(); } function set score(score) { __score = score; scoreText.text = score.toString(); //return(this.score); } function get score() { return(__score); } function startGame() { createCoveredCards(); startDealCards(); } function createCoveredCards() { var _local5 = new Array(); var _local6; var _local7; var _local4; var _local2; var _local3; _local2 = 1; while (_local2 <= com.novelgames.flashgames.golfsolitaireAS2.Config.CARDS_NOOFNUMBERS) { _local3 = 1; while (_local3 <= com.novelgames.flashgames.golfsolitaireAS2.Config.CARDS_NOOFSUITS) { _local6 = new com.novelgames.flashgames.golfsolitaireAS2.CardInfo(_local2, _local3); _local5.push(_local6); _local3++; } _local2++; } shuffleArray(_local5); deckCards = new Array(); _local2 = 0; while (_local2 < _local5.length) { _local7 = cardsHolder.createMovie("Card"); _local4 = _local7; _local4.initialize(_local5[_local2].number, _local5[_local2].suit); _local4.__set__x(com.novelgames.flashgames.golfsolitaireAS2.Config.CARDS_COVEREDX + (_local2 * com.novelgames.flashgames.golfsolitaireAS2.Config.CARDS_COVEREDXOFFSET)); _local4.__set__y(com.novelgames.flashgames.golfsolitaireAS2.Config.CARDS_COVEREDY + (_local2 * com.novelgames.flashgames.golfsolitaireAS2.Config.CARDS_COVEREDYOFFSET)); deckCards.push(_local4); cardsHolder.addChild(_local4); _local2++; } } function startDealCards() { var _local3; var _local2; pileCards = new Array(); _local2 = 0; while (_local2 < com.novelgames.flashgames.golfsolitaireAS2.Config.CARDS_COLUMNS) { pileCards[_local2] = new Array(); _local2++; } _local2 = 0; while (_local2 < (com.novelgames.flashgames.golfsolitaireAS2.Config.CARDS_COLUMNS * com.novelgames.flashgames.golfsolitaireAS2.Config.CARDS_COLUMNSIZE)) { _local3 = deckCards[(deckCards.length - _local2) - 1]; _local3.pile = _local2 % com.novelgames.flashgames.golfsolitaireAS2.Config.CARDS_COLUMNS; _local3.pileIndex = Math.floor(_local2 / com.novelgames.flashgames.golfsolitaireAS2.Config.CARDS_COLUMNS); _local3.setMoveTo(com.novelgames.flashgames.golfsolitaireAS2.Config.CARDS_X + (_local3.pile * com.novelgames.flashgames.golfsolitaireAS2.Config.CARDS_XSPACING), com.novelgames.flashgames.golfsolitaireAS2.Config.CARDS_Y + (_local3.pileIndex * com.novelgames.flashgames.golfsolitaireAS2.Config.CARDS_YSPACING)); pileCards[_local3.pile][_local3.pileIndex] = _local3; _local2++; } startTime = com.novelgames.flashgames.commonAS2.NewTimer.getTimer(); intervalID = new com.novelgames.flashgames.commonAS2.NewTimer(1, 0); intervalID.addEventListener(com.novelgames.flashgames.commonAS2.TimerEvent.TIMER, this, "onDealTime"); intervalID.start(); } function onDealTime(timerEvent) { var _local7 = com.novelgames.flashgames.commonAS2.NewTimer.getTimer() - startTime; var _local4; var _local2; var _local6; var _local5; var _local3; _local3 = 0; while (_local3 < (com.novelgames.flashgames.golfsolitaireAS2.Config.CARDS_COLUMNS * com.novelgames.flashgames.golfsolitaireAS2.Config.CARDS_COLUMNSIZE)) { _local4 = _local7 - (_local3 * com.novelgames.flashgames.golfsolitaireAS2.Config.CARDS_DEALINTERVAL); if (_local4 <= 0) { break; } _local2 = deckCards[(deckCards.length - _local3) - 1]; if ((_local2.__get__x() == _local2.fromX) && (_local2.__get__y() == _local2.fromY)) { cardsHolder.setChildIndex(_local2, cardsHolder.__get__numChildren() - 1); soundDeal.play(); } _local6 = ((com.novelgames.flashgames.golfsolitaireAS2.Config.CARDS_DEALSPEED * (_local2.toX - _local2.fromX)) * _local4) / (1000 * _local2.moveDistance); _local5 = ((com.novelgames.flashgames.golfsolitaireAS2.Config.CARDS_DEALSPEED * (_local2.toY - _local2.fromY)) * _local4) / (1000 * _local2.moveDistance); if ((Math.abs(_local6) >= Math.abs(_local2.toX - _local2.fromX)) || (Math.abs(_local5) >= Math.abs(_local2.toY - _local2.fromY))) { if ((_local2.__get__x() != _local2.toX) || (_local2.__get__y() != _local2.toY)) { _local2.__set__x(_local2.toX); _local2.__set__y(_local2.toY); _local2.show(); } } else { _local2.__set__x(_local2.fromX + _local6); _local2.__set__y(_local2.fromY + _local5); } _local3++; } if (((_local3 >= (com.novelgames.flashgames.golfsolitaireAS2.Config.CARDS_COLUMNS * com.novelgames.flashgames.golfsolitaireAS2.Config.CARDS_COLUMNSIZE)) && (_local2.__get__x() == _local2.toX)) && (_local2.__get__y() == _local2.toY)) { intervalID.stop(); deckCards.splice(deckCards.length - (com.novelgames.flashgames.golfsolitaireAS2.Config.CARDS_COLUMNS * com.novelgames.flashgames.golfsolitaireAS2.Config.CARDS_COLUMNSIZE)); discardCards = new Array(); dealToDiscard(null); } timerEvent.updateAfterEvent(); } function dealToDiscard(mouseEvent) { setCardsUnclickable(); movingCard = deckCards[deckCards.length - 1]; movingCard.setMoveTo(com.novelgames.flashgames.golfsolitaireAS2.Config.CARDS_DISCARDX, com.novelgames.flashgames.golfsolitaireAS2.Config.CARDS_DISCARDY); deckCards.splice(deckCards.length - 1); soundDeal.play(); startTime = com.novelgames.flashgames.commonAS2.NewTimer.getTimer(); intervalID = new com.novelgames.flashgames.commonAS2.NewTimer(1, 0); intervalID.addEventListener(com.novelgames.flashgames.commonAS2.TimerEvent.TIMER, this, "onMoveTime"); intervalID.start(); } function onMoveTime(timerEvent) { var _local2 = com.novelgames.flashgames.commonAS2.NewTimer.getTimer() - startTime; var _local4 = ((com.novelgames.flashgames.golfsolitaireAS2.Config.CARDS_DEALSPEED * (movingCard.toX - movingCard.fromX)) * _local2) / (1000 * movingCard.moveDistance); var _local3 = ((com.novelgames.flashgames.golfsolitaireAS2.Config.CARDS_DEALSPEED * (movingCard.toY - movingCard.fromY)) * _local2) / (1000 * movingCard.moveDistance); if ((Math.abs(_local4) >= Math.abs(movingCard.toX - movingCard.fromX)) || (Math.abs(_local3) >= Math.abs(movingCard.toY - movingCard.fromY))) { intervalID.stop(); movingCard.__set__x(movingCard.toX); movingCard.__set__y(movingCard.toY); movingCard.show(); cardsHolder.setChildIndex(movingCard, cardsHolder.__get__numChildren() - 1); discardCards.push(movingCard); if (!checkGameOver()) { if (!checkWin()) { updateClickableCards(); } } } else { movingCard.__set__x(movingCard.fromX + _local4); movingCard.__set__y(movingCard.fromY + _local3); } timerEvent.updateAfterEvent(); } function updateClickableCards() { var _local4 = discardCards[discardCards.length - 1]; var _local3; var _local2; if (deckCards.length > 0) { _local3 = deckCards[deckCards.length - 1]; _local3.addEventListener(com.novelgames.flashgames.commonAS2.MouseEvent.MOUSE_DOWN, this, "dealToDiscard"); _local3.__set__buttonMode(true); } _local2 = 0; while (_local2 < pileCards.length) { if (pileCards[_local2].length <= 0) { } else { _local3 = pileCards[_local2][pileCards[_local2].length - 1]; if ((_local3.number != (_local4.number + 1)) && (_local3.number != (_local4.number - 1))) { } else { _local3.addEventListener(com.novelgames.flashgames.commonAS2.MouseEvent.MOUSE_DOWN, this, "cardClicked"); _local3.__set__buttonMode(true); } } _local2++; } } function setCardsUnclickable() { var _local3; var _local2; if (deckCards.length > 0) { _local3 = deckCards[deckCards.length - 1]; _local3.removeEventListener(com.novelgames.flashgames.commonAS2.MouseEvent.MOUSE_DOWN); _local3.__set__buttonMode(false); } _local2 = 0; while (_local2 < pileCards.length) { if (pileCards[_local2].length <= 0) { } else { _local3 = pileCards[_local2][pileCards[_local2].length - 1]; _local3.removeEventListener(com.novelgames.flashgames.commonAS2.MouseEvent.MOUSE_DOWN); _local3.__set__buttonMode(false); } _local2++; } } function cardClicked(mouseEvent) { var _local2 = com.novelgames.flashgames.golfsolitaireAS2.Card(mouseEvent.currentTarget); setCardsUnclickable(); movingCard = pileCards[_local2.pile][_local2.pileIndex]; cardsHolder.setChildIndex(movingCard, cardsHolder.__get__numChildren() - 1); movingCard.setMoveTo(com.novelgames.flashgames.golfsolitaireAS2.Config.CARDS_DISCARDX, com.novelgames.flashgames.golfsolitaireAS2.Config.CARDS_DISCARDY); pileCards[_local2.pile].splice(_local2.pileIndex); score = score + com.novelgames.flashgames.golfsolitaireAS2.Config.SCORE_CARD; soundPut.play(); startTime = com.novelgames.flashgames.commonAS2.NewTimer.getTimer(); intervalID = new com.novelgames.flashgames.commonAS2.NewTimer(1, 0); intervalID.addEventListener(com.novelgames.flashgames.commonAS2.TimerEvent.TIMER, this, "onMoveTime"); intervalID.start(); } function checkGameOver() { var _local4 = discardCards[discardCards.length - 1]; var _local3; var _local2; if (deckCards.length > 0) { return(false); } _local2 = 0; while (_local2 < pileCards.length) { if (pileCards[_local2].length <= 0) { } else { _local3 = pileCards[_local2][pileCards[_local2].length - 1]; if ((_local3.number == (_local4.number + 1)) || (_local3.number == (_local4.number - 1))) { return(false); } } _local2++; } gameOverDialog.showNoMoreMoves(); soundGameOver.play(); intervalID = new com.novelgames.flashgames.commonAS2.NewTimer(com.novelgames.flashgames.golfsolitaireAS2.Config.MESSAGE_NOMOREMOVESTIME, 1); intervalID.addEventListener(com.novelgames.flashgames.commonAS2.TimerEvent.TIMER, this, "showPlayAgain"); intervalID.start(); return(true); } function checkWin() { var _local3; var _local2; _local2 = 0; while (_local2 < pileCards.length) { if (pileCards[_local2].length > 0) { return(false); } _local2++; } _local3 = com.novelgames.flashgames.golfsolitaireAS2.Config.SCORE_REMAIN * deckCards.length; score = score + _local3; gameOverDialog.showWin(_local3); soundWin.play(); intervalID = new com.novelgames.flashgames.commonAS2.NewTimer(com.novelgames.flashgames.golfsolitaireAS2.Config.MESSAGE_WINTIME, 1); intervalID.addEventListener(com.novelgames.flashgames.commonAS2.TimerEvent.TIMER, this, "showPlayAgain"); intervalID.start(); return(true); } function showPlayAgain(timerEvent) { Object(__get__parent()).showEnterHighScore(score); gameOverDialog.showPlayAgain(); } function shuffleArray(theArray) { var _local4; var _local2; var _local3; _local2 = 0; while (_local2 < theArray.length) { _local3 = Math.floor(Math.random() * theArray.length); _local4 = theArray[_local2]; theArray[_local2] = theArray[_local3]; theArray[_local3] = _local4; _local2++; } } }
Symbol 148 MovieClip [__Packages.com.novelgames.flashgames.golfsolitaireAS2.Card] Frame 0
class com.novelgames.flashgames.golfsolitaireAS2.Card extends com.novelgames.flashgames.commonAS2.NewMovieClip { var stop, cacheAsBitmap, number, suit, gotoAndStop, fromX, x, fromY, y, toX, toY, moveDistance; function Card () { super(); (stop());// not popped cacheAsBitmap = true; } function initialize(number, suit) { this.number = number; this.suit = suit; } function show() { (gotoAndStop((1 + ((suit - 1) * com.novelgames.flashgames.golfsolitaireAS2.Config.CARDS_NOOFNUMBERS)) + number));// not popped cacheAsBitmap = true; } function setMoveTo(x, y) { var _local3; var _local2; fromX = this.x; fromY = this.y; toX = x; toY = y; _local3 = x - fromX; _local2 = y - fromY; moveDistance = Math.sqrt((_local3 * _local3) + (_local2 * _local2)); } static var SUIT_DIAMOND = 1; static var SUIT_CLUB = 2; static var SUIT_HEART = 3; static var SUIT_SPADE = 4; }
Symbol 149 MovieClip [__Packages.com.novelgames.flashgames.golfsolitaireAS2.CardInfo] Frame 0
class com.novelgames.flashgames.golfsolitaireAS2.CardInfo { var number, suit; function CardInfo (number, suit) { this.number = number; this.suit = suit; } }
Symbol 150 MovieClip [__Packages.com.novelgames.flashgames.commonAS2.Instructions] Frame 0
class com.novelgames.flashgames.commonAS2.Instructions extends MovieClip { var startButton, shownFromGame, _parent; function Instructions () { super(); startButton.onRelease = function () { this._parent.startButtonClicked(); }; } function initialize(shownFromGame) { if (shownFromGame == undefined) { shownFromGame = false; } this.shownFromGame = shownFromGame; } function startButtonClicked() { if (!shownFromGame) { _parent.gotoGamePage(); } else { _parent.hideInstructionsFromGame(); } } }
Symbol 151 MovieClip [__Packages.com.novelgames.flashgames.commonAS2.Title] Frame 0
class com.novelgames.flashgames.commonAS2.Title extends MovieClip { var startButton, highScoresButton, moreGamesButton, _parent, getURL; function Title () { super(); startButton.onRelease = function () { this._parent.startButtonClicked(); }; highScoresButton.onRelease = function () { this._parent.highScoresButtonClicked(); }; moreGamesButton.onRelease = function () { this._parent.moreGamesButtonClicked(); }; } function startButtonClicked() { _parent.gotoInstructionsPage(); } function highScoresButtonClicked() { _parent.showHighScores(); } function moreGamesButtonClicked() { (getURL("http://www.novelgames.com", "_blank"));// not popped } }
Symbol 152 MovieClip [__Packages.MochiAd] Frame 0
class MochiAd { function MochiAd () { } static function getVersion() { return("2.1"); } static function showPreGameAd(options) { var _local27 = {clip:_root, ad_timeout:3000, fadeout_time:250, regpt:"o", method:"showPreloaderAd", color:16747008, background:16777161, outline:13994812, ad_started:function () { this.clip.stop(); }, ad_finished:function () { this.clip.play(); }}; options = _parseOptions(options, _local27); var clip = options.clip; var _local23 = 11000; var _local26 = options.ad_timeout; delete options.ad_timeout; var fadeout_time = options.fadeout_time; delete options.fadeout_time; if (!load(options)) { options.ad_finished(); return(undefined); } options.ad_started(); var mc = clip._mochiad; mc.onUnload = function () { options.ad_finished(); }; var _local14 = _getRes(options); var _local4 = _local14[0]; var _local13 = _local14[1]; mc._x = _local4 * 0.5; mc._y = _local13 * 0.5; var chk = mc.createEmptyMovieClip("_mochiad_wait", 3); chk._x = _local4 * -0.5; chk._y = _local13 * -0.5; var _local7 = chk.createEmptyMovieClip("_mochiad_bar", 4); _local7._x = 10; _local7._y = _local13 - 20; var _local22 = options.color; delete options.color; var _local19 = options.background; delete options.background; var _local24 = options.outline; delete options.outline; var _local5 = _local7.createEmptyMovieClip("_outline", 1); _local5.beginFill(_local19); _local5.moveTo(0, 0); _local5.lineTo(_local4 - 20, 0); _local5.lineTo(_local4 - 20, 10); _local5.lineTo(0, 10); _local5.lineTo(0, 0); _local5.endFill(); var _local3 = _local7.createEmptyMovieClip("_inside", 2); _local3.beginFill(_local22); _local3.moveTo(0, 0); _local3.lineTo(_local4 - 20, 0); _local3.lineTo(_local4 - 20, 10); _local3.lineTo(0, 10); _local3.lineTo(0, 0); _local3.endFill(); _local3._xscale = 0; var _local6 = _local7.createEmptyMovieClip("_outline", 3); _local6.lineStyle(0, _local24, 100); _local6.moveTo(0, 0); _local6.lineTo(_local4 - 20, 0); _local6.lineTo(_local4 - 20, 10); _local6.lineTo(0, 10); _local6.lineTo(0, 0); chk.ad_msec = _local23; chk.ad_timeout = _local26; chk.started = getTimer(); chk.showing = false; chk.last_pcnt = 0; chk.fadeout_time = fadeout_time; chk.fadeFunction = function () { var _local2 = 100 * (1 - ((getTimer() - this.fadeout_start) / this.fadeout_time)); if (_local2 > 0) { this._parent._alpha = _local2; } else { var _local3 = this._parent._parent; MochiAd.unload(_local3); delete this.onEnterFrame; } }; mc.lc.adLoaded = function (width, height) { }; mc.lc.adjustProgress = function (msec) { var _local2 = this.mc._mochiad_wait; _local2.server_control = true; _local2.started = getTimer(); _local2.ad_msec = msec; }; chk.onEnterFrame = function () { var _local6 = this._parent._parent; var _local12 = this._parent._mochiad_ctr; var _local5 = getTimer() - this.started; var _local3 = false; var _local4 = _local6.getBytesTotal(); var _local8 = _local6.getBytesLoaded(); var _local10 = (100 * _local8) / _local4; var _local11 = (100 * _local5) / chk.ad_msec; var _local9 = this._mochiad_bar._inside; var _local2 = Math.min(100, Math.min(_local10 || 0, _local11)); _local2 = Math.max(this.last_pcnt, _local2); this.last_pcnt = _local2; _local9._xscale = _local2; if (!chk.showing) { var _local7 = _local12.getBytesTotal(); if ((_local7 > 0) || (typeof(_local7) == "undefined")) { chk.showing = true; chk.started = getTimer(); } else if (_local5 > chk.ad_timeout) { _local3 = true; } } if (_local5 > chk.ad_msec) { _local3 = true; } if (((_local4 > 0) && (_local8 >= _local4)) && (_local3)) { if (this.server_control) { delete this.onEnterFrame; } else { this.fadeout_start = getTimer(); this.onEnterFrame = chk.fadeFunction; } } }; } static function showInterLevelAd(options) { var _local13 = {clip:_root, ad_timeout:2000, fadeout_time:10, regpt:"o", method:"showTimedAd", ad_started:function () { this.clip.stop(); }, ad_finished:function () { this.clip.play(); }}; options = _parseOptions(options, _local13); var clip = options.clip; var _local10 = 11000; var _local12 = options.ad_timeout; delete options.ad_timeout; var fadeout_time = options.fadeout_time; delete options.fadeout_time; if (!load(options)) { options.ad_finished(); return(undefined); } options.ad_started(); var mc = clip._mochiad; mc.onUnload = function () { options.ad_finished(); }; var _local5 = _getRes(options); var _local14 = _local5[0]; var _local11 = _local5[1]; mc._x = _local14 * 0.5; mc._y = _local11 * 0.5; var chk = mc.createEmptyMovieClip("_mochiad_wait", 3); chk.ad_msec = _local10; chk.ad_timeout = _local12; chk.started = getTimer(); chk.showing = false; chk.fadeout_time = fadeout_time; chk.fadeFunction = function () { var _local2 = 100 * (1 - ((getTimer() - this.fadeout_start) / this.fadeout_time)); if (_local2 > 0) { this._parent._alpha = _local2; } else { var _local3 = this._parent._parent; MochiAd.unload(_local3); delete this.onEnterFrame; } }; mc.lc.adLoaded = function (width, height) { }; mc.lc.adjustProgress = function (msec) { var _local2 = this.mc._mochiad_wait; _local2.server_control = true; _local2.started = getTimer(); _local2.ad_msec = msec - 250; }; chk.onEnterFrame = function () { var _local5 = this._parent._mochiad_ctr; var _local4 = getTimer() - this.started; var _local2 = false; if (!chk.showing) { var _local3 = _local5.getBytesTotal(); if ((_local3 > 0) || (typeof(_local3) == "undefined")) { chk.showing = true; chk.started = getTimer(); } else if (_local4 > chk.ad_timeout) { _local2 = true; } } if (_local4 > chk.ad_msec) { _local2 = true; } if (_local2) { if (this.server_control) { delete this.onEnterFrame; } else { this.fadeout_start = getTimer(); this.onEnterFrame = this.fadeFunction; } } }; } static function showTimedAd(options) { showInterLevelAd(options); } static function showPreloaderAd(options) { showPreGameAd(options); } 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 _loadCommunicator(options) { var _local26 = {clip:_root, com_server:"http://x.mochiads.com/com/1/", method:"loadCommunicator", depth:10337, id:"_UNKNOWN_"}; options = _parseOptions(options, _local26); options.swfv = options.clip.getSWFVersion() || 6; options.mav = getVersion(); var _local18 = options.clip; var _local20 = "_mochiad_com_" + options.id; if (!_isNetworkAvailable()) { return(null); } if (_local18[_local20]) { return(_local18[_local20].lc); } var _local21 = options.com_server + options.id; _allowDomains(_local21); delete options.id; delete options.com_server; var _local25 = options.depth; delete options.depth; var _local17 = _local18.createEmptyMovieClip(_local20, _local25); var _local11 = _local17.createEmptyMovieClip("_mochiad_com", 1); for (var _local15 in options) { _local11[_local15] = options[_local15]; } var _local6 = new LocalConnection(); var _local16 = ["", Math.floor(new Date().getTime()), random(999999)].join("_"); _local6.mc = _local17; _local6.name = _local16; _local6.allowDomain = function (d) { return(true); }; _local6.allowInsecureDomain = _local6.allowDomain; _local6.connect(_local16); _local17.lc = _local6; _local11.lc = _local16; _local6._id = 0; _local6._queue = []; _local6.rpcResult = function (cb_arg) { var _local8 = parseInt(cb_arg); var _local4 = this._callbacks[_local8]; if (!_local4) { return(undefined); } delete this._callbacks[_local8]; var _local5 = []; var _local3 = 2; while (_local3 < _local4.length) { _local5.push(_local4[_local3]); _local3++; } _local3 = 1; while (_local3 < arguments.length) { _local5.push(arguments[_local3]); _local3++; } var _local6 = _local4[1]; var _local7 = _local4[0]; if (_local7 && (typeof(_local6) == "string")) { _local6 = _local7[_local6]; } if (_local6) { _local6.apply(_local7, _local5); } }; _local6._didConnect = function (endpoint) { this._endpoint = endpoint; var _local4 = this._queue; delete this._queue; var _local5 = this.doSend; var _local2 = 0; while (_local2 < _local4.length) { var _local3 = _local4[_local2]; _local5.apply(this, _local3); _local2++; } }; _local6.doSend = function (args, cbobj, cbfn) { if (this._endpoint == null) { var _local4 = []; var _local3 = 0; while (_local3 < arguments.length) { _local4.push(arguments[_local3]); _local3++; } this._queue.push(_local4); return(undefined); } this._id = this._id + 1; var _local5 = this._id; if ((cbfn === undefined) || (cbfn === null)) { cbfn = cbobj; } this._callbacks[_local5] = [cbobj, cbfn]; var _local7 = new LocalConnection(); var _local9 = _local7.send(this._endpoint, "rpc", _local5, args); }; _local6._callbacks = {}; _local6._callbacks[0] = [_local6, "_didConnect"]; _local11.st = getTimer(); _local11.loadMovie(_local21 + ".swf", "POST"); return(_local6); } static function fetchHighScores(options, callbackObj, callbackMethod) { var _local1 = _loadCommunicator({id:options.id}); if (!_local1) { return(false); } var _local4 = ["fetchHighScores", options]; _local1.doSend(["fetchHighScores", options], callbackObj, callbackMethod); return(true); } static function sendHighScore(options, callbackObj, callbackMethod) { var _local1 = _loadCommunicator({id:options.id}); if (!_local1) { return(false); } var _local4 = ["sendHighScore", options]; _local1.doSend(["sendHighScore", options], callbackObj, callbackMethod); return(true); } static function load(options) { var _local13 = {clip:_root, server:"http://x.mochiads.com/srv/1/", method:"load", depth:10333, id:"_UNKNOWN_"}; options = _parseOptions(options, _local13); options.swfv = options.clip.getSWFVersion() || 6; options.mav = getVersion(); var _local9 = options.clip; if (!_isNetworkAvailable()) { return(null); } if (_local9._mochiad_loaded) { return(null); } var _local12 = options.depth; delete options.depth; var _local6 = _local9.createEmptyMovieClip("_mochiad", _local12); var _local11 = _getRes(options); options.res = (_local11[0] + "x") + _local11[1]; options.server = options.server + options.id; delete options.id; _local9._mochiad_loaded = true; var _local4 = _local6.createEmptyMovieClip("_mochiad_ctr", 1); for (var _local7 in options) { _local4[_local7] = options[_local7]; } var _local10 = _local4.server; delete _local4.server; var _local14 = _allowDomains(_local10); _local6.onEnterFrame = function () { if (this._mochiad_ctr._url != this._url) { this.onEnterFrame = function () { if (!this._mochiad_ctr) { delete this.onEnterFrame; MochiAd.unload(this._parent); } }; } }; var _local5 = new LocalConnection(); var _local8 = ["", Math.floor(new Date().getTime()), random(999999)].join("_"); _local5.mc = _local6; _local5.name = _local8; _local5.hostname = _local14; _local5.allowDomain = function (d) { return(true); }; _local5.allowInsecureDomain = _local5.allowDomain; _local5.connect(_local8); _local6.lc = _local5; _local4.lc = _local8; _local4.st = getTimer(); _local4.loadMovie(_local10 + ".swf", "POST"); return(_local6); } static function unload(clip) { if (typeof(clip) == "undefined") { clip = _root; } if (clip.clip && (clip.clip._mochiad)) { clip = clip.clip; } if (!clip._mochiad) { return(false); } clip._mochiad.removeMovieClip(); delete clip._mochiad_loaded; delete clip._mochiad; return(true); } static function _isNetworkAvailable() { if (System.security) { var _local1 = System.security; if (_local1.sandboxType == "localWithFile") { return(false); } } return(true); } static function _getRes(options) { var _local3 = options.clip.getBounds(); var _local2 = 0; var _local1 = 0; if (typeof(options.res) != "undefined") { var _local4 = options.res.split("x"); _local2 = parseFloat(_local4[0]); _local1 = parseFloat(_local4[1]); } else { _local2 = _local3.xMax - _local3.xMin; _local1 = _local3.yMax - _local3.yMin; } if ((_local2 == 0) || (_local1 == 0)) { _local2 = Stage.width; _local1 = Stage.height; } return([_local2, _local1]); } static function _parseOptions(options, defaults) { var _local4 = {}; for (var _local8 in defaults) { _local4[_local8] = defaults[_local8]; } if (options) { for (var _local8 in options) { _local4[_local8] = options[_local8]; } } if (_root.mochiad_options) { var _local5 = _root.mochiad_options.split("&"); var _local2 = 0; while (_local2 < _local5.length) { var _local3 = _local5[_local2].split("="); _local4[unescape(_local3[0])] = unescape(_local3[1]); _local2++; } } return(_local4); } }
Symbol 153 MovieClip [__Packages.com.novelgames.flashgames.commonAS2.MainDevelopment] Frame 0
class com.novelgames.flashgames.commonAS2.MainDevelopment extends MovieClip { var title, attachMovie, titleDepth, instructions, game, getNextHighestDepth, onEnterFrame, stop; function MainDevelopment () { super(); } static function initialize(movieClip) { movieClip.__proto__ = com.novelgames.flashgames.commonAS2.MainDevelopment.prototype; movieClip.onEnterFrame = movieClip.checkTitle; } function gotoTitlePage() { removePage(); title = com.novelgames.flashgames.commonAS2.Title(attachMovie("Title", "title", titleDepth)); } function gotoInstructionsPage() { removePage(); instructions = com.novelgames.flashgames.commonAS2.Instructions(attachMovie("Instructions", "instructions", titleDepth)); instructions.initialize(); } function gotoGamePage() { removePage(); game = attachMovie("Game", "game", titleDepth); } function showInstructionsFromGame() { game.pause(); game._visible = false; instructions = com.novelgames.flashgames.commonAS2.Instructions(attachMovie("Instructions", "instructions", getNextHighestDepth())); instructions.swapDepths(titleDepth); instructions.initialize(true); } function hideInstructionsFromGame() { instructions.swapDepths(game.getDepth()); instructions.removeMovieClip(); instructions = null; game._visible = true; game.unpause(); } function showHighScores() { trace("showHighScores()"); } function showEnterHighScore(score) { mochi.MochiScores.showLeaderboard({boardID:"8576188bc68ba2f0", score:score, onClose:function () { }}); trace(("showEnterHighScore(" + score) + ")"); } function checkTitle() { if (!title) { return(undefined); } onEnterFrame = null; (stop());// not popped titleDepth = title.getDepth(); } function removePage() { if (title) { title.removeMovieClip(); title = null; } if (instructions) { instructions.removeMovieClip(); instructions = null; } if (game) { game.removeMovieClip(); game = null; } } }
Symbol 125 MovieClip Frame 1
Symbol 125 MovieClip Frame 198
_root.gotoAndStop("splash2");

Library Items

Symbol 1 Sound [soundWin]
Symbol 2 Sound [soundPut]
Symbol 3 Sound [soundGameOver]
Symbol 4 Sound [soundDeal]
Symbol 5 GraphicUsed by:6
Symbol 6 MovieClipUses:5Used by:50
Symbol 7 GraphicUsed by:50
Symbol 8 GraphicUsed by:50
Symbol 9 GraphicUsed by:50
Symbol 10 GraphicUsed by:50
Symbol 11 GraphicUsed by:50
Symbol 12 GraphicUsed by:50
Symbol 13 GraphicUsed by:50
Symbol 14 GraphicUsed by:50
Symbol 15 GraphicUsed by:50
Symbol 16 GraphicUsed by:50
Symbol 17 GraphicUsed by:50
Symbol 18 GraphicUsed by:50
Symbol 19 GraphicUsed by:50
Symbol 20 GraphicUsed by:50
Symbol 21 GraphicUsed by:50
Symbol 22 GraphicUsed by:50
Symbol 23 GraphicUsed by:50
Symbol 24 GraphicUsed by:50
Symbol 25 GraphicUsed by:50
Symbol 26 GraphicUsed by:50
Symbol 27 GraphicUsed by:50
Symbol 28 GraphicUsed by:50
Symbol 29 GraphicUsed by:50
Symbol 30 GraphicUsed by:50
Symbol 31 GraphicUsed by:50
Symbol 32 GraphicUsed by:50
Symbol 33 GraphicUsed by:50
Symbol 34 GraphicUsed by:50
Symbol 35 GraphicUsed by:50
Symbol 36 GraphicUsed by:50
Symbol 37 GraphicUsed by:50
Symbol 38 GraphicUsed by:50
Symbol 39 GraphicUsed by:50
Symbol 40 GraphicUsed by:50
Symbol 41 GraphicUsed by:50
Symbol 42 GraphicUsed by:50
Symbol 43 GraphicUsed by:50
Symbol 44 GraphicUsed by:50
Symbol 45 GraphicUsed by:50
Symbol 46 GraphicUsed by:50
Symbol 47 GraphicUsed by:50
Symbol 48 GraphicUsed by:50
Symbol 49 GraphicUsed by:50
Symbol 50 MovieClip [Card]Uses:6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49
Symbol 51 GraphicUsed by:52
Symbol 52 MovieClip [InstructionsButton]Uses:51Used by:66
Symbol 53 GraphicUsed by:56
Symbol 54 GraphicUsed by:56
Symbol 55 GraphicUsed by:56
Symbol 56 MovieClip [MuteButton]Uses:53 54 55Used by:66
Symbol 57 GraphicUsed by:66 75 103
Symbol 58 MovieClip [empty]Used by:66
Symbol 59 FontUsed by:60 61 63 67 71 73 76 79 83 84 86 89 92 96
Symbol 60 EditableTextUses:59Used by:66
Symbol 61 EditableTextUses:59Used by:62
Symbol 62 MovieClipUses:61Used by:66
Symbol 63 EditableTextUses:59Used by:64
Symbol 64 MovieClipUses:63Used by:65
Symbol 65 MovieClip [GameOverDialog]Uses:64Used by:66
Symbol 66 MovieClip [Game]Uses:57 58 60 62 56 52 65
Symbol 67 EditableTextUses:59Used by:68
Symbol 68 MovieClipUses:67Used by:70
Symbol 69 GraphicUsed by:70 78 81 91 94
Symbol 70 ButtonUses:68 69Used by:75 103
Symbol 71 EditableTextUses:59Used by:72
Symbol 72 MovieClipUses:71Used by:75
Symbol 73 EditableTextUses:59Used by:74
Symbol 74 MovieClipUses:73Used by:75
Symbol 75 MovieClip [Instructions]Uses:57 70 72 74
Symbol 76 EditableTextUses:59Used by:77
Symbol 77 MovieClipUses:76Used by:78
Symbol 78 Button [playAgainButton]Uses:77 69Used by:82
Symbol 79 EditableTextUses:59Used by:80
Symbol 80 MovieClipUses:79Used by:81
Symbol 81 Button [homeButton]Uses:80 69Used by:82
Symbol 82 MovieClip [MessagePlayAgain]Uses:78 81
Symbol 83 EditableTextUses:59Used by:88
Symbol 84 EditableTextUses:59Used by:85
Symbol 85 MovieClipUses:84Used by:88
Symbol 86 EditableTextUses:59Used by:87
Symbol 87 MovieClipUses:86Used by:88
Symbol 88 MovieClip [MessageWin]Uses:83 85 87
Symbol 89 EditableTextUses:59Used by:90
Symbol 90 MovieClipUses:89Used by:91
Symbol 91 ButtonUses:90 69Used by:103
Symbol 92 EditableTextUses:59Used by:93
Symbol 93 MovieClipUses:92Used by:94
Symbol 94 ButtonUses:93 69Used by:103
Symbol 95 GraphicUsed by:103
Symbol 96 EditableTextUses:59Used by:97
Symbol 97 MovieClipUses:96Used by:103
Symbol 98 FontUsed by:99
Symbol 99 EditableTextUses:98Used by:100 102
Symbol 100 MovieClipUses:99Used by:102
Symbol 101 GraphicUsed by:102
Symbol 102 ButtonUses:100 101 99Used by:103
Symbol 103 MovieClip [Title]Uses:57 70 91 94 95 97 102Used by:Timeline
Symbol 126 MovieClip [__Packages.mochi.MochiScores]
Symbol 127 MovieClip [__Packages.mochi.MochiServices]
Symbol 128 MovieClip [__Packages.com.novelgames.flashgames.commonAS2.NewMovieClip]
Symbol 129 MovieClip [__Packages.com.novelgames.flashgames.commonAS2.NewStage]
Symbol 130 MovieClip [__Packages.com.novelgames.flashgames.commonAS2.KeyboardEvent]
Symbol 131 MovieClip [__Packages.com.novelgames.flashgames.commonAS2.Rectangle]
Symbol 132 MovieClip [__Packages.com.novelgames.flashgames.commonAS2.MouseEvent]
Symbol 133 MovieClip [__Packages.com.novelgames.flashgames.commonAS2.Event]
Symbol 134 MovieClip [__Packages.com.novelgames.flashgames.commonAS2.URLRequest]
Symbol 135 MovieClip [__Packages.com.novelgames.flashgames.commonAS2.NewSound]
Symbol 136 MovieClip [__Packages.com.novelgames.flashgames.commonAS2.InstructionsButton]
Symbol 137 MovieClip [__Packages.com.novelgames.flashgames.commonAS2.MuteButton]
Symbol 138 MovieClip [__Packages.com.novelgames.flashgames.golfsolitaireAS2.GameOverDialog]
Symbol 139 MovieClip [__Packages.com.novelgames.flashgames.golfsolitaireAS2.MessageWin]
Symbol 140 MovieClip [__Packages.com.novelgames.flashgames.commonAS2.NewTextField]
Symbol 141 MovieClip [__Packages.com.novelgames.flashgames.golfsolitaireAS2.MessagePlayAgain]
Symbol 142 MovieClip [__Packages.com.novelgames.flashgames.golfsolitaireAS2.Config]
Symbol 143 MovieClip [__Packages.com.novelgames.flashgames.commonAS2.CommonGame]
Symbol 144 MovieClip [__Packages.com.novelgames.flashgames.commonAS2.Timer]
Symbol 145 MovieClip [__Packages.com.novelgames.flashgames.commonAS2.NewTimer]
Symbol 146 MovieClip [__Packages.com.novelgames.flashgames.commonAS2.TimerEvent]
Symbol 147 MovieClip [__Packages.com.novelgames.flashgames.golfsolitaireAS2.Game]
Symbol 148 MovieClip [__Packages.com.novelgames.flashgames.golfsolitaireAS2.Card]
Symbol 149 MovieClip [__Packages.com.novelgames.flashgames.golfsolitaireAS2.CardInfo]
Symbol 150 MovieClip [__Packages.com.novelgames.flashgames.commonAS2.Instructions]
Symbol 151 MovieClip [__Packages.com.novelgames.flashgames.commonAS2.Title]
Symbol 152 MovieClip [__Packages.MochiAd]
Symbol 153 MovieClip [__Packages.com.novelgames.flashgames.commonAS2.MainDevelopment]
Symbol 104 GraphicUsed by:Timeline
Symbol 105 GraphicUsed by:125
Symbol 106 GraphicUsed by:107
Symbol 107 MovieClipUses:106Used by:125
Symbol 108 SoundUsed by:125
Symbol 109 ShapeTweeningUsed by:125
Symbol 110 GraphicUsed by:111
Symbol 111 MovieClipUses:110Used by:125
Symbol 112 GraphicUsed by:125
Symbol 113 GraphicUsed by:114
Symbol 114 MovieClipUses:113Used by:125
Symbol 115 GraphicUsed by:116
Symbol 116 MovieClipUses:115Used by:125
Symbol 117 ShapeTweeningUsed by:125
Symbol 118 ShapeTweeningUsed by:125
Symbol 119 GraphicUsed by:120
Symbol 120 MovieClipUses:119Used by:125
Symbol 121 GraphicUsed by:125
Symbol 122 GraphicUsed by:123
Symbol 123 MovieClipUses:122Used by:125
Symbol 124 GraphicUsed by:125
Symbol 125 MovieClipUses:105 107 108 109 111 112 114 116 117 118 120 121 123 124Used by:Timeline

Instance Names

"title"Frame 23Symbol 103 MovieClip [Title]
"cardsHolder"Symbol 66 MovieClip [Game] Frame 1Symbol 58 MovieClip [empty]
"scoreText"Symbol 66 MovieClip [Game] Frame 1Symbol 60 EditableText
"gameOverDialog"Symbol 66 MovieClip [Game] Frame 1Symbol 65 MovieClip [GameOverDialog]
"startButton"Symbol 75 MovieClip [Instructions] Frame 1Symbol 70 Button
"playAgainButton"Symbol 82 MovieClip [MessagePlayAgain] Frame 1Symbol 78 Button [playAgainButton]
"homeButton"Symbol 82 MovieClip [MessagePlayAgain] Frame 1Symbol 81 Button [homeButton]
"bonusText"Symbol 88 MovieClip [MessageWin] Frame 1Symbol 83 EditableText
"startButton"Symbol 103 MovieClip [Title] Frame 1Symbol 70 Button

Special Tags

FileAttributes (69)Timeline Frame 1Access local files only, Metadata not present, AS1/AS2.
Protect (24)Timeline Frame 10 bytes ""
ExportAssets (56)Timeline Frame 1Symbol 1 as "soundWin"
ExportAssets (56)Timeline Frame 1Symbol 2 as "soundPut"
ExportAssets (56)Timeline Frame 1Symbol 3 as "soundGameOver"
ExportAssets (56)Timeline Frame 1Symbol 4 as "soundDeal"
ExportAssets (56)Timeline Frame 1Symbol 50 as "Card"
ExportAssets (56)Timeline Frame 1Symbol 52 as "InstructionsButton"
ExportAssets (56)Timeline Frame 1Symbol 56 as "MuteButton"
ExportAssets (56)Timeline Frame 1Symbol 58 as "empty"
ExportAssets (56)Timeline Frame 1Symbol 65 as "GameOverDialog"
ExportAssets (56)Timeline Frame 1Symbol 66 as "Game"
ExportAssets (56)Timeline Frame 1Symbol 75 as "Instructions"
ExportAssets (56)Timeline Frame 1Symbol 78 as "playAgainButton"
ExportAssets (56)Timeline Frame 1Symbol 81 as "homeButton"
ExportAssets (56)Timeline Frame 1Symbol 82 as "MessagePlayAgain"
ExportAssets (56)Timeline Frame 1Symbol 88 as "MessageWin"
ExportAssets (56)Timeline Frame 1Symbol 103 as "Title"
ExportAssets (56)Timeline Frame 1Symbol 126 as "__Packages.mochi.MochiScores"
ExportAssets (56)Timeline Frame 1Symbol 127 as "__Packages.mochi.MochiServices"
ExportAssets (56)Timeline Frame 1Symbol 128 as "__Packages.com.novelgames.flashgames.commonAS2.NewMovieClip"
ExportAssets (56)Timeline Frame 1Symbol 129 as "__Packages.com.novelgames.flashgames.commonAS2.NewStage"
ExportAssets (56)Timeline Frame 1Symbol 130 as "__Packages.com.novelgames.flashgames.commonAS2.KeyboardEvent"
ExportAssets (56)Timeline Frame 1Symbol 131 as "__Packages.com.novelgames.flashgames.commonAS2.Rectangle"
ExportAssets (56)Timeline Frame 1Symbol 132 as "__Packages.com.novelgames.flashgames.commonAS2.MouseEvent"
ExportAssets (56)Timeline Frame 1Symbol 133 as "__Packages.com.novelgames.flashgames.commonAS2.Event"
ExportAssets (56)Timeline Frame 1Symbol 134 as "__Packages.com.novelgames.flashgames.commonAS2.URLRequest"
ExportAssets (56)Timeline Frame 1Symbol 135 as "__Packages.com.novelgames.flashgames.commonAS2.NewSound"
ExportAssets (56)Timeline Frame 1Symbol 136 as "__Packages.com.novelgames.flashgames.commonAS2.InstructionsButton"
ExportAssets (56)Timeline Frame 1Symbol 137 as "__Packages.com.novelgames.flashgames.commonAS2.MuteButton"
ExportAssets (56)Timeline Frame 1Symbol 138 as "__Packages.com.novelgames.flashgames.golfsolitaireAS2.GameOverDialog"
ExportAssets (56)Timeline Frame 1Symbol 139 as "__Packages.com.novelgames.flashgames.golfsolitaireAS2.MessageWin"
ExportAssets (56)Timeline Frame 1Symbol 140 as "__Packages.com.novelgames.flashgames.commonAS2.NewTextField"
ExportAssets (56)Timeline Frame 1Symbol 141 as "__Packages.com.novelgames.flashgames.golfsolitaireAS2.MessagePlayAgain"
ExportAssets (56)Timeline Frame 1Symbol 142 as "__Packages.com.novelgames.flashgames.golfsolitaireAS2.Config"
ExportAssets (56)Timeline Frame 1Symbol 143 as "__Packages.com.novelgames.flashgames.commonAS2.CommonGame"
ExportAssets (56)Timeline Frame 1Symbol 144 as "__Packages.com.novelgames.flashgames.commonAS2.Timer"
ExportAssets (56)Timeline Frame 1Symbol 145 as "__Packages.com.novelgames.flashgames.commonAS2.NewTimer"
ExportAssets (56)Timeline Frame 1Symbol 146 as "__Packages.com.novelgames.flashgames.commonAS2.TimerEvent"
ExportAssets (56)Timeline Frame 1Symbol 147 as "__Packages.com.novelgames.flashgames.golfsolitaireAS2.Game"
ExportAssets (56)Timeline Frame 1Symbol 148 as "__Packages.com.novelgames.flashgames.golfsolitaireAS2.Card"
ExportAssets (56)Timeline Frame 1Symbol 149 as "__Packages.com.novelgames.flashgames.golfsolitaireAS2.CardInfo"
ExportAssets (56)Timeline Frame 1Symbol 150 as "__Packages.com.novelgames.flashgames.commonAS2.Instructions"
ExportAssets (56)Timeline Frame 1Symbol 151 as "__Packages.com.novelgames.flashgames.commonAS2.Title"
ExportAssets (56)Timeline Frame 1Symbol 152 as "__Packages.MochiAd"
ExportAssets (56)Timeline Frame 1Symbol 153 as "__Packages.com.novelgames.flashgames.commonAS2.MainDevelopment"

Labels

"splash1"Frame 5
"splash2"Frame 15
"game"Frame 23
"on"Symbol 56 MovieClip [MuteButton] Frame 1
"off"Symbol 56 MovieClip [MuteButton] Frame 6
"hide"Symbol 65 MovieClip [GameOverDialog] Frame 1
"noMoreMoves"Symbol 65 MovieClip [GameOverDialog] Frame 6




http://swfchan.com/27/131288/info.shtml
Created: 21/2 -2019 12:11:28 Last modified: 21/2 -2019 12:11:28 Server time: 28/04 -2024 10:41:22