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

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

Sexy Shell Game 2 - guess the right shell and get free porn.swf

This is the info page for
Flash #89422

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


Text
loading

Sound: On

More Girls

Sound: Off

CONTINUE

CONTINUE

FOR ADULTS ONLY

18+

18 U.S.C. 2257 Record-Keeping Requirements Compliance Statement
All models, actors, actresses and other persons that appear in any visual depiction of
actual or simulated sexual conduct appearing or otherwise contained in
or at this game were over the age of eighteen (18) years at the time of the creation
of such depictions. All thumbnails are presented on this game made using legal content
provided by 3rd parties - famous affiliate programs.

BUY VIDEO

BUY VIDEO

VIEW GALLERY

VIEW GALLERY

MAKE A BET

MAKE A BET

LETS PLAY

LETS PLAY

Introduction:
You are a young man, who came in a shop to buy some DVDs.
But you found out that you had not enough money to buy even
one disc. Fortunately the assistant is a gambler and he suggests
you another way to get DVDs - to play shell game.
Your goal is to guess which shell holds the ball, when all shells
are mixed.
Take a chance on your fortune!
Rules:
Make a bet and when shells will stop you shall choose the
shell, which contains (in your opinion) a ball.

VIEW GALLERY

TONS OF HENTAI

TONS OF HENTAI

MORE XXX VIDEOS

MORE XXX VIDEOS

MORE FREE PORN

PRIVATE CONTENT

PRIVATE CONTENT

MORE GIRLS

MORE GIRLS

CONGRATULATIONS!

PLAY AGAIN

PLAY AGAIN

PLAY AGAIN

Money: $

<p align="left"><font face="Impact" size="14" color="#ffffff" letterSpacing="0.000000" kerning="1">100</font></p>

Bet: $

<p align="left"><font face="Impact" size="14" color="#ffffff" letterSpacing="0.000000" kerning="1">100</font></p>

MORE SAME GIRLS

MORE SAME GIRLS

GAME OVER...

bet $50

bet $50

bet $50

bet $25

bet $25

bet $25

bet $15

bet $15

bet $15

bet $10

bet $10

bet $10

bet $5

bet $5

bet $5

bet $5

bet $1

bet $1

bet $1

bet half of my money

bet half of my money

bet half of my money

bet all my money

ActionScript [AS3]

