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

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

zone tan bj sim.swf

This is the info page for
Flash #106934

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


Text
Zone Tan blowjob sim

v1.0

credits

credits

help

help

begin

begin

Zone Tan blowjob sim

v1.0

Use your mouse to control zone tan as she moves her head up and
down, pressing the "h" key at any time will bring up a key for all the
features and their hotkeys.

controls

On the right hand panel you will find two meters, the white one
details how close to orgasm you are, the blue one details zone tans
oxygen levels. If zone tan loses too much oxygen she will faint and
that will be game over.

stats

This flash game was created by Mr cheese pizza (cp666) of
newgrounds.com and hosted at newgrounds and soronery.co.cc,
if you see this flash elsewhere i couldn’t give a flying fuck.

Zone Tan belongs to Zone Sama of newgrounds.com and
hentaikey.com, he is a good man and responsible for some of the
best damn porn animations on the 'net so look him up after you
finish this game.

Zone Tan as far as I am aware is of legal age to be shown in
pornography, I’m sure Zone Sama has mentioned this elsewhere
but I don’t have a link to provide at this time.

Song used in menu is infected girls by Electric Six.

well what did you really expect?

where the hood at

DMX

well what did you really expect?

where the hood at

DMX

ActionScript [AS3]

Section 1
//MainTimeline (zonetanbjsim_fla.MainTimeline) package zonetanbjsim_fla { import flash.events.*; import flash.media.*; import flash.display.*; public dynamic class MainTimeline extends MovieClip { public var btnHelp:SimpleButton; public var btnCredits:SimpleButton; public var btnBegin:SimpleButton; public var menuMusic:Sound; public var menuMusicChannel:SoundChannel; public function MainTimeline(){ addFrameScript(1, frame2, 303, frame304); } public function btnBegin_Clicked(_arg1:MouseEvent):void{ menuMusicChannel.stop(); gotoAndPlay(1, "MainScene"); } public function btnHelp_Clicked(_arg1:MouseEvent):void{ gotoAndStop(3); } public function btnCredits_Clicked(_arg1:MouseEvent):void{ gotoAndStop(4); } function frame2(){ btnBegin.addEventListener(MouseEvent.CLICK, btnBegin_Clicked); btnHelp.addEventListener(MouseEvent.CLICK, btnHelp_Clicked); btnCredits.addEventListener(MouseEvent.CLICK, btnCredits_Clicked); menuMusic = new menuAudio(); menuMusicChannel = new SoundChannel(); stop(); menuMusicChannel = menuMusic.play(); } function frame304(){ stop(); } } }//package zonetanbjsim_fla
Section 2
//Timeline_1 (zonetanbjsim_fla.Timeline_1) package zonetanbjsim_fla { import flash.events.*; import flash.media.*; import flash.display.*; import flash.system.*; import adobe.utils.*; import flash.accessibility.*; import flash.errors.*; import flash.external.*; import flash.filters.*; import flash.geom.*; import flash.net.*; import flash.printing.*; import flash.profiler.*; import flash.sampler.*; import flash.text.*; import flash.ui.*; import flash.utils.*; import flash.xml.*; public dynamic class Timeline_1 extends MovieClip { public const AUTO_PLAY:Boolean = false; public const FRAME_RATE_ADJUST:Boolean = true; public const LOADER_FRAME_RATE:Number = 30; public var ngButton:SimpleButton; public var bar:MovieClip; public var playButton:SimpleButton; public var loadingComplete:Boolean; public var movieFrameRate:Number; public var initialized:Boolean; public function Timeline_1(){ addFrameScript(0, frame1, 1, frame2); } public function init():void{ if (initialized){ return; }; movieFrameRate = 0; if (((FRAME_RATE_ADJUST) && (stage))){ movieFrameRate = stage.frameRate; stage.frameRate = LOADER_FRAME_RATE; }; initialized = true; stop(); if (((root) && ((root is MovieClip)))){ MovieClip(root).stop(); }; loadingComplete = false; ngButton.addEventListener(MouseEvent.CLICK, ngButtonClickHandler, false, 0, true); addEventListener(Event.ENTER_FRAME, enterFrameHandler, false, 0, true); if (meetsVersion([9, 0, 28, 0])){ addEventListener(Event.REMOVED_FROM_STAGE, cleanup, false, 0, true); }; enterFrameHandler(); } public function meetsVersion(_arg1:Array):Boolean{ var _local2:Array = String(Capabilities.version.split(" ")[1]).split(","); var _local3:uint; while (_local3 < _arg1.length) { if (uint(_local2[_local3]) > _arg1[_local3]){ return (true); }; if (uint(_local2[_local3]) < _arg1[_local3]){ return (false); }; _local3++; }; return (true); } public function enterFrameHandler(_arg1:Event=null):void{ var _local2:Number; if (((((!(movieFrameRate)) && (FRAME_RATE_ADJUST))) && (stage))){ movieFrameRate = stage.frameRate; stage.frameRate = LOADER_FRAME_RATE; }; if (!loadingComplete){ _local2 = 0; if (loaderInfo){ _local2 = (loaderInfo.bytesLoaded / loaderInfo.bytesTotal); }; if (bar){ bar.scaleX = _local2; }; if (_local2 == 1){ loadingComplete = true; if (AUTO_PLAY){ startMovie(); } else { gotoAndPlay("loaded"); }; }; }; } public function ngButtonClickHandler(_arg1:Event):void{ navigateToURL(new URLRequest("http://www.newgrounds.com"), "_blank"); } public function cleanup(_arg1:Event=null){ if (initialized){ ngButton.removeEventListener(MouseEvent.CLICK, ngButtonClickHandler); removeEventListener(Event.ENTER_FRAME, enterFrameHandler); if (meetsVersion([9, 0, 28, 0])){ removeEventListener(Event.REMOVED_FROM_STAGE, cleanup); }; if (movieFrameRate){ stage.frameRate = movieFrameRate; movieFrameRate = 0; }; }; initialized = false; } public function startMovie():void{ cleanup(); if (((root) && ((root is MovieClip)))){ MovieClip(root).play(); }; dispatchEvent(new Event(Event.COMPLETE)); } public function playButtonClickHandler(_arg1:Event=null):void{ startMovie(); } function frame1(){ initialized = false; init(); } function frame2(){ stop(); if (((playButton) && (!(playButton.hasEventListener(MouseEvent.CLICK))))){ playButton.addEventListener(MouseEvent.CLICK, playButtonClickHandler, false, 0, true); }; } } }//package zonetanbjsim_fla
Section 3
//menuAudio (menuAudio) package { import flash.media.*; public dynamic class menuAudio extends Sound { } }//package

