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/27313053?noj=FRM27313053-3DC" width="1" height="1"></div>

Gem Shop.swf

This is the info page for
Flash #133117

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


Text
Loading

ActionScript [AS1/AS2]

Frame 1
function loadingComplete() { if (rootMain.isZoneAPI) { fscommand ("SessionReady", "<data></data>"); } else { _level1.gotoAndPlay("begin"); } } function getGameSettings() { var fileNumber; var settingsXML = new XML(); settingsXML.onLoad = loadGameSettingsXML; settingsXML.ignoreWhite = true; settingsXML.load(gameFilesFolder + "GS_Settings.xml"); } function loadGameSettingsXML() { var objNode = this.firstChild; var index = 0; while (index < objNode.childNodes.length) { setGameSettingsVariable(objNode.childNodes[index].nodeName, objNode.childNodes[index].childNodes[0].nodeValue); index++; } if (!isZoneAPI) { fscommand ("showmenu", "false"); } rootMain.settingsLoaded_bool = true; } function setGameSettingsVariable(nodeName, nodeValue) { switch (nodeName) { case "API" : rootMain.isZoneAPI = Boolean(nodeValue); return; case "SetCheat" : rootMain.isCheatsEnabled = Boolean(nodeValue); return; case "ScoreBroadcastTime" : rootMain.scoreBroadcastTime = Number(nodeValue); return; case "DownloadURL" : rootMain.downloadURL = String(nodeValue); return; case "DownloadWindowType" : rootMain.downloadWindowType = String(nodeValue); return; case "GameOverUpsell" : rootMain.isGameOverUpsell = Boolean(nodeValue); return; case "upsellLevelSnap" : rootMain.upsellLevelSnap = Number(nodeValue); return; case "BuyNowButton" : rootMain.isBuyButtonOn = Number(nodeValue); return; case "BuyNowURL" : rootMain.buyNowURL = String(nodeValue); return; case "BuyNowWindowType" : rootMain.buyNowWindowType = String(nodeValue); return; case "UpsellText" : rootMain.upsellTXT = String(nodeValue); return; case "LoadBG_Sound" : rootMain.LoadBG_Sound = Number(nodeValue); return; case "LastLevel" : rootMain.lastLevel = Number(nodeValue); return; case "Tries" : rootMain.tries = Number(nodeValue); return; case "FirstLevel" : rootMain.FirstLevel = Number(nodeValue); } } function callFSCommand(callString, valueString) { fscommand (callString, valueString); } var playTutCont = true; _global.rootMain = this; _global.gameMain = _level1; rootMain._focusrect = false; var gameFilesFolder = ""; var loadingDelayCount_int = 50; var logoDownloadStatus = true; var isGameBreakSupport_bool = true; var isGameReady = false; var downloadURL = ""; var downloadWindowType = ""; var buyNowWindowType = ""; var isBuyButtonOn = false; var isZoneAPI = false; var isCheatsEnabled = false; var isGameOverUpsell = true; var scoreBroadcastTime = 0; var isUpsellDownloadOn = true; var settingsLoaded_bool = false; var lastLevel = 10; if (logoDownloadStatus) { rootMain.coLogo_mc.loadMovie(gameFilesFolder + "GS_Logo.jpg", "GET"); } getGameSettings(); loadMovieNum ("GS_Game.swf", 1); stop();
Frame 2
_level1.gotoAndPlay(2);
Frame 8
_root.isGameReady = true; _level1.gotoAndStop("begin");
Frame 13
if (_root.isGameReady) { _root.isGameReady = false; _level1.gotoAndStop("start"); } else if (_level1.isGameOver) { _level1.gotoAndPlay("begin"); }
Frame 18
_level1.continuePlayNextLevel();
Frame 23
_level1.muteSound = true;
Frame 28
_level1.muteSound = false;
Frame 32
if ((!_level1.isWaiting) && (!_level1.isPaused)) { _level1.sound_obj.playSound("DialogPopUp"); _level1.controller.displayGameMenu(); }
Frame 36
if (_level1.isPaused) { _level1.controller.resumeGame(); _level1.isWaiting = false; _level1.gameMenu_mc.removeMovieClip(); }
Symbol 9 MovieClip Frame 3
rootTotal = rootMain.getBytesTotal(); gameTotal = _level1.getBytesTotal(); gameBytesTotal = rootTotal + gameTotal; gameBytesLoaded = rootMain.getBytesLoaded() + _level1.getBytesLoaded(); percent = Math.round((gameBytesLoaded / gameBytesTotal) * 100); preloader_mc._xscale = percent; if (_root.coLogo_mc.getBytesLoaded() > 1) { _root.hipLogo_mc._x = 85; _root.hipLogo_mc.gotoAndStop("end"); } if (((gameBytesLoaded >= gameBytesTotal) && (gameBytesTotal > 0)) && (rootMain.settingsLoaded_bool)) { if (count > rootMain.loadingDelayCount_int) { rootMain.loadingComplete(); stop(); } else { if (count == 1) { if (_root.coLogo_mc.getBytesLoaded() == 0) { _root.hipLogo_mc.gotoAndPlay("start"); } } count++; gotoAndPlay ("preload"); } } else { gotoAndPlay ("preload"); }
Symbol 12 MovieClip Frame 1
stop();
Symbol 12 MovieClip Frame 20
stop();

Library Items

Symbol 1 BitmapUsed by:2
Symbol 2 GraphicUses:1Used by:9
Symbol 3 GraphicUsed by:4
Symbol 4 MovieClipUses:3Used by:9
Symbol 5 GraphicUsed by:6
Symbol 6 MovieClipUses:5Used by:9
Symbol 7 FontUsed by:8
Symbol 8 TextUses:7Used by:9
Symbol 9 MovieClipUses:2 4 6 8Used by:Timeline
Symbol 10 MovieClipUsed by:Timeline
Symbol 11 GraphicUsed by:12
Symbol 12 MovieClipUses:11Used by:Timeline

Instance Names

"coLogo_mc"Frame 1Symbol 10 MovieClip
"hipLogo_mc"Frame 1Symbol 12 MovieClip
"preloader_mc"Symbol 9 MovieClip Frame 2Symbol 4 MovieClip

Special Tags

Protect (24)Timeline Frame 131 bytes "..$1$rD$0lP4W9mhAYom5w7XhTKX9/."
EnableDebugger2 (64)Timeline Frame 131 bytes "..$1$Hl$w92ssu/vyt/DQ5CT7Kq0B1."
DebugMX1 (63)Timeline Frame 1

Labels

"menu"Frame 2
"initgame"Frame 3
"SessionStart"Frame 8
"GameStart"Frame 13
"GameContinue"Frame 18
"MuteOn"Frame 23
"MuteOff"Frame 28
"PauseOn"Frame 32
"PauseOff"Frame 36
"CustomReturn"Frame 40
"GameError"Frame 45
"preload"Symbol 9 MovieClip Frame 2
"start"Symbol 12 MovieClip Frame 2
"end"Symbol 12 MovieClip Frame 20




http://swfchan.com/27/133117/info.shtml
Created: 16/2 -2019 11:02:12 Last modified: 16/2 -2019 11:02:12 Server time: 03/05 -2024 02:19:50