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

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

nathanounce_the_biggest_breath.swf

This is the info page for
Flash #98111

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


Text
<p align="center"></p>

The Biggest Breath
Series by Nathan Ounce
Buttons by Gin Blackfox
Gore and Malice belong to their players

Non-Popping

Popping

ActionScript [AS1/AS2]

Frame 1
_root.stop(); var ending = 1;
Instance of Symbol 25 MovieClip "_loader" in Frame 1
onClipEvent (enterFrame) { if (_root._framesloaded >= _root._totalframes) { _root.gotoAndStop(2); } _root._loadingtext.text = ("" + Math.round((_root._framesloaded / _root._totalframes) * 100)) + "%"; }
Frame 2
_popping.onRelease = function () { ending = 1; _root.gotoAndStop(3); }; _nonpopping.onRelease = function () { ending = 2; _root.gotoAndStop(3); };
Frame 3
function cameraflash() { _root._CFlash._visible = true; _root._CFlash.gotoAndPlay(1); } function framechange() { _root._Frames.gotoAndStop(Math.floor((Math.random() * 10) + 1)); } function buttonfade() { if (ending == 1) { if ((_root._Images1._currentframe == 1) and (_root._Buttons._Deflate._alpha != 50)) { _root._Buttons._Deflate._alpha = 50; } else if ((_root._Images1._currentframe == _root._Images1._totalframes) and (_root._Buttons._Inflate._alpha != 50)) { _root._Buttons._Inflate._alpha = 50; } else if ((_root._Images1._currentframe != 1) and (_root._Buttons._Deflate._alpha == 50)) { _root._Buttons._Deflate._alpha = 100; } else if ((_root._Images1._currentframe != _root._Images1._totalframes) and (_root._Buttons._Inflate._alpha == 50)) { _root._Buttons._Inflate._alpha = 100; } } else if (ending == 2) { if ((_root._Images2._currentframe == 1) and (_root._Buttons._Deflate._alpha != 50)) { _root._Buttons._Deflate._alpha = 50; } else if ((_root._Images2._currentframe == _root._Images2._totalframes) and (_root._Buttons._Inflate._alpha != 50)) { _root._Buttons._Inflate._alpha = 50; } else if ((_root._Images2._currentframe != 1) and (_root._Buttons._Deflate._alpha == 50)) { _root._Buttons._Deflate._alpha = 100; } else if ((_root._Images2._currentframe != _root._Images2._totalframes) and (_root._Buttons._Inflate._alpha == 50)) { _root._Buttons._Inflate._alpha = 100; } } } function inflate() { if (ending == 1) { if (_root._Images1._currentframe != _root._Images1._totalframes) { cameraflash(); framechange(); _root._Images1.nextFrame(); } } else if (ending == 2) { if (_root._Images2._currentframe != _root._Images2._totalframes) { cameraflash(); framechange(); _root._Images2.nextFrame(); } } buttonfade(); } function deflate() { if (ending == 1) { if (_root._Images1._currentframe != 1) { cameraflash(); framechange(); _root._Images1.prevFrame(); } } else if (ending == 2) { if (_root._Images2._currentframe != 1) { cameraflash(); framechange(); _root._Images2.prevFrame(); } } buttonfade(); } if (ending == 1) { _Images1._visible = true; _Images2._visible = false; } else if (ending == 2) { _Images1._visible = false; _Images2._visible = true; } _Buttons._Deflate.onRelease = function () { deflate(); }; _Buttons._Inflate.onRelease = function () { inflate(); };
Instance of Symbol 40 MovieClip "_Buttons" in Frame 3
onClipEvent (load) { _root.buttonfade(); var keydown = 0; } onClipEvent (enterFrame) { if (Key.isDown(37) and (keydown == 0)) { keydown = 1; _root.deflate(); } else if (Key.isDown(39) and (keydown == 0)) { keydown = 1; _root.inflate(); } else if ((!(Key.isDown(37) or Key.isDown(39))) and (keydown == 1)) { keydown = 0; } }
Instance of Symbol 93 MovieClip "_Images2" in Frame 3
onClipEvent (load) { this.stop(); }
Instance of Symbol 98 MovieClip "_Images1" in Frame 3
onClipEvent (load) { this.stop(); }
Instance of Symbol 119 MovieClip "_Frames" in Frame 3
onClipEvent (load) { this.stop(); }
Symbol 121 MovieClip Frame 31
this.stop(); this._visible = false;