Library Items

Symbol 1 Sound {menuAudio}
Symbol 2 GraphicUsed by:50
Symbol 3 GraphicUsed by:4 39
Symbol 4 MovieClipUses:3Used by:50
Symbol 5 GraphicUsed by:50
Symbol 6 GraphicUsed by:50
Symbol 7 GraphicUsed by:50
Symbol 8 GraphicUsed by:9
Symbol 9 MovieClipUses:8Used by:10
Symbol 10 MovieClipUses:9Used by:38
Symbol 11 GraphicUsed by:38
Symbol 12 GraphicUsed by:13 14
Symbol 13 MovieClipUses:12Used by:38
Symbol 14 MovieClipUses:12Used by:38
Symbol 15 GraphicUsed by:16
Symbol 16 MovieClipUses:15Used by:36
Symbol 17 GraphicUsed by:21
Symbol 18 GraphicUsed by:21
Symbol 19 GraphicUsed by:20
Symbol 20 MovieClipUses:19Used by:21 24
Symbol 21 MovieClipUses:17 18 20Used by:35
Symbol 22 GraphicUsed by:24
Symbol 23 GraphicUsed by:24
Symbol 24 MovieClipUses:22 23 20Used by:35
Symbol 25 GraphicUsed by:28
Symbol 26 GraphicUsed by:28 31
Symbol 27 GraphicUsed by:28
Symbol 28 MovieClipUses:25 26 27Used by:32
Symbol 29 GraphicUsed by:31
Symbol 30 GraphicUsed by:31
Symbol 31 MovieClipUses:29 26 30Used by:32
Symbol 32 MovieClipUses:28 31Used by:35
Symbol 33 GraphicUsed by:34
Symbol 34 MovieClipUses:33Used by:35
Symbol 35 MovieClipUses:21 24 32 34Used by:36
Symbol 36 MovieClipUses:16 35Used by:38
Symbol 37 GraphicUsed by:38
Symbol 38 MovieClipUses:10 11 13 14 36 37Used by:50
Symbol 39 ButtonUses:3Used by:50
Symbol 40 GraphicUsed by:42
Symbol 41 GraphicUsed by:42
Symbol 42 MovieClipUses:40 41Used by:50
Symbol 43 GraphicUsed by:48
Symbol 44 GraphicUsed by:48
Symbol 45 GraphicUsed by:48
Symbol 46 GraphicUsed by:48
Symbol 47 GraphicUsed by:48
Symbol 48 ButtonUses:43 44 45 46 47Used by:50
Symbol 49 GraphicUsed by:50
Symbol 50 MovieClip {zonetanbjsim_fla.Timeline_1}Uses:2 4 5 6 7 38 39 42 48 49Used by:Timeline
Symbol 51 GraphicUsed by:Timeline
Symbol 52 FontUsed by:53 54 56 58 60 62 65 66 71 72 74 76 77 78 79 80 81 82 84 85 86 90 91 92
Symbol 53 TextUses:52Used by:Timeline
Symbol 54 TextUses:52Used by:Timeline
Symbol 55 GraphicUsed by:59 63
Symbol 56 TextUses:52Used by:59
Symbol 57 GraphicUsed by:59
Symbol 58 TextUses:52Used by:59
Symbol 59 ButtonUses:55 56 57 58Used by:Timeline
Symbol 60 TextUses:52Used by:63
Symbol 61 GraphicUsed by:63 67
Symbol 62 TextUses:52Used by:63
Symbol 63 ButtonUses:55 60 61 62Used by:Timeline
Symbol 64 GraphicUsed by:67
Symbol 65 TextUses:52Used by:67
Symbol 66 TextUses:52Used by:67
Symbol 67 ButtonUses:64 65 61 66Used by:Timeline
Symbol 68 BitmapUsed by:69
Symbol 69 GraphicUses:68Used by:70
Symbol 70 MovieClipUses:69Used by:Timeline
Symbol 71 TextUses:52Used by:Timeline
Symbol 72 TextUses:52Used by:Timeline
Symbol 73 GraphicUsed by:Timeline
Symbol 74 TextUses:52Used by:Timeline
Symbol 75 GraphicUsed by:Timeline
Symbol 76 TextUses:52Used by:Timeline
Symbol 77 TextUses:52Used by:Timeline
Symbol 78 TextUses:52Used by:Timeline
Symbol 79 TextUses:52Used by:Timeline
Symbol 80 TextUses:52Used by:Timeline
Symbol 81 TextUses:52Used by:Timeline
Symbol 82 TextUses:52Used by:Timeline
Symbol 83 ShapeTweeningUsed by:Timeline
Symbol 84 TextUses:52Used by:Timeline
Symbol 85 TextUses:52Used by:Timeline
Symbol 86 TextUses:52Used by:Timeline
Symbol 87 GraphicUsed by:Timeline
Symbol 88 SoundUsed by:Timeline
Symbol 89 GraphicUsed by:Timeline
Symbol 90 TextUses:52Used by:Timeline
Symbol 91 TextUses:52Used by:Timeline
Symbol 92 TextUses:52Used by:Timeline

Instance Names

"btnCredits"Frame 2Symbol 59 Button
"btnHelp"Frame 2Symbol 63 Button
"btnBegin"Frame 2Symbol 67 Button
"bar"Symbol 50 MovieClip {zonetanbjsim_fla.Timeline_1} Frame 1Symbol 4 MovieClip
"ngButton"Symbol 50 MovieClip {zonetanbjsim_fla.Timeline_1} Frame 1Symbol 39 Button
"playButton"Symbol 50 MovieClip {zonetanbjsim_fla.Timeline_1} Frame 2Symbol 48 Button

Special Tags

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

Labels

"loaded"Symbol 50 MovieClip {zonetanbjsim_fla.Timeline_1} Frame 2




http://swfchan.com/22/106934/info.shtml
Created: 16/3 -2019 18:22:53 Last modified: 16/3 -2019 18:22:53 Server time: 11/05 -2024 16:54:28