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

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

gl8sses.swf

This is the info page for
Flash #197357

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


ActionScript [AS1/AS2]
Frame 1
Mouse.hide(); 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; _root.placed = false; Stage.showMenu = false; var omusic = new Sound(); omusic.attachSound("music"); omusic.start(0, 999999);
Instance of Symbol 37 MovieClip "face1" in Frame 1
onClipEvent (load) { this._y = Stage.height / 2; this._y = this._y - (this._y % 8); this._x = Stage.width * 0.75; this._x = this._x - (this._x % 8); } onClipEvent (enterFrame) { this._x = this._x - (this._x % 8); this._y = this._y - (this._y % 8); 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 < 24) { _root.placed = true; _root.gotoAndStop(2); } }
Instance of Symbol 41 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._y = Math.round(this._y / 8) * 8; this._x = Stage.width * 0.25; this._x = Math.round(this._x / 8) * 8; } onClipEvent (enterFrame) { if (_root.grabbed) { this._x = (_root._xmouse - (_root._xmouse % 8)) + 40; this._y = (_root._ymouse - (_root._ymouse % 8)) + 32; } xdist = (_root.face1._x - this._x) + 50; ydist = _root.face1._y - this._y; radd = Math.sqrt((xdist * xdist) + (ydist * ydist)); this._y = Math.round(this._y / 8) * 8; this._x = Math.round(this._x / 8) * 8; 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)); } }
Instance of Symbol 48 MovieClip in Frame 1
onClipEvent (load) { this._x = _root._xmouse % 8; this._y = _root._ymouse % 8; } onClipEvent (enterFrame) { this._x = _root._xmouse - (_root._xmouse % 8); this._y = _root._ymouse - (_root._ymouse % 8); if (_root.placed) { this.gotoAndStop(3); } else if (_root.grabbed) { this.gotoAndStop(2); } else { this.gotoAndStop(1); } }
Frame 2
_root.placed = true; omusic.setVolume(100); omusic.setPan(0); stop();
Instance of Symbol 37 MovieClip "face1" in Frame 2
onClipEvent (load) { this._y = Stage.height / 2; this._x = Stage.width * 0.75; this._x = this._x - (this._x % 8); this._y = this._y - (this._y % 8); } onClipEvent (enterFrame) { this._x = this._x - (this._x % 8); this._y = this._y - (this._y % 8); this.gotoAndStop(3); }
Instance of Symbol 51 MovieClip "flas" in Frame 2
onClipEvent (load) { this._x = 0; this._y = 0; this._width = Stage.width; this._height = Stage.height; }
Symbol 33 Button
on (release) { getURL ("hightane.swf", "", "GET"); }
Instance of Symbol 31 MovieClip in Symbol 34 MovieClip Frame 1
onClipEvent (load) { this.ox = this._x; this.oy = this._y; this.timer = 0; } onClipEvent (enterFrame) { this.timer = this.timer + 0.1; this._y = this.oy + (Math.sin(this.timer) * 24); this._y = this._y - (this._y % 8); this._x = this._x - (this._x % 8); }
Symbol 37 MovieClip Frame 2
stop();
Instance of Symbol 7 MovieClip in Symbol 37 MovieClip Frame 2
onClipEvent (load) { this.ox = this._x; this.oy = this._y; } 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; } angle = 90 - deg; angle = angle / 180; angle = angle * Math.PI; this._x = this.ox + (Math.sin(angle) * 24); this._y = this.oy + (Math.cos(angle) * 24); this._y = Math.round(this._y / 8) * 8; this._x = (Math.round(this._x / 8) * 8) - 4; }
Instance of Symbol 7 MovieClip in Symbol 37 MovieClip Frame 2
onClipEvent (load) { this.ox = this._x; this.oy = this._y; } 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; } angle = 90 - deg; angle = angle / 180; angle = angle * Math.PI; this._x = this.ox + (Math.sin(angle) * 24); this._y = this.oy + (Math.cos(angle) * 24); this._y = Math.round(this._y / 8) * 8; this._x = (Math.round(this._x / 8) * 8) - 4; }
Instance of Symbol 28 MovieClip "swirl" in Symbol 37 MovieClip Frame 3
onClipEvent (load) { this._height = 4000; this._width = 4000; this._x = this._x - (this._x % 8); this._y = this._y - (this._y % 8); } onClipEvent (enterFrame) { }
Instance of Symbol 34 MovieClip "bar" in Symbol 37 MovieClip Frame 3
onClipEvent (load) { this._x = (Stage.width * 0.25) - _root.face1._x; this._y = (Stage.height / 2) - _root.face1._y; this._x = this._x - (this._x % 8); this._y = this._y - (this._y % 8); } onClipEvent (enterFrame) { this._x = (Stage.width * 0.25) - _root.face1._x; this._y = (Stage.height / 2) - _root.face1._y; this._x = this._x - ((this._x % 8) - 4); this._y = this._y - (this._y % 8); }
Symbol 40 Button
on (press) { _root.grabbed = true; } on (release) { _root.grabbed = false; }
Symbol 48 MovieClip Frame 1
stop();
Symbol 51 MovieClip Frame 30
stop();

Library Items

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

Instance Names

"face1"Frame 1Symbol 37 MovieClip
"glasses"Frame 1Symbol 41 MovieClip
"music"Frame 1Symbol 49 MovieClip
"face1"Frame 2Symbol 37 MovieClip
"flas"Frame 2Symbol 51 MovieClip
"swirl"Symbol 37 MovieClip Frame 3Symbol 28 MovieClip
"bar"Symbol 37 MovieClip Frame 3Symbol 34 MovieClip

Special Tags

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




http://swfchan.com/40/197357/info.shtml
Created: 13/10 -2018 04:49:25 Last modified: 13/10 -2018 04:49:25 Server time: 29/04 -2024 00:07:40