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

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

rodina47.swf

This is the info page for
Flash #81221

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


Text
loading...

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

0

000

000

ActionScript [AS1/AS2]

Frame 1
var loaded = false; onEnterFrame = function () { if (!loaded) { var _local3 = _root.getBytesTotal(); var _local4 = _root.getBytesLoaded(); if (_local4 == _local3) { loaded = true; _root.gotoAndPlay(90); this.kirupatxt = "OKKKEI"; loaded = true; } else { _root.gotoAndStop(1); thePerc = Math.round((_local4 * 100) / _local3); preloader_mc.value = _local4 / _local3; this.kirupatxt = thePerc + "% loaded"; } } };
Frame 2
Frame 4
stop();
Frame 5
stop();
Frame 90
frames = 0; trans = false; transDir = 0; transP = 0; oldRadio = 0; MAX_PLAYERS = 2; theRadios = new Array("radiotrans1", "radiotrans2", "radiotrans3"); players = new Array(); mm[0] = this.attachMovie("player", "mm0", 10001); mm[1] = this.attachMovie("player", "mm1", 10002); this.attachMovie("dial", "dial1", 10000); dial1._x = 200; dial1._y = 320; tranSound = this.createEmptyMovieClip("tranSound", this.getNextHighestDepth()); tranSound.ss = new Array(); tranSound.ss[1] = new Sound(tranSound); tranSound.ss[1].attachSound("sweep1"); theRadio = 1; currentVol = 100; pp = 0; StartPlayer = function (n) { eval ("mm" + pp).StopSound(); pp = (pp + 1) % MAX_PLAYERS; eval ("mm" + pp).StartSound(n - 1); }; SettaVolumi = function (v) { mm1.theSound.setVolume(v); mm0.theSound.setVolume(v); mm1.theVolume = v; mm1.theVolume = v; currentVol = v; tranSound.setVolume(v); }; SettaVolumi(50); SelectS = function (s) { if (s < 100) { theNewRadio = 0; } else if (s < 110) { theNewRadio = 0; } else if (s < 120) { theNewRadio = 2; } else if (s < 130) { theNewRadio = 3; } else if (s < 140) { theNewRadio = 4; } else if (s < 180) { theNewRadio = 0; } else if (s < 190) { theNewRadio = 5; } else if (s < 200) { theNewRadio = 6; } else if (s < 210) { theNewRadio = 7; } else if (s < 220) { theNewRadio = 8; } else if (s < 300) { theNewRadio = 0; } else if (s < 310) { theNewRadio = 9; } else if (s < 320) { theNewRadio = 10; } else if (s < 400) { theNewRadio = 0; } else if (s < 410) { theNewRadio = 11; } else if (s < 420) { theNewRadio = 12; } else if (s < 430) { theNewRadio = 13; } else if (s < 440) { theNewRadio = 14; } else if (s < 550) { theNewRadio = 0; } else if (s < 560) { theNewRadio = 15; } else if (s < 570) { theNewRadio = 16; } else if (s < 580) { theNewRadio = 0; } else if (s < 650) { theNewRadio = 17; } else if (s < 660) { theNewRadio = 18; } else if (s < 750) { theNewRadio = 0; } else if (s < 760) { theNewRadio = 19; } else if (s < 850) { theNewRadio = 0; } else if (s < 860) { theNewRadio = 20; } else if (s < 870) { theNewRadio = 1; } else { theNewRadio = 0; } if (theNewRadio != theRadio) { tranSound.ss[1].stop(); tranSound.ss[1].setVolume(currentVol * 1.5); tranSound.ss[1].start(0, 1); theRadio = theNewRadio; StartPlayer(theRadio); } theVal = theNewRadio; return(0); }; tempoPassato = function () { return(frames * 0.5); }; onEnterFrame = function () { frames = frames + 1; }; stop();
Symbol 8 MovieClip [volumeknob] Frame 1
increment = 4; level = 0; knob1.knobText.text = "yuyuy"; panKnob.onPress = function () { if (Key.isDown(Key.getCode(18))) { autoPan = true; } else { autoPan = false; start = -_root._ymouse; newStart = panKnob._rotation; if (!dragging) { } dragging = true; } }; panKnob.onRelease = function () { dragging = false; }; panKnob.onReleaseOutside = function () { dragging = false; }; this.onEnterFrame = function () { if (dragging) { pivot = (((-_root._ymouse) - start) * 2) + newStart; panKnob._rotation = pivot; if (pivot < -135) { panKnob._rotation = -135; } if (pivot > 135) { panKnob._rotation = 135; } level = Math.round(panKnob._rotation / 1.35); } else { if (autoPan) { textInput.value.selectable = false; level = level + increment; if ((level > 99) || (level < -99)) { increment = increment * -1; } } else { textInput.value.selectable = true; } if (level > 100) { level = 100; } else if (level < -100) { level = -100; } else if ((level <= 100) && (level >= -100)) { panKnob._rotation = level * 1.35; } } _root.dial1._x = _root.scale1._x + (2 * (level + 100)); _root.SelectS(Math.round(0.5 * (level + 100))); };
Symbol 11 MovieClip [player] Frame 1
var theVolume = 0; var actVol = 0; var theR = ""; theTrim = 0; transUp = false; transDown = false; stepVol = 0; stepsUp = 1; stepsDown = 1; var theSound; theSoundComplete = function () { theSound.start(0, 999); }; StartSound = function (n) { delete theSound; theSound = new Sound(this); theSound.onSoundComplete = theSoundComplete; theSound.attachSound((n + 1) + ""); theR = _root.theRadios[n]; dur = theSound.duration; now = 100 * Math.round(_root.tempoPassato()); pos = (now % dur) * 0.001; actVol = 0; theVolume = _root.currentVol; theSound.setVolume(0); theSound.start(pos, 1); stepVol = theVolume / stepsUp; transUp = true; transDown = false; }; StopSound = function () { theSound.stop(); theVolume = _root.currentVol; actVol = theVolume; stepVol = _root.currentVol / stepsDown; }; PrintMsg = function (s) { trace(s); }; SetSound = function (n) { theSound = new Sound(this); theSound.attachSound(_root.theRadios[n]); }; this.onEnterFrame = function () { if (transUp) { actVol = actVol + stepVol; if (actVol <= theVolume) { theSound.setVolume(actVol); } else { transUp = 0; } } else if (transDown) { actVol = actVol - stepVol; if (actVol >= 0) { theSound.setVolume(actVol); } else { transDown = false; theSound.stop(); delete theSound; } } };
Symbol 13 MovieClip [tuneknob] Frame 1
lastRotation = 0; newRotation = 0; theRotation = 0; increment = 4; level = 0; knob1.knobText.text = "yuyuy"; anti = false; panKnob.onPress = function () { if (Key.isDown(Key.getCode(18))) { autoPan = true; } else { autoPan = false; start = -_root._ymouse; if (_xmouse >= 0) { anti = false; } else { anti = true; } anti = true; newStart = theRotation; if (!dragging) { } dragging = true; initRot = theRotation; } }; panKnob.onRelease = function () { dragging = false; }; panKnob.onReleaseOutside = function () { dragging = false; }; this.onEnterFrame = function () { if (dragging) { if (anti) { pivot = ((-_root._ymouse) - start) * 2; } else { pivot = (_root._ymouse + start) * 2; } theRotation = initRot + pivot; if (theRotation < -540) { theRotation = -540; } if (theRotation > 540) { theRotation = 540; } panKnob._rotation = theRotation; if (pivot < -540) { } if (pivot > 540) { } if ((lastRotation > 170) && (panKnob._rotation < 0)) { } level = Math.round(panKnob._rotation / 1.35); level = Math.round(panKnob._rotation); } else { if (autoPan) { textInput.value.selectable = false; level = level + increment; if ((level > 99) || (level < -99)) { increment = increment * -1; } } else { textInput.value.selectable = true; } if (level > 100) { } else if (level < -100) { } else if ((level <= 100) && (level >= -100)) { } } _root.theVal2 = theRotation; theNewPos = _root.scale1._x + ((200 * (theRotation + 540)) / 540); theNewPos = 207 + (0.35 * (540 + theRotation)); _root.dial1._x = (_root.dial1._x * 0.5) + (0.5 * theNewPos); _root.SelectS(Math.round((1000 * (theRotation + 540)) / 1080)); };
Symbol 17 MovieClip Frame 1
var value = 0; onEnterFrame = function () { bar_mc._xscale = 100 * value; }; onEnterFrame();
Symbol 81 MovieClip Frame 1
lastRotation = 0; newRotation = 0; theRotation = 0; increment = 4; level = 0; knob1.knobText.text = "yuyuy"; anti = 0; panKnob.onPress = function () { if (Key.isDown(Key.getCode(18))) { autoPan = true; } else { autoPan = false; start = -_root._ymouse; newStart = theRotation; if (!dragging) { } if (_xmouse >= 0) { anti = false; } else { anti = true; } anti = true; dragging = true; initRot = theRotation; } }; panKnob.onRelease = function () { dragging = false; }; panKnob.onReleaseOutside = function () { dragging = false; }; this.onEnterFrame = function () { if (dragging) { pivot = (((-_root._ymouse) - start) * 2) + newStart; if (anti) { pivot = ((-_root._ymouse) - start) * 2; } else { pivot = (_root._ymouse + start) * 2; } theRotation = initRot + pivot; if (theRotation < -135) { theRotation = -135; } if (theRotation > 135) { theRotation = 135; } panKnob._rotation = theRotation; if (pivot < -135) { } if (pivot > 135) { } if ((lastRotation > 170) && (panKnob._rotation < 0)) { } level = Math.round(panKnob._rotation / 1.35); if (level > 100) { level = 100; } else if (level < -100) { level = -100; } numero = Math.round((100 + level) / 2); _root.SettaVolumi(numero); } else { if (autoPan) { textInput.value.selectable = false; level = level + increment; if ((level > 99) || (level < -99)) { increment = increment * -1; } } else { textInput.value.selectable = true; } if (level > 100) { level = 100; } else if (level < -100) { level = -100; } else if ((level <= 100) && (level >= -100)) { } } _root.theVal2 = theRotation; theNewPos = _root.scale1._x + ((200 * (theRotation + 540)) / 540); theNewPos = 207 + (0.35 * (540 + theRotation)); theVal2 = level; };