Section 1
//Timeline_60 (Game_fla.Timeline_60) package Game_fla { import flash.display.*; public dynamic class Timeline_60 extends MovieClip { public function Timeline_60(){ addFrameScript(24, frame25); } function frame25(){ gotoAndPlay(5); } } }//package Game_fla
Section 2
//AdultOnlySplash (AdultOnlySplash) package { import flash.display.*; public dynamic class AdultOnlySplash extends MovieClip { public function AdultOnlySplash(){ addFrameScript(68, frame69, 99, frame100); } function frame69(){ stop(); } function frame100(){ visible = false; } } }//package
Section 3
//advBlock1 (advBlock1) package { import flash.display.*; public dynamic class advBlock1 extends MovieClip { } }//package
Section 4
//ball (ball) package { import flash.display.*; public dynamic class ball extends MovieClip { } }//package
Section 5
//bet_panel (bet_panel) package { import flash.display.*; public dynamic class bet_panel extends MovieClip { } }//package
Section 6
//border (border) package { import flash.display.*; public dynamic class border extends MovieClip { } }//package
Section 7
//btnBack (btnBack) package { import flash.events.*; import flash.display.*; import flash.system.*; public class btnBack extends SimpleButton { public function btnBack(){ Security.allowDomain("*"); useHandCursor = true; addEventListener(MouseEvent.CLICK, onClick); } public function onClick(_arg1:MouseEvent){ Main.Application.finalMC.visible = false; } } }//package
Section 8
//btnBet10dollars (btnBet10dollars) package { import flash.events.*; public class btnBet10dollars extends btnRoll { override public function onClick(_arg1:MouseEvent){ Main.Application.betID = 3; Main.Application.bet = 10; super.onClick(_arg1); } } }//package
Section 9
//btnBet15dollars (btnBet15dollars) package { import flash.events.*; public class btnBet15dollars extends btnRoll { override public function onClick(_arg1:MouseEvent){ Main.Application.betID = 4; Main.Application.bet = 15; super.onClick(_arg1); } } }//package
Section 10
//btnBet1dollar (btnBet1dollar) package { import flash.events.*; public class btnBet1dollar extends btnRoll { override public function onClick(_arg1:MouseEvent){ Main.Application.betID = 1; Main.Application.bet = 1; super.onClick(_arg1); } } }//package
Section 11
//btnBet25dollars (btnBet25dollars) package { import flash.events.*; public class btnBet25dollars extends btnRoll { override public function onClick(_arg1:MouseEvent){ Main.Application.betID = 5; Main.Application.bet = 25; super.onClick(_arg1); } } }//package
Section 12
//btnBet50dollars (btnBet50dollars) package { import flash.events.*; public class btnBet50dollars extends btnRoll { override public function onClick(_arg1:MouseEvent){ Main.Application.betID = 6; Main.Application.bet = 50; super.onClick(_arg1); } } }//package
Section 13
//btnBet5dollars (btnBet5dollars) package { import flash.events.*; public class btnBet5dollars extends btnRoll { override public function onClick(_arg1:MouseEvent){ Main.Application.betID = 2; Main.Application.bet = 5; super.onClick(_arg1); } } }//package
Section 14
//btnBetAllMyMoney (btnBetAllMyMoney) package { import flash.events.*; public class btnBetAllMyMoney extends btnRoll { override public function onClick(_arg1:MouseEvent){ Main.Application.betID = 8; Main.Application.bet = Main.Application.money; super.onClick(_arg1); } } }//package
Section 15
//btnBetHalfOfMyMoney (btnBetHalfOfMyMoney) package { import flash.events.*; public class btnBetHalfOfMyMoney extends btnRoll { override public function onClick(_arg1:MouseEvent){ Main.Application.betID = 7; Main.Application.bet = Math.ceil((Main.Application.money / 2)); super.onClick(_arg1); } } }//package
Section 16
//btnBuyVideo (btnBuyVideo) package { import flash.events.*; import flash.net.*; import flash.display.*; public class btnBuyVideo extends SimpleButton { public function btnBuyVideo(){ useHandCursor = true; addEventListener(MouseEvent.CLICK, onClick); } public function onClick(_arg1:MouseEvent):void{ if (Main.Application.money < (Main.Application.prices[Main.Application.videos_unlocked] + 1)){ return; }; Main.Application.soundControl.Play(1, 1, false); Main.Application.money = (Main.Application.money - Main.Application.prices[Main.Application.videos_unlocked]); Main.Application.cpanel.money.text = Main.Application.money.toString(); var _local2:int; while (_local2 < 12) { (Main.Application.videoMC.getChildByName(("v" + (_local2 + 1))) as MovieClip).visible = false; (Main.Application.videoMC.getChildByName(("v" + (_local2 + 1))) as MovieClip).gotoAndStop(1); _local2++; }; Main.Application.videos_unlocked++; Main.Application.screenMC.reDraw(); Main.Application.btnStartMC.visible = false; Main.Application.btnBuyVideoMC.visible = false; Main.Application.btnGalleryMC.visible = true; Main.Application.btnContinueMC.visible = true; Main.Application.btnContinueMC.x = 180; Main.Application.videoMC.visible = true; Main.Application.videoMC.getAlpha(); Main.Application.videoMC.gotoAndStop(Main.Application.videos_unlocked); (Main.Application.videoMC.getChildByName(("v" + Main.Application.videos_unlocked)) as MovieClip).visible = true; (Main.Application.videoMC.getChildByName(("v" + Main.Application.videos_unlocked)) as MovieClip).gotoAndPlay(1); Main.Application.soundControl.Stop(0); if ((((((Main.Application.videos_unlocked == 4)) || ((Main.Application.videos_unlocked == 8)))) || ((Main.Application.videos_unlocked == 12)))){ Main.Application.btnMoreOfThisMC.visible = true; }; } } }//package
Section 17
//btnContinue (btnContinue) package { import flash.events.*; import flash.display.*; public class btnContinue extends SimpleButton { public function btnContinue(){ addEventListener(MouseEvent.CLICK, onClick); } public function onClick(_arg1:MouseEvent):void{ var _local2:int; Main.Application.soundControl.Play(1, 1, false); if (Main.Application.videos_unlocked == 12){ _local2 = 0; while (_local2 < 12) { (Main.Application.videoMC.getChildByName(("v" + (_local2 + 1))) as MovieClip).visible = false; (Main.Application.videoMC.getChildByName(("v" + (_local2 + 1))) as MovieClip).gotoAndStop(1); _local2++; }; Main.Application.videoMC.visible = false; Main.Application.videoMC.gotoAndStop(1); Main.Application.finalMC.visible = true; return; }; this.visible = false; Main.Application.btnBuyVideoMC.visible = false; Main.Application.btnGalleryMC.visible = false; Main.Application.btnMoreOfThisMC.visible = false; Main.Application.btnStartMC.visible = true; Main.Application.btnStartMC.x = 125; } } }//package
Section 18
//btnFreePorn (btnFreePorn) package { import flash.events.*; import flash.display.*; import flash.system.*; public class btnFreePorn extends SimpleButton { public function btnFreePorn(){ Security.allowDomain("*"); useHandCursor = true; addEventListener(MouseEvent.CLICK, onClick); } public function onClick(_arg1:MouseEvent):void{ linksManager.navigateToTDS("free-porn", 5); } } }//package
Section 19
//btnGallery (btnGallery) package { import flash.events.*; import flash.display.*; public class btnGallery extends SimpleButton { public function btnGallery(){ addEventListener(MouseEvent.CLICK, onClick); } public function onClick(_arg1:MouseEvent):void{ Main.Application.soundControl.Play(1, 1, false); this.visible = false; if (Main.Application.btnStartMC.visible == false){ if (Main.Application.money >= (Main.Application.prices[Main.Application.videos_unlocked] + 1)){ Main.Application.btnBuyVideoMC.visible = true; } else { Main.Application.btnContinueMC.x = 125; }; }; Main.Application.videoMC.alpha = 0; Main.Application.videoMC.visible = false; var _local2:int; while (_local2 < 12) { (Main.Application.videoMC.getChildByName(("v" + (_local2 + 1))) as MovieClip).gotoAndStop(1); _local2++; }; Main.Application.videoMC.gotoAndStop(1); Main.Application.soundControl.Play(0, 0, false); } } }//package
Section 20
//btnIntroContinue (btnIntroContinue) package { import flash.events.*; import flash.display.*; public class btnIntroContinue extends SimpleButton { public function btnIntroContinue(){ addEventListener(MouseEvent.CLICK, onClick); } public function onClick(_arg1:MouseEvent):void{ Main.Application.soundControl.Play(1, 1, false); (parent as MovieClip).gotoAndPlay(70); removeEventListener(MouseEvent.CLICK, onClick); } } }//package
Section 21
//btnMoreGirls (btnMoreGirls) package { import flash.events.*; import flash.display.*; import flash.system.*; public class btnMoreGirls extends SimpleButton { public function btnMoreGirls(){ Security.allowDomain("*"); useHandCursor = true; addEventListener(MouseEvent.CLICK, onClick); } public function onClick(_arg1:MouseEvent):void{ linksManager.navigateToTDS("more-girls", 4); } } }//package
Section 22
//btnMoreGirlsLevel (btnMoreGirlsLevel) package { import flash.events.*; import flash.display.*; import flash.system.*; public class btnMoreGirlsLevel extends SimpleButton { public function btnMoreGirlsLevel(){ Security.allowDomain("*"); useHandCursor = true; addEventListener(MouseEvent.CLICK, onClick); } public function onClick(_arg1:MouseEvent):void{ linksManager.navigateToTDS("more-girls-level", 3); } } }//package
Section 23
//btnMoreOfThis (btnMoreOfThis) package { import flash.events.*; import flash.display.*; import flash.system.*; public class btnMoreOfThis extends SimpleButton { public function btnMoreOfThis(){ Security.allowDomain("*"); useHandCursor = true; addEventListener(MouseEvent.CLICK, onClick); } public function onClick(_arg1:MouseEvent):void{ linksManager.navigateToTDS("more-same-girls", 2); } } }//package
Section 24
//btnMoreVideos (btnMoreVideos) package { import flash.events.*; import flash.display.*; import flash.system.*; public class btnMoreVideos extends SimpleButton { public function btnMoreVideos(){ Security.allowDomain("*"); useHandCursor = true; addEventListener(MouseEvent.CLICK, onClick); } public function onClick(_arg1:MouseEvent):void{ linksManager.navigateToTDS("more-videos", 6); } } }//package
Section 25
//btnMyHornyBunny (btnMyHornyBunny) package { import flash.events.*; import flash.display.*; import flash.system.*; public class btnMyHornyBunny extends SimpleButton { public function btnMyHornyBunny(){ Security.allowDomain("*"); useHandCursor = true; addEventListener(MouseEvent.CLICK, onClick); } public function onClick(_arg1:MouseEvent):void{ linksManager.navigateToTDS("mhb_site", 1); } } }//package
Section 26
//btnPrivateContent (btnPrivateContent) package { import flash.events.*; import flash.display.*; import flash.system.*; public class btnPrivateContent extends SimpleButton { public function btnPrivateContent(){ Security.allowDomain("*"); useHandCursor = true; addEventListener(MouseEvent.CLICK, onClick); } public function onClick(_arg1:MouseEvent):void{ linksManager.navigateToTDS("private-content", 7); } } }//package
Section 27
//btnReplay (btnReplay) package { import flash.events.*; import flash.display.*; import flash.system.*; public class btnReplay extends SimpleButton { public function btnReplay(){ Security.allowDomain("*"); useHandCursor = true; addEventListener(MouseEvent.CLICK, onClick); } public function onClick(_arg1:MouseEvent){ Main.Application.soundControl.Play(1, 1, false); Main.Application.Replay(); } } }//package
Section 28
//btnRoll (btnRoll) package { import flash.events.*; import flash.display.*; import flash.system.*; import flash.net.*; public class btnRoll extends SimpleButton { var moves:Array; var startMC:MovieClip; var currentMC:MovieClip; public function btnRoll(){ moves = new Array(); super(); Security.allowDomain("*"); useHandCursor = true; addEventListener(MouseEvent.CLICK, onClick); } public function Start(_arg1:Event){ var i:int; var el:int; var event = _arg1; if (startMC.currentFrame == startMC.totalFrames){ var Swap:Function = function (_arg1:Array, _arg2:int, _arg3:int):void{ var _local4:int = _arg1[_arg2]; _arg1[_arg2] = _arg1[_arg3]; _arg1[_arg3] = _local4; }; Main.Application.soundControl.Play(4, 1, false); startMC.removeEventListener(Event.ENTER_FRAME, Start); startMC.gotoAndStop(1); Main.Application.ballMC.visible = false; Main.Application.var0MC.visible = false; Main.Application.var1MC.visible = false; Main.Application.var2MC.visible = false; Main.Application.var3MC.visible = false; moves = new Array(); i = 0; while (i < (15 + ((Main.Application.betID - 1) * 2))) { moves[i] = (1 + Math.round((Math.random() * 2))); while (moves[i] == 1) { moves[i] = (1 + Math.round((Math.random() * 2))); }; if (i > 0){ while (moves[i] == moves[(i - 1)]) { moves[i] = (1 + Math.round((Math.random() * 2))); }; }; i = (i + 1); }; Main.Application.answer = 0; i = 0; while (i < moves.length) { switch (moves[i]){ case 1: Swap(Main.Application.cells, 0, 2); break; case 2: Swap(Main.Application.cells, 1, 2); break; case 3: Swap(Main.Application.cells, 0, 1); break; }; i = (i + 1); }; i = 0; while (i < Main.Application.cells.length) { if (Main.Application.cells[i] == Main.Application.last_cell){ Main.Application.answer = (i + 1); break; }; i = (i + 1); }; switch (Main.Application.answer){ case 1: Main.Application.ballMC.x = 28; break; case 2: Main.Application.ballMC.x = 113; break; case 3: Main.Application.ballMC.x = 198; break; }; el = moves.shift(); switch (el){ case 1: currentMC = Main.Application.var1MC; break; case 2: currentMC = Main.Application.var2MC; break; case 3: currentMC = Main.Application.var3MC; break; default: currentMC = Main.Application.var0MC; break; }; currentMC.visible = true; currentMC.gotoAndStop(1); currentMC.nframe = 1; Main.Application.soundControl.Play(2, 1, false); currentMC.addEventListener(Event.ENTER_FRAME, nextMove); }; } public function onClick(_arg1:MouseEvent){ Main.Application.soundControl.Play(1, 1, false); if ((Main.Application.money - Main.Application.bet) < 0){ Main.Application.soundControl.Play(5, 1, false); Main.Application.bet = 0; return; }; Main.Application.canPlay = false; Main.Application.money = (Main.Application.money - Main.Application.bet); Main.Application.cpanel.money.text = Main.Application.money.toString(); Main.Application.cpanel.bet.text = Main.Application.bet.toString(); Main.Application.bpanel.visible = false; Main.Application.soundControl.Play(1, 1, false); Main.Application.screenMC.reDraw(); if (Main.Application.gameStarted == false){ Main.Application.gameStarted = true; } else { return; }; Main.Application.gameWin = false; switch (Main.Application.answer){ case 1: startMC = Main.Application.var0MC.shell_1; break; case 2: startMC = Main.Application.var0MC.shell_2; break; case 3: startMC = Main.Application.var0MC.shell_3; break; default: startMC = Main.Application.var0MC.shell_2; break; }; startMC.gotoAndPlay(2); Main.Application.soundControl.Play(3, 1, false); startMC.addEventListener(Event.ENTER_FRAME, Start); } public function nextMove(_arg1:Event):void{ var _local2:int; switch (Main.Application.betID){ case 1: case 2: currentMC.nframe = (currentMC.nframe + 26); break; case 3: case 4: currentMC.nframe = (currentMC.nframe + 26.5); break; case 5: case 6: currentMC.nframe = (currentMC.nframe + 27); break; case 7: currentMC.nframe = (currentMC.nframe + 27.5); break; case 8: currentMC.nframe = (currentMC.nframe + 28); break; default: currentMC.nframe = (currentMC.nframe + 26); break; }; if (Math.floor(currentMC.nframe) > currentMC.totalFrames){ currentMC.nframe = currentMC.totalFrames; }; currentMC.gotoAndStop(Math.floor(currentMC.nframe)); if (currentMC.currentFrame == currentMC.totalFrames){ currentMC.removeEventListener(Event.ENTER_FRAME, nextMove); currentMC.gotoAndStop(1); currentMC.visible = false; if (moves.length == 0){ currentMC = Main.Application.var0MC; currentMC.visible = true; currentMC.gotoAndStop(1); currentMC.shell_1.playQ(); currentMC.shell_1.enableClick(); currentMC.shell_2.playQ(); currentMC.shell_2.enableClick(); currentMC.shell_3.playQ(); currentMC.shell_3.enableClick(); return; }; _local2 = moves.shift(); switch (_local2){ case 1: currentMC = Main.Application.var1MC; break; case 2: currentMC = Main.Application.var2MC; break; case 3: currentMC = Main.Application.var3MC; break; default: currentMC = Main.Application.var1MC; break; }; currentMC.visible = true; currentMC.gotoAndPlay(1); currentMC.nframe = 1; Main.Application.soundControl.Play(2, 1, false); currentMC.addEventListener(Event.ENTER_FRAME, nextMove); }; } } }//package
Section 29
//btnSkip (btnSkip) package { import flash.events.*; import flash.display.*; import flash.system.*; public class btnSkip extends SimpleButton { public function btnSkip(){ Security.allowDomain("*"); useHandCursor = true; addEventListener(MouseEvent.CLICK, onClick); } public function onClick(_arg1:MouseEvent){ Main.Application.soundControl.Play(1, 1, false); Main.Application.btnStartMC.visible = true; Main.Application.field.visible = true; parent.visible = false; } } }//package
Section 30
//btnStart (btnStart) package { import flash.events.*; import flash.display.*; import flash.system.*; public class btnStart extends SimpleButton { var moves:Array; var startMC:MovieClip; var currentMC:MovieClip; public function btnStart(){ moves = new Array(); super(); Security.allowDomain("*"); useHandCursor = true; addEventListener(MouseEvent.CLICK, onClick); } public function onClick(_arg1:MouseEvent){ this.visible = false; Main.Application.btnBuyVideoMC.visible = false; if (Main.Application.gameStarted == false){ Main.Application.bpanel.visible = true; }; Main.Application.soundControl.Play(1, 1, false); } } }//package
Section 31
//btnTonsOfHentai (btnTonsOfHentai) package { import flash.events.*; import flash.display.*; import flash.system.*; public class btnTonsOfHentai extends SimpleButton { public function btnTonsOfHentai(){ Security.allowDomain("*"); useHandCursor = true; addEventListener(MouseEvent.CLICK, onClick); } public function onClick(_arg1:MouseEvent):void{ linksManager.navigateToTDS("tons-of-hentai", 8); } } }//package
Section 32
//btnTouchSoundOff (btnTouchSoundOff) package { import flash.events.*; import flash.display.*; public class btnTouchSoundOff extends SimpleButton { public function btnTouchSoundOff(){ this.visible = false; addEventListener(MouseEvent.CLICK, onClick); } public function onClick(_arg1:MouseEvent):void{ this.visible = false; Main.Application.soundControl.Play(1, 1, false); Main.Application.btnTouchSoundOnMC.visible = true; Main.Application.soundControl.TouchSound(); } } }//package
Section 33
//btnTouchSoundOn (btnTouchSoundOn) package { import flash.events.*; import flash.display.*; public class btnTouchSoundOn extends SimpleButton { public function btnTouchSoundOn(){ addEventListener(MouseEvent.CLICK, onClick); } public function onClick(_arg1:MouseEvent):void{ this.visible = false; Main.Application.soundControl.Play(1, 1, false); Main.Application.btnTouchSoundOffMC.visible = true; Main.Application.soundControl.TouchSound(); } } }//package
Section 34
//button_click (button_click) package { import flash.media.*; public dynamic class button_click extends Sound { } }//package
Section 35
//cell (cell) package { import flash.events.*; import flash.net.*; import flash.display.*; import flash.text.*; public class cell extends MovieClip { public var cell_caption:TextField; public var video:int;// = 0 public var ico:icons; public var canBuy:Boolean;// = false public var cb:cell_border; public function cell(){ addFrameScript(0, frame1, 1, frame2); cell_caption = new TextField(); cell_caption.background = false; cell_caption.border = false; cell_caption.selectable = false; cell_caption.autoSize = TextFieldAutoSize.CENTER; cell_caption.antiAliasType = AntiAliasType.NORMAL; var _local1:TextFormat = new TextFormat(); _local1.font = "Impact"; _local1.color = 0xCCCCCC; _local1.size = 18; _local1.underline = false; cell_caption.defaultTextFormat = _local1; cell_caption.embedFonts = true; addChild(cell_caption); cell_caption.x = (32 + 4.25); cell_caption.y = 25.3; ico.gotoAndStop(1); addEventListener(Event.ENTER_FRAME, enterFrameHandler); } public function setClickable(_arg1:int, _arg2:Boolean=false){ if (_arg2 == true){ if (Main.Application.money < (Main.Application.prices[(_arg1 - 1)] + 1)){ canBuy = false; return; }; canBuy = true; } else { canBuy = false; }; video = _arg1; useHandCursor = true; buttonMode = true; addEventListener(MouseEvent.CLICK, onClick); } public function setCellIcon(_arg1:int){ ico.gotoAndStop(_arg1); } function frame2(){ stop(); } public function setUnClickable(){ useHandCursor = false; buttonMode = false; removeEventListener(MouseEvent.CLICK, onClick); } function frame1(){ stop(); } public function onClick(_arg1:MouseEvent):void{ var _local2:int; while (_local2 < 12) { (Main.Application.videoMC.getChildByName(("v" + (_local2 + 1))) as MovieClip).visible = false; (Main.Application.videoMC.getChildByName(("v" + (_local2 + 1))) as MovieClip).gotoAndStop(1); _local2++; }; if ((((canBuy == true)) && ((Main.Application.money >= (Main.Application.prices[Main.Application.videos_unlocked] + 1))))){ Main.Application.money = (Main.Application.money - Main.Application.prices[Main.Application.videos_unlocked]); Main.Application.cpanel.money.text = Main.Application.money.toString(); Main.Application.videos_unlocked++; Main.Application.screenMC.reDraw(); canBuy = false; } else { if (currentFrame == 1){ Main.Application.screenMC.reDraw(); return; }; }; Main.Application.btnStartMC.visible = false; Main.Application.btnBuyVideoMC.visible = false; if (Main.Application.gameStarted == false){ Main.Application.btnGalleryMC.visible = true; Main.Application.btnGalleryMC.x = 55; Main.Application.btnContinueMC.visible = true; Main.Application.btnContinueMC.x = 180; } else { Main.Application.btnGalleryMC.visible = true; Main.Application.btnGalleryMC.x = 125; Main.Application.btnContinueMC.visible = false; }; Main.Application.videoMC.visible = true; Main.Application.videoMC.getAlpha(); Main.Application.videoMC.gotoAndStop(video); (Main.Application.videoMC.getChildByName(("v" + video)) as MovieClip).visible = true; (Main.Application.videoMC.getChildByName(("v" + video)) as MovieClip).gotoAndPlay(1); Main.Application.soundControl.Stop(0); if ((((((((video <= 4)) && ((Main.Application.videos_unlocked >= 4)))) || ((((video <= 8)) && ((Main.Application.videos_unlocked >= 8)))))) || ((((video <= 12)) && ((Main.Application.videos_unlocked == 12)))))){ Main.Application.btnMoreOfThisMC.visible = true; }; } public function enterFrameHandler(_arg1:Event){ cell_caption.visible = ((currentFrame)==1) ? true : false; } } }//package
Section 36
//cell_border (cell_border) package { import flash.display.*; public dynamic class cell_border extends MovieClip { public function cell_border(){ addFrameScript(0, frame1, 34, frame35); } function frame1(){ stop(); } function frame35(){ gotoAndPlay(2); } } }//package
Section 37
//cell_border_obj (cell_border_obj) package { import flash.display.*; public dynamic class cell_border_obj extends MovieClip { } }//package
Section 38
//coco (coco) package { import flash.display.*; public dynamic class coco extends MovieClip { } }//package
Section 39
//coin2 (coin2) package { import flash.media.*; public dynamic class coin2 extends Sound { } }//package
Section 40
//configManager (configManager) package { import flash.events.*; import flash.net.*; import flash.display.*; import flash.utils.*; import flash.system.*; public class configManager extends MovieClip { var showonload:String;// = null var popupurl:String;// = "" var areas:Dictionary; var areacontent:Dictionary; var gid:String; public var values:Array; var ver:uint; var configXML:XML; public function configManager(_arg1:String, _arg2:uint, _arg3:Stage):void{ configXML = <config></config> ; areas = new Dictionary(true); areacontent = new Dictionary(true); values = []; super(); gid = _arg1; ver = _arg2; var _local4:URLLoader = new URLLoader(); configureListeners(_local4); _local4.addEventListener(Event.COMPLETE, loadXML); _local4.load(new URLRequest(((((((((tdsOptions.get_config_url + "?gameid=") + _arg1) + "&version=") + _arg2) + "&player=") + Capabilities.version) + "&referer=") + tdsOptions.referer))); } private function securityErrorHandler(_arg1:SecurityErrorEvent):void{ trace(("securityErrorHandler: " + _arg1)); } function getContent(_arg1:String, _arg2:uint, _arg3:String, _arg4:Number, _arg5:Number, _arg6:String):void{ var loadcontent:Function; var id = _arg1; var arrid = _arg2; var loc = _arg3; var x = _arg4; var y = _arg5; var href = _arg6; loadcontent = function (_arg1:Event):void{ var bannerid:uint; var e = _arg1; if (areacontent[id] == undefined){ areacontent[id] = []; }; e.target.content.x = x; e.target.content.y = y; e.target.content.href = href; e.target.content.gameid = gid; e.target.content.version = ver; areacontent[id][arrid] = e.target.content; if (showonload == id){ bannerid = int((Math.random() * areacontent[id].length)); areas[id].addChild(areacontent[id][bannerid]); if (areacontent[id][bannerid].href != ""){ areacontent[id][bannerid].addEventListener(MouseEvent.CLICK, function (_arg1:Event):void{ navigateToURL(new URLRequest(areacontent[id][bannerid].href), "_blank"); }); }; }; trace("content loaded"); trace(("LOADED_" + id)); dispatchEvent(new Event(("LOADED_" + id))); }; var loader:Loader = new Loader(); loader.contentLoaderInfo.addEventListener(Event.COMPLETE, loadcontent); loader.load(new URLRequest(loc)); } public function addArea(_arg1:String, _arg2:MovieClip):void{ var bannerid:uint; var i:uint; var k:uint; var id = _arg1; var area = _arg2; if (areas[id] == undefined){ areas[id] = area; if (areacontent[id] == undefined){ areacontent[id] = []; i = 0; while (i < configXML.stages.stage.length()) { if (String(configXML.stages.stage[i].@name) == id){ k = 0; while (k < configXML.stages.stage[i].banners.banner.length()) { getContent(configXML.stages.stage[i].@name, k, configXML.stages.stage[i].banners.banner[k].@location, configXML.stages.stage[i].banners.banner[k].@x, configXML.stages.stage[i].banners.banner[k].@y, configXML.stages.stage[i].banners.banner[k].@href); k = (k + 1); }; }; i = (i + 1); }; }; }; bannerid = int((Math.random() * areacontent[id].length)); if (((((!((areacontent[id][bannerid] == null))) && (!((areacontent[id][bannerid] == undefined))))) && (!(area.contains(areacontent[id][bannerid]))))){ area.addChild(areacontent[id][bannerid]); dispatchEvent(new Event(("LOADED_" + id))); if (areacontent[id][bannerid].href != ""){ areacontent[id][bannerid].addEventListener(MouseEvent.CLICK, function (_arg1:Event):void{ navigateToURL(new URLRequest(areacontent[id][bannerid].href), "_blank"); }); }; } else { showonload = id; }; trace((("start " + id) + " area")); } private function httpStatusHandler(_arg1:HTTPStatusEvent):void{ } function loadXML(_arg1:Event):void{ var _local3:uint; configXML = new XML(_arg1.target.data); if (configXML.settings.secured_redirect != ""){ tdsOptions.secured_redirect = ((configXML.settings.secured_redirect)=="true") ? true : false; }; var _local2:uint; while (_local2 < configXML.stages.stage.length()) { _local3 = 0; while (_local3 < configXML.stages.stage[_local2].banners.banner.length()) { if (configXML.stages.stage[_local2].banners.banner[_local3].@autoload == "true"){ trace(((("get content " + configXML.stages.stage[_local2].@name) + " loc:") + configXML.stages.stage[_local2].banners.banner[_local3].@location)); getContent(configXML.stages.stage[_local2].@name, _local3, configXML.stages.stage[_local2].banners.banner[_local3].@location, configXML.stages.stage[_local2].banners.banner[_local3].@x, configXML.stages.stage[_local2].banners.banner[_local3].@y, configXML.stages.stage[_local2].banners.banner[_local3].@href); }; _local3++; }; _local2++; }; _local2 = 0; while (_local2 < configXML.values.value.length()) { if (String(configXML.values.value[_local2].@stagename).length > 0){ values[configXML.values.value[_local2].@name] = [configXML.values.value[_local2].@stagename, configXML.values.value[_local2].@text]; } else { values[String(configXML.values.value[_local2].@name)] = String(configXML.values.value[_local2].@value); }; _local2++; }; dispatchEvent(new Event("CONFIGLOADED")); trace("config loaded\n\n"); } private function completeHandler(_arg1:Event):void{ } private function progressHandler(_arg1:ProgressEvent):void{ trace(((("progressHandler loaded:" + _arg1.bytesLoaded) + " total: ") + _arg1.bytesTotal)); } private function openHandler(_arg1:Event):void{ } private function ioErrorHandler(_arg1:IOErrorEvent):void{ trace(("ioErrorHandler: " + _arg1)); tdsOptions.alive = false; } private function configureListeners(_arg1:IEventDispatcher):void{ _arg1.addEventListener(Event.COMPLETE, completeHandler); _arg1.addEventListener(Event.OPEN, openHandler); _arg1.addEventListener(ProgressEvent.PROGRESS, progressHandler); _arg1.addEventListener(SecurityErrorEvent.SECURITY_ERROR, securityErrorHandler); _arg1.addEventListener(HTTPStatusEvent.HTTP_STATUS, httpStatusHandler); _arg1.addEventListener(IOErrorEvent.IO_ERROR, ioErrorHandler); } } }//package
Section 41
//control_panel (control_panel) package { import flash.display.*; import flash.text.*; public dynamic class control_panel extends MovieClip { public var money:TextField; public var bet:TextField; } }//package
Section 42
//dude (dude) package { import flash.events.*; import flash.display.*; import flash.utils.*; public class dude extends MovieClip { private var T:Timer; private var tS:Boolean;// = false public function dude(){ addFrameScript(0, frame1, 69, frame70, 86, frame87); super(); addEventListener(Event.ENTER_FRAME, enterFrameHandler); } public function StartTimer(){ T = new Timer(((Math.round((Math.random() * 4)) * 1000) + 2000), 1); T.addEventListener(TimerEvent.TIMER, TickHandler); T.start(); tS = true; } public function StopTimer(){ if (T.running == true){ T.stop(); T.removeEventListener(TimerEvent.TIMER, TickHandler); }; } public function enterFrameHandler(_arg1:Event):void{ if ((((currentFrame == 1)) && ((tS == false)))){ StartTimer(); }; } function frame70(){ gotoAndStop(1); } function frame1(){ stop(); } function frame87(){ gotoAndStop(1); } public function TickHandler(_arg1:Event):void{ StopTimer(); var _local2:Number = Math.random(); if (_local2 > 0.7){ gotoAndPlay("smoke"); } else { gotoAndPlay("eyes"); }; tS = false; } } }//package
Section 43
//empty (empty) package { import flash.display.*; public dynamic class empty extends MovieClip { public function empty(){ addFrameScript(0, frame1); } function frame1(){ alpha = 0.95; } } }//package
Section 44
//finalScreen (finalScreen) package { import flash.display.*; public dynamic class finalScreen extends MovieClip { } }//package
Section 45
//game_over (game_over) package { import flash.media.*; public dynamic class game_over extends Sound { } }//package
Section 46
//game_over_panel (game_over_panel) package { import flash.display.*; public dynamic class game_over_panel extends MovieClip { } }//package
Section 47
//gameTheme (gameTheme) package { import flash.media.*; public dynamic class gameTheme extends Sound { } }//package
Section 48
//icons (icons) package { import flash.display.*; public dynamic class icons extends MovieClip { } }//package
Section 49
//intro (intro) package { import flash.display.*; public dynamic class intro extends MovieClip { } }//package
Section 50
//linksManager (linksManager) package { import flash.events.*; import flash.net.*; import flash.display.*; public class linksManager { public static function getRequest(_arg1:String, _arg2:String=""):URLRequest{ var _local3:URLRequest = new URLRequest(_arg1); _local3.method = URLRequestMethod.POST; return (_local3); } private static function navigateToSpareURL(_arg1:int=-1):void{ if ((((((_arg1 == -1)) || ((_arg1 < 1)))) || ((_arg1 > tdsOptions.spare_links.length)))){ _arg1 = Math.ceil((Math.random() * (tdsOptions.spare_links.length - 1))); } else { _arg1--; }; navigateToURL(tdsOptions.spare_links[_arg1], "_blank"); } private static function openHandler(_arg1:Event):void{ } private static function ioErrorHandler(_arg1:IOErrorEvent):void{ navigateToSpareURL(); } private static function securityErrorHandler(_arg1:SecurityErrorEvent):void{ } private static function httpStatusHandler(_arg1:HTTPStatusEvent):void{ } public static function navigateToTDSLink(_arg1:String, _arg2:int=-1):void{ if (tdsOptions.alive == true){ navigateToURL(getRequest(getLinkToTDS(_arg1))); } else { navigateToSpareURL(_arg2); }; } public static function navigateToTDS(_arg1:String, _arg2:int=-1):void{ if (tdsOptions.secured_redirect){ navigateToSecuredTDSLink(_arg1, _arg2); } else { navigateToTDSLink(_arg1, _arg2); }; } private static function completeHandler(_arg1:Event):void{ } private static function configureListeners(_arg1:IEventDispatcher):void{ _arg1.addEventListener(Event.COMPLETE, completeHandler); _arg1.addEventListener(Event.OPEN, openHandler); _arg1.addEventListener(ProgressEvent.PROGRESS, progressHandler); _arg1.addEventListener(SecurityErrorEvent.SECURITY_ERROR, securityErrorHandler); _arg1.addEventListener(HTTPStatusEvent.HTTP_STATUS, httpStatusHandler); _arg1.addEventListener(IOErrorEvent.IO_ERROR, ioErrorHandler); } public static function navigateToSecuredTDSLink(_arg1:String, _arg2:int=-1):void{ var loader:URLLoader; var action = _arg1; var spare_url_id = _arg2; if (tdsOptions.alive == true){ var navigateToLink:Function = function (_arg1:Event):void{ var _local2:XML = <config></config> ; _local2 = new XML(_arg1.target.data); navigateToURL(getRequest(_local2.redirect_url, _local2.referer), "_blank"); }; loader = new URLLoader(); configureListeners(loader); loader.addEventListener(Event.COMPLETE, navigateToLink); loader.load(getRequest(getLinkToTDS(action, true))); } else { navigateToSpareURL(spare_url_id); }; } private static function progressHandler(_arg1:ProgressEvent):void{ } private static function getLinkToTDS(_arg1:String, _arg2:Boolean=false):String{ return ((((((((((tdsOptions.redirect_url + "?gameid=") + tdsOptions.gameid) + "&version=") + tdsOptions.version) + "&action=") + _arg1) + "&referer=") + tdsOptions.referer) + ((_arg2)==true) ? "&secured=true" : "")); } } }//package
Section 51
//Main (Main) package { import flash.events.*; import flash.net.*; import flash.display.*; import flash.text.*; import flash.system.*; public class Main extends MovieClip { public var cpanel:control_panel; public var aBlock1:advBlock1; public var var3MC:var3; public var gameWin:Boolean;// = false public var particle_panel:preloader_background; public var finalMC:finalScreen; public var var1MC:var1; public var bet:int;// = 0 public var loader:URLLoader; public var gameLoaded:Boolean;// = false public var btnTouchSoundOffMC:btnTouchSoundOff; public var screenMC:screen; public var ProgressBarMC:MovieClip; public var canPlay:Boolean;// = true private var progressBar:Sprite; public var gameStarted:Boolean;// = false public var btnMoreGirlsLevelMC:btnMoreGirlsLevel; public var answer:int;// = 2 public var var0MC:var0; public var money:int;// = 50 public var var2MC:var2; public var AdultOnlySplashMC:AdultOnlySplash; public var config_loaded:Boolean;// = false public var borderMC:border; public var prices:Array; public var videoMC:video; public var ballMC:ball; public var config:configManager; public var btnMoreOfThisMC:btnMoreOfThis; public var soundControl:SoundControl; public var cells:Array; public var btnTouchSoundOnMC:btnTouchSoundOn; public var bpanel:bet_panel; public var game_over_panelMC:game_over_panel; public var caption:TextField; public var btnBuyVideoMC:btnBuyVideo; public var videos_unlocked:int;// = 0 public var last_cell:int;// = 2 public var betID:int;// = 0 public var dudeMC:dude; public var btnGalleryMC:btnGallery; public var btnContinueMC:btnContinue; public var field:MovieClip; public var btnStartMC:btnStart; public static var Application:Main; public function Main(){ cells = [1, 2, 3]; prices = [105, 160, 205, 240, 275, 300, 325, 340, 355, 370, 395, 410]; super(); stop(); Application = this; Security.allowDomain("*"); tdsOptions.setReferer(loaderInfo.url, loaderInfo.loaderURL); config = new configManager(tdsOptions.gameid, tdsOptions.version, stage); config.addEventListener("CONFIGLOADED", cfgLoaded); stage.showDefaultContextMenu = false; stage.scaleMode = StageScaleMode.NO_SCALE; progressBar = (getChildByName("ProgressBarMC") as Sprite); progressBar.scaleX = 0; addEventListener(Event.ENTER_FRAME, Update); if ((((loaderInfo.bytesLoaded == loaderInfo.bytesTotal)) && (!((gameLoaded == true))))){ gotoAndStop(1, "Game"); Init(); return; }; loaderInfo.addEventListener(Event.COMPLETE, loadingComplite); loaderInfo.addEventListener(ProgressEvent.PROGRESS, loaderUpdate); } public function Replay(){ videos_unlocked = 0; money = 50; bet = 0; cpanel.money.text = money.toString(); cpanel.bet.text = bet.toString(); var0MC.shell_1.Clear(); var0MC.shell_2.Clear(); var0MC.shell_3.Clear(); finalMC.visible = false; game_over_panelMC.visible = false; btnStartMC.visible = true; btnStartMC.x = 125; btnGalleryMC.visible = false; btnContinueMC.visible = false; btnBuyVideoMC.visible = false; btnMoreOfThisMC.visible = false; videoMC.visible = false; videoMC.gotoAndStop(1); screenMC.reDraw(); } public function cfgLoaded(_arg1:Event):void{ config_loaded = true; } public function loadingComplite(_arg1:Event):void{ if (gameLoaded == true){ return; }; gotoAndStop(1, "Game"); Init(); } function Init():void{ if (gameLoaded == true){ return; }; gameLoaded = true; soundControl = new SoundControl(); soundControl.AddSound(new gameTheme()); soundControl.AddSound(new button_click()); soundControl.AddSound(new shell_move()); soundControl.AddSound(new shell_open()); soundControl.AddSound(new shell_close()); soundControl.AddSound(new game_over()); soundControl.AddSound(new tada()); soundControl.AddSound(new coin2()); soundControl.Play(0, 0, false); screenMC = new screen(); screenMC.gotoAndStop(1); addChild(screenMC); screenMC.x = 70; screenMC.y = 20; videoMC = new video(); videoMC.gotoAndStop(1); addChild(videoMC); videoMC.visible = false; videoMC.x = 70; videoMC.y = 20; var _local1:int; while (_local1 < 12) { (videoMC.getChildByName(("v" + (_local1 + 1))) as MovieClip).visible = false; (videoMC.getChildByName(("v" + (_local1 + 1))) as MovieClip).gotoAndStop(1); _local1++; }; field = new MovieClip(); addChild(field); field.name = "Shells"; field.visible = false; ballMC = new ball(); ballMC.gotoAndStop(1); field.addChild(ballMC); ballMC.name = "ball"; ballMC.x = 113; ballMC.y = 20; var0MC = new var0(); var0MC.gotoAndStop(1); field.addChild(var0MC); var0MC.name = "var0"; var1MC = new var1(); var1MC.gotoAndStop(1); var1MC.visible = false; field.addChild(var1MC); var1MC.name = "var1"; var2MC = new var2(); var2MC.gotoAndStop(1); var2MC.visible = false; field.addChild(var2MC); var2MC.name = "var2"; var3MC = new var3(); var3MC.gotoAndStop(1); var3MC.visible = false; field.addChild(var3MC); var3MC.name = "var3"; field.x = 110; field.y = 280; dudeMC = new dude(); addChild(dudeMC); dudeMC.x = 385; dudeMC.y = 79; cpanel = new control_panel(); addChild(cpanel); cpanel.y = 350; cpanel.money.text = money.toString(); cpanel.bet.text = bet.toString(); bpanel = new bet_panel(); addChild(bpanel); bpanel.x = 395; bpanel.y = 215; bpanel.visible = false; btnStartMC = new btnStart(); addChild(btnStartMC); btnStartMC.visible = false; btnStartMC.x = 125; btnStartMC.y = 360; btnBuyVideoMC = new btnBuyVideo(); addChild(btnBuyVideoMC); btnBuyVideoMC.visible = false; btnBuyVideoMC.x = 55; btnBuyVideoMC.y = 360; btnMoreOfThisMC = new btnMoreOfThis(); addChild(btnMoreOfThisMC); btnMoreOfThisMC.visible = false; btnMoreOfThisMC.x = 125; btnMoreOfThisMC.y = 330; btnGalleryMC = new btnGallery(); addChild(btnGalleryMC); btnGalleryMC.visible = false; btnGalleryMC.x = 55; btnGalleryMC.y = 360; btnContinueMC = new btnContinue(); addChild(btnContinueMC); btnContinueMC.visible = false; btnContinueMC.x = 180; btnContinueMC.y = 360; var _local2:intro = new intro(); addChild(_local2); _local2.x = 85; _local2.y = 32; finalMC = new finalScreen(); addChild(finalMC); finalMC.visible = false; game_over_panelMC = new game_over_panel(); addChild(game_over_panelMC); game_over_panelMC.x = 0; game_over_panelMC.y = 0; game_over_panelMC.visible = false; var _local3:btnMyHornyBunny = new btnMyHornyBunny(); addChild(_local3); _local3.x = 2; _local3.y = 4; btnMoreGirlsLevelMC = new btnMoreGirlsLevel(); addChild(btnMoreGirlsLevelMC); btnMoreGirlsLevelMC.visible = true; btnMoreGirlsLevelMC.x = 400; btnMoreGirlsLevelMC.y = 5; btnTouchSoundOffMC = new btnTouchSoundOff(); addChild(btnTouchSoundOffMC); btnTouchSoundOffMC.visible = false; btnTouchSoundOffMC.x = 475; btnTouchSoundOffMC.y = 5; btnTouchSoundOnMC = new btnTouchSoundOn(); addChild(btnTouchSoundOnMC); btnTouchSoundOnMC.visible = true; btnTouchSoundOnMC.x = 475; btnTouchSoundOnMC.y = 5; AdultOnlySplashMC = new AdultOnlySplash(); addChild(AdultOnlySplashMC); answer = (1 + Math.round((Math.random() * 2))); switch (answer){ case 1: ballMC.x = 28; break; case 2: ballMC.x = 113; break; case 3: ballMC.x = 198; break; }; last_cell = answer; } public function loaderUpdate(_arg1:ProgressEvent):void{ var _local2:Number = Math.floor(((_arg1.bytesLoaded * 100) / _arg1.bytesTotal)); progressBar.scaleX = (_local2 / 100); if (_local2 == 100){ gotoAndStop(1, "Game"); Init(); }; } private function Update(_arg1:Event):void{ if (gameLoaded == false){ return; }; if (money < 0){ game_over_panelMC.visible = true; }; } } }//package
Section 52
//mini_panel (mini_panel) package { import flash.display.*; public dynamic class mini_panel extends MovieClip { } }//package
Section 53
//panel (panel) package { import flash.display.*; public dynamic class panel extends MovieClip { } }//package
Section 54
//panel2 (panel2) package { import flash.display.*; public dynamic class panel2 extends MovieClip { } }//package
Section 55
//preloader_background (preloader_background) package { import flash.display.*; public class preloader_background extends MovieClip { } }//package
Section 56
//screen (screen) package { import flash.events.*; import flash.net.*; import flash.display.*; public class screen extends MovieClip { public var cells:Array; public function screen(){ var _local2:int; super(); cells = new Array(); var _local1:int; while (_local1 < 3) { _local2 = 0; while (_local2 < 4) { cells[(_local2 + (_local1 * 4))] = new cell(); addChild(cells[(_local2 + (_local1 * 4))]); cells[(_local2 + (_local1 * 4))].x = ((_local2 * 76) + 8); cells[(_local2 + (_local1 * 4))].y = ((_local1 * 75) + 8.5); cells[(_local2 + (_local1 * 4))].setCellIcon(((_local2 + (_local1 * 4)) + 1)); cells[(_local2 + (_local1 * 4))].cb.mouseEnabled = false; cells[(_local2 + (_local1 * 4))].cell_caption.mouseEnabled = false; if ((_local2 + (_local1 * 4)) == Main.Application.videos_unlocked){ cells[(_local2 + (_local1 * 4))].gotoAndStop(1); cells[(_local2 + (_local1 * 4))].cell_caption.text = ("$" + Main.Application.prices[Main.Application.videos_unlocked]); cells[(_local2 + (_local1 * 4))].setClickable(((_local2 + (_local1 * 4)) + 1), true); if (Main.Application.money >= (Main.Application.prices[Main.Application.videos_unlocked] + 1)){ cells[(_local2 + (_local1 * 4))].cb.gotoAndPlay(2); } else { cells[(_local2 + (_local1 * 4))].cb.gotoAndStop(1); }; } else { if ((_local2 + (_local1 * 4)) > Main.Application.videos_unlocked){ cells[(_local2 + (_local1 * 4))].gotoAndStop(1); cells[(_local2 + (_local1 * 4))].cb.gotoAndStop(1); cells[(_local2 + (_local1 * 4))].cell_caption.text = "LOCKED"; cells[(_local2 + (_local1 * 4))].setUnClickable(); } else { cells[(_local2 + (_local1 * 4))].gotoAndStop(2); cells[(_local2 + (_local1 * 4))].cb.gotoAndStop(1); cells[(_local2 + (_local1 * 4))].setClickable(((_local2 + (_local1 * 4)) + 1)); }; }; _local2++; }; _local1++; }; } public function reDraw(){ var _local2:int; var _local1:int; while (_local1 < 3) { _local2 = 0; while (_local2 < 4) { if (cells[(_local2 + (_local1 * 4))] != null){ cells[(_local2 + (_local1 * 4))].setCellIcon(((_local2 + (_local1 * 4)) + 1)); if ((_local2 + (_local1 * 4)) == Main.Application.videos_unlocked){ cells[(_local2 + (_local1 * 4))].gotoAndStop(1); cells[(_local2 + (_local1 * 4))].cell_caption.text = ("$" + Main.Application.prices[Main.Application.videos_unlocked]); cells[(_local2 + (_local1 * 4))].setClickable(((_local2 + (_local1 * 4)) + 1), true); if (Main.Application.money >= (Main.Application.prices[Main.Application.videos_unlocked] + 1)){ cells[(_local2 + (_local1 * 4))].cb.gotoAndPlay(2); } else { cells[(_local2 + (_local1 * 4))].cb.gotoAndStop(1); }; } else { if ((_local2 + (_local1 * 4)) > Main.Application.videos_unlocked){ cells[(_local2 + (_local1 * 4))].gotoAndStop(1); cells[(_local2 + (_local1 * 4))].cell_caption.text = "LOCKED"; cells[(_local2 + (_local1 * 4))].setUnClickable(); cells[(_local2 + (_local1 * 4))].cb.gotoAndStop(1); } else { cells[(_local2 + (_local1 * 4))].gotoAndStop(2); cells[(_local2 + (_local1 * 4))].cb.gotoAndStop(1); cells[(_local2 + (_local1 * 4))].setClickable(((_local2 + (_local1 * 4)) + 1)); }; }; }; _local2++; }; _local1++; }; } } }//package
Section 57
//shell (shell) package { import flash.events.*; import flash.net.*; import flash.display.*; public class shell extends MovieClip { public var q:MovieClip; public var s:stelka; public var cocoS:coco; public function shell(){ addFrameScript(0, frame1); q.gotoAndStop(1); s.gotoAndStop(1); } public function disableClick(){ useHandCursor = false; buttonMode = false; removeEventListener(MouseEvent.CLICK, onClick); } public function showRightCell(_arg1:Event){ if (currentFrame == totalFrames){ Main.Application.soundControl.Play(7, 1, false); Main.Application.soundControl.Play(4, 1, false); removeEventListener(Event.ENTER_FRAME, showRightCell); switch (Main.Application.answer){ case 1: Main.Application.var0MC.shell_1.Open(); Main.Application.var0MC.shell_1.s.gotoAndPlay(1); break; case 2: Main.Application.var0MC.shell_2.Open(); Main.Application.var0MC.shell_2.s.gotoAndPlay(1); break; case 3: Main.Application.var0MC.shell_3.Open(); Main.Application.var0MC.shell_3.s.gotoAndPlay(1); break; }; }; } function frame1(){ stop(); } public function enableClick(){ useHandCursor = true; buttonMode = true; addEventListener(MouseEvent.CLICK, onClick); } public function onClick(_arg1:MouseEvent){ Main.Application.var0MC.shell_1.stopQ(); Main.Application.var0MC.shell_2.stopQ(); Main.Application.var0MC.shell_3.stopQ(); Main.Application.var0MC.shell_1.disableClick(); Main.Application.var0MC.shell_2.disableClick(); Main.Application.var0MC.shell_3.disableClick(); Main.Application.ballMC.visible = true; var _local2:Array = name.split("_"); var _local3:String = _local2[1]; if (_local3 != Main.Application.answer.toString()){ if (Main.Application.money < 1){ Main.Application.game_over_panelMC.visible = true; }; gotoAndPlay(2); Main.Application.soundControl.Play(5, 1, false); Main.Application.soundControl.Play(3, 1, false); addEventListener(Event.ENTER_FRAME, showRightCell); } else { Main.Application.money = (Main.Application.money + (Main.Application.bet * 2)); Main.Application.cpanel.money.text = Main.Application.money.toString(); Main.Application.screenMC.reDraw(); Main.Application.gameWin = true; Main.Application.soundControl.Play(6, 1, false); Open(); }; Main.Application.bet = 0; Main.Application.cpanel.bet.text = Main.Application.bet.toString(); } public function Open(){ gotoAndPlay(2); Main.Application.soundControl.Play(3, 1, false); addEventListener(Event.ENTER_FRAME, clearGame); } public function Clear(){ Main.Application.gameStarted = false; removeEventListener(Event.ENTER_FRAME, clearGame); removeEventListener(Event.ENTER_FRAME, showRightCell); q.gotoAndStop(1); s.gotoAndStop(1); gotoAndStop(1); } public function stopQ(){ q.gotoAndStop(1); } public function playQ(){ q.gotoAndPlay(1); } public function clearGame(_arg1:Event){ var _local2:int; if (currentFrame == totalFrames){ Main.Application.soundControl.Play(4, 1, false); removeEventListener(Event.ENTER_FRAME, clearGame); if (Main.Application.gameWin == true){ _local2 = 0; while (_local2 < 12) { (Main.Application.videoMC.getChildByName(("v" + (_local2 + 1))) as MovieClip).visible = false; (Main.Application.videoMC.getChildByName(("v" + (_local2 + 1))) as MovieClip).gotoAndStop(1); _local2++; }; Main.Application.videoMC.visible = false; Main.Application.videoMC.gotoAndStop(1); Main.Application.screenMC.reDraw(); }; Main.Application.btnGalleryMC.visible = false; Main.Application.btnMoreOfThisMC.visible = false; Main.Application.btnContinueMC.visible = false; Main.Application.btnStartMC.visible = true; if (Main.Application.money < (Main.Application.prices[Main.Application.videos_unlocked] + 1)){ Main.Application.btnStartMC.x = 125; } else { Main.Application.btnBuyVideoMC.visible = true; Main.Application.btnStartMC.x = 180; }; Main.Application.gameStarted = false; }; } } }//package
Section 58
//shell_close (shell_close) package { import flash.media.*; public dynamic class shell_close extends Sound { } }//package
Section 59
//shell_move (shell_move) package { import flash.media.*; public dynamic class shell_move extends Sound { } }//package
Section 60
//shell_open (shell_open) package { import flash.media.*; public dynamic class shell_open extends Sound { } }//package
Section 61
//siga_smoke (siga_smoke) package { import flash.display.*; public dynamic class siga_smoke extends MovieClip { } }//package
Section 62
//SoundControl (SoundControl) package { import flash.events.*; import flash.display.*; import flash.media.*; public class SoundControl extends Sprite { private var sndTransform:Array; private var sndNum:int;// = 0 private var channel:Array; private var sound:Array; private var globalSwitch:Boolean;// = true private var loopPlay:Array; private var sndSwitch:Array; public function SoundControl(){ sound = new Array(); channel = new Array(); sndTransform = new Array(); sndSwitch = new Array(); loopPlay = new Array(); super(); addEventListener(Event.ENTER_FRAME, onEnterFrame); } public function Stop(_arg1:int):void{ sndSwitch[_arg1] = false; } public function Play(_arg1:int, _arg2:int, _arg3:Boolean=false):void{ sndSwitch[_arg1] = true; if (!loopPlay[_arg1]){ if (_arg2 == 0){ loopPlay[_arg1] = true; }; if (((!(globalSwitch)) || (_arg3))){ sndTransform[_arg1].volume = 0; }; channel[_arg1] = sound[_arg1].play(0, ((_arg2)>0) ? _arg2 : 999999, sndTransform[_arg1]); }; } public function AddSound(_arg1:Object):void{ sound[sndNum] = _arg1; channel[sndNum] = new SoundChannel(); sndTransform[sndNum] = new SoundTransform(); sndSwitch[sndNum] = true; loopPlay[sndNum] = false; sndNum++; } private function onEnterFrame(_arg1:Event):void{ var _local2:int; while (_local2 < sndNum) { if (((((!(globalSwitch)) || (!(sndSwitch[_local2])))) && ((sndTransform[_local2].volume > 0)))){ sndTransform[_local2].volume = (sndTransform[_local2].volume - 0.05); channel[_local2].soundTransform = sndTransform[_local2]; if (sndTransform[_local2].volume <= 0.07){ sndTransform[_local2].volume = 0; channel[_local2].soundTransform = sndTransform[_local2]; }; } else { if (((((globalSwitch) && (sndSwitch[_local2]))) && ((sndTransform[_local2].volume < 1)))){ sndTransform[_local2].volume = (sndTransform[_local2].volume + 0.05); channel[_local2].soundTransform = sndTransform[_local2]; if (sndTransform[_local2].volume >= 0.93){ sndTransform[_local2].volume = 1; channel[_local2].soundTransform = sndTransform[_local2]; }; }; }; _local2++; }; } public function TouchSound():void{ if (sndNum == 0){ return; }; globalSwitch = !(globalSwitch); if (globalSwitch){ sndTransform[0].volume = 1; channel[0].soundTransform = sndTransform[0]; }; } } }//package
Section 63
//stelka (stelka) package { import flash.display.*; public dynamic class stelka extends MovieClip { public function stelka(){ addFrameScript(49, frame50); } function frame50(){ stop(); } } }//package
Section 64
//tada (tada) package { import flash.media.*; public dynamic class tada extends Sound { } }//package
Section 65
//tdsOptions (tdsOptions) package { public class tdsOptions { public static const redirect_url:String = (("http://" + host) + "/redirect.php"); public static const gameid:String = "ssg2"; public static const version:uint = 1; public static const host:String = "tds.myhornybunny.com"; public static const link_count_url:String = (("http://" + host) + "/countLink.php"); public static const get_config_url:String = (("http://" + host) + "/getConfig.php"); public static var alive:Boolean = true; public static var secured_redirect:Boolean = true; public static var spare_links:Array = new Array("http://myhornybunny.com/", "http://in.sapphicerotica.com/track/MTY4MjY6Mzox/", "http://www.theclassicporn.com/index.php?id=myhbunny", "http://secure.twistys.com/track/MTg2Njc1OjU6MQ/", "http://www.sextronix.com/hit/136/109039/1/1/ssg2/", "http://www.dvdstore.com/?acc=59782890&track=ssg2&rev=yes", "http://www.allpremiumpass.com/?acc=59782890&d=1&track=ssg2&rev=yes", "http://www.allanimemovies.com/?acc=59782890&d=1&track=ssg2&rev=yes"); public static var country:String; public static var language:String; public static var referer:String; public static function setReferer(_arg1:String, _arg2:String):void{ if ((((_arg1 == null)) || ((_arg1 == "")))){ _arg1 = _arg2; }; referer = ""; if (_arg1 == null){ referer = "empty"; } else { if (_arg1.substr(0, 7) == "file://"){ referer = "local"; }; }; if (referer != ""){ return; }; if (_arg1.indexOf("http://") != -1){ _arg1 = _arg1.substr(7); }; if (_arg1.indexOf("/") != -1){ _arg1 = _arg1.substr(0, _arg1.indexOf("/")); }; referer = _arg1; } } }//package
Section 66
//var0 (var0) package { import flash.display.*; public dynamic class var0 extends MovieClip { public var shell_1:shell; public var shell_2:shell; public var shell_3:shell; public function var0(){ addFrameScript(0, frame1); } function frame1(){ stop(); } } }//package
Section 67
//var1 (var1) package { public dynamic class var1 extends varD { public function var1(){ addFrameScript(139, frame140); } function frame140(){ stop(); } } }//package
Section 68
//var2 (var2) package { public dynamic class var2 extends varD { public function var2(){ addFrameScript(139, frame140); } function frame140(){ stop(); } } }//package
Section 69
//var3 (var3) package { public dynamic class var3 extends varD { public function var3(){ addFrameScript(139, frame140); } function frame140(){ stop(); } } }//package
Section 70
//varD (varD) package { import flash.display.*; public class varD extends MovieClip { public var nframe:Number; public function varD(){ nframe = 1; } } }//package
Section 71
//video (video) package { import flash.events.*; import flash.net.*; import flash.display.*; public class video extends MovieClip { public var v6:MovieClip; public var v7:MovieClip; public var v9:MovieClip; public var v8:MovieClip; public var v10:MovieClip; public var v11:MovieClip; public var v12:MovieClip; public var v1:MovieClip; public var v2:MovieClip; public var v3:MovieClip; public var v4:MovieClip; public var v5:MovieClip; public function video(){ useHandCursor = true; buttonMode = true; addEventListener(MouseEvent.CLICK, onClick); } public function gettingAlpha(_arg1:Event){ if (alpha == 1){ removeEventListener(Event.ENTER_FRAME, gettingAlpha); } else { alpha = (alpha + 0.05); }; } public function getAlpha(){ alpha = 0; addEventListener(Event.ENTER_FRAME, gettingAlpha); } public function onClick(_arg1:MouseEvent){ Main.Application.btnGalleryMC.visible = false; Main.Application.btnMoreOfThisMC.visible = false; if (Main.Application.btnStartMC.visible == false){ if (Main.Application.money >= (Main.Application.prices[Main.Application.videos_unlocked] + 1)){ Main.Application.btnBuyVideoMC.visible = true; } else { Main.Application.btnContinueMC.x = 125; }; }; Main.Application.videoMC.visible = false; var _local2:int; while (_local2 < 12) { (Main.Application.videoMC.getChildByName(("v" + (_local2 + 1))) as MovieClip).gotoAndStop(1); _local2++; }; Main.Application.videoMC.gotoAndStop(1); Main.Application.soundControl.Play(0, 0, false); } } }//package
Section 72
//video_mask (video_mask) package { import flash.display.*; public dynamic class video_mask extends MovieClip { } }//package

