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

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

glasses2.swf

This is the info page for
Flash #85296

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


ActionScript [AS1/AS2]
Frame 1
var stageL = new Object(); stageL.onResize = function () { face1.swirl._width = 6000; face1.swirl._height = 6000; flas._width = Stage.width; flas._height = Stage.height; face1._y = Stage.height / 2; face1._x = Stage.width * 0.75; }; Stage.addListener(stageL); stop(); grabbed = false; Stage.showMenu = false; var omusic = new Sound(_root.music);
Instance of Symbol 15 MovieClip "face1" in Frame 1
onClipEvent (load) { this._y = Stage.height / 2; this._x = Stage.width * 0.65; } onClipEvent (enterFrame) { if (_root.grabbed) { this.gotoAndStop(2); } else { this.gotoAndStop(1); } xdist = (this._x - _root.glasses._x) + 92; ydist = (this._y - _root.glasses._y) - 54; radd = Math.sqrt((xdist * xdist) + (ydist * ydist)); trace(((xdist + " ") + ydist) + "."); if (radd < 10) { _root.gotoAndStop(2); } }
Instance of Symbol 17 MovieClip "glasses" in Frame 1
onClipEvent (load) { _root.omusic.setPan(((this._x / Stage.width) * 240) - 120); _root.omusic.setVolume(0); this._y = Stage.height / 2; this._x = Stage.width * 0.25; } onClipEvent (enterFrame) { xdist = (_root.face1._x - this._x) + 50; ydist = _root.face1._y - this._y; radd = Math.sqrt((xdist * xdist) + (ydist * ydist)); if (xdist > 0) { if (xdist > 200) { _root.omusic.setPan(-100); } else { _root.omusic.setPan((-xdist) / 2); } } else if (xdist < -200) { _root.omusic.setPan(100); } else { _root.omusic.setPan((-xdist) / 2); } if (radd > 400) { _root.omusic.setVolume(0); } else { _root.omusic.setVolume(25 - (radd / 16)); } }
Frame 2
omusic.setVolume(100); omusic.setPan(0); stop();
Instance of Symbol 15 MovieClip "face1" in Frame 2
onClipEvent (load) { this._y = Stage.height / 2; this._x = Stage.width * 0.65; } onClipEvent (enterFrame) { this.gotoAndStop(3); }
Instance of Symbol 20 MovieClip in Frame 2
onClipEvent (enterFrame) { this._x = 0; this._y = 0; this._width = Stage.width; this._height = Stage.height; }
Instance of Symbol 22 MovieClip "flas" in Frame 2
onClipEvent (load) { this._x = 0; this._y = 0; this._width = Stage.width; this._height = Stage.height; }
Symbol 10 Button
on (release) { getURL ("glasses.html"); }
Symbol 15 MovieClip Frame 2
stop();
Instance of Symbol 5 MovieClip "eye1" in Symbol 15 MovieClip Frame 2
onClipEvent (enterFrame) { x = _root.glasses._x - _root.face1._x; y = (_root.glasses._y - _root.face1._y) + 10; hyp = Math.sqrt(Math.pow(x, 2) + Math.pow(y, 2)); cos = x / hyp; rad = Math.acos(cos); deg = Math.floor(180 / (Math.PI / rad)); if (y < 0) { deg = -deg; } else if ((Math.floor(y) == 0) && (x < 0)) { deg = 180; } this._rotation = 180 + deg; }
Instance of Symbol 5 MovieClip "eye1" in Symbol 15 MovieClip Frame 2
onClipEvent (enterFrame) { x = (_root.glasses._x - _root.face1._x) - 60; y = (_root.glasses._y - _root.face1._y) + 7; hyp = Math.sqrt(Math.pow(x, 2) + Math.pow(y, 2)); cos = x / hyp; rad = Math.acos(cos); deg = Math.floor(180 / (Math.PI / rad)); if (y < 0) { deg = -deg; } else if ((Math.floor(y) == 0) && (x < 0)) { deg = 180; } this._rotation = 180 + deg; }
Instance of Symbol 7 MovieClip "swirl" in Symbol 15 MovieClip Frame 3
onClipEvent (load) { this._height = 4000; this._width = 4000; } onClipEvent (enterFrame) { this._rotation = this._rotation + 2; }
Instance of Symbol 11 MovieClip "bar" in Symbol 15 MovieClip Frame 3
onClipEvent (load) { this._x = (Stage.width * 0.25) - _root.face1._x; this._y = (Stage.height / 2) - _root.face1._y; } onClipEvent (enterFrame) { this._x = (Stage.width * 0.25) - _root.face1._x; this._y = (Stage.height / 2) - _root.face1._y; }
Symbol 16 Button
on (press) { startDrag (this); _root.grabbed = true; } on (release) { stopDrag(); _root.grabbed = false; }
Symbol 22 MovieClip Frame 30
stop();

Library Items

Symbol 1 Bitmap [pattern]
Symbol 2 GraphicUsed by:15
Symbol 3 GraphicUsed by:15
Symbol 4 GraphicUsed by:5
Symbol 5 MovieClipUses:4Used by:15
Symbol 6 GraphicUsed by:7
Symbol 7 MovieClipUses:6Used by:15
Symbol 8 GraphicUsed by:11
Symbol 9 GraphicUsed by:10
Symbol 10 ButtonUses:9Used by:11
Symbol 11 MovieClipUses:8 10Used by:15
Symbol 12 GraphicUsed by:15
Symbol 13 GraphicUsed by:15
Symbol 14 GraphicUsed by:15 16
Symbol 15 MovieClipUses:2 3 5 7 11 12 13 14Used by:Timeline
Symbol 16 ButtonUses:14Used by:17
Symbol 17 MovieClipUses:16Used by:Timeline
Symbol 18 SoundUsed by:19
Symbol 19 MovieClipUses:18Used by:Timeline
Symbol 20 MovieClipUsed by:Timeline
Symbol 21 GraphicUsed by:22
Symbol 22 MovieClipUses:21Used by:Timeline

Instance Names

"face1"Frame 1Symbol 15 MovieClip
"glasses"Frame 1Symbol 17 MovieClip
"music"Frame 1Symbol 19 MovieClip
"face1"Frame 2Symbol 15 MovieClip
"flas"Frame 2Symbol 22 MovieClip
"eye1"Symbol 15 MovieClip Frame 2Symbol 5 MovieClip
"eye1"Symbol 15 MovieClip Frame 2Symbol 5 MovieClip
"swirl"Symbol 15 MovieClip Frame 3Symbol 7 MovieClip
"bar"Symbol 15 MovieClip Frame 3Symbol 11 MovieClip

Special Tags

FileAttributes (69)Timeline Frame 1Access local files only, Metadata not present, AS1/AS2.
ExportAssets (56)Timeline Frame 1Symbol 1 as "pattern"




http://swfchan.com/18/85296/info.shtml
Created: 31/3 -2019 00:20:17 Last modified: 31/3 -2019 00:20:17 Server time: 26/04 -2024 09:15:09