Library Items

Symbol 1 Sound [sweep1]Used by:Timeline
Symbol 2 GraphicUsed by:3
Symbol 3 MovieClipUses:2Used by:5
Symbol 4 GraphicUsed by:5
Symbol 5 MovieClipUses:3 4Used by:8 13 81
Symbol 6 GraphicUsed by:7 12
Symbol 7 MovieClipUses:6Used by:8
Symbol 8 MovieClip [volumeknob]Uses:5 7
Symbol 9 GraphicUsed by:10
Symbol 10 MovieClip [scale]Uses:9
Symbol 11 MovieClip [player]
Symbol 12 MovieClipUses:6Used by:13 81
Symbol 13 MovieClip [tuneknob]Uses:5 12Used by:Timeline
Symbol 14 GraphicUsed by:17
Symbol 15 GraphicUsed by:16
Symbol 16 MovieClipUses:15Used by:17
Symbol 17 MovieClipUses:14 16Used by:Timeline
Symbol 18 FontUsed by:19 20 21 22 24 26 28 30 32 34 36 38 40 42 44 46 48 50 52 54 56 58 60 62 64 65 66 67 68 69 70 71 72
Symbol 19 EditableTextUses:18Used by:Timeline
Symbol 20 EditableTextUses:18Used by:Timeline
Symbol 21 EditableTextUses:18Used by:Timeline
Symbol 22 EditableTextUses:18Used by:Timeline
Symbol 23 Sound [1]Used by:Timeline
Symbol 24 EditableTextUses:18Used by:Timeline
Symbol 25 Sound [2]Used by:Timeline
Symbol 26 EditableTextUses:18Used by:Timeline
Symbol 27 Sound [3]Used by:Timeline
Symbol 28 EditableTextUses:18Used by:Timeline
Symbol 29 Sound [4]Used by:Timeline
Symbol 30 EditableTextUses:18Used by:Timeline
Symbol 31 Sound [5]Used by:Timeline
Symbol 32 EditableTextUses:18Used by:Timeline
Symbol 33 Sound [6]Used by:Timeline
Symbol 34 EditableTextUses:18Used by:Timeline
Symbol 35 Sound [7]Used by:Timeline
Symbol 36 EditableTextUses:18Used by:Timeline
Symbol 37 Sound [8]Used by:Timeline
Symbol 38 EditableTextUses:18Used by:Timeline
Symbol 39 Sound [9]Used by:Timeline
Symbol 40 EditableTextUses:18Used by:Timeline
Symbol 41 Sound [10]Used by:Timeline
Symbol 42 EditableTextUses:18Used by:Timeline
Symbol 43 Sound [11]Used by:Timeline
Symbol 44 EditableTextUses:18Used by:Timeline
Symbol 45 Sound [12]Used by:Timeline
Symbol 46 EditableTextUses:18Used by:Timeline
Symbol 47 Sound [13]Used by:Timeline
Symbol 48 EditableTextUses:18Used by:Timeline
Symbol 49 Sound [14]Used by:Timeline
Symbol 50 EditableTextUses:18Used by:Timeline
Symbol 51 Sound [15]Used by:Timeline
Symbol 52 EditableTextUses:18Used by:Timeline
Symbol 53 Sound [16]Used by:Timeline
Symbol 54 EditableTextUses:18Used by:Timeline
Symbol 55 Sound [17]Used by:Timeline
Symbol 56 EditableTextUses:18Used by:Timeline
Symbol 57 Sound [18]Used by:Timeline
Symbol 58 EditableTextUses:18Used by:Timeline
Symbol 59 Sound [19]Used by:Timeline
Symbol 60 EditableTextUses:18Used by:Timeline
Symbol 61 Sound [20]Used by:Timeline
Symbol 62 EditableTextUses:18Used by:Timeline
Symbol 63 Sound [0]Used by:Timeline
Symbol 64 EditableTextUses:18Used by:Timeline
Symbol 65 EditableTextUses:18Used by:Timeline
Symbol 66 EditableTextUses:18Used by:Timeline
Symbol 67 EditableTextUses:18Used by:Timeline
Symbol 68 EditableTextUses:18Used by:Timeline
Symbol 69 EditableTextUses:18Used by:Timeline
Symbol 70 EditableTextUses:18Used by:Timeline
Symbol 71 EditableTextUses:18Used by:Timeline
Symbol 72 EditableTextUses:18Used by:Timeline
Symbol 73 GraphicUsed by:74
Symbol 74 MovieClip [dial]Uses:73Used by:Timeline
Symbol 75 BitmapUsed by:76
Symbol 76 GraphicUses:75Used by:Timeline
Symbol 77 FontUsed by:78
Symbol 78 EditableTextUses:77Used by:Timeline
Symbol 79 FontUsed by:80
Symbol 80 EditableTextUses:79Used by:Timeline
Symbol 81 MovieClipUses:5 12Used by:Timeline