Library Items

Symbol 1 MovieClip {preloader_background}Used by:Timeline
Symbol 2 GraphicUsed by:Timeline
Symbol 3 GraphicUsed by:4
Symbol 4 MovieClipUses:3Used by:Timeline
Symbol 5 FontUsed by:6
Symbol 6 TextUses:5Used by:Timeline
Symbol 7 BitmapUsed by:8
Symbol 8 GraphicUses:7Used by:9
Symbol 9 Button {btnMyHornyBunny}Uses:8Used by:209  Timeline
Symbol 10 Sound {tada}
Symbol 11 Sound {shell_open}
Symbol 12 Sound {shell_move}
Symbol 13 Sound {shell_close}
Symbol 14 Sound {gameTheme}
Symbol 15 Sound {game_over}
Symbol 16 Sound {coin2}
Symbol 17 Sound {button_click}
Symbol 18 FontUsed by:19 21 23 26 27 29 30 31 34 35 38 39 41 42 64 65 184 186 187 189 190 192 194 195 197 198 204 205 206 207 210 211 212 213 219 220 224 226 227 228 230 231 232 234 235 236 238 239 240 242 243 244 245 247 248 249 251 252 253 255
Symbol 19 TextUses:18Used by:20
Symbol 20 Button {btnTouchSoundOn}Uses:19
Symbol 21 TextUses:18Used by:22
Symbol 22 Button {btnMoreGirlsLevel}Uses:21
Symbol 23 TextUses:18Used by:24
Symbol 24 Button {btnTouchSoundOff}Uses:23
Symbol 25 GraphicUsed by:33 63 200
Symbol 26 TextUses:18Used by:28 37
Symbol 27 TextUses:18Used by:28 37
Symbol 28 Button {btnIntroContinue}Uses:26 27Used by:33
Symbol 29 TextUses:18Used by:32
Symbol 30 TextUses:18Used by:32
Symbol 31 TextUses:18Used by:32
Symbol 32 MovieClipUses:29 30 31Used by:33
Symbol 33 MovieClip {AdultOnlySplash}Uses:25 28 32
Symbol 34 TextUses:18Used by:36
Symbol 35 TextUses:18Used by:36
Symbol 36 Button {btnBuyVideo}Uses:34 35
Symbol 37 Button {btnContinue}Uses:26 27
Symbol 38 TextUses:18Used by:40
Symbol 39 TextUses:18Used by:40
Symbol 40 Button {btnGallery}Uses:38 39
Symbol 41 TextUses:18Used by:43
Symbol 42 TextUses:18Used by:43
Symbol 43 Button {btnStart}Uses:41 42
Symbol 44 MovieClip {advBlock1}
Symbol 45 BitmapUsed by:46
Symbol 46 GraphicUses:45Used by:54 55
Symbol 47 BitmapUsed by:48
Symbol 48 GraphicUses:47Used by:49
Symbol 49 MovieClip {coco}Uses:48Used by:55
Symbol 50 GraphicUsed by:51
Symbol 51 MovieClip {Game_fla.Timeline_60}Uses:50Used by:55
Symbol 52 GraphicUsed by:53
Symbol 53 MovieClip {stelka}Uses:52Used by:55
Symbol 54 MovieClipUses:46Used by:55
Symbol 55 MovieClip {shell}Uses:46 49 51 53 54Used by:56 57 58 59
Symbol 56 MovieClip {var2}Uses:55
Symbol 57 MovieClip {var3}Uses:55
Symbol 58 MovieClip {var0}Uses:55
Symbol 59 MovieClip {var1}Uses:55
Symbol 60 BitmapUsed by:61
Symbol 61 GraphicUses:60Used by:62
Symbol 62 MovieClip {ball}Uses:61
Symbol 63 MovieClip {video_mask}Uses:25
Symbol 64 TextUses:18Used by:66
Symbol 65 TextUses:18Used by:66
Symbol 66 Button {btnSkip}Uses:64 65Used by:74
Symbol 67 GraphicUsed by:68
Symbol 68 MovieClipUses:67Used by:74
Symbol 69 FontUsed by:71
Symbol 70 FontUsed by:71
Symbol 71 TextUses:69 70Used by:74
Symbol 72 BitmapUsed by:73
Symbol 73 GraphicUses:72Used by:74
Symbol 74 MovieClip {intro}Uses:68 66 71 73
Symbol 75 BitmapUsed by:76
Symbol 76 GraphicUses:75Used by:77
Symbol 77 MovieClipUses:76Used by:78
Symbol 78 MovieClip {screen}Uses:77
Symbol 79 BitmapUsed by:80
Symbol 80 GraphicUses:79Used by:103
Symbol 81 BitmapUsed by:82
Symbol 82 GraphicUses:81Used by:103
Symbol 83 BitmapUsed by:84
Symbol 84 GraphicUses:83Used by:103
Symbol 85 BitmapUsed by:86
Symbol 86 GraphicUses:85Used by:103
Symbol 87 BitmapUsed by:88
Symbol 88 GraphicUses:87Used by:103
Symbol 89 BitmapUsed by:90
Symbol 90 GraphicUses:89Used by:103
Symbol 91 BitmapUsed by:92
Symbol 92 GraphicUses:91Used by:103
Symbol 93 BitmapUsed by:94
Symbol 94 GraphicUses:93Used by:103
Symbol 95 BitmapUsed by:96
Symbol 96 GraphicUses:95Used by:103
Symbol 97 BitmapUsed by:98
Symbol 98 GraphicUses:97Used by:103
Symbol 99 BitmapUsed by:100
Symbol 100 GraphicUses:99Used by:103
Symbol 101 BitmapUsed by:102
Symbol 102 GraphicUses:101Used by:103
Symbol 103 MovieClip {icons}Uses:80 82 84 86 88 90 92 94 96 98 100 102Used by:110
Symbol 104 BitmapUsed by:105
Symbol 105 GraphicUses:104Used by:110
Symbol 106 BitmapUsed by:107
Symbol 107 GraphicUses:106Used by:108 109
Symbol 108 MovieClip {cell_border_obj}Uses:107Used by:109
Symbol 109 MovieClip {cell_border}Uses:107 108Used by:110
Symbol 110 MovieClip {cell}Uses:103 105 109
Symbol 111 BitmapUsed by:112
Symbol 112 GraphicUses:111Used by:155
Symbol 113 BitmapUsed by:114
Symbol 114 GraphicUses:113Used by:155
Symbol 115 BitmapUsed by:116
Symbol 116 GraphicUses:115Used by:123
Symbol 117 BitmapUsed by:118
Symbol 118 GraphicUses:117Used by:123
Symbol 119 BitmapUsed by:120
Symbol 120 GraphicUses:119Used by:123
Symbol 121 BitmapUsed by:122
Symbol 122 GraphicUses:121Used by:123
Symbol 123 MovieClip {siga_smoke}Uses:116 118 120 122Used by:155
Symbol 124 BitmapUsed by:125
Symbol 125 GraphicUses:124Used by:155
Symbol 126 BitmapUsed by:127 129 131 133 135 137
Symbol 127 GraphicUses:126Used by:155
Symbol 128 BitmapUsed by:129
Symbol 129 GraphicUses:128 126Used by:155
Symbol 130 BitmapUsed by:131
Symbol 131 GraphicUses:130 126Used by:155
Symbol 132 BitmapUsed by:133
Symbol 133 GraphicUses:132 126Used by:155
Symbol 134 BitmapUsed by:135
Symbol 135 GraphicUses:134 126Used by:155
Symbol 136 BitmapUsed by:137
Symbol 137 GraphicUses:136 126Used by:155
Symbol 138 BitmapUsed by:139
Symbol 139 GraphicUses:138Used by:155
Symbol 140 BitmapUsed by:141
Symbol 141 GraphicUses:140Used by:155
Symbol 142 BitmapUsed by:143
Symbol 143 GraphicUses:142Used by:155
Symbol 144 BitmapUsed by:146
Symbol 145 BitmapUsed by:146 148 150
Symbol 146 GraphicUses:144 145Used by:155
Symbol 147 BitmapUsed by:148
Symbol 148 GraphicUses:147 145Used by:155
Symbol 149 BitmapUsed by:150
Symbol 150 GraphicUses:149 145Used by:155
Symbol 151 BitmapUsed by:152
Symbol 152 GraphicUses:151Used by:155
Symbol 153 BitmapUsed by:154
Symbol 154 GraphicUses:153Used by:155
Symbol 155 MovieClip {dude}Uses:112 114 123 125 127 129 131 133 135 137 139 141 143 146 148 150 152 154
Symbol 156 BitmapUsed by:157
Symbol 157 GraphicUses:156Used by:158
Symbol 158 MovieClip {border}Uses:157Used by:183
Symbol 159 VideoUsed by:160
Symbol 160 MovieClipUses:159 SS1Used by:183
Symbol 161 VideoUsed by:162
Symbol 162 MovieClipUses:161 SS2Used by:183
Symbol 163 VideoUsed by:164
Symbol 164 MovieClipUses:163 SS3Used by:183
Symbol 165 VideoUsed by:166
Symbol 166 MovieClipUses:165 SS4Used by:183
Symbol 167 VideoUsed by:168
Symbol 168 MovieClipUses:167 SS5Used by:183
Symbol 169 VideoUsed by:170
Symbol 170 MovieClipUses:169 SS6Used by:183
Symbol 171 VideoUsed by:172
Symbol 172 MovieClipUses:171 SS7Used by:183
Symbol 173 VideoUsed by:174
Symbol 174 MovieClipUses:173 SS8Used by:183
Symbol 175 VideoUsed by:176
Symbol 176 MovieClipUses:175 SS9Used by:183
Symbol 177 VideoUsed by:178
Symbol 178 MovieClipUses:177 SS10Used by:183
Symbol 179 VideoUsed by:180
Symbol 180 MovieClipUses:179 SS11Used by:183
Symbol 181 VideoUsed by:182
Symbol 182 MovieClipUses:181 SS12Used by:183
Symbol 183 MovieClip {video}Uses:160 162 164 166 168 170 172 174 176 178 180 182 158
Symbol 184 TextUses:18Used by:185
Symbol 185 Button {btnBack}Uses:184Used by:209
Symbol 186 TextUses:18Used by:188
Symbol 187 TextUses:18Used by:188
Symbol 188 Button {btnTonsOfHentai}Uses:186 187Used by:209
Symbol 189 TextUses:18Used by:191
Symbol 190 TextUses:18Used by:191
Symbol 191 Button {btnMoreVideos}Uses:189 190Used by:209
Symbol 192 TextUses:18Used by:193
Symbol 193 Button {btnFreePorn}Uses:192Used by:209
Symbol 194 TextUses:18Used by:196
Symbol 195 TextUses:18Used by:196
Symbol 196 Button {btnPrivateContent}Uses:194 195Used by:209
Symbol 197 TextUses:18Used by:199
Symbol 198 TextUses:18Used by:199
Symbol 199 Button {btnMoreGirls}Uses:197 198Used by:209
Symbol 200 MovieClipUses:25Used by:209
Symbol 201 BitmapUsed by:202
Symbol 202 GraphicUses:201Used by:203
Symbol 203 MovieClipUses:202Used by:209
Symbol 204 TextUses:18Used by:209
Symbol 205 TextUses:18Used by:208
Symbol 206 TextUses:18Used by:208
Symbol 207 TextUses:18Used by:208
Symbol 208 Button {btnReplay}Uses:205 206 207Used by:209 225
Symbol 209 MovieClip {finalScreen}Uses:200 203 204 208 199 196 193 191 188 185 9
Symbol 210 TextUses:18Used by:214
Symbol 211 EditableTextUses:18Used by:214
Symbol 212 TextUses:18Used by:214
Symbol 213 EditableTextUses:18Used by:214
Symbol 214 MovieClip {control_panel}Uses:210 211 212 213
Symbol 215 GraphicUsed by:216
Symbol 216 MovieClip {mini_panel}Uses:215
Symbol 217 GraphicUsed by:218
Symbol 218 MovieClip {panel2}Uses:217
Symbol 219 TextUses:18Used by:221
Symbol 220 TextUses:18Used by:221
Symbol 221 Button {btnMoreOfThis}Uses:219 220Used by:225
Symbol 222 GraphicUsed by:223
Symbol 223 MovieClip {empty}Uses:222Used by:225
Symbol 224 TextUses:18Used by:225
Symbol 225 MovieClip {game_over_panel}Uses:223 208 224 221
Symbol 226 TextUses:18Used by:229
Symbol 227 TextUses:18Used by:229
Symbol 228 TextUses:18Used by:229
Symbol 229 Button {btnBet50dollars}Uses:226 227 228Used by:259
Symbol 230 TextUses:18Used by:233
Symbol 231 TextUses:18Used by:233
Symbol 232 TextUses:18Used by:233
Symbol 233 Button {btnBet25dollars}Uses:230 231 232Used by:259
Symbol 234 TextUses:18Used by:237
Symbol 235 TextUses:18Used by:237
Symbol 236 TextUses:18Used by:237
Symbol 237 Button {btnBet15dollars}Uses:234 235 236Used by:259
Symbol 238 TextUses:18Used by:241
Symbol 239 TextUses:18Used by:241
Symbol 240 TextUses:18Used by:241
Symbol 241 Button {btnBet10dollars}Uses:238 239 240Used by:259
Symbol 242 TextUses:18Used by:246
Symbol 243 TextUses:18Used by:246
Symbol 244 TextUses:18Used by:246
Symbol 245 TextUses:18Used by:246
Symbol 246 Button {btnBet5dollars}Uses:242 243 244 245Used by:259
Symbol 247 TextUses:18Used by:250
Symbol 248 TextUses:18Used by:250
Symbol 249 TextUses:18Used by:250
Symbol 250 Button {btnBet1dollar}Uses:247 248 249Used by:259
Symbol 251 TextUses:18Used by:254
Symbol 252 TextUses:18Used by:254
Symbol 253 TextUses:18Used by:254
Symbol 254 Button {btnBetHalfOfMyMoney}Uses:251 252 253Used by:259
Symbol 255 TextUses:18Used by:256
Symbol 256 Button {btnBetAllMyMoney}Uses:255Used by:259
Symbol 257 GraphicUsed by:258
Symbol 258 MovieClip {panel}Uses:257Used by:259
Symbol 259 MovieClip {bet_panel}Uses:258 256 254 250 246 241 237 233 229
Symbol 260 BitmapUsed by:262
Symbol 261 BitmapUsed by:262
Symbol 262 GraphicUses:260 261Used by:Timeline
Streaming Sound 1Used by:Symbol 160 MovieClip
Streaming Sound 2Used by:Symbol 162 MovieClip
Streaming Sound 3Used by:Symbol 164 MovieClip
Streaming Sound 4Used by:Symbol 166 MovieClip
Streaming Sound 5Used by:Symbol 168 MovieClip
Streaming Sound 6Used by:Symbol 170 MovieClip
Streaming Sound 7Used by:Symbol 172 MovieClip
Streaming Sound 8Used by:Symbol 174 MovieClip
Streaming Sound 9Used by:Symbol 176 MovieClip
Streaming Sound 10Used by:Symbol 178 MovieClip
Streaming Sound 11Used by:Symbol 180 MovieClip
Streaming Sound 12Used by:Symbol 182 MovieClip

