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

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

caramelldancen_ext_hr.swf

This is the info page for
Flash #205835

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


Text
special for iichan.ru

22

FPS:

Music:

no sound

ActionScript [AS1/AS2]

Frame 3
var bt = getBytesTotal(); var bl = getBytesLoaded(); var percent = Math.floor((bl / bt) * 100); preload_mc.myOutput.text = ((((bl + "/") + bt) + " (") + percent) + "%)"; preload_mc.indicator._width = (percent / 100) * 554; if (percent >= 100) { gotoAndPlay (9); } else { gotoAndPlay (1); }
Frame 9
var sound = new Sound(); var tracks = ["caramelldansen", "velfarre", "funta"]; var currSound; _global.currMovie; var currFPS = 26; var minFPS = 10; var maxFPS = 40; var currFrame = 1; var movieLength = 15; var movieBegin = 10; var sliderLength = 100; var soundMuted = false; var startPlay = function () { timerId = setInterval(this, "onTimer", Math.round(1000 / currFPS)); }; var onTimer = function () { currMovie.gotoAndStop(currFrame); currFrame = ((currFrame >= movieLength) ? 1 : (currFrame + 1)); }; var stopPlay = function () { clearInterval(timerId); }; var changeFPS = function (newFPS) { if (newFPS != currFPS) { stopPlay(); currFPS = newFPS; startPlay(); } }; var indicateFPS = function (fps) { fps_indicator.text = fps; }; var changeSound = function (newSound) { if (newSound != currSound) { currSound = newSound; sound.stop(); sound.attachSound(newSound); sound.start(0, 5000); } }; var updateMusicButtons = function (newSound) { for (var _local4 in tracks) { var _local2 = _root[tracks[_local4] + "_btn"]; _local2._alpha = ((tracks[_local4] === newSound) ? 100 : 50); } }; var setMusic = function (newMusic) { updateMusicButtons(newMusic); changeSound(newMusic); }; var createMusicFunc = function (x) { return(function () { setMusic(x); }); }; for (var i in tracks) { _root[tracks[i] + "_btn"].onRelease = createMusicFunc(tracks[i]); } mute_btn.onRelease = function () { soundMuted = !soundMuted; sound.setVolume((soundMuted ? 0 : 100)); this._alpha = (soundMuted ? 50 : 100); }; slider.top = slider._y; slider.bottom = slider._y; slider.left = slider._x; slider.right = slider._x + sliderLength; slider._x = slider._x + (((currFPS - minFPS) * sliderLength) / (maxFPS - minFPS)); indicateFPS(currFPS); slider.handle_btn.onPress = function () { startDrag (this._parent, false, this._parent.left, this._parent.top, this._parent.right, this._parent.bottom); }; slider.handle_btn.onRelease = function () { stopDrag(); var _local2 = (this._parent._x - this._parent.left) / sliderLength; var _local3 = Math.round((maxFPS * _local2) + (minFPS * (1 - _local2))); changeFPS(_local3); indicateFPS(_local3); }; slider.handle_btn.onReleaseOutside = slider.handle_btn.onRelease; setMusic("caramelldansen"); startPlay(); this.gotoAndStop(movieBegin);
Frame 10
currMovie = this.main_mc;
Frame 19
gotoAndPlay (3);

Library Items

Symbol 1 FontUsed by:2
Symbol 2 EditableTextUses:1Used by:10
Symbol 3 FontUsed by:4
Symbol 4 TextUses:3Used by:10
Symbol 5 GraphicUsed by:10
Symbol 6 GraphicUsed by:7
Symbol 7 MovieClipUses:6Used by:10
Symbol 8 BitmapUsed by:9
Symbol 9 GraphicUses:8Used by:10
Symbol 10 MovieClipUses:2 4 5 7 9Used by:Timeline
Symbol 11 Sound [caramelldansen]Used by:Timeline
Symbol 12 Sound [velfarre]Used by:Timeline
Symbol 13 Sound [funta]Used by:Timeline
Symbol 14 GraphicUsed by:Timeline
Symbol 15 GraphicUsed by:16
Symbol 16 ButtonUses:15Used by:17
Symbol 17 MovieClipUses:16Used by:Timeline
Symbol 18 FontUsed by:19 20 23 24
Symbol 19 EditableTextUses:18Used by:Timeline
Symbol 20 EditableTextUses:18Used by:Timeline
Symbol 21 GraphicUsed by:22
Symbol 22 ButtonUses:21Used by:Timeline
Symbol 23 TextUses:18Used by:Timeline
Symbol 24 TextUses:18Used by:25
Symbol 25 ButtonUses:24Used by:Timeline
Symbol 26 BitmapUsed by:27
Symbol 27 GraphicUses:26Used by:56
Symbol 28 BitmapUsed by:29
Symbol 29 GraphicUses:28Used by:56
Symbol 30 BitmapUsed by:31
Symbol 31 GraphicUses:30Used by:56
Symbol 32 BitmapUsed by:33
Symbol 33 GraphicUses:32Used by:56
Symbol 34 BitmapUsed by:35
Symbol 35 GraphicUses:34Used by:56
Symbol 36 BitmapUsed by:37
Symbol 37 GraphicUses:36Used by:56
Symbol 38 BitmapUsed by:39
Symbol 39 GraphicUses:38Used by:56
Symbol 40 BitmapUsed by:41
Symbol 41 GraphicUses:40Used by:56
Symbol 42 BitmapUsed by:43
Symbol 43 GraphicUses:42Used by:56
Symbol 44 BitmapUsed by:45
Symbol 45 GraphicUses:44Used by:56
Symbol 46 BitmapUsed by:47
Symbol 47 GraphicUses:46Used by:56
Symbol 48 BitmapUsed by:49
Symbol 49 GraphicUses:48Used by:56
Symbol 50 BitmapUsed by:51
Symbol 51 GraphicUses:50Used by:56
Symbol 52 BitmapUsed by:53
Symbol 53 GraphicUses:52Used by:56
Symbol 54 BitmapUsed by:55
Symbol 55 GraphicUses:54Used by:56
Symbol 56 MovieClipUses:27 29 31 33 35 37 39 41 43 45 47 49 51 53 55Used by:Timeline

Instance Names

"preload_mc"Frame 1Symbol 10 MovieClip
"slider"Frame 9Symbol 17 MovieClip
"fps_indicator"Frame 9Symbol 19 EditableText
"velfarre_btn"Frame 9Symbol 22 Button
"caramelldansen_btn"Frame 9Symbol 22 Button
"mute_btn"Frame 9Symbol 25 Button
"funta_btn"Frame 9Symbol 22 Button
"main_mc"Frame 10Symbol 56 MovieClip
"myOutput"Symbol 10 MovieClip Frame 1Symbol 2 EditableText
"indicator"Symbol 10 MovieClip Frame 1Symbol 7 MovieClip
"handle_btn"Symbol 17 MovieClip Frame 1Symbol 16 Button

Special Tags

FileAttributes (69)Timeline Frame 1Access local files only, Metadata not present, AS1/AS2.
ExportAssets (56)Timeline Frame 4Symbol 11 as "caramelldansen"
ExportAssets (56)Timeline Frame 5Symbol 12 as "velfarre"
ExportAssets (56)Timeline Frame 6Symbol 13 as "funta"




http://swfchan.com/42/205835/info.shtml
Created: 24/7 -2019 20:35:38 Last modified: 24/7 -2019 20:35:38 Server time: 20/04 -2024 00:35:28