Instance Names

"preloader_mc"Frame 1Symbol 17 MovieClip
"knob2"Frame 90Symbol 13 MovieClip [tuneknob]
"asasas"Frame 90Symbol 78 EditableText
"knobborder"Symbol 8 MovieClip [volumeknob] Frame 1Symbol 5 MovieClip
"panKnob"Symbol 8 MovieClip [volumeknob] Frame 1Symbol 7 MovieClip
"knobborder"Symbol 13 MovieClip [tuneknob] Frame 1Symbol 5 MovieClip
"panKnob"Symbol 13 MovieClip [tuneknob] Frame 1Symbol 12 MovieClip
"bar_mc"Symbol 17 MovieClip Frame 1Symbol 16 MovieClip
"knobborder"Symbol 81 MovieClip Frame 1Symbol 5 MovieClip
"panKnob"Symbol 81 MovieClip Frame 1Symbol 12 MovieClip

Special Tags

FileAttributes (69)Timeline Frame 1Access local files only, Metadata not present, AS1/AS2.
ExportAssets (56)Timeline Frame 1Symbol 1 as "sweep1"
ExportAssets (56)Timeline Frame 1Symbol 8 as "volumeknob"
ExportAssets (56)Timeline Frame 1Symbol 10 as "scale"
ExportAssets (56)Timeline Frame 1Symbol 11 as "player"
ExportAssets (56)Timeline Frame 1Symbol 13 as "tuneknob"
ExportAssets (56)Timeline Frame 4Symbol 23 as "1"
ExportAssets (56)Timeline Frame 5Symbol 25 as "2"
ExportAssets (56)Timeline Frame 6Symbol 27 as "3"
ExportAssets (56)Timeline Frame 7Symbol 29 as "4"
ExportAssets (56)Timeline Frame 8Symbol 31 as "5"
ExportAssets (56)Timeline Frame 9Symbol 33 as "6"
ExportAssets (56)Timeline Frame 10Symbol 35 as "7"
ExportAssets (56)Timeline Frame 11Symbol 37 as "8"
ExportAssets (56)Timeline Frame 12Symbol 39 as "9"
ExportAssets (56)Timeline Frame 13Symbol 41 as "10"
ExportAssets (56)Timeline Frame 14Symbol 43 as "11"
ExportAssets (56)Timeline Frame 15Symbol 45 as "12"
ExportAssets (56)Timeline Frame 16Symbol 47 as "13"
ExportAssets (56)Timeline Frame 17Symbol 49 as "14"
ExportAssets (56)Timeline Frame 18Symbol 51 as "15"
ExportAssets (56)Timeline Frame 19Symbol 53 as "16"
ExportAssets (56)Timeline Frame 20Symbol 55 as "17"
ExportAssets (56)Timeline Frame 21Symbol 57 as "18"
ExportAssets (56)Timeline Frame 22Symbol 59 as "19"
ExportAssets (56)Timeline Frame 23Symbol 61 as "20"
ExportAssets (56)Timeline Frame 24Symbol 63 as "0"
ExportAssets (56)Timeline Frame 33Symbol 74 as "dial"