Instance Names

"particle_panel"Frame 1Symbol 1 MovieClip {preloader_background}
"ProgressBarMC"Frame 1Symbol 4 MovieClip
"cocoS"Symbol 55 MovieClip {shell} Frame 1Symbol 49 MovieClip {coco}
"q"Symbol 55 MovieClip {shell} Frame 1Symbol 51 MovieClip {Game_fla.Timeline_60}
"s"Symbol 55 MovieClip {shell} Frame 1Symbol 53 MovieClip {stelka}
"shell_1"Symbol 58 MovieClip {var0} Frame 1Symbol 55 MovieClip {shell}
"shell_2"Symbol 58 MovieClip {var0} Frame 1Symbol 55 MovieClip {shell}
"shell_3"Symbol 58 MovieClip {var0} Frame 1Symbol 55 MovieClip {shell}
"ico"Symbol 110 MovieClip {cell} Frame 1Symbol 103 MovieClip {icons}
"cb"Symbol 110 MovieClip {cell} Frame 1Symbol 109 MovieClip {cell_border}
"v1"Symbol 183 MovieClip {video} Frame 1Symbol 160 MovieClip
"v2"Symbol 183 MovieClip {video} Frame 1Symbol 162 MovieClip
"v3"Symbol 183 MovieClip {video} Frame 1Symbol 164 MovieClip
"v4"Symbol 183 MovieClip {video} Frame 1Symbol 166 MovieClip
"v5"Symbol 183 MovieClip {video} Frame 1Symbol 168 MovieClip
"v6"Symbol 183 MovieClip {video} Frame 1Symbol 170 MovieClip
"v7"Symbol 183 MovieClip {video} Frame 1Symbol 172 MovieClip
"v8"Symbol 183 MovieClip {video} Frame 1Symbol 174 MovieClip
"v9"Symbol 183 MovieClip {video} Frame 1Symbol 176 MovieClip
"v10"Symbol 183 MovieClip {video} Frame 1Symbol 178 MovieClip
"v11"Symbol 183 MovieClip {video} Frame 1Symbol 180 MovieClip
"v12"Symbol 183 MovieClip {video} Frame 1Symbol 182 MovieClip
"money"Symbol 214 MovieClip {control_panel} Frame 1Symbol 211 EditableText
"bet"Symbol 214 MovieClip {control_panel} Frame 1Symbol 213 EditableText

Special Tags

FileAttributes (69)Timeline Frame 1Access network only, Metadata not present, AS3.

Labels

"normal"Symbol 155 MovieClip {dude} Frame 1
"smoke"Symbol 155 MovieClip {dude} Frame 2
"eyes"Symbol 155 MovieClip {dude} Frame 71




http://swfchan.com/18/89422/info.shtml
Created: 28/3 -2019 23:40:42 Last modified: 28/3 -2019 23:40:42 Server time: 23/04 -2024 23:49:52