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

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

TheMovingFace.swf

This is the info page for
Flash #122478

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


ActionScript [AS3]
Section 1
//Ball (com.bri.mousecontrolled.Ball) package com.bri.mousecontrolled { import flash.display.*; import flash.events.*; public class Ball extends MovieClip { var speed:Number;// = 1 var stageRef:Stage; public function Ball(_arg1:Stage):void{ speed = 1; super(); x = (_arg1.stageWidth / 2); y = (_arg1.stageHeight / 2); this.stageRef = _arg1; addEventListener(Event.ENTER_FRAME, loop, false, 0, true); } private function loop(_arg1:Event):void{ var _local2:Number; var _local3:Number; var _local4:Number; _local2 = (stageRef.mouseY - y); _local3 = (stageRef.mouseX - x); _local4 = Math.atan2(_local2, _local3); x = (x - ((x - stageRef.mouseX) / speed)); y = (y - ((y - stageRef.mouseY) / speed)); } } }//package com.bri.mousecontrolled
Section 2
//CheekL (com.bri.mousecontrolled.CheekL) package com.bri.mousecontrolled { import flash.display.*; import flash.events.*; public class CheekL extends MovieClip { var speed:Number;// = 7 var stageRef:Stage; public function CheekL(_arg1:Stage):void{ speed = 7; super(); x = (_arg1.stageWidth / 2); y = (_arg1.stageHeight / 2); this.stageRef = _arg1; addEventListener(Event.ENTER_FRAME, loop, false, 0, true); } private function loop(_arg1:Event):void{ var _local2:Number; var _local3:Number; var _local4:Number; _local2 = (stageRef.mouseY - y); _local3 = (stageRef.mouseX - x); _local4 = Math.atan2(_local2, _local3); x = (x - ((x - stageRef.mouseX) / speed)); y = (y - ((y - stageRef.mouseY) / speed)); if (x < 127){ x = 127; }; if (x > 360){ x = 360; }; if (y < 140){ y = 140; }; } } }//package com.bri.mousecontrolled
Section 3
//CheekLdot (com.bri.mousecontrolled.CheekLdot) package com.bri.mousecontrolled { import flash.display.*; import flash.events.*; public class CheekLdot extends MovieClip { var speed:Number;// = 7 var stageRef:Stage; public function CheekLdot(_arg1:Stage):void{ speed = 7; super(); x = (_arg1.stageWidth / 2); y = (_arg1.stageHeight / 2); this.stageRef = _arg1; addEventListener(Event.ENTER_FRAME, loop, false, 0, true); } private function loop(_arg1:Event):void{ var _local2:Number; var _local3:Number; var _local4:Number; _local2 = (stageRef.mouseY - y); _local3 = (stageRef.mouseX - x); _local4 = Math.atan2(_local2, _local3); x = (x - ((x - stageRef.mouseX) / speed)); y = (y - ((y - stageRef.mouseY) / speed)); if (x < 127){ x = 127; }; if (x > 380){ x = 380; }; if (y < 120){ y = 120; }; } } }//package com.bri.mousecontrolled
Section 4
//CheekLshade (com.bri.mousecontrolled.CheekLshade) package com.bri.mousecontrolled { import flash.display.*; import flash.events.*; public class CheekLshade extends MovieClip { var speed:Number;// = 7 var stageRef:Stage; public function CheekLshade(_arg1:Stage):void{ speed = 7; super(); x = (_arg1.stageWidth / 2); y = (_arg1.stageHeight / 2); this.stageRef = _arg1; addEventListener(Event.ENTER_FRAME, loop, false, 0, true); } private function loop(_arg1:Event):void{ var _local2:Number; var _local3:Number; var _local4:Number; _local2 = (stageRef.mouseY - y); _local3 = (stageRef.mouseX - x); _local4 = Math.atan2(_local2, _local3); x = (x - ((x - stageRef.mouseX) / speed)); y = (y - ((y - stageRef.mouseY) / speed)); if (x < 115){ x = 115; }; if (x > 410){ x = 410; }; if (y < 122){ y = 122; }; } } }//package com.bri.mousecontrolled
Section 5
//CheekR (com.bri.mousecontrolled.CheekR) package com.bri.mousecontrolled { import flash.display.*; import flash.events.*; public class CheekR extends MovieClip { var speed:Number;// = 7 var stageRef:Stage; public function CheekR(_arg1:Stage):void{ speed = 7; super(); x = (_arg1.stageWidth / 2); y = (_arg1.stageHeight / 2); this.stageRef = _arg1; addEventListener(Event.ENTER_FRAME, loop, false, 0, true); } private function loop(_arg1:Event):void{ var _local2:Number; var _local3:Number; var _local4:Number; _local2 = (stageRef.mouseY - y); _local3 = (stageRef.mouseX - x); _local4 = Math.atan2(_local2, _local3); x = (x - ((x - stageRef.mouseX) / speed)); y = (y - ((y - stageRef.mouseY) / speed)); if (x < 127){ x = 127; }; if (x > 400){ x = 400; }; if (y < 140){ y = 140; }; if (y > 380){ y = 380; }; } } }//package com.bri.mousecontrolled
Section 6
//CheekRdot (com.bri.mousecontrolled.CheekRdot) package com.bri.mousecontrolled { import flash.display.*; import flash.events.*; public class CheekRdot extends MovieClip { var speed:Number;// = 7 var stageRef:Stage; public function CheekRdot(_arg1:Stage):void{ speed = 7; super(); x = (_arg1.stageWidth / 2); y = (_arg1.stageHeight / 2); this.stageRef = _arg1; addEventListener(Event.ENTER_FRAME, loop, false, 0, true); } private function loop(_arg1:Event):void{ var _local2:Number; var _local3:Number; var _local4:Number; _local2 = (stageRef.mouseY - y); _local3 = (stageRef.mouseX - x); _local4 = Math.atan2(_local2, _local3); x = (x - ((x - stageRef.mouseX) / speed)); y = (y - ((y - stageRef.mouseY) / speed)); if (x < 127){ x = 127; }; if (x > 420){ x = 420; }; if (y < 120){ y = 120; }; } } }//package com.bri.mousecontrolled
Section 7
//Engine (com.bri.mousecontrolled.Engine) package com.bri.mousecontrolled { import flash.display.*; import flash.ui.*; public class Engine extends MovieClip { public function Engine():void{ var _local1:Ball; var _local2:Head; var _local3:Mouth; var _local4:Lip; var _local5:CheekL; var _local6:CheekR; var _local7:CheekLdot; var _local8:CheekRdot; var _local9:CheekLshade; var _local10:Nose; var _local11:NoseL; var _local12:NoseR; var _local13:NoseTop; var _local14:NoseBone; var _local15:EyeSocket; var _local16:EyeShadow; var _local17:EyeShadowL; var _local18:EyeUnder; var _local19:Forehead; var _local20:EyebrowL; var _local21:EyebrowR; var _local22:OvereyeL; var _local23:OvereyeR; var _local24:EyeL; var _local25:PupilL; var _local26:EyeLC; var _local27:EyeGlare; var _local28:EyelidLU; var _local29:EyelidLB; var _local30:EyelidLS; var _local31:EyeR; var _local32:PupilR; var _local33:EyeRC; var _local34:EyeGlare2; var _local35:EyelidRU; var _local36:EyelidRB; var _local37:EyelidRS; var _local38:Meanwhile; super(); stage.quality = StageQuality.LOW; _local1 = new Ball(stage); addChild(_local1); _local2 = new Head(stage); addChild(_local2); _local3 = new Mouth(stage); addChild(_local3); _local4 = new Lip(stage); addChild(_local4); _local5 = new CheekL(stage); addChild(_local5); _local6 = new CheekR(stage); addChild(_local6); _local7 = new CheekLdot(stage); addChild(_local7); _local8 = new CheekRdot(stage); addChild(_local8); _local9 = new CheekLshade(stage); addChild(_local9); _local10 = new Nose(stage); addChild(_local10); _local11 = new NoseL(stage); addChild(_local11); _local12 = new NoseR(stage); addChild(_local12); _local13 = new NoseTop(stage); addChild(_local13); _local14 = new NoseBone(stage); addChild(_local14); _local15 = new EyeSocket(stage); addChild(_local15); _local16 = new EyeShadow(stage); addChild(_local16); _local17 = new EyeShadowL(stage); addChild(_local17); _local18 = new EyeUnder(stage); addChild(_local18); _local19 = new Forehead(stage); addChild(_local19); _local20 = new EyebrowL(stage); addChild(_local20); _local21 = new EyebrowR(stage); addChild(_local21); _local22 = new OvereyeL(stage); addChild(_local22); _local23 = new OvereyeR(stage); addChild(_local23); _local24 = new EyeL(stage); addChild(_local24); _local25 = new PupilL(stage); addChild(_local25); _local26 = new EyeLC(stage); addChild(_local26); _local27 = new EyeGlare(stage); addChild(_local27); _local28 = new EyelidLU(stage); addChild(_local28); _local29 = new EyelidLB(stage); addChild(_local29); _local30 = new EyelidLS(stage); addChild(_local30); _local31 = new EyeR(stage); addChild(_local31); _local32 = new PupilR(stage); addChild(_local32); _local33 = new EyeRC(stage); addChild(_local33); _local34 = new EyeGlare2(stage); addChild(_local34); _local35 = new EyelidRU(stage); addChild(_local35); _local36 = new EyelidRB(stage); addChild(_local36); _local37 = new EyelidRS(stage); addChild(_local37); Mouse.hide(); _local38 = new Meanwhile(stage); addChild(_local38); } } }//package com.bri.mousecontrolled
Section 8
//EyebrowL (com.bri.mousecontrolled.EyebrowL) package com.bri.mousecontrolled { import flash.display.*; import flash.events.*; public class EyebrowL extends MovieClip { var speed:Number;// = 7 var stageRef:Stage; public function EyebrowL(_arg1:Stage):void{ speed = 7; super(); x = (_arg1.stageWidth / 2); y = (_arg1.stageHeight / 2); this.stageRef = _arg1; addEventListener(Event.ENTER_FRAME, loop, false, 0, true); } private function loop(_arg1:Event):void{ var _local2:Number; var _local3:Number; var _local4:Number; _local2 = (stageRef.mouseY - y); _local3 = (stageRef.mouseX - x); _local4 = Math.atan2(_local2, _local3); x = (x - ((x - stageRef.mouseX) / speed)); y = (y - ((y - stageRef.mouseY) / speed)); if (x < 105){ x = 105; }; if (x > 390){ x = 390; }; if (y < 110){ y = 110; }; if (y > 370){ y = 370; }; } } }//package com.bri.mousecontrolled
Section 9
//EyebrowR (com.bri.mousecontrolled.EyebrowR) package com.bri.mousecontrolled { import flash.display.*; import flash.events.*; public class EyebrowR extends MovieClip { var speed:Number;// = 7 var stageRef:Stage; public function EyebrowR(_arg1:Stage):void{ speed = 7; super(); x = (_arg1.stageWidth / 2); y = (_arg1.stageHeight / 2); this.stageRef = _arg1; addEventListener(Event.ENTER_FRAME, loop, false, 0, true); } private function loop(_arg1:Event):void{ var _local2:Number; var _local3:Number; var _local4:Number; _local2 = (stageRef.mouseY - y); _local3 = (stageRef.mouseX - x); _local4 = Math.atan2(_local2, _local3); x = (x - ((x - stageRef.mouseX) / speed)); y = (y - ((y - stageRef.mouseY) / speed)); if (x < 105){ x = 105; }; if (x > 440){ x = 440; }; if (y < 110){ y = 110; }; if (y > 370){ y = 370; }; } } }//package com.bri.mousecontrolled
Section 10
//EyeGlare (com.bri.mousecontrolled.EyeGlare) package com.bri.mousecontrolled { import flash.display.*; import flash.events.*; public class EyeGlare extends MovieClip { var speed:Number;// = 7 var stageRef:Stage; public function EyeGlare(_arg1:Stage):void{ speed = 7; super(); x = (_arg1.stageWidth / 2); y = (_arg1.stageHeight / 2); this.stageRef = _arg1; addEventListener(Event.ENTER_FRAME, loop, false, 0, true); } private function loop(_arg1:Event):void{ var _local2:Number; var _local3:Number; var _local4:Number; _local2 = (stageRef.mouseY - y); _local3 = (stageRef.mouseX - x); _local4 = Math.atan2(_local2, _local3); x = (x - ((x - stageRef.mouseX) / speed)); y = (y - ((y - stageRef.mouseY) / speed)); if (x < 100){ x = 100; }; if (x > 405){ x = 405; }; if (y < 100){ y = 100; }; if (y > 368){ y = 368; }; } } }//package com.bri.mousecontrolled
Section 11
//EyeGlare2 (com.bri.mousecontrolled.EyeGlare2) package com.bri.mousecontrolled { import flash.display.*; import flash.events.*; public class EyeGlare2 extends MovieClip { var speed:Number;// = 7 var stageRef:Stage; public function EyeGlare2(_arg1:Stage):void{ speed = 7; super(); x = (_arg1.stageWidth / 2); y = (_arg1.stageHeight / 2); this.stageRef = _arg1; addEventListener(Event.ENTER_FRAME, loop, false, 0, true); } private function loop(_arg1:Event):void{ var _local2:Number; var _local3:Number; var _local4:Number; _local2 = (stageRef.mouseY - y); _local3 = (stageRef.mouseX - x); _local4 = Math.atan2(_local2, _local3); x = (x - ((x - stageRef.mouseX) / speed)); y = (y - ((y - stageRef.mouseY) / speed)); if (x < 90){ x = 90; }; if (x > 420){ x = 420; }; if (y < 110){ y = 110; }; if (y > 368){ y = 368; }; } } }//package com.bri.mousecontrolled
Section 12
//EyeL (com.bri.mousecontrolled.EyeL) package com.bri.mousecontrolled { import flash.display.*; import flash.events.*; public class EyeL extends MovieClip { var speed:Number;// = 7 var stageRef:Stage; public function EyeL(_arg1:Stage):void{ speed = 7; super(); x = (_arg1.stageWidth / 2); y = (_arg1.stageHeight / 2); this.stageRef = _arg1; addEventListener(Event.ENTER_FRAME, loop, false, 0, true); } private function loop(_arg1:Event):void{ var _local2:Number; var _local3:Number; var _local4:Number; _local2 = (stageRef.mouseY - y); _local3 = (stageRef.mouseX - x); _local4 = Math.atan2(_local2, _local3); x = (x - ((x - stageRef.mouseX) / speed)); y = (y - ((y - stageRef.mouseY) / speed)); if (x < 105){ x = 105; }; if (x > 390){ x = 390; }; if (y < 115){ y = 115; }; if (y > 370){ y = 370; }; } } }//package com.bri.mousecontrolled
Section 13
//EyeLC (com.bri.mousecontrolled.EyeLC) package com.bri.mousecontrolled { import flash.display.*; import flash.events.*; public class EyeLC extends MovieClip { var speed:Number;// = 7 var stageRef:Stage; public function EyeLC(_arg1:Stage):void{ speed = 7; super(); x = (_arg1.stageWidth / 2); y = (_arg1.stageHeight / 2); this.stageRef = _arg1; addEventListener(Event.ENTER_FRAME, loop, false, 0, true); } private function loop(_arg1:Event):void{ var _local2:Number; var _local3:Number; var _local4:Number; _local2 = (stageRef.mouseY - y); _local3 = (stageRef.mouseX - x); _local4 = Math.atan2(_local2, _local3); x = (x - ((x - stageRef.mouseX) / speed)); y = (y - ((y - stageRef.mouseY) / speed)); if (x < 99){ x = 99; }; if (x > 403){ x = 403; }; if (y < 100){ y = 100; }; if (y > 370){ y = 370; }; } } }//package com.bri.mousecontrolled
Section 14
//EyelidLB (com.bri.mousecontrolled.EyelidLB) package com.bri.mousecontrolled { import flash.display.*; import flash.events.*; public class EyelidLB extends MovieClip { var speed:Number;// = 7 var stageRef:Stage; public function EyelidLB(_arg1:Stage):void{ speed = 7; super(); x = (_arg1.stageWidth / 2); y = (_arg1.stageHeight / 2); this.stageRef = _arg1; addEventListener(Event.ENTER_FRAME, loop, false, 0, true); } private function loop(_arg1:Event):void{ var _local2:Number; var _local3:Number; var _local4:Number; _local2 = (stageRef.mouseY - y); _local3 = (stageRef.mouseX - x); _local4 = Math.atan2(_local2, _local3); x = (x - ((x - stageRef.mouseX) / speed)); y = (y - ((y - stageRef.mouseY) / speed)); if (x < 140){ x = 140; }; if (x > 399){ x = 399; }; if (y < 110){ y = 110; }; if (y > 370){ y = 370; }; } } }//package com.bri.mousecontrolled
Section 15
//EyelidLS (com.bri.mousecontrolled.EyelidLS) package com.bri.mousecontrolled { import flash.display.*; import flash.events.*; public class EyelidLS extends MovieClip { var speed:Number;// = 7 var stageRef:Stage; public function EyelidLS(_arg1:Stage):void{ speed = 7; super(); x = (_arg1.stageWidth / 2); y = (_arg1.stageHeight / 2); this.stageRef = _arg1; addEventListener(Event.ENTER_FRAME, loop, false, 0, true); } private function loop(_arg1:Event):void{ var _local2:Number; var _local3:Number; var _local4:Number; _local2 = (stageRef.mouseY - y); _local3 = (stageRef.mouseX - x); _local4 = Math.atan2(_local2, _local3); x = (x - ((x - stageRef.mouseX) / speed)); y = (y - ((y - stageRef.mouseY) / speed)); if (x < 115){ x = 115; }; if (x > 399){ x = 399; }; if (y < 110){ y = 110; }; if (y > 370){ y = 370; }; } } }//package com.bri.mousecontrolled
Section 16
//EyelidLU (com.bri.mousecontrolled.EyelidLU) package com.bri.mousecontrolled { import flash.display.*; import flash.events.*; public class EyelidLU extends MovieClip { var speed:Number;// = 7 var stageRef:Stage; public function EyelidLU(_arg1:Stage):void{ speed = 7; super(); x = (_arg1.stageWidth / 2); y = (_arg1.stageHeight / 2); this.stageRef = _arg1; addEventListener(Event.ENTER_FRAME, loop, false, 0, true); } private function loop(_arg1:Event):void{ var _local2:Number; var _local3:Number; var _local4:Number; _local2 = (stageRef.mouseY - y); _local3 = (stageRef.mouseX - x); _local4 = Math.atan2(_local2, _local3); x = (x - ((x - stageRef.mouseX) / speed)); y = (y - ((y - stageRef.mouseY) / speed)); if (x < 110){ x = 110; }; if (x > 399){ x = 399; }; if (y < 110){ y = 110; }; if (y > 370){ y = 370; }; } } }//package com.bri.mousecontrolled
Section 17
//EyelidRB (com.bri.mousecontrolled.EyelidRB) package com.bri.mousecontrolled { import flash.display.*; import flash.events.*; public class EyelidRB extends MovieClip { var speed:Number;// = 7 var stageRef:Stage; public function EyelidRB(_arg1:Stage):void{ speed = 7; super(); x = (_arg1.stageWidth / 2); y = (_arg1.stageHeight / 2); this.stageRef = _arg1; addEventListener(Event.ENTER_FRAME, loop, false, 0, true); } private function loop(_arg1:Event):void{ var _local2:Number; var _local3:Number; var _local4:Number; _local2 = (stageRef.mouseY - y); _local3 = (stageRef.mouseX - x); _local4 = Math.atan2(_local2, _local3); x = (x - ((x - stageRef.mouseX) / speed)); y = (y - ((y - stageRef.mouseY) / speed)); if (x < 140){ x = 140; }; if (x > 399){ x = 399; }; if (y < 110){ y = 110; }; if (y > 370){ y = 370; }; } } }//package com.bri.mousecontrolled
Section 18
//EyelidRS (com.bri.mousecontrolled.EyelidRS) package com.bri.mousecontrolled { import flash.display.*; import flash.events.*; public class EyelidRS extends MovieClip { var speed:Number;// = 7 var stageRef:Stage; public function EyelidRS(_arg1:Stage):void{ speed = 7; super(); x = (_arg1.stageWidth / 2); y = (_arg1.stageHeight / 2); this.stageRef = _arg1; addEventListener(Event.ENTER_FRAME, loop, false, 0, true); } private function loop(_arg1:Event):void{ var _local2:Number; var _local3:Number; var _local4:Number; _local2 = (stageRef.mouseY - y); _local3 = (stageRef.mouseX - x); _local4 = Math.atan2(_local2, _local3); x = (x - ((x - stageRef.mouseX) / speed)); y = (y - ((y - stageRef.mouseY) / speed)); if (x < 100){ x = 100; }; if (x > 399){ x = 399; }; if (y < 110){ y = 110; }; if (y > 370){ y = 370; }; } } }//package com.bri.mousecontrolled
Section 19
//EyelidRU (com.bri.mousecontrolled.EyelidRU) package com.bri.mousecontrolled { import flash.display.*; import flash.events.*; public class EyelidRU extends MovieClip { var speed:Number;// = 7 var stageRef:Stage; public function EyelidRU(_arg1:Stage):void{ speed = 7; super(); x = (_arg1.stageWidth / 2); y = (_arg1.stageHeight / 2); this.stageRef = _arg1; addEventListener(Event.ENTER_FRAME, loop, false, 0, true); } private function loop(_arg1:Event):void{ var _local2:Number; var _local3:Number; var _local4:Number; _local2 = (stageRef.mouseY - y); _local3 = (stageRef.mouseX - x); _local4 = Math.atan2(_local2, _local3); x = (x - ((x - stageRef.mouseX) / speed)); y = (y - ((y - stageRef.mouseY) / speed)); if (x < 100){ x = 100; }; if (x > 430){ x = 430; }; if (y < 110){ y = 110; }; if (y > 370){ y = 370; }; } } }//package com.bri.mousecontrolled
Section 20
//EyeR (com.bri.mousecontrolled.EyeR) package com.bri.mousecontrolled { import flash.display.*; import flash.events.*; public class EyeR extends MovieClip { var speed:Number;// = 7 var stageRef:Stage; public function EyeR(_arg1:Stage):void{ speed = 7; super(); x = (_arg1.stageWidth / 2); y = (_arg1.stageHeight / 2); this.stageRef = _arg1; addEventListener(Event.ENTER_FRAME, loop, false, 0, true); } private function loop(_arg1:Event):void{ var _local2:Number; var _local3:Number; var _local4:Number; _local2 = (stageRef.mouseY - y); _local3 = (stageRef.mouseX - x); _local4 = Math.atan2(_local2, _local3); x = (x - ((x - stageRef.mouseX) / speed)); y = (y - ((y - stageRef.mouseY) / speed)); if (x < 100){ x = 100; }; if (x > 420){ x = 420; }; if (y < 115){ y = 115; }; if (y > 370){ y = 370; }; } } }//package com.bri.mousecontrolled
Section 21
//EyeRC (com.bri.mousecontrolled.EyeRC) package com.bri.mousecontrolled { import flash.display.*; import flash.events.*; public class EyeRC extends MovieClip { var speed:Number;// = 7 var stageRef:Stage; public function EyeRC(_arg1:Stage):void{ speed = 7; super(); x = (_arg1.stageWidth / 2); y = (_arg1.stageHeight / 2); this.stageRef = _arg1; addEventListener(Event.ENTER_FRAME, loop, false, 0, true); } private function loop(_arg1:Event):void{ var _local2:Number; var _local3:Number; var _local4:Number; _local2 = (stageRef.mouseY - y); _local3 = (stageRef.mouseX - x); _local4 = Math.atan2(_local2, _local3); x = (x - ((x - stageRef.mouseX) / speed)); y = (y - ((y - stageRef.mouseY) / speed)); if (x < 90){ x = 90; }; if (x > 413){ x = 413; }; if (y < 100){ y = 100; }; if (y > 370){ y = 370; }; } } }//package com.bri.mousecontrolled
Section 22
//EyeShadow (com.bri.mousecontrolled.EyeShadow) package com.bri.mousecontrolled { import flash.display.*; import flash.events.*; public class EyeShadow extends MovieClip { var speed:Number;// = 7 var stageRef:Stage; public function EyeShadow(_arg1:Stage):void{ speed = 7; super(); x = (_arg1.stageWidth / 2); y = (_arg1.stageHeight / 2); this.stageRef = _arg1; addEventListener(Event.ENTER_FRAME, loop, false, 0, true); } private function loop(_arg1:Event):void{ var _local2:Number; var _local3:Number; var _local4:Number; _local2 = (stageRef.mouseY - y); _local3 = (stageRef.mouseX - x); _local4 = Math.atan2(_local2, _local3); x = (x - ((x - stageRef.mouseX) / speed)); y = (y - ((y - stageRef.mouseY) / speed)); if (x < 105){ x = 105; }; if (x > 430){ x = 430; }; if (y < 120){ y = 120; }; if (y > 370){ y = 370; }; } } }//package com.bri.mousecontrolled
Section 23
//EyeShadowL (com.bri.mousecontrolled.EyeShadowL) package com.bri.mousecontrolled { import flash.display.*; import flash.events.*; public class EyeShadowL extends MovieClip { var speed:Number;// = 7 var stageRef:Stage; public function EyeShadowL(_arg1:Stage):void{ speed = 7; super(); x = (_arg1.stageWidth / 2); y = (_arg1.stageHeight / 2); this.stageRef = _arg1; addEventListener(Event.ENTER_FRAME, loop, false, 0, true); } private function loop(_arg1:Event):void{ var _local2:Number; var _local3:Number; var _local4:Number; _local2 = (stageRef.mouseY - y); _local3 = (stageRef.mouseX - x); _local4 = Math.atan2(_local2, _local3); x = (x - ((x - stageRef.mouseX) / speed)); y = (y - ((y - stageRef.mouseY) / speed)); if (x < 105){ x = 105; }; if (x > 390){ x = 390; }; if (y < 120){ y = 120; }; if (y > 370){ y = 370; }; } } }//package com.bri.mousecontrolled
Section 24
//EyeSocket (com.bri.mousecontrolled.EyeSocket) package com.bri.mousecontrolled { import flash.display.*; import flash.events.*; public class EyeSocket extends MovieClip { var speed:Number;// = 7 var stageRef:Stage; public function EyeSocket(_arg1:Stage):void{ speed = 7; super(); x = (_arg1.stageWidth / 2); y = (_arg1.stageHeight / 2); this.stageRef = _arg1; addEventListener(Event.ENTER_FRAME, loop, false, 0, true); } private function loop(_arg1:Event):void{ var _local2:Number; var _local3:Number; var _local4:Number; _local2 = (stageRef.mouseY - y); _local3 = (stageRef.mouseX - x); _local4 = Math.atan2(_local2, _local3); x = (x - ((x - stageRef.mouseX) / speed)); y = (y - ((y - stageRef.mouseY) / speed)); if (x < 115){ x = 115; }; if (x > 370){ x = 370; }; if (y < 115){ y = 115; }; if (y > 360){ y = 360; }; } } }//package com.bri.mousecontrolled
Section 25
//EyeUnder (com.bri.mousecontrolled.EyeUnder) package com.bri.mousecontrolled { import flash.display.*; import flash.events.*; public class EyeUnder extends MovieClip { var speed:Number;// = 7 var stageRef:Stage; public function EyeUnder(_arg1:Stage):void{ speed = 7; super(); x = (_arg1.stageWidth / 2); y = (_arg1.stageHeight / 2); this.stageRef = _arg1; addEventListener(Event.ENTER_FRAME, loop, false, 0, true); } private function loop(_arg1:Event):void{ var _local2:Number; var _local3:Number; var _local4:Number; _local2 = (stageRef.mouseY - y); _local3 = (stageRef.mouseX - x); _local4 = Math.atan2(_local2, _local3); x = (x - ((x - stageRef.mouseX) / speed)); y = (y - ((y - stageRef.mouseY) / speed)); if (x < 115){ x = 115; }; if (x > 430){ x = 430; }; if (y < 130){ y = 130; }; if (y > 350){ y = 350; }; } } }//package com.bri.mousecontrolled
Section 26
//Forehead (com.bri.mousecontrolled.Forehead) package com.bri.mousecontrolled { import flash.display.*; import flash.events.*; public class Forehead extends MovieClip { var speed:Number;// = 7 var stageRef:Stage; public function Forehead(_arg1:Stage):void{ speed = 7; super(); x = (_arg1.stageWidth / 2); y = (_arg1.stageHeight / 2); this.stageRef = _arg1; addEventListener(Event.ENTER_FRAME, loop, false, 0, true); } private function loop(_arg1:Event):void{ var _local2:Number; var _local3:Number; var _local4:Number; _local2 = (stageRef.mouseY - y); _local3 = (stageRef.mouseX - x); _local4 = Math.atan2(_local2, _local3); x = (x - ((x - stageRef.mouseX) / speed)); y = (y - ((y - stageRef.mouseY) / speed)); if (x < 115){ x = 115; }; if (x > 430){ x = 430; }; if (y < 130){ y = 130; }; } } }//package com.bri.mousecontrolled
Section 27
//Head (com.bri.mousecontrolled.Head) package com.bri.mousecontrolled { import flash.display.*; import flash.events.*; public class Head extends MovieClip { var speed:Number;// = 7 var stageRef:Stage; public function Head(_arg1:Stage):void{ speed = 7; super(); x = (_arg1.stageWidth / 2); y = (_arg1.stageHeight / 2); this.stageRef = _arg1; addEventListener(Event.ENTER_FRAME, loop, false, 0, true); } private function loop(_arg1:Event):void{ var _local2:Number; var _local3:Number; var _local4:Number; _local2 = (stageRef.mouseY - y); _local3 = (stageRef.mouseX - x); _local4 = Math.atan2(_local2, _local3); x = (x - ((x - stageRef.mouseX) / speed)); y = (y - ((y - stageRef.mouseY) / speed)); if (x > 370){ x = 370; }; if (x < 150){ x = 150; }; if (y > 300){ y = 300; }; if (y < 150){ y = 150; }; } } }//package com.bri.mousecontrolled
Section 28
//Lip (com.bri.mousecontrolled.Lip) package com.bri.mousecontrolled { import flash.display.*; import flash.events.*; public class Lip extends MovieClip { var speed:Number;// = 7 var stageRef:Stage; public function Lip(_arg1:Stage):void{ speed = 7; super(); x = (_arg1.stageWidth / 2); y = (_arg1.stageHeight / 2); this.stageRef = _arg1; addEventListener(Event.ENTER_FRAME, loop, false, 0, true); } private function loop(_arg1:Event):void{ var _local2:Number; var _local3:Number; var _local4:Number; _local2 = (stageRef.mouseY - y); _local3 = (stageRef.mouseX - x); _local4 = Math.atan2(_local2, _local3); x = (x - ((x - stageRef.mouseX) / speed)); y = (y - ((y - stageRef.mouseY) / speed)); if (x < 128){ x = 128; }; if (x > 428){ x = 428; }; if (y < 142){ y = 142; }; } } }//package com.bri.mousecontrolled
Section 29
//Meanwhile (com.bri.mousecontrolled.Meanwhile) package com.bri.mousecontrolled { import flash.display.*; import flash.events.*; public class Meanwhile extends MovieClip { var speed:Number;// = 1 var stageRef:Stage; public function Meanwhile(_arg1:Stage):void{ speed = 1; super(); x = (_arg1.stageWidth / 2); y = (_arg1.stageHeight / 2); this.stageRef = _arg1; addEventListener(Event.ENTER_FRAME, loop, false, 0, true); } private function loop(_arg1:Event):void{ var _local2:Number; var _local3:Number; var _local4:Number; _local2 = (stageRef.mouseY - y); _local3 = (stageRef.mouseX - x); _local4 = Math.atan2(_local2, _local3); x = (x - ((x - stageRef.mouseX) / speed)); y = 0; if (x > 370){ x = 370; }; if (x < 150){ x = 150; }; if (y > 300){ y = 300; }; if (y < 150){ y = 150; }; } } }//package com.bri.mousecontrolled
Section 30
//Mouth (com.bri.mousecontrolled.Mouth) package com.bri.mousecontrolled { import flash.display.*; import flash.events.*; public class Mouth extends MovieClip { var speed:Number;// = 7 var stageRef:Stage; public function Mouth(_arg1:Stage):void{ speed = 7; super(); x = (_arg1.stageWidth / 2); y = (_arg1.stageHeight / 2); this.stageRef = _arg1; addEventListener(Event.ENTER_FRAME, loop, false, 0, true); } private function loop(_arg1:Event):void{ var _local2:Number; var _local3:Number; var _local4:Number; _local2 = (stageRef.mouseY - y); _local3 = (stageRef.mouseX - x); _local4 = Math.atan2(_local2, _local3); x = (x - ((x - stageRef.mouseX) / speed)); y = (y - ((y - stageRef.mouseY) / speed)); if (x < 120){ x = 120; }; if (x > 420){ x = 420; }; if (y < 150){ y = 150; }; } } }//package com.bri.mousecontrolled
Section 31
//Nose (com.bri.mousecontrolled.Nose) package com.bri.mousecontrolled { import flash.display.*; import flash.events.*; public class Nose extends MovieClip { var speed:Number;// = 7 var stageRef:Stage; public function Nose(_arg1:Stage):void{ speed = 7; super(); x = (_arg1.stageWidth / 2); y = (_arg1.stageHeight / 2); this.stageRef = _arg1; addEventListener(Event.ENTER_FRAME, loop, false, 0, true); } private function loop(_arg1:Event):void{ var _local2:Number; var _local3:Number; var _local4:Number; _local2 = (stageRef.mouseY - y); _local3 = (stageRef.mouseX - x); _local4 = Math.atan2(_local2, _local3); x = (x - ((x - stageRef.mouseX) / speed)); y = (y - ((y - stageRef.mouseY) / speed)); if (x < 115){ x = 115; }; if (x > 430){ x = 430; }; if (y < 130){ y = 130; }; } } }//package com.bri.mousecontrolled
Section 32
//NoseBone (com.bri.mousecontrolled.NoseBone) package com.bri.mousecontrolled { import flash.display.*; import flash.events.*; public class NoseBone extends MovieClip { var speed:Number;// = 7 var stageRef:Stage; public function NoseBone(_arg1:Stage):void{ speed = 7; super(); x = (_arg1.stageWidth / 2); y = (_arg1.stageHeight / 2); this.stageRef = _arg1; addEventListener(Event.ENTER_FRAME, loop, false, 0, true); } private function loop(_arg1:Event):void{ var _local2:Number; var _local3:Number; var _local4:Number; _local2 = (stageRef.mouseY - y); _local3 = (stageRef.mouseX - x); _local4 = Math.atan2(_local2, _local3); x = (x - ((x - stageRef.mouseX) / speed)); y = (y - ((y - stageRef.mouseY) / speed)); if (x < 115){ x = 115; }; if (x > 440){ x = 440; }; if (y < 130){ y = 130; }; if (y > 370){ y = 370; }; } } }//package com.bri.mousecontrolled
Section 33
//NoseL (com.bri.mousecontrolled.NoseL) package com.bri.mousecontrolled { import flash.display.*; import flash.events.*; public class NoseL extends MovieClip { var speed:Number;// = 7 var stageRef:Stage; public function NoseL(_arg1:Stage):void{ speed = 7; super(); x = (_arg1.stageWidth / 2); y = (_arg1.stageHeight / 2); this.stageRef = _arg1; addEventListener(Event.ENTER_FRAME, loop, false, 0, true); } private function loop(_arg1:Event):void{ var _local2:Number; var _local3:Number; var _local4:Number; _local2 = (stageRef.mouseY - y); _local3 = (stageRef.mouseX - x); _local4 = Math.atan2(_local2, _local3); x = (x - ((x - stageRef.mouseX) / speed)); y = (y - ((y - stageRef.mouseY) / speed)); if (x < 120){ x = 120; }; if (x > 424){ x = 424; }; if (y < 135){ y = 135; }; } } }//package com.bri.mousecontrolled
Section 34
//NoseR (com.bri.mousecontrolled.NoseR) package com.bri.mousecontrolled { import flash.display.*; import flash.events.*; public class NoseR extends MovieClip { var speed:Number;// = 7 var stageRef:Stage; public function NoseR(_arg1:Stage):void{ speed = 7; super(); x = (_arg1.stageWidth / 2); y = (_arg1.stageHeight / 2); this.stageRef = _arg1; addEventListener(Event.ENTER_FRAME, loop, false, 0, true); } private function loop(_arg1:Event):void{ var _local2:Number; var _local3:Number; var _local4:Number; _local2 = (stageRef.mouseY - y); _local3 = (stageRef.mouseX - x); _local4 = Math.atan2(_local2, _local3); x = (x - ((x - stageRef.mouseX) / speed)); y = (y - ((y - stageRef.mouseY) / speed)); if (x < 118){ x = 118; }; if (x > 428){ x = 428; }; if (y < 135){ y = 135; }; } } }//package com.bri.mousecontrolled
Section 35
//NoseTop (com.bri.mousecontrolled.NoseTop) package com.bri.mousecontrolled { import flash.display.*; import flash.events.*; public class NoseTop extends MovieClip { var speed:Number;// = 7 var stageRef:Stage; public function NoseTop(_arg1:Stage):void{ speed = 7; super(); x = (_arg1.stageWidth / 2); y = (_arg1.stageHeight / 2); this.stageRef = _arg1; addEventListener(Event.ENTER_FRAME, loop, false, 0, true); } private function loop(_arg1:Event):void{ var _local2:Number; var _local3:Number; var _local4:Number; _local2 = (stageRef.mouseY - y); _local3 = (stageRef.mouseX - x); _local4 = Math.atan2(_local2, _local3); x = (x - ((x - stageRef.mouseX) / speed)); y = (y - ((y - stageRef.mouseY) / speed)); if (x < 115){ x = 115; }; if (x > 430){ x = 430; }; if (y < 126){ y = 126; }; } } }//package com.bri.mousecontrolled
Section 36
//OvereyeL (com.bri.mousecontrolled.OvereyeL) package com.bri.mousecontrolled { import flash.display.*; import flash.events.*; public class OvereyeL extends MovieClip { var speed:Number;// = 7 var stageRef:Stage; public function OvereyeL(_arg1:Stage):void{ speed = 7; super(); x = (_arg1.stageWidth / 2); y = (_arg1.stageHeight / 2); this.stageRef = _arg1; addEventListener(Event.ENTER_FRAME, loop, false, 0, true); } private function loop(_arg1:Event):void{ var _local2:Number; var _local3:Number; var _local4:Number; _local2 = (stageRef.mouseY - y); _local3 = (stageRef.mouseX - x); _local4 = Math.atan2(_local2, _local3); x = (x - ((x - stageRef.mouseX) / speed)); y = (y - ((y - stageRef.mouseY) / speed)); if (x < 105){ x = 105; }; if (x > 410){ x = 410; }; if (y < 110){ y = 110; }; if (y > 370){ y = 370; }; } } }//package com.bri.mousecontrolled
Section 37
//OvereyeR (com.bri.mousecontrolled.OvereyeR) package com.bri.mousecontrolled { import flash.display.*; import flash.events.*; public class OvereyeR extends MovieClip { var speed:Number;// = 7 var stageRef:Stage; public function OvereyeR(_arg1:Stage):void{ speed = 7; super(); x = (_arg1.stageWidth / 2); y = (_arg1.stageHeight / 2); this.stageRef = _arg1; addEventListener(Event.ENTER_FRAME, loop, false, 0, true); } private function loop(_arg1:Event):void{ var _local2:Number; var _local3:Number; var _local4:Number; _local2 = (stageRef.mouseY - y); _local3 = (stageRef.mouseX - x); _local4 = Math.atan2(_local2, _local3); x = (x - ((x - stageRef.mouseX) / speed)); y = (y - ((y - stageRef.mouseY) / speed)); if (x < 100){ x = 100; }; if (x > 440){ x = 440; }; if (y < 110){ y = 110; }; if (y > 378){ y = 378; }; } } }//package com.bri.mousecontrolled
Section 38
//PupilL (com.bri.mousecontrolled.PupilL) package com.bri.mousecontrolled { import flash.display.*; import flash.events.*; public class PupilL extends MovieClip { var speed:Number;// = 7 var stageRef:Stage; public function PupilL(_arg1:Stage):void{ speed = 7; super(); x = (_arg1.stageWidth / 2); y = (_arg1.stageHeight / 2); this.stageRef = _arg1; addEventListener(Event.ENTER_FRAME, loop, false, 0, true); } private function loop(_arg1:Event):void{ var _local2:Number; var _local3:Number; var _local4:Number; _local2 = (stageRef.mouseY - y); _local3 = (stageRef.mouseX - x); _local4 = Math.atan2(_local2, _local3); x = (x - ((x - stageRef.mouseX) / speed)); y = (y - ((y - stageRef.mouseY) / speed)); if (x < 110){ x = 110; }; if (x > 399){ x = 399; }; if (y < 110){ y = 110; }; if (y > 370){ y = 370; }; } } }//package com.bri.mousecontrolled
Section 39
//PupilR (com.bri.mousecontrolled.PupilR) package com.bri.mousecontrolled { import flash.display.*; import flash.events.*; public class PupilR extends MovieClip { var speed:Number;// = 7 var stageRef:Stage; public function PupilR(_arg1:Stage):void{ speed = 7; super(); x = (_arg1.stageWidth / 2); y = (_arg1.stageHeight / 2); this.stageRef = _arg1; addEventListener(Event.ENTER_FRAME, loop, false, 0, true); } private function loop(_arg1:Event):void{ var _local2:Number; var _local3:Number; var _local4:Number; _local2 = (stageRef.mouseY - y); _local3 = (stageRef.mouseX - x); _local4 = Math.atan2(_local2, _local3); x = (x - ((x - stageRef.mouseX) / speed)); y = (y - ((y - stageRef.mouseY) / speed)); if (x < 90){ x = 90; }; if (x > 415){ x = 415; }; if (y < 110){ y = 110; }; if (y > 370){ y = 370; }; } } }//package com.bri.mousecontrolled

