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

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

Pyramid Solitaire.swf

This is the info page for
Flash #46380

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


Text
No More Moves

You Win!

Score:

START

Instructions

Remove all the cards in the pyramid.

K's can be removed by itself, other cards
can be removed by matching with another
card that sums up to 13.

When stuck, click the covered deck to open
a card.

Play Again

Home

High Scores

more games

Pyramid Solitaire

<p align="center"><font face="Arial" size="30" color="#fefd00" 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__("1216c87f", this, 10301, true); mochi.MochiServices.connect("21625588aaa6eb2e");
Frame 5
stop();
Frame 15
MochiAd.showPreGameAd({id:"21625588aaa6eb2e", res:"600x400"});
Frame 23
com.novelgames.flashgames.commonAS2.MainDevelopment.initialize(this);
Symbol 50 MovieClip [Card] Frame 1
#initclip 37 Object.registerClass("Card", com.novelgames.flashgames.pyramidAS2.Card); #endinitclip
Symbol 52 MovieClip [InstructionsButton] Frame 1
#initclip 28 Object.registerClass("InstructionsButton", com.novelgames.flashgames.commonAS2.InstructionsButton); #endinitclip
Symbol 56 MovieClip [MuteButton] Frame 1
#initclip 29 Object.registerClass("MuteButton", com.novelgames.flashgames.commonAS2.MuteButton); #endinitclip
Symbol 58 MovieClip [empty] Frame 1
#initclip 30 Object.registerClass("empty", com.novelgames.flashgames.commonAS2.NewMovieClip); #endinitclip
Symbol 60 MovieClip [cardHighlight] Frame 1
#initclip 31 Object.registerClass("cardHighlight", com.novelgames.flashgames.commonAS2.NewMovieClip); #endinitclip
Symbol 66 MovieClip [GameOverDialog] Frame 1
#initclip 32 Object.registerClass("GameOverDialog", com.novelgames.flashgames.pyramidAS2.GameOverDialog); #endinitclip
Symbol 70 MovieClip [Game] Frame 1
#initclip 33 Object.registerClass("Game", com.novelgames.flashgames.pyramidAS2.Game); #endinitclip
Symbol 79 MovieClip [Instructions] Frame 1
#initclip 34 Object.registerClass("Instructions", com.novelgames.flashgames.commonAS2.Instructions); #endinitclip
Symbol 86 MovieClip [MessagePlayAgain] Frame 1
#initclip 35 Object.registerClass("MessagePlayAgain", com.novelgames.flashgames.pyramidAS2.MessagePlayAgain); #endinitclip
Symbol 89 Button
on (release) { mochi.MochiScores.showLeaderboard({boardID:"7bb106ae18ed80a6", onClose:function () { }}); }
Symbol 92 Button
on (release) { getURL ("http://www.yougame.com", "_top"); }
Symbol 99 Button
on (release) { getURL ("http://www.yougame.com", "_top"); }
Symbol 100 MovieClip [Title] Frame 1
#initclip 36 Object.registerClass("Title", com.novelgames.flashgames.commonAS2.Title); #endinitclip
Symbol 124 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 125 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 126 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 127 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 128 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 129 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 130 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 131 MovieClip [__Packages.com.novelgames.flashgames.commonAS2.Event] Frame 0
class com.novelgames.flashgames.commonAS2.Event { function Event () { } static var ENTER_FRAME = "enterFrame"; }
Symbol 132 MovieClip [__Packages.com.novelgames.flashgames.commonAS2.URLRequest] Frame 0
class com.novelgames.flashgames.commonAS2.URLRequest { var url; function URLRequest (url) { this.url = url; } }
Symbol 133 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 134 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 135 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 136 MovieClip [__Packages.com.novelgames.flashgames.pyramidAS2.GameOverDialog] Frame 0
class com.novelgames.flashgames.pyramidAS2.GameOverDialog extends com.novelgames.flashgames.commonAS2.NewMovieClip { var stop, gotoAndStop, createMovie, messagePlayAgain, addChild, __get__parent; function GameOverDialog () { super(); (stop());// not popped } function showGameOver() { (gotoAndStop("noMoreMoves"));// not popped } function showWin() { (gotoAndStop("win"));// not popped } function showPlayAgain() { var _local2; (gotoAndStop("hide"));// not popped _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"); addChild(messagePlayAgain); } function hide() { (gotoAndStop("hide"));// not popped } function playAgainButtonClicked(mouseEvent) { Object(__get__parent().parent).gotoGamePage(); } function homeButtonClicked(mouseEvent) { Object(__get__parent().parent).gotoTitlePage(); } }
Symbol 137 MovieClip [__Packages.com.novelgames.flashgames.pyramidAS2.MessagePlayAgain] Frame 0
class com.novelgames.flashgames.pyramidAS2.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 138 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 139 MovieClip [__Packages.com.novelgames.flashgames.commonAS2.Timer] Frame 0
interface com.novelgames.flashgames.commonAS2.Timer { }
Symbol 140 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 141 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 142 MovieClip [__Packages.com.novelgames.flashgames.pyramidAS2.Game] Frame 0
class com.novelgames.flashgames.pyramidAS2.Game extends com.novelgames.flashgames.commonAS2.CommonGame { var scoreText, gameOverDialog, cardHighlight, cardsHolder, soundSelect, createSound, soundRemove, soundGameOver, soundWin, __score, deckCards, startTime, intervalID, rowCards, discardCards, selectedCard, removingCard0, removingCard1, __get__parent; function Game () { super(); scoreText.__proto__ = com.novelgames.flashgames.commonAS2.NewTextField.prototype; gameOverDialog.__proto__ = com.novelgames.flashgames.pyramidAS2.GameOverDialog.prototype; cardHighlight.__proto__ = com.novelgames.flashgames.commonAS2.NewMovieClip.prototype; cardsHolder.__proto__ = com.novelgames.flashgames.commonAS2.NewMovieClip.prototype; score = (0); soundSelect = createSound("SoundSelect"); soundRemove = createSound("SoundRemove"); 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() { var _local6 = getCardInfos(); var _local7; var _local5; var _local2; var _local3; var _local4; deckCards = new Array(); _local2 = 0; while (_local2 < _local6.length) { _local7 = cardsHolder.createMovie("Card"); _local5 = _local7; _local5.initialize(_local6[_local2].number, _local6[_local2].suit); _local5.__set__x(com.novelgames.flashgames.pyramidAS2.Config.CARDS_DECKX + (_local2 * com.novelgames.flashgames.pyramidAS2.Config.CARDS_DECKOFFSETX)); _local5.__set__y(com.novelgames.flashgames.pyramidAS2.Config.CARDS_DECKY + (_local2 * com.novelgames.flashgames.pyramidAS2.Config.CARDS_DECKOFFSETY)); cardsHolder.addChild(_local5); deckCards.push(_local5); _local2++; } startTime = com.novelgames.flashgames.commonAS2.NewTimer.getTimer(); _local2 = 0; _local3 = 0; while (_local3 < com.novelgames.flashgames.pyramidAS2.Config.CARDS_NOOFROWS) { _local4 = 0; while (_local4 <= _local3) { deckCards[(deckCards.length - _local2) - 1].setMoveTo((com.novelgames.flashgames.pyramidAS2.Config.CARDS_STARTX - ((_local3 * com.novelgames.flashgames.pyramidAS2.Config.CARDS_SPACINGX) / 2)) + (_local4 * com.novelgames.flashgames.pyramidAS2.Config.CARDS_SPACINGX), com.novelgames.flashgames.pyramidAS2.Config.CARDS_STARTY + (_local3 * com.novelgames.flashgames.pyramidAS2.Config.CARDS_SPACINGY), com.novelgames.flashgames.pyramidAS2.Config.CARDS_INITIALDEALSPEED, startTime + (_local2 * com.novelgames.flashgames.pyramidAS2.Config.CARDS_INITIALDEALINTERVAL)); _local2++; _local4++; } _local3++; } intervalID = new com.novelgames.flashgames.commonAS2.NewTimer(1, 0); intervalID.addEventListener(com.novelgames.flashgames.commonAS2.TimerEvent.TIMER, this, "onInitialDealTime"); intervalID.start(); } function getCardInfos() { var _local4 = new Array(); var _local3; var _local2; _local2 = 0; while (_local2 < (com.novelgames.flashgames.pyramidAS2.Config.CARDS_NOOFNUMBERS * com.novelgames.flashgames.pyramidAS2.Config.CARDS_NOOFSUITS)) { _local3 = new com.novelgames.flashgames.pyramidAS2.CardInfo(Math.floor(_local2 / 4) + 1, (_local2 % 4) + 1); _local4.push(_local3); _local2++; } shuffleArray(_local4); return(_local4); } 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++; } } function onInitialDealTime(timerEvent) { var _local6 = com.novelgames.flashgames.commonAS2.NewTimer.getTimer(); var _local4; var _local7 = true; var _local5; var _local3; var _local2; _local5 = 0; _local3 = 0; while (_local3 < com.novelgames.flashgames.pyramidAS2.Config.CARDS_NOOFROWS) { _local2 = 0; while (_local2 <= _local3) { _local4 = deckCards[(deckCards.length - _local5) - 1]; if (_local4.moveTime < _local6) { _local4.show(); cardsHolder.setChildIndex(_local4, cardsHolder.__get__numChildren() - 1); } if (!_local4.move(_local6)) { _local7 = false; } _local5++; _local2++; } _local3++; } if (_local7) { rowCards = new Array(); _local5 = 0; _local3 = 0; while (_local3 < com.novelgames.flashgames.pyramidAS2.Config.CARDS_NOOFROWS) { rowCards[_local3] = new Array(); _local2 = 0; while (_local2 <= _local3) { rowCards[_local3][_local2] = deckCards[(deckCards.length - _local5) - 1]; _local5++; _local2++; } _local3++; } deckCards.splice(deckCards.length - _local5); discardCards = new Array(); intervalID.stop(); dealToDiscard(); } timerEvent.updateAfterEvent(); } function dealToDiscard() { selectedCard = null; cardHighlight.__set__visible(false); startTime = com.novelgames.flashgames.commonAS2.NewTimer.getTimer(); deckCards[deckCards.length - 1].setMoveTo(com.novelgames.flashgames.pyramidAS2.Config.CARDS_DISCARDX, com.novelgames.flashgames.pyramidAS2.Config.CARDS_DISCARDY, com.novelgames.flashgames.pyramidAS2.Config.CARDS_DEALTODISCARDSPEED, startTime); deckCards[deckCards.length - 1].show(); cardsHolder.setChildIndex(deckCards[deckCards.length - 1], cardsHolder.__get__numChildren() - 1); setCardsUnclickable(); intervalID = new com.novelgames.flashgames.commonAS2.NewTimer(1, 0); intervalID.addEventListener(com.novelgames.flashgames.commonAS2.TimerEvent.TIMER, this, "onDealToDiscardTime"); intervalID.start(); } function onDealToDiscardTime(timerEvent) { var _local2 = com.novelgames.flashgames.commonAS2.NewTimer.getTimer(); if (deckCards[deckCards.length - 1].move(_local2)) { discardCards.push(deckCards[deckCards.length - 1]); deckCards.splice(deckCards.length - 1); intervalID.stop(); if (!checkGameOver()) { setCardsClickable(); } } timerEvent.updateAfterEvent(); } function setCardsClickable() { var _local3; var _local2; _local3 = 0; while (_local3 < rowCards.length) { _local2 = 0; while (_local2 < rowCards[_local3].length) { if (!getRowCardIsClickable(_local3, _local2)) { } else if (!rowCards[_local3][_local2]) { } else { rowCards[_local3][_local2].addEventListener(com.novelgames.flashgames.commonAS2.MouseEvent.MOUSE_DOWN, this, "openedCardPressed"); rowCards[_local3][_local2].buttonMode = true; } _local2++; } _local3++; } if (deckCards.length > 0) { deckCards[deckCards.length - 1].addEventListener(com.novelgames.flashgames.commonAS2.MouseEvent.MOUSE_DOWN, this, "deckCardPressed"); deckCards[deckCards.length - 1].buttonMode = true; } if (discardCards.length > 0) { discardCards[discardCards.length - 1].addEventListener(com.novelgames.flashgames.commonAS2.MouseEvent.MOUSE_DOWN, this, "openedCardPressed"); discardCards[discardCards.length - 1].buttonMode = true; } } function getRowCardIsClickable(row, column) { if (row >= (rowCards.length - 1)) { return(true); } if (rowCards[row + 1][column] != null) { return(false); } if ((column < (rowCards[row + 1].length - 1)) && (rowCards[row + 1][column + 1] != null)) { return(false); } return(true); } function setCardsUnclickable() { var _local3; var _local2; _local3 = 0; while (_local3 < rowCards.length) { _local2 = 0; while (_local2 < rowCards[_local3].length) { if (!rowCards[_local3][_local2]) { } else { rowCards[_local3][_local2].removeEventListener(com.novelgames.flashgames.commonAS2.MouseEvent.MOUSE_DOWN); rowCards[_local3][_local2].buttonMode = false; } _local2++; } _local3++; } if (deckCards.length > 0) { deckCards[deckCards.length - 1].removeEventListener(com.novelgames.flashgames.commonAS2.MouseEvent.MOUSE_DOWN); deckCards[deckCards.length - 1].buttonMode = false; } if (discardCards.length > 0) { discardCards[discardCards.length - 1].removeEventListener(com.novelgames.flashgames.commonAS2.MouseEvent.MOUSE_DOWN); discardCards[discardCards.length - 1].buttonMode = false; } } function deckCardPressed(mouseEvent) { dealToDiscard(); soundSelect.play(); } function openedCardPressed(mouseEvent) { var _local2 = com.novelgames.flashgames.pyramidAS2.Card(mouseEvent.currentTarget); if (_local2.number >= com.novelgames.flashgames.pyramidAS2.Config.GROUPNUMBER) { startRemoveCards(_local2, null); soundRemove.play(); return(undefined); } if (selectedCard != null) { if (_local2 == selectedCard) { selectedCard = null; cardHighlight.__set__visible(false); soundSelect.play(); } else if ((_local2.number + selectedCard.number) == com.novelgames.flashgames.pyramidAS2.Config.GROUPNUMBER) { startRemoveCards(_local2, selectedCard); soundRemove.play(); } else { selectedCard = _local2; cardHighlight.__set__x(_local2.x); cardHighlight.__set__y(_local2.y); soundSelect.play(); } } else { selectedCard = _local2; cardHighlight.__set__x(_local2.x); cardHighlight.__set__y(_local2.y); cardHighlight.__set__visible(true); soundSelect.play(); } } function startRemoveCards(card0, card1) { removingCard0 = card0; removingCard1 = card1; selectedCard = null; cardHighlight.__set__visible(false); setCardsUnclickable(); startTime = com.novelgames.flashgames.commonAS2.NewTimer.getTimer(); removingCard0.setMoveTo(removingCard0.__get__x(), (-removingCard0.__get__height()) / 2, com.novelgames.flashgames.pyramidAS2.Config.CARDS_REMOVESPEED, startTime); if (removingCard1) { removingCard1.setMoveTo(removingCard1.__get__x(), (-removingCard1.__get__height()) / 2, com.novelgames.flashgames.pyramidAS2.Config.CARDS_REMOVESPEED, startTime); } intervalID = new com.novelgames.flashgames.commonAS2.NewTimer(1, 0); intervalID.addEventListener(com.novelgames.flashgames.commonAS2.TimerEvent.TIMER, this, "onRemoveTime"); intervalID.start(); } function onRemoveTime(timerEvent) { var _local3 = com.novelgames.flashgames.commonAS2.NewTimer.getTimer(); var _local2 = true; if (!removingCard0.move(_local3)) { _local2 = false; } if ((removingCard1 != null) && (!removingCard1.move(_local3))) { _local2 = false; } if (_local2) { removeCard(removingCard0); if (removingCard1) { removeCard(removingCard1); } intervalID.stop(); if ((!checkWin()) && (!checkGameOver())) { setCardsClickable(); } } timerEvent.updateAfterEvent(); } function removeCard(card) { var _local3; var _local2; score = score + com.novelgames.flashgames.pyramidAS2.Config.SCORE_REMOVE; if (card == discardCards[discardCards.length - 1]) { cardsHolder.removeChild(card); discardCards.splice(discardCards.length - 1); } else { _local3 = 0; while (_local3 < rowCards.length) { _local2 = 0; while (_local2 < rowCards[_local3].length) { if (rowCards[_local3][_local2] != card) { } else { cardsHolder.removeChild(card); rowCards[_local3][_local2] = null; return(undefined); } _local2++; } _local3++; } } } function checkGameOver() { var _local4; var _local3; var _local2; if (deckCards.length > 0) { return(false); } _local4 = new Array(); if (discardCards.length > 0) { _local4.push(discardCards[discardCards.length - 1]); } _local3 = 0; while (_local3 < rowCards.length) { _local2 = 0; while (_local2 < rowCards[_local3].length) { if (rowCards[_local3][_local2] == null) { } else if (!getRowCardIsClickable(_local3, _local2)) { } else { _local4.push(rowCards[_local3][_local2]); } _local2++; } _local3++; } _local3 = 0; while (_local3 < _local4.length) { if (_local4[_local3].number >= com.novelgames.flashgames.pyramidAS2.Config.GROUPNUMBER) { return(false); } _local2 = _local3 + 1; while (_local2 < _local4.length) { if ((_local4[_local3].number + _local4[_local2].number) == com.novelgames.flashgames.pyramidAS2.Config.GROUPNUMBER) { return(false); } _local2++; } _local3++; } gameOverDialog.showGameOver(); soundGameOver.play(); intervalID = new com.novelgames.flashgames.commonAS2.NewTimer(com.novelgames.flashgames.pyramidAS2.Config.MESSAGE_GAMEOVERTIME, 0); intervalID.addEventListener(com.novelgames.flashgames.commonAS2.TimerEvent.TIMER, this, "showPlayAgain"); intervalID.start(); return(true); } function checkWin() { var _local3; var _local2; _local3 = 0; while (_local3 < rowCards.length) { _local2 = 0; while (_local2 < rowCards[_local3].length) { if (rowCards[_local3][_local2] != null) { return(false); } _local2++; } _local3++; } score = score + (deckCards.length * com.novelgames.flashgames.pyramidAS2.Config.SCORE_REMAIN); gameOverDialog.showWin(); soundWin.play(); intervalID = new com.novelgames.flashgames.commonAS2.NewTimer(com.novelgames.flashgames.pyramidAS2.Config.MESSAGE_WINTIME, 0); intervalID.addEventListener(com.novelgames.flashgames.commonAS2.TimerEvent.TIMER, this, "showPlayAgain"); intervalID.start(); return(true); } function showPlayAgain(timerEvent) { intervalID.stop(); gameOverDialog.showPlayAgain(); Object(__get__parent()).showEnterHighScore(score); } }
Symbol 143 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 144 MovieClip [__Packages.com.novelgames.flashgames.pyramidAS2.Card] Frame 0
class com.novelgames.flashgames.pyramidAS2.Card extends com.novelgames.flashgames.commonAS2.NewMovieClip { var stop, cacheAsBitmap, number, suit, gotoAndStop, fromX, x, fromY, y, toX, toY, moveTime, moveDuration, __set__x, __set__y; 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.pyramidAS2.Config.CARDS_NOOFNUMBERS)) + number));// not popped cacheAsBitmap = true; } function setMoveTo(x, y, speed, startTime) { var _local3; var _local2; var _local4; fromX = this.x; fromY = this.y; toX = x; toY = y; moveTime = startTime; _local3 = x - fromX; _local2 = y - fromY; _local4 = Math.sqrt((_local3 * _local3) + (_local2 * _local2)); moveDuration = (_local4 * 1000) / speed; } function move(time) { var _local2; if (time < moveTime) { return(false); } if ((time - moveTime) >= moveDuration) { __set__x(toX); __set__y(toY); return(true); } _local2 = (time - moveTime) / moveDuration; __set__x((fromX * (1 - _local2)) + (toX * _local2)); __set__y((fromY * (1 - _local2)) + (toY * _local2)); return(false); } static var SUIT_DIAMOND = 1; static var SUIT_CLUB = 2; static var SUIT_HEART = 3; static var SUIT_SPADE = 4; }
Symbol 145 MovieClip [__Packages.com.novelgames.flashgames.pyramidAS2.Config] Frame 0
class com.novelgames.flashgames.pyramidAS2.Config { function Config () { } static var CARDS_NOOFNUMBERS = 13; static var CARDS_NOOFSUITS = 4; static var CARDS_NOOFCARDS = CARDS_NOOFNUMBERS * CARDS_NOOFSUITS; static var CARDS_STARTX = 300; static var CARDS_STARTY = 60; static var CARDS_SPACINGX = 72; static var CARDS_SPACINGY = 25; static var CARDS_NOOFROWS = 7; static var CARDS_DECKX = 260; static var CARDS_DECKY = 342; static var CARDS_DECKOFFSETX = -0.5; static var CARDS_DECKOFFSETY = -0.5; static var CARDS_DISCARDX = 340; static var CARDS_DISCARDY = 342; static var CARDS_INITIALDEALSPEED = 2000; static var CARDS_INITIALDEALINTERVAL = 50; static var CARDS_DEALTODISCARDSPEED = 2000; static var CARDS_REMOVESPEED = 3000; static var GROUPNUMBER = 13; static var SCORE_REMOVE = 500; static var SCORE_REMAIN = 100; static var MESSAGE_GAMEOVERTIME = 1500; static var MESSAGE_WINTIME = 1500; }
Symbol 146 MovieClip [__Packages.com.novelgames.flashgames.pyramidAS2.CardInfo] Frame 0
class com.novelgames.flashgames.pyramidAS2.CardInfo { var number, suit; function CardInfo (number, suit) { this.number = number; this.suit = suit; } }
Symbol 147 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 148 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 149 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 150 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:"7bb106ae18ed80a6", 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 122 MovieClip Frame 1
Symbol 122 MovieClip Frame 198
_root.gotoAndStop("splash2");

