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

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

glasses.swf

This is the info page for
Flash #85293

(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 13 MovieClip "face1" in Frame 1
onClipEvent (load) { this._y = Stage.height / 2; this._x = Stage.width * 0.75; } onClipEvent (enterFrame) { if (_root.grabbed) { this.gotoAndStop(2); } else { this.gotoAndStop(1); } xdist = (this._x - _root.glasses._x) + 50; ydist = this._y - _root.glasses._y; radd = Math.sqrt((xdist * xdist) + (ydist * 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 13 MovieClip "face1" in Frame 2
onClipEvent (load) { this._y = Stage.height / 2; this._x = Stage.width * 0.75; } onClipEvent (enterFrame) { this.gotoAndStop(3); }
Instance of Symbol 21 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 ("microtane.html"); }
Symbol 13 MovieClip Frame 2
stop();
Instance of Symbol 4 MovieClip "eye1" in Symbol 13 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 4 MovieClip "eye1" in Symbol 13 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 6 MovieClip "swirl" in Symbol 13 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 13 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 21 MovieClip Frame 30
stop();

Library Items

Symbol 1 GraphicUsed by:13
Symbol 2 GraphicUsed by:13
Symbol 3 GraphicUsed by:4
Symbol 4 MovieClipUses:3Used by:13
Symbol 5 GraphicUsed by:6
Symbol 6 MovieClipUses:5Used by:13
Symbol 7 BitmapUsed by:8
Symbol 8 GraphicUses:7Used by:11
Symbol 9 GraphicUsed by:10
Symbol 10 ButtonUses:9Used by:11
Symbol 11 MovieClipUses:8 10Used by:13
Symbol 12 GraphicUsed by:13
Symbol 13 MovieClipUses:1 2 4 6 11 12Used by:Timeline
Symbol 14 GraphicUsed by:17
Symbol 15 GraphicUsed by:16
Symbol 16 ButtonUses:15Used by:17
Symbol 17 MovieClipUses:14 16Used by:Timeline
Symbol 18 SoundUsed by:19
Symbol 19 MovieClipUses:18Used by:Timeline
Symbol 20 GraphicUsed by:21
Symbol 21 MovieClipUses:20Used by:Timeline

Instance Names

"face1"Frame 1Symbol 13 MovieClip
"glasses"Frame 1Symbol 17 MovieClip
"music"Frame 1Symbol 19 MovieClip
"face1"Frame 2Symbol 13 MovieClip
"flas"Frame 2Symbol 21 MovieClip
"eye1"Symbol 13 MovieClip Frame 2Symbol 4 MovieClip
"eye1"Symbol 13 MovieClip Frame 2Symbol 4 MovieClip
"swirl"Symbol 13 MovieClip Frame 3Symbol 6 MovieClip
"bar"Symbol 13 MovieClip Frame 3Symbol 11 MovieClip

Special Tags

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




http://swfchan.com/18/85293/info.shtml
Created: 10/12 -2018 13:20:32 Last modified: 10/12 -2018 13:20:32 Server time: 03/05 -2024 02:45:02