Library Items

Symbol 1 BitmapUsed by:2
Symbol 2 GraphicUses:1Used by:25
Symbol 3 BitmapUsed by:4
Symbol 4 GraphicUses:3Used by:25
Symbol 5 BitmapUsed by:6
Symbol 6 GraphicUses:5Used by:25
Symbol 7 BitmapUsed by:8
Symbol 8 GraphicUses:7Used by:25
Symbol 9 BitmapUsed by:10
Symbol 10 GraphicUses:9Used by:25
Symbol 11 BitmapUsed by:12
Symbol 12 GraphicUses:11Used by:25
Symbol 13 BitmapUsed by:14
Symbol 14 GraphicUses:13Used by:25
Symbol 15 BitmapUsed by:16
Symbol 16 GraphicUses:15Used by:25
Symbol 17 BitmapUsed by:18
Symbol 18 GraphicUses:17Used by:25
Symbol 19 BitmapUsed by:20
Symbol 20 GraphicUses:19Used by:25
Symbol 21 BitmapUsed by:22
Symbol 22 GraphicUses:21Used by:25
Symbol 23 BitmapUsed by:24
Symbol 24 GraphicUses:23Used by:25
Symbol 25 MovieClipUses:2 4 6 8 10 12 14 16 18 20 22 24Used by:Timeline
Symbol 26 FontUsed by:27 29 30 32
Symbol 27 EditableTextUses:26Used by:Timeline
Symbol 28 FontUsed by:29
Symbol 29 TextUses:26 28Used by:Timeline
Symbol 30 TextUses:26Used by:31
Symbol 31 ButtonUses:30Used by:Timeline
Symbol 32 TextUses:26Used by:33
Symbol 33 ButtonUses:32Used by:Timeline
Symbol 34 BitmapUsed by:35
Symbol 35 GraphicUses:34Used by:36
Symbol 36 ButtonUses:35Used by:40
Symbol 37 BitmapUsed by:38
Symbol 38 GraphicUses:37Used by:39
Symbol 39 ButtonUses:38Used by:40
Symbol 40 MovieClipUses:36 39Used by:Timeline
Symbol 41 BitmapUsed by:42
Symbol 42 GraphicUses:41Used by:93 98
Symbol 43 BitmapUsed by:44
Symbol 44 GraphicUses:43Used by:93 98
Symbol 45 BitmapUsed by:46
Symbol 46 GraphicUses:45Used by:93 98
Symbol 47 BitmapUsed by:48
Symbol 48 GraphicUses:47Used by:93 98
Symbol 49 BitmapUsed by:50
Symbol 50 GraphicUses:49Used by:93 98
Symbol 51 BitmapUsed by:52
Symbol 52 GraphicUses:51Used by:93 98
Symbol 53 BitmapUsed by:54
Symbol 54 GraphicUses:53Used by:93 98
Symbol 55 BitmapUsed by:56
Symbol 56 GraphicUses:55Used by:93 98
Symbol 57 BitmapUsed by:58
Symbol 58 GraphicUses:57Used by:93 98
Symbol 59 BitmapUsed by:60
Symbol 60 GraphicUses:59Used by:93 98
Symbol 61 BitmapUsed by:62
Symbol 62 GraphicUses:61Used by:93 98
Symbol 63 BitmapUsed by:64
Symbol 64 GraphicUses:63Used by:93 98
Symbol 65 BitmapUsed by:66
Symbol 66 GraphicUses:65Used by:93 98
Symbol 67 BitmapUsed by:68
Symbol 68 GraphicUses:67Used by:93 98
Symbol 69 BitmapUsed by:70
Symbol 70 GraphicUses:69Used by:93 98
Symbol 71 BitmapUsed by:72
Symbol 72 GraphicUses:71Used by:93 98
Symbol 73 BitmapUsed by:74
Symbol 74 GraphicUses:73Used by:93 98
Symbol 75 BitmapUsed by:76
Symbol 76 GraphicUses:75Used by:93 98
Symbol 77 BitmapUsed by:78
Symbol 78 GraphicUses:77Used by:93 98
Symbol 79 BitmapUsed by:80
Symbol 80 GraphicUses:79Used by:93 98
Symbol 81 BitmapUsed by:82
Symbol 82 GraphicUses:81Used by:93 98
Symbol 83 BitmapUsed by:84
Symbol 84 GraphicUses:83Used by:93 98
Symbol 85 BitmapUsed by:86
Symbol 86 GraphicUses:85Used by:93
Symbol 87 BitmapUsed by:88
Symbol 88 GraphicUses:87Used by:93 98
Symbol 89 BitmapUsed by:90
Symbol 90 GraphicUses:89Used by:93 98
Symbol 91 BitmapUsed by:92
Symbol 92 GraphicUses:91Used by:93
Symbol 93 MovieClipUses:42 44 46 48 50 52 54 56 58 60 62 64 66 68 70 72 74 76 78 80 82 84 86 88 90 92Used by:Timeline
Symbol 94 BitmapUsed by:95
Symbol 95 GraphicUses:94Used by:98
Symbol 96 BitmapUsed by:97
Symbol 97 GraphicUses:96Used by:98
Symbol 98 MovieClipUses:42 44 46 48 50 52 54 56 58 60 62 64 66 68 70 72 74 76 78 80 82 84 88 90 95 97Used by:Timeline
Symbol 99 BitmapUsed by:100
Symbol 100 GraphicUses:99Used by:119
Symbol 101 BitmapUsed by:102
Symbol 102 GraphicUses:101Used by:119
Symbol 103 BitmapUsed by:104
Symbol 104 GraphicUses:103Used by:119
Symbol 105 BitmapUsed by:106
Symbol 106 GraphicUses:105Used by:119
Symbol 107 BitmapUsed by:108
Symbol 108 GraphicUses:107Used by:119
Symbol 109 BitmapUsed by:110
Symbol 110 GraphicUses:109Used by:119
Symbol 111 BitmapUsed by:112
Symbol 112 GraphicUses:111Used by:119
Symbol 113 BitmapUsed by:114
Symbol 114 GraphicUses:113Used by:119
Symbol 115 BitmapUsed by:116
Symbol 116 GraphicUses:115Used by:119
Symbol 117 BitmapUsed by:118
Symbol 118 GraphicUses:117Used by:119
Symbol 119 MovieClipUses:100 102 104 106 108 110 112 114 116 118Used by:Timeline
Symbol 120 GraphicUsed by:121
Symbol 121 MovieClipUses:120Used by:Timeline

Instance Names

"_loader"Frame 1Symbol 25 MovieClip
"_loadingtext"Frame 1Symbol 27 EditableText
"_nonpopping"Frame 2Symbol 31 Button
"_popping"Frame 2Symbol 33 Button
"_Buttons"Frame 3Symbol 40 MovieClip
"_Images2"Frame 3Symbol 93 MovieClip
"_Images1"Frame 3Symbol 98 MovieClip
"_Frames"Frame 3Symbol 119 MovieClip
"_CFlash"Frame 3Symbol 121 MovieClip
"_Deflate"Symbol 40 MovieClip Frame 1Symbol 36 Button
"_Inflate"Symbol 40 MovieClip Frame 1Symbol 39 Button

Special Tags

FileAttributes (69)Timeline Frame 1Access local files only, Metadata not present, AS1/AS2.
Protect (24)Timeline Frame 131 bytes "..$1$ep$7Ubqjx.NPoHRdIvGCv1C6.."




http://swfchan.com/20/98111/info.shtml
Created: 21/2 -2019 07:19:32 Last modified: 21/2 -2019 07:19:32 Server time: 29/04 -2024 13:05:43