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/31363049?noj=FRM31363049-2DC" width="1" height="1"></div>

Shifumi with Amandine - Challenge sexy Amandine in this adult RPS game.swf

This is the info page for
Flash #89092

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


Text
Loading...

Press Space

Game Over

Pause

Press Space

Level Completed

ActionScript [AS3]

Section 1
//jeu_2 (Shifumi_fla.jeu_2) package Shifumi_fla { import flash.events.*; import flash.display.*; import flash.text.*; import flash.utils.*; import flash.net.*; import adobe.utils.*; import flash.accessibility.*; import flash.errors.*; import flash.external.*; import flash.filters.*; import flash.geom.*; import flash.media.*; import flash.printing.*; import flash.system.*; import flash.ui.*; import flash.xml.*; public dynamic class jeu_2 extends MovieClip { public var pointspc:int; public var Result:TextField; public var Start:SimpleButton; public var StrVid; public var TC; public var video; public var feuille:SimpleButton; public var ciseaux:SimpleButton; public var tableau; public var res; public var h1:H1; public var h2:MovieClip; public var h3:MovieClip; public var h4:H4; public var myTimer:Timer; public var changementHabit; public var ho:H0; public var pierre:SimpleButton; public var CacheS:MovieClip; public var TCfin; public var affBool:Boolean; public var gameRunning:Boolean; public var choix:String; public var textMC:MovieClip; public var TC0; public var TC1; public var TC3; public var TC2; public var TC4; public var habit; public var btOk:SimpleButton; public var timerOK:Timer; public var bonjour:Bonjour; public function jeu_2(){ addFrameScript(0, frame1); } public function lanceWaiting(){ btOk.visible = false; CacheS.visible = (Result.visible = (pierre.visible = (feuille.visible = (ciseaux.visible = true)))); Result.text = "MakE your choicE!"; res = ""; choix = tableau[Math.round((Math.random() * 2))]; ciseaux.enabled = true; feuille.enabled = true; pierre.enabled = true; } public function feuilleClick(_arg1:MouseEvent){ affBool = true; pierre.visible = (feuille.visible = (ciseaux.visible = (CacheS.visible = (Result.visible = (btOk.visible = (pierre.enabled = (feuille.enabled = (ciseaux.enabled = false)))))))); if (choix == "Ciseaux"){ StrVid = "perdu"; TCfin = TC[habit][3]; video.gotoAndPlay((1 + TC[habit][2])); } else { if (choix == "Pierre"){ StrVid = "gagne"; video.gotoAndPlay((1 + TC[habit][5])); TCfin = TC[habit][6]; } else { if (choix == "Feuille"){ StrVid = "nul"; TCfin = TC[habit][9]; video.gotoAndPlay((1 + TC[habit][8])); }; }; }; video.addEventListener(Event.ENTER_FRAME, listenerObject); } public function ciseauxClick(_arg1:MouseEvent){ affBool = true; pierre.visible = (feuille.visible = (ciseaux.visible = (CacheS.visible = (Result.visible = (pierre.enabled = (feuille.enabled = (ciseaux.enabled = false))))))); if (choix == "Ciseaux"){ StrVid = "nul"; TCfin = TC[habit][1]; video.gotoAndPlay((1 + TC[habit][0])); } else { if (choix == "Pierre"){ StrVid = "perdu"; TCfin = TC[habit][4]; video.gotoAndPlay((1 + TC[habit][3])); } else { if (choix == "Feuille"){ StrVid = "gagne"; TCfin = TC[habit][7]; video.gotoAndPlay((1 + TC[habit][6])); }; }; }; video.addEventListener(Event.ENTER_FRAME, listenerObject); } public function btOkClick(_arg1:MouseEvent){ btOk.visible = false; startGame(); } function frame1(){ gameRunning = false; pointspc = 0; StrVid = "bonjour"; res = ""; Start.addEventListener(MouseEvent.MOUSE_UP, Start_Click); stop(); bonjour.stop(); ho.stop(); h1.stop(); h2.stop(); h3.stop(); h4.stop(); changementHabit = 0; habit = 0; btOk.addEventListener(MouseEvent.MOUSE_UP, btOkClick); btOk.addEventListener(MouseEvent.MOUSE_UP, btOkClick); pierre.addEventListener(MouseEvent.MOUSE_UP, pierreClick); feuille.addEventListener(MouseEvent.MOUSE_UP, feuilleClick); ciseaux.addEventListener(MouseEvent.MOUSE_UP, ciseauxClick); TC0 = new Array(0, 25, 45, 65, 85, 104, 125, 145, 166, 187, 206, 227, 351); TC1 = new Array(0, 25, 49, 71, 91, 114, 135, 157, 183, 209, 0x0101, 488, 733); TC2 = new Array(0, 22, 43, 66, 86, 105, 127, 148, 168, 186, 225, 458, 737); TC3 = new Array(0, 19, 29, 48, 66, 85, 105, 124, 142, 158, 192, 422, 704); TC4 = new Array(0, 20, 39, 59, 80, 101, 119, 137, 157, 178, 201, 381, 529); TC = new Array(TC0, TC1, TC2, TC3, TC4); TCfin = 0; tableau = new Array("Pierre", "Feuille", "Ciseaux"); choix = tableau[Math.round(((Math.random() * this.length) - 0.5))]; affBool = false; myTimer = new Timer(900); timerOK = new Timer(1500); myTimer.addEventListener(TimerEvent.TIMER, timer_Tick); timerOK.addEventListener(TimerEvent.TIMER, timerOK_Tick); } public function timer_Tick(_arg1:TimerEvent){ myTimer.stop(); if (affBool){ affBool = false; timerOK.start(); CacheS.visible = (Result.visible = true); }; } public function videoplayNew(_arg1){ video = _arg1; _arg1.visible = true; video.gotoAndStop(0); video.visible = true; video.addEventListener(Event.ENTER_FRAME, listenerObject); } public function listenerObject(_arg1:Event){ if (StrVid == "bonjour"){ if (bonjour.currentFrame >= 56){ bonjour.stop(); lanceWaiting(); bonjour.removeEventListener(Event.ENTER_FRAME, listenerObject); videoplayNew(ho); bonjour.visible = (h1.visible = (h2.visible = (h3.visible = (h4.visible = false)))); setChildIndex(ho, 1); }; } else { if (video.currentFrame >= TCfin){ video.stop(); video.removeEventListener(Event.ENTER_FRAME, listenerObject); if (StrVid != ""){ myTimer.start(); if (StrVid == "gagne"){ Result.text = "You win!"; }; if (StrVid == "nul"){ Result.text = "Draw!"; }; if (StrVid == "perdu"){ Result.text = "You loosE!"; }; } else { CacheS.visible = (Result.visible = true); if (changementHabit == 10){ Result.text = "You'vE won, I'm nakEd! Play again?"; btOk.visible = true; } else { if (changementHabit != 0){ myTimer.start(); video.visible = false; habit = (habit + changementHabit); if (habit == 0){ videoplayNew(ho); bonjour.visible = (h1.visible = (h2.visible = (h3.visible = (h4.visible = false)))); setChildIndex(ho, 1); }; if (habit == 1){ videoplayNew(h1); bonjour.visible = (ho.visible = (h2.visible = (h3.visible = (h4.visible = false)))); setChildIndex(h1, 1); }; if (habit == 2){ videoplayNew(h2); bonjour.visible = (ho.visible = (h1.visible = (h3.visible = (h4.visible = false)))); setChildIndex(h2, 1); }; if (habit == 3){ videoplayNew(h3); bonjour.visible = (ho.visible = (h1.visible = (h2.visible = (h4.visible = false)))); setChildIndex(h3, 1); }; if (habit == 4){ videoplayNew(h4); bonjour.visible = (ho.visible = (h1.visible = (h2.visible = (h3.visible = false)))); setChildIndex(h4, 1); }; changementHabit = 0; }; lanceWaiting(); }; }; }; }; } public function Start_Click(_arg1:MouseEvent){ if (!gameRunning){ startGame(); pointspc = 0; Start.visible = false; }; } public function timerOK_Tick(_arg1:TimerEvent){ timerOK.stop(); CacheS.visible = (Result.visible = (btOk.visible = false)); if (StrVid == "gagne"){ video.gotoAndPlay((1 + TC[habit][11])); TCfin = TC[habit][12]; if (habit != 4){ changementHabit = 1; } else { changementHabit = 10; }; video.addEventListener(Event.ENTER_FRAME, listenerObject); }; if (StrVid == "nul"){ video.gotoAndPlay((1 + TC[habit][9])); TCfin = TC[habit][10]; video.addEventListener(Event.ENTER_FRAME, listenerObject); }; if (StrVid == "perdu"){ video.gotoAndPlay((1 + TC[habit][10])); TCfin = TC[habit][11]; if (habit != 0){ changementHabit = -1; }; video.addEventListener(Event.ENTER_FRAME, listenerObject); }; StrVid = ""; } public function startGame(){ changementHabit = 0; habit = 0; textMC.visible = false; gameRunning = true; pierre.visible = false; feuille.visible = false; ciseaux.visible = false; StrVid = "bonjour"; res = ""; CacheS.visible = (Result.visible = (btOk.visible = false)); videoplayNew(bonjour); ho.visible = (h1.visible = (h2.visible = (h3.visible = (h4.visible = false)))); video.play(); } public function pierreClick(_arg1:MouseEvent){ affBool = true; pierre.visible = (feuille.visible = (ciseaux.visible = (CacheS.visible = (Result.visible = (btOk.visible = (pierre.enabled = (feuille.enabled = (ciseaux.enabled = false)))))))); if (choix == "Ciseaux"){ StrVid = "gagne"; TCfin = TC[habit][2]; video.gotoAndPlay((1 + TC[habit][1])); } else { if (choix == "Pierre"){ StrVid = "nul"; TCfin = TC[habit][5]; video.gotoAndPlay((1 + TC[habit][4])); } else { if (choix == "Feuille"){ StrVid = "perdu"; TCfin = TC[habit][8]; video.gotoAndPlay((1 + TC[habit][7])); }; }; }; video.addEventListener(Event.ENTER_FRAME, listenerObject); } } }//package Shifumi_fla
Section 2
//MainTimeline (Shifumi_fla.MainTimeline) package Shifumi_fla { import flash.events.*; import flash.display.*; import flash.text.*; import flash.net.*; public dynamic class MainTimeline extends MovieClip { public var progressText:TextField; public var Link:SimpleButton; public function MainTimeline(){ addFrameScript(0, frame1, 1, frame2); } public function loadProgress(_arg1:Event){ var _local2:int; var _local3:int; var _local4:int; var _local5:int; _local2 = this.root.loaderInfo.bytesLoaded; _local3 = this.root.loaderInfo.bytesTotal; _local4 = (_local2 / 0x0400); _local5 = (_local3 / 0x0400); progressText.text = (((("Loading: " + _local4) + "/") + _local5) + "Kb"); if (_local2 >= _local3){ removeEventListener(Event.ENTER_FRAME, loadProgress); progressText.visible = false; gotoAndStop(3); }; } function frame1(){ addEventListener(Event.ENTER_FRAME, loadProgress); Link.addEventListener(MouseEvent.MOUSE_UP, LinkClick); } function frame2(){ stop(); } public function LinkClick(_arg1:MouseEvent){ var _local2:URLRequest; _local2 = new URLRequest("http://www.free-strip-games.com"); navigateToURL(_local2, "_blank"); } } }//package Shifumi_fla
Section 3
//textMC_14 (Shifumi_fla.textMC_14) package Shifumi_fla { import flash.display.*; public dynamic class textMC_14 extends MovieClip { public function textMC_14(){ addFrameScript(0, frame1); } function frame1(){ stop(); } } }//package Shifumi_fla
Section 4
//Bonjour (Bonjour) package { import flash.display.*; public dynamic class Bonjour extends MovieClip { } }//package
Section 5
//H0 (H0) package { import flash.display.*; public dynamic class H0 extends MovieClip { } }//package
Section 6
//H1 (H1) package { import flash.display.*; public dynamic class H1 extends MovieClip { } }//package
Section 7
//H4 (H4) package { import flash.display.*; public dynamic class H4 extends MovieClip { } }//package