Dynamic Text Variables

kirupatxtSymbol 20 EditableText"0"
kirupatxtSymbol 21 EditableText"0"
kirupatxtSymbol 22 EditableText"0"
kirupatxtSymbol 24 EditableText"0"
kirupatxtSymbol 26 EditableText"0"
kirupatxtSymbol 28 EditableText"0"
kirupatxtSymbol 30 EditableText"0"
kirupatxtSymbol 32 EditableText"0"
kirupatxtSymbol 34 EditableText"0"
kirupatxtSymbol 36 EditableText"0"
kirupatxtSymbol 38 EditableText"0"
kirupatxtSymbol 40 EditableText"0"
kirupatxtSymbol 42 EditableText"0"
kirupatxtSymbol 44 EditableText"0"
kirupatxtSymbol 46 EditableText"0"
kirupatxtSymbol 48 EditableText"0"
kirupatxtSymbol 50 EditableText"0"
kirupatxtSymbol 52 EditableText"0"
kirupatxtSymbol 54 EditableText"0"
kirupatxtSymbol 56 EditableText"0"
kirupatxtSymbol 58 EditableText"0"
kirupatxtSymbol 60 EditableText"0"
kirupatxtSymbol 62 EditableText"0"
kirupatxtSymbol 64 EditableText"0"
kirupatxtSymbol 65 EditableText"0"
kirupatxtSymbol 66 EditableText"0"
kirupatxtSymbol 67 EditableText"0"
kirupatxtSymbol 68 EditableText"0"
kirupatxtSymbol 69 EditableText"0"
kirupatxtSymbol 70 EditableText"0"
kirupatxtSymbol 71 EditableText"0"
kirupatxtSymbol 72 EditableText"0"
theValSymbol 78 EditableText"000"
theVal2Symbol 80 EditableText"000"




http://swfchan.com/17/81221/info.shtml
Created: 2/4 -2019 02:06:18 Last modified: 2/4 -2019 02:06:18 Server time: 05/05 -2024 02:55:21