Library Items

Symbol 1 BitmapUsed by:2
Symbol 2 GraphicUses:1Used by:3
Symbol 3 MovieClip {com.bri.mousecontrolled.Head}Uses:2
Symbol 4 GraphicUsed by:5
Symbol 5 MovieClip {com.bri.mousecontrolled.Mouth}Uses:4
Symbol 6 BitmapUsed by:7
Symbol 7 GraphicUses:6Used by:8
Symbol 8 MovieClip {com.bri.mousecontrolled.Lip}Uses:7
Symbol 9 BitmapUsed by:10
Symbol 10 GraphicUses:9Used by:11
Symbol 11 MovieClip {com.bri.mousecontrolled.CheekL}Uses:10
Symbol 12 BitmapUsed by:13
Symbol 13 GraphicUses:12Used by:14
Symbol 14 MovieClip {com.bri.mousecontrolled.CheekR}Uses:13
Symbol 15 BitmapUsed by:16
Symbol 16 GraphicUses:15Used by:17
Symbol 17 MovieClip {com.bri.mousecontrolled.CheekLdot}Uses:16
Symbol 18 BitmapUsed by:19
Symbol 19 GraphicUses:18Used by:20
Symbol 20 MovieClip {com.bri.mousecontrolled.CheekRdot}Uses:19
Symbol 21 BitmapUsed by:22
Symbol 22 GraphicUses:21Used by:23
Symbol 23 MovieClip {com.bri.mousecontrolled.CheekLshade}Uses:22
Symbol 24 BitmapUsed by:25
Symbol 25 GraphicUses:24Used by:26
Symbol 26 MovieClip {com.bri.mousecontrolled.Nose}Uses:25
Symbol 27 BitmapUsed by:28
Symbol 28 GraphicUses:27Used by:29
Symbol 29 MovieClip {com.bri.mousecontrolled.NoseL}Uses:28
Symbol 30 BitmapUsed by:31
Symbol 31 GraphicUses:30Used by:32
Symbol 32 MovieClip {com.bri.mousecontrolled.NoseR}Uses:31
Symbol 33 BitmapUsed by:34
Symbol 34 GraphicUses:33Used by:35
Symbol 35 MovieClip {com.bri.mousecontrolled.NoseBone}Uses:34
Symbol 36 BitmapUsed by:37
Symbol 37 GraphicUses:36Used by:38
Symbol 38 MovieClip {com.bri.mousecontrolled.EyeSocket}Uses:37
Symbol 39 BitmapUsed by:40
Symbol 40 GraphicUses:39Used by:41
Symbol 41 MovieClip {com.bri.mousecontrolled.EyeUnder}Uses:40
Symbol 42 BitmapUsed by:43
Symbol 43 GraphicUses:42Used by:44
Symbol 44 MovieClip {com.bri.mousecontrolled.EyeShadow}Uses:43
Symbol 45 BitmapUsed by:46
Symbol 46 GraphicUses:45Used by:47
Symbol 47 MovieClip {com.bri.mousecontrolled.Forehead}Uses:46
Symbol 48 GraphicUsed by:49
Symbol 49 MovieClip {com.bri.mousecontrolled.NoseTop}Uses:48
Symbol 50 BitmapUsed by:51
Symbol 51 GraphicUses:50Used by:52
Symbol 52 MovieClip {com.bri.mousecontrolled.EyeShadowL}Uses:51
Symbol 53 BitmapUsed by:54
Symbol 54 GraphicUses:53Used by:55
Symbol 55 MovieClip {com.bri.mousecontrolled.EyebrowR}Uses:54
Symbol 56 BitmapUsed by:57
Symbol 57 GraphicUses:56Used by:58
Symbol 58 MovieClip {com.bri.mousecontrolled.EyebrowL}Uses:57
Symbol 59 BitmapUsed by:60
Symbol 60 GraphicUses:59Used by:61
Symbol 61 MovieClip {com.bri.mousecontrolled.OvereyeR}Uses:60
Symbol 62 BitmapUsed by:63
Symbol 63 GraphicUses:62Used by:64
Symbol 64 MovieClip {com.bri.mousecontrolled.OvereyeL}Uses:63
Symbol 65 GraphicUsed by:66
Symbol 66 MovieClip {com.bri.mousecontrolled.EyeL}Uses:65
Symbol 67 GraphicUsed by:68
Symbol 68 MovieClip {com.bri.mousecontrolled.PupilL}Uses:67
Symbol 69 GraphicUsed by:70
Symbol 70 MovieClip {com.bri.mousecontrolled.EyeLC}Uses:69
Symbol 71 GraphicUsed by:72
Symbol 72 MovieClip {com.bri.mousecontrolled.EyelidLB}Uses:71
Symbol 73 GraphicUsed by:74
Symbol 74 MovieClip {com.bri.mousecontrolled.EyelidLU}Uses:73
Symbol 75 GraphicUsed by:77
Symbol 76 GraphicUsed by:77
Symbol 77 MovieClipUses:75 76Used by:78
Symbol 78 MovieClip {com.bri.mousecontrolled.EyelidLS}Uses:77
Symbol 79 GraphicUsed by:80
Symbol 80 MovieClip {com.bri.mousecontrolled.EyeGlare}Uses:79
Symbol 81 GraphicUsed by:82
Symbol 82 MovieClip {com.bri.mousecontrolled.EyeR}Uses:81
Symbol 83 GraphicUsed by:84
Symbol 84 MovieClip {com.bri.mousecontrolled.PupilR}Uses:83
Symbol 85 GraphicUsed by:86
Symbol 86 MovieClip {com.bri.mousecontrolled.EyeRC}Uses:85
Symbol 87 GraphicUsed by:88
Symbol 88 MovieClip {com.bri.mousecontrolled.EyeGlare2}Uses:87
Symbol 89 GraphicUsed by:91
Symbol 90 GraphicUsed by:91
Symbol 91 MovieClipUses:89 90Used by:92
Symbol 92 MovieClip {com.bri.mousecontrolled.EyelidRS}Uses:91
Symbol 93 GraphicUsed by:94
Symbol 94 MovieClip {com.bri.mousecontrolled.EyelidRU}Uses:93
Symbol 95 GraphicUsed by:96
Symbol 96 MovieClip {com.bri.mousecontrolled.Ball}Uses:95
Symbol 97 GraphicUsed by:98
Symbol 98 MovieClip {com.bri.mousecontrolled.Meanwhile}Uses:97

Special Tags

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




http://swfchan.com/25/122478/info.shtml
Created: 3/3 -2019 23:31:30 Last modified: 3/3 -2019 23:31:30 Server time: 14/05 -2024 13:56:08