Library Items

Symbol 1 VideoUsed by:2
Symbol 2 MovieClip {Bonjour}Uses:1Used by:56
Symbol 3 VideoUsed by:4
Symbol 4 MovieClip {H0}Uses:3Used by:56
Symbol 5 VideoUsed by:6
Symbol 6 MovieClip {H1}Uses:5Used by:56
Symbol 7 VideoUsed by:8
Symbol 8 MovieClip {H4}Uses:7Used by:56
Symbol 9 BitmapUsed by:10
Symbol 10 GraphicUses:9Used by:Timeline
Symbol 11 GraphicUsed by:12
Symbol 12 ButtonUses:11Used by:56  Timeline
Symbol 13 FontUsed by:14 46 51
Symbol 14 EditableTextUses:13Used by:Timeline
Symbol 15 VideoUsed by:16
Symbol 16 MovieClipUses:15Used by:56
Symbol 17 VideoUsed by:18
Symbol 18 MovieClipUses:17Used by:56
Symbol 19 BitmapUsed by:20
Symbol 20 GraphicUses:19Used by:21
Symbol 21 MovieClipUses:20Used by:56
Symbol 22 FontUsed by:23
Symbol 23 EditableTextUses:22Used by:56
Symbol 24 BitmapUsed by:25
Symbol 25 GraphicUses:24Used by:28
Symbol 26 BitmapUsed by:27
Symbol 27 GraphicUses:26Used by:28
Symbol 28 ButtonUses:25 27Used by:56
Symbol 29 BitmapUsed by:30
Symbol 30 GraphicUses:29Used by:33
Symbol 31 BitmapUsed by:32
Symbol 32 GraphicUses:31Used by:33
Symbol 33 ButtonUses:30 32Used by:56
Symbol 34 BitmapUsed by:35
Symbol 35 GraphicUses:34Used by:38
Symbol 36 BitmapUsed by:37
Symbol 37 GraphicUses:36Used by:38
Symbol 38 ButtonUses:35 37Used by:56
Symbol 39 BitmapUsed by:40
Symbol 40 GraphicUses:39Used by:43
Symbol 41 BitmapUsed by:42
Symbol 42 GraphicUses:41Used by:43
Symbol 43 ButtonUses:40 42Used by:56
Symbol 44 BitmapUsed by:45
Symbol 45 GraphicUses:44Used by:53
Symbol 46 TextUses:13Used by:53
Symbol 47 FontUsed by:48 52
Symbol 48 EditableTextUses:47Used by:53
Symbol 49 FontUsed by:50
Symbol 50 TextUses:49Used by:53
Symbol 51 TextUses:13Used by:53
Symbol 52 EditableTextUses:47Used by:53
Symbol 53 MovieClip {Shifumi_fla.textMC_14}Uses:45 46 48 50 51 52Used by:56
Symbol 54 BitmapUsed by:55
Symbol 55 GraphicUses:54Used by:56
Symbol 56 MovieClip {Shifumi_fla.jeu_2}Uses:8 16 18 6 4 2 21 23 28 33 38 43 53 12 55Used by:Timeline