Library Items

Symbol 1 Sound [soundWin]
Symbol 2 Sound [soundSelect]
Symbol 3 Sound [soundRemove]
Symbol 4 Sound [soundGameOver]
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:70
Symbol 53 GraphicUsed by:56
Symbol 54 GraphicUsed by:56
Symbol 55 GraphicUsed by:56
Symbol 56 MovieClip [MuteButton]Uses:53 54 55Used by:70
Symbol 57 GraphicUsed by:70 79 100
Symbol 58 MovieClip [empty]Used by:70
Symbol 59 GraphicUsed by:60
Symbol 60 MovieClip [cardHighlight]Uses:59Used by:70
Symbol 61 FontUsed by:62 64 67 68 71 75 77 80 83 87 90 94 96
Symbol 62 EditableTextUses:61Used by:63
Symbol 63 MovieClipUses:62Used by:66
Symbol 64 EditableTextUses:61Used by:65
Symbol 65 MovieClipUses:64Used by:66
Symbol 66 MovieClip [GameOverDialog]Uses:63 65Used by:70
Symbol 67 EditableTextUses:61Used by:70
Symbol 68 EditableTextUses:61Used by:69
Symbol 69 MovieClipUses:68Used by:70
Symbol 70 MovieClip [Game]Uses:57 58 60 66 67 56 69 52
Symbol 71 EditableTextUses:61Used by:72
Symbol 72 MovieClipUses:71Used by:74
Symbol 73 GraphicUsed by:74 82 85 89 92
Symbol 74 ButtonUses:72 73Used by:79 100
Symbol 75 EditableTextUses:61Used by:76
Symbol 76 MovieClipUses:75Used by:79
Symbol 77 EditableTextUses:61Used by:78
Symbol 78 MovieClipUses:77Used by:79
Symbol 79 MovieClip [Instructions]Uses:57 74 76 78
Symbol 80 EditableTextUses:61Used by:81
Symbol 81 MovieClipUses:80Used by:82
Symbol 82 Button [playAgainButton]Uses:81 73Used by:86
Symbol 83 EditableTextUses:61Used by:84
Symbol 84 MovieClipUses:83Used by:85
Symbol 85 Button [homeButton]Uses:84 73Used by:86
Symbol 86 MovieClip [MessagePlayAgain]Uses:82 85
Symbol 87 EditableTextUses:61Used by:88
Symbol 88 MovieClipUses:87Used by:89
Symbol 89 ButtonUses:88 73Used by:100
Symbol 90 EditableTextUses:61Used by:91
Symbol 91 MovieClipUses:90Used by:92
Symbol 92 ButtonUses:91 73Used by:100
Symbol 93 GraphicUsed by:100
Symbol 94 EditableTextUses:61Used by:95
Symbol 95 MovieClipUses:94Used by:100
Symbol 96 EditableTextUses:61Used by:97 99
Symbol 97 MovieClipUses:96Used by:99
Symbol 98 GraphicUsed by:99
Symbol 99 ButtonUses:97 98 96Used by:100
Symbol 100 MovieClip [Title]Uses:57 74 89 92 93 95 99Used by:Timeline
Symbol 124 MovieClip [__Packages.mochi.MochiScores]
Symbol 125 MovieClip [__Packages.mochi.MochiServices]
Symbol 126 MovieClip [__Packages.com.novelgames.flashgames.commonAS2.NewMovieClip]
Symbol 127 MovieClip [__Packages.com.novelgames.flashgames.commonAS2.NewStage]
Symbol 128 MovieClip [__Packages.com.novelgames.flashgames.commonAS2.KeyboardEvent]
Symbol 129 MovieClip [__Packages.com.novelgames.flashgames.commonAS2.Rectangle]
Symbol 130 MovieClip [__Packages.com.novelgames.flashgames.commonAS2.MouseEvent]
Symbol 131 MovieClip [__Packages.com.novelgames.flashgames.commonAS2.Event]
Symbol 132 MovieClip [__Packages.com.novelgames.flashgames.commonAS2.URLRequest]
Symbol 133 MovieClip [__Packages.com.novelgames.flashgames.commonAS2.NewSound]
Symbol 134 MovieClip [__Packages.com.novelgames.flashgames.commonAS2.InstructionsButton]
Symbol 135 MovieClip [__Packages.com.novelgames.flashgames.commonAS2.MuteButton]
Symbol 136 MovieClip [__Packages.com.novelgames.flashgames.pyramidAS2.GameOverDialog]
Symbol 137 MovieClip [__Packages.com.novelgames.flashgames.pyramidAS2.MessagePlayAgain]
Symbol 138 MovieClip [__Packages.com.novelgames.flashgames.commonAS2.CommonGame]
Symbol 139 MovieClip [__Packages.com.novelgames.flashgames.commonAS2.Timer]
Symbol 140 MovieClip [__Packages.com.novelgames.flashgames.commonAS2.NewTimer]
Symbol 141 MovieClip [__Packages.com.novelgames.flashgames.commonAS2.TimerEvent]
Symbol 142 MovieClip [__Packages.com.novelgames.flashgames.pyramidAS2.Game]
Symbol 143 MovieClip [__Packages.com.novelgames.flashgames.commonAS2.NewTextField]
Symbol 144 MovieClip [__Packages.com.novelgames.flashgames.pyramidAS2.Card]
Symbol 145 MovieClip [__Packages.com.novelgames.flashgames.pyramidAS2.Config]
Symbol 146 MovieClip [__Packages.com.novelgames.flashgames.pyramidAS2.CardInfo]
Symbol 147 MovieClip [__Packages.com.novelgames.flashgames.commonAS2.Instructions]
Symbol 148 MovieClip [__Packages.com.novelgames.flashgames.commonAS2.Title]
Symbol 149 MovieClip [__Packages.MochiAd]
Symbol 150 MovieClip [__Packages.com.novelgames.flashgames.commonAS2.MainDevelopment]
Symbol 101 GraphicUsed by:Timeline
Symbol 102 GraphicUsed by:122
Symbol 103 GraphicUsed by:104
Symbol 104 MovieClipUses:103Used by:122
Symbol 105 SoundUsed by:122
Symbol 106 ShapeTweeningUsed by:122
Symbol 107 GraphicUsed by:108
Symbol 108 MovieClipUses:107Used by:122
Symbol 109 GraphicUsed by:122
Symbol 110 GraphicUsed by:111
Symbol 111 MovieClipUses:110Used by:122
Symbol 112 GraphicUsed by:113
Symbol 113 MovieClipUses:112Used by:122
Symbol 114 ShapeTweeningUsed by:122
Symbol 115 ShapeTweeningUsed by:122
Symbol 116 GraphicUsed by:117
Symbol 117 MovieClipUses:116Used by:122
Symbol 118 GraphicUsed by:122
Symbol 119 GraphicUsed by:120
Symbol 120 MovieClipUses:119Used by:122
Symbol 121 GraphicUsed by:122
Symbol 122 MovieClipUses:102 104 105 106 108 109 111 113 114 115 117 118 120 121Used by:Timeline
Symbol 123 GraphicUsed by:Timeline