Instance Names

"Link"Frame 1Symbol 12 Button
"progressText"Frame 1Symbol 14 EditableText
"h4"Symbol 56 MovieClip {Shifumi_fla.jeu_2} Frame 1Symbol 8 MovieClip {H4}
"h3"Symbol 56 MovieClip {Shifumi_fla.jeu_2} Frame 1Symbol 16 MovieClip
"h2"Symbol 56 MovieClip {Shifumi_fla.jeu_2} Frame 1Symbol 18 MovieClip
"h1"Symbol 56 MovieClip {Shifumi_fla.jeu_2} Frame 1Symbol 6 MovieClip {H1}
"ho"Symbol 56 MovieClip {Shifumi_fla.jeu_2} Frame 1Symbol 4 MovieClip {H0}
"bonjour"Symbol 56 MovieClip {Shifumi_fla.jeu_2} Frame 1Symbol 2 MovieClip {Bonjour}
"CacheS"Symbol 56 MovieClip {Shifumi_fla.jeu_2} Frame 1Symbol 21 MovieClip
"Result"Symbol 56 MovieClip {Shifumi_fla.jeu_2} Frame 1Symbol 23 EditableText
"btOk"Symbol 56 MovieClip {Shifumi_fla.jeu_2} Frame 1Symbol 28 Button
"pierre"Symbol 56 MovieClip {Shifumi_fla.jeu_2} Frame 1Symbol 33 Button
"feuille"Symbol 56 MovieClip {Shifumi_fla.jeu_2} Frame 1Symbol 38 Button
"ciseaux"Symbol 56 MovieClip {Shifumi_fla.jeu_2} Frame 1Symbol 43 Button
"textMC"Symbol 56 MovieClip {Shifumi_fla.jeu_2} Frame 1Symbol 53 MovieClip {Shifumi_fla.textMC_14}
"Start"Symbol 56 MovieClip {Shifumi_fla.jeu_2} Frame 1Symbol 12 Button

Special Tags

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

Labels

"start"Symbol 53 MovieClip {Shifumi_fla.textMC_14} Frame 1
"gameOver"Symbol 53 MovieClip {Shifumi_fla.textMC_14} Frame 2
"paused"Symbol 53 MovieClip {Shifumi_fla.textMC_14} Frame 3
"hide"Symbol 53 MovieClip {Shifumi_fla.textMC_14} Frame 4
"NextLevel"Symbol 53 MovieClip {Shifumi_fla.textMC_14} Frame 5
"Fin"Symbol 53 MovieClip {Shifumi_fla.textMC_14} Frame 6
"textMC"Symbol 56 MovieClip {Shifumi_fla.jeu_2} Frame 1




http://swfchan.com/18/89092/info.shtml
Created: 29/3 -2019 04:49:04 Last modified: 29/3 -2019 04:49:04 Server time: 02/05 -2024 23:21:20