Instance Names

"title"Frame 23Symbol 100 MovieClip [Title]
"cardsHolder"Symbol 70 MovieClip [Game] Frame 1Symbol 58 MovieClip [empty]
"cardHighlight"Symbol 70 MovieClip [Game] Frame 1Symbol 60 MovieClip [cardHighlight]
"gameOverDialog"Symbol 70 MovieClip [Game] Frame 1Symbol 66 MovieClip [GameOverDialog]
"scoreText"Symbol 70 MovieClip [Game] Frame 1Symbol 67 EditableText
"startButton"Symbol 79 MovieClip [Instructions] Frame 1Symbol 74 Button
"playAgainButton"Symbol 86 MovieClip [MessagePlayAgain] Frame 1Symbol 82 Button [playAgainButton]
"homeButton"Symbol 86 MovieClip [MessagePlayAgain] Frame 1Symbol 85 Button [homeButton]
"startButton"Symbol 100 MovieClip [Title] Frame 1Symbol 74 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 "soundSelect"
ExportAssets (56)Timeline Frame 1Symbol 3 as "soundRemove"
ExportAssets (56)Timeline Frame 1Symbol 4 as "soundGameOver"
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 60 as "cardHighlight"
ExportAssets (56)Timeline Frame 1Symbol 66 as "GameOverDialog"
ExportAssets (56)Timeline Frame 1Symbol 70 as "Game"
ExportAssets (56)Timeline Frame 1Symbol 79 as "Instructions"
ExportAssets (56)Timeline Frame 1Symbol 82 as "playAgainButton"
ExportAssets (56)Timeline Frame 1Symbol 85 as "homeButton"
ExportAssets (56)Timeline Frame 1Symbol 86 as "MessagePlayAgain"
ExportAssets (56)Timeline Frame 1Symbol 100 as "Title"
ExportAssets (56)Timeline Frame 1Symbol 124 as "__Packages.mochi.MochiScores"
ExportAssets (56)Timeline Frame 1Symbol 125 as "__Packages.mochi.MochiServices"
ExportAssets (56)Timeline Frame 1Symbol 126 as "__Packages.com.novelgames.flashgames.commonAS2.NewMovieClip"
ExportAssets (56)Timeline Frame 1Symbol 127 as "__Packages.com.novelgames.flashgames.commonAS2.NewStage"
ExportAssets (56)Timeline Frame 1Symbol 128 as "__Packages.com.novelgames.flashgames.commonAS2.KeyboardEvent"
ExportAssets (56)Timeline Frame 1Symbol 129 as "__Packages.com.novelgames.flashgames.commonAS2.Rectangle"
ExportAssets (56)Timeline Frame 1Symbol 130 as "__Packages.com.novelgames.flashgames.commonAS2.MouseEvent"
ExportAssets (56)Timeline Frame 1Symbol 131 as "__Packages.com.novelgames.flashgames.commonAS2.Event"
ExportAssets (56)Timeline Frame 1Symbol 132 as "__Packages.com.novelgames.flashgames.commonAS2.URLRequest"
ExportAssets (56)Timeline Frame 1Symbol 133 as "__Packages.com.novelgames.flashgames.commonAS2.NewSound"
ExportAssets (56)Timeline Frame 1Symbol 134 as "__Packages.com.novelgames.flashgames.commonAS2.InstructionsButton"
ExportAssets (56)Timeline Frame 1Symbol 135 as "__Packages.com.novelgames.flashgames.commonAS2.MuteButton"
ExportAssets (56)Timeline Frame 1Symbol 136 as "__Packages.com.novelgames.flashgames.pyramidAS2.GameOverDialog"
ExportAssets (56)Timeline Frame 1Symbol 137 as "__Packages.com.novelgames.flashgames.pyramidAS2.MessagePlayAgain"
ExportAssets (56)Timeline Frame 1Symbol 138 as "__Packages.com.novelgames.flashgames.commonAS2.CommonGame"
ExportAssets (56)Timeline Frame 1Symbol 139 as "__Packages.com.novelgames.flashgames.commonAS2.Timer"
ExportAssets (56)Timeline Frame 1Symbol 140 as "__Packages.com.novelgames.flashgames.commonAS2.NewTimer"
ExportAssets (56)Timeline Frame 1Symbol 141 as "__Packages.com.novelgames.flashgames.commonAS2.TimerEvent"
ExportAssets (56)Timeline Frame 1Symbol 142 as "__Packages.com.novelgames.flashgames.pyramidAS2.Game"
ExportAssets (56)Timeline Frame 1Symbol 143 as "__Packages.com.novelgames.flashgames.commonAS2.NewTextField"
ExportAssets (56)Timeline Frame 1Symbol 144 as "__Packages.com.novelgames.flashgames.pyramidAS2.Card"
ExportAssets (56)Timeline Frame 1Symbol 145 as "__Packages.com.novelgames.flashgames.pyramidAS2.Config"
ExportAssets (56)Timeline Frame 1Symbol 146 as "__Packages.com.novelgames.flashgames.pyramidAS2.CardInfo"
ExportAssets (56)Timeline Frame 1Symbol 147 as "__Packages.com.novelgames.flashgames.commonAS2.Instructions"
ExportAssets (56)Timeline Frame 1Symbol 148 as "__Packages.com.novelgames.flashgames.commonAS2.Title"
ExportAssets (56)Timeline Frame 1Symbol 149 as "__Packages.MochiAd"
ExportAssets (56)Timeline Frame 1Symbol 150 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 66 MovieClip [GameOverDialog] Frame 1
"noMoreMoves"Symbol 66 MovieClip [GameOverDialog] Frame 6
"win"Symbol 66 MovieClip [GameOverDialog] Frame 18




http://swfchan.com/10/46380/info.shtml
Created: 3/5 -2019 19:58:07 Last modified: 3/5 -2019 19:58:07 Server time: 02/05 -2024 18:52:41