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

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

allthosepeoplethatyouknow.swf

This is the info page for
Flash #18912

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


Text
PROJECtors 2

ROCKMUtantswamp

projectors 1

rockmutantswamp 2

artificial environments

house on a hill

terrain

mutations-sepaleva

florida day in mexico

ActionScript [AS1/AS2]

Frame 1
percentLoaded = (kilobytesLoaded = (kilobytesRemaining = (timeRemaining = (timeTaken = (loaded = 0)))));
Frame 2
stop();
Instance of Symbol 5 MovieClip in Frame 2
onClipEvent (load) { _root.startTime = getTimer(); } onClipEvent (enterFrame) { with (_root) { if (!loaded) { percentLoaded = (getBytesLoaded() / getBytesTotal()) * 100; kilobytesLoaded = getBytesLoaded() / 1024; kilobytesLoaded = Math.round(kilobytesLoaded * 10) / 10; kilobytesRemaining = (getBytesTotal() - getBytesLoaded()) * 1024; kilobytesRemaining = Math.round(kilobytesRemaining * 10) / 10; timeTaken = (getTimer() - startTime) / 1000; timeRemaining = timeTaken * (kilobytesRemaining / kilobytesLoaded); if (percentLoaded == 100) { trace("Movie loaded"); loaded = true; gotoAndPlay(3); } } } }
Frame 3
Mouse.hide(); setProperty("mcball1/pank", _visible , false); setProperty("mcball4/pank", _visible , false); tellTarget ("/base") { active = true; }; tellTarget ("/upper") { active = true; }; tellTarget ("/torso") { active = true; }; tellTarget ("/right") { active = true; }; tellTarget ("/left") { active = true; }; stop();
Instance of Symbol 9 MovieClip "upper" in Frame 3
onClipEvent (enterFrame) { targetx = _parent._xmouse; if (targetx < 300) { targetx = 300; } else if (500 < targetx) { targetx = 500; } targety = _parent._ymouse; if (targety < 0) { targety = 0; } else if (300 < targety) { targety = 300; } } onClipEvent (enterFrame) { if (active) { xdif = targetx - _x; _x = (_x + (xdif / 4)); ydif = targety - _y; _y = (_y + (ydif / 4)); if ((Math.abs(xdif) < 0.9) && (Math.abs(ydif) < 0.9)) { _x = targetx; _y = targety; } } }
Instance of Symbol 21 MovieClip "torso" in Frame 3
onClipEvent (enterFrame) { targetx = _parent._xmouse; if (targetx < 300) { targetx = 300; } else if (500 < targetx) { targetx = 500; } targety = _parent._ymouse; if (targety < 0) { targety = 0; } else if (300 < targety) { targety = 300; } } onClipEvent (enterFrame) { if (active) { xdif = targetx - _x; _x = (_x + (xdif / 5)); ydif = targety - _y; _y = (_y + (ydif / 5)); if ((Math.abs(xdif) < 0.9) && (Math.abs(ydif) < 0.9)) { _x = targetx; _y = targety; } } }
Instance of Symbol 23 MovieClip "left" in Frame 3
onClipEvent (enterFrame) { targetx = _parent._xmouse; if (targetx < 300) { targetx = 300; } else if (500 < targetx) { targetx = 500; } targety = _parent._ymouse; if (targety < 0) { targety = 0; } else if (300 < targety) { targety = 300; } } onClipEvent (enterFrame) { if (active) { xdif = targetx - _x; _x = (_x + (xdif / 6)); ydif = targety - _y; _y = (_y + (ydif / 6)); if ((Math.abs(xdif) < 0.9) && (Math.abs(ydif) < 0.9)) { _x = targetx; _y = targety; } } }
Instance of Symbol 25 MovieClip "right" in Frame 3
onClipEvent (enterFrame) { targetx = _parent._xmouse; if (targetx < 300) { targetx = 300; } else if (500 < targetx) { targetx = 500; } targety = _parent._ymouse; if (targety < 0) { targety = 0; } else if (300 < targety) { targety = 300; } } onClipEvent (enterFrame) { if (active) { xdif = targetx - _x; _x = (_x + (xdif / 4)); ydif = targety - _y; _y = (_y + (ydif / 7)); if ((Math.abs(xdif) < 0.9) && (Math.abs(ydif) < 0.9)) { _x = targetx; _y = targety; } } }
Instance of Symbol 35 MovieClip "mcball2" in Frame 3
onClipEvent (load) { this.name = this._name; this.len = this._name.length; myname = name.slice(6); this.txt = myname; this.newX; this.oldX = this._x; this.h = _height; this.point = new Object(); } onClipEvent (enterFrame) { this._x = _root.guide_01._x; this._y = _root.guide_01._y; if (_root.drag2 == 1) { this.cx = _root.guide_01._x; this.cy = _root.guide_01._y; this.mx = _root._xmouse; this.my = _root._ymouse; this._rotation = _root.atan(mx, my, cx, cy) - 90; this.ball_design._rotation = -_rotation; } else { newX = this._x; newY = this._y; this.xspeed = oldX - newX; this.yspeed = oldY - newY; oldX = newX; oldY = newY; point.x = this.xypos._x; point.y = this.xypos._y; localToGlobal(point); friction = 0.85; this.xball = point.x - _root.guide_01._x; g = -9.8; this.a = (xball / h) * g; this.rotSpeed = (((xspeed / 8) + rotSpeed) + a) * friction; this._rotation = this._rotation - rotSpeed; this.ball_design._rotation = -_rotation; } }
Instance of Symbol 35 MovieClip "mcball1" in Frame 3
onClipEvent (load) { this.name = this._name; this.len = this._name.length; this.myname = name.slice(6); this.txt = myname; oldX = _x; h = _height; point = new Object(); } onClipEvent (enterFrame) { _x = _root.base._x; _y = _root.base._y; if (_root.drag1 == 1) { this.cx = _root.sec._x; this.cy = _root.sec._y; this.mx = _root._xmouse; this.my = _root._ymouse; _rotation = (_root.atan(mx, my, cx, cy) - 90); this.ball_design._rotation = -_rotation; } else if (_root.drag2 == 1) { this.cx = _root.sec._x; this.cy = _root.sec._y; this.mx = _root.guide_01._x; this.my = _root.guide_01._y; _rotation = (_root.atan(mx, my, cx, cy) - 90); this.ball_design._rotation = -_rotation; } else { newX = _x; newY = _y; xspeed = oldX - newX; yspeed = oldY - newY; oldX = newX; oldY = newY; point.x = xypos._x; point.y = xypos._y; localToGlobal(point); friction = 0.85; xball = point.x - _root.base._x; g = -9.8; a = (xball / h) * g; rotSpeed = (((xspeed / 5) + rotSpeed) + a) * friction; _rotation = (_rotation - rotSpeed); this.ball_design._rotation = -_rotation; } }
Instance of Symbol 38 MovieClip "base" in Frame 3
onClipEvent (enterFrame) { targetx = _parent._xmouse; if (targetx < 300) { targetx = 300; } else if (510 < targetx) { targetx = 510; } targety = _parent._ymouse; if (targety < 0) { targety = 0; } else if (300 < targety) { targety = 300; } } onClipEvent (enterFrame) { if (active) { xdif = targetx - _x; _x = (_x + (xdif / 3)); ydif = targety - _y; _y = (_y + (ydif / 3)); if ((Math.abs(xdif) < 0.2) && (Math.abs(ydif) < 0.2)) { _x = targetx; _y = targety; } } }
Instance of Symbol 40 MovieClip "guide_01" in Frame 3
onClipEvent (load) { this.point = new Object(); this._visible = 0; } onClipEvent (enterFrame) { point.x = _root.mcball1.xypos._x; point.y = _root.mcball1.xypos._y; _root.mcball1.localToGlobal(point); this._x = point.x; this._y = point.y; }
Instance of Symbol 40 MovieClip "guide_02" in Frame 3
onClipEvent (load) { this.point = new Object(); this._visible = 0; } onClipEvent (enterFrame) { point.x = _root.mcball2.xypos._x; point.y = _root.mcball2.xypos._y; _root.mcball2.localToGlobal(point); this._x = point.x; this._y = point.y; }
Instance of Symbol 76 MovieClip "sprite" in Frame 3
onClipEvent (enterFrame) { targetx = _parent._xmouse; if (targetx < 300) { targetx = 300; } else if (510 < targetx) { targetx = 510; } targety = _parent._ymouse; if (targety < 0) { targety = 0; } else if (300 < targety) { targety = 300; } } onClipEvent (enterFrame) { if (active) { xdif = targetx - _x; _x = (_x + (xdif / 2)); ydif = targety - _y; _y = (_y + (ydif / 2)); if ((Math.abs(xdif) < 0.2) && (Math.abs(ydif) < 0.2)) { _x = targetx; _y = targety; } } }
Instance of Symbol 16 MovieClip "finger" in Symbol 17 MovieClip Frame 1
onClipEvent (enterFrame) { _rotation = _parent._rotation; }
Instance of Symbol 17 MovieClip "finger" in Symbol 18 MovieClip Frame 1
onClipEvent (enterFrame) { _rotation = _parent._rotation; }
Instance of Symbol 18 MovieClip "finger0" in Symbol 19 MovieClip Frame 1
onClipEvent (enterFrame) { count = count + 0.1; _rotation = ((Math.sin(count) * 40) - 35); }
Instance of Symbol 18 MovieClip "finger1" in Symbol 20 MovieClip Frame 1
onClipEvent (enterFrame) { _rotation = _parent.flipper.finger0._rotation; }
Instance of Symbol 18 MovieClip "finger2" in Symbol 20 MovieClip Frame 1
onClipEvent (enterFrame) { _rotation = _parent.flipper.finger0._rotation; }
Instance of Symbol 18 MovieClip "finger3" in Symbol 20 MovieClip Frame 1
onClipEvent (enterFrame) { _rotation = _parent.flipper.finger0._rotation; }
Instance of Symbol 18 MovieClip "finger3" in Symbol 20 MovieClip Frame 1
onClipEvent (enterFrame) { _rotation = _parent.flipper.finger0._rotation; }
Instance of Symbol 32 MovieClip "xypos" in Symbol 35 MovieClip Frame 1
/* no clip actions */
Symbol 41 MovieClip Frame 1
_root.image2._y = _y;
Symbol 44 MovieClip Frame 19
stop();
Symbol 74 MovieClip Frame 40
gotoAndPlay (1);
Symbol 76 MovieClip Frame 1
stop();
Symbol 79 MovieClip Frame 1
stop();
Symbol 79 MovieClip Frame 2
tellTarget ("/sprite") { active = false; }; play();
Symbol 79 MovieClip Frame 101
tellTarget ("/sprite") { active = true; gotoAndStop (1); };
Symbol 82 MovieClip Frame 1
tellTarget ("/sprite") { active = true; }; tellTarget ("/sealon") { active = true; }; tellTarget ("/sprite2") { active = true; }; tellTarget ("/thing") { active = true; }; tellTarget ("/thing2") { active = true; }; tellTarget ("/zoomer") { active = true; }; stop();
Symbol 82 MovieClip Frame 2
tellTarget ("/thing2") { gotoAndStop (2); }; setProperty("/zoomer", _x , getProperty("/thing", _x)); setProperty("/zoomer", _y , getProperty("/thing", _y)); stop();
Symbol 82 MovieClip Frame 3
tellTarget ("/sprite2") { active = false; setProperty("/sprite2", _visible , false); }; stop();
Symbol 138 MovieClip Frame 1
stop();
Symbol 138 MovieClip Frame 2
stop();
Symbol 138 MovieClip Frame 3
stop();
Symbol 138 MovieClip Frame 4
stop();
Symbol 138 MovieClip Frame 5
stop();
Symbol 138 MovieClip Frame 6
stop();
Symbol 138 MovieClip Frame 7
stop();
Symbol 138 MovieClip Frame 8
stop();
Symbol 138 MovieClip Frame 9
stop();
Symbol 139 MovieClip Frame 1
stop();
Symbol 139 MovieClip Frame 2
stop();

Library Items

Symbol 1 GraphicUsed by:4
Symbol 2 GraphicUsed by:4
Symbol 3 GraphicUsed by:4
Symbol 4 MovieClipUses:1 2 3Used by:Timeline
Symbol 5 MovieClipUsed by:Timeline
Symbol 6 BitmapUsed by:7
Symbol 7 GraphicUses:6Used by:Timeline
Symbol 8 GraphicUsed by:9
Symbol 9 MovieClipUses:8Used by:Timeline
Symbol 10 GraphicUsed by:21
Symbol 11 GraphicUsed by:12
Symbol 12 MovieClipUses:11Used by:20
Symbol 13 GraphicUsed by:18
Symbol 14 GraphicUsed by:17
Symbol 15 GraphicUsed by:16
Symbol 16 MovieClipUses:15Used by:17
Symbol 17 MovieClipUses:14 16Used by:18
Symbol 18 MovieClipUses:13 17Used by:19 20
Symbol 19 MovieClipUses:18Used by:20
Symbol 20 MovieClipUses:12 18 19Used by:21 35
Symbol 21 MovieClipUses:10 20Used by:Timeline
Symbol 22 GraphicUsed by:23
Symbol 23 MovieClipUses:22Used by:Timeline
Symbol 24 GraphicUsed by:25
Symbol 25 MovieClipUses:24Used by:Timeline
Symbol 26 GraphicUsed by:27
Symbol 27 MovieClipUses:26Used by:Timeline
Symbol 28 GraphicUsed by:29
Symbol 29 MovieClipUses:28Used by:35
Symbol 30 GraphicUsed by:31
Symbol 31 ButtonUses:30Used by:35
Symbol 32 MovieClipUsed by:35
Symbol 33 GraphicUsed by:34
Symbol 34 MovieClipUses:33Used by:35
Symbol 35 MovieClipUses:29 31 32 20 34Used by:Timeline
Symbol 36 GraphicUsed by:37
Symbol 37 ButtonUses:36Used by:38
Symbol 38 MovieClipUses:37Used by:Timeline
Symbol 39 GraphicUsed by:40
Symbol 40 MovieClipUses:39Used by:Timeline
Symbol 41 MovieClipUsed by:Timeline
Symbol 42 SoundUsed by:44
Symbol 43 SoundUsed by:44
Symbol 44 MovieClipUses:42 43Used by:Timeline
Symbol 45 GraphicUsed by:76
Symbol 46 BitmapUsed by:47 65 68
Symbol 47 GraphicUses:46Used by:74
Symbol 48 ShapeTweeningUsed by:62
Symbol 49 ShapeTweeningUsed by:62
Symbol 50 ShapeTweeningUsed by:62
Symbol 51 ShapeTweeningUsed by:62
Symbol 52 ShapeTweeningUsed by:62
Symbol 53 ShapeTweeningUsed by:62
Symbol 54 ShapeTweeningUsed by:62
Symbol 55 ShapeTweeningUsed by:62
Symbol 56 ShapeTweeningUsed by:62
Symbol 57 ShapeTweeningUsed by:62
Symbol 58 ShapeTweeningUsed by:62
Symbol 59 ShapeTweeningUsed by:62
Symbol 60 ShapeTweeningUsed by:62
Symbol 61 GraphicUsed by:62
Symbol 62 MovieClipUses:48 49 50 51 52 53 54 55 56 57 58 59 60 61Used by:74
Symbol 63 ShapeTweeningUsed by:74
Symbol 64 ShapeTweeningUsed by:74
Symbol 65 GraphicUses:46Used by:74
Symbol 66 ShapeTweeningUsed by:74
Symbol 67 ShapeTweeningUsed by:74
Symbol 68 GraphicUses:46Used by:74
Symbol 69 ShapeTweeningUsed by:74
Symbol 70 ShapeTweeningUsed by:74
Symbol 71 ShapeTweeningUsed by:74
Symbol 72 ShapeTweeningUsed by:74
Symbol 73 GraphicUsed by:74
Symbol 74 MovieClipUses:47 62 63 64 65 66 67 68 69 70 71 72 73Used by:75
Symbol 75 MovieClipUses:74Used by:76
Symbol 76 MovieClipUses:45 75Used by:Timeline
Symbol 77 GraphicUsed by:Timeline
Symbol 78 GraphicUsed by:79
Symbol 79 MovieClipUses:78Used by:Timeline
Symbol 80 GraphicUsed by:82
Symbol 81 GraphicUsed by:82
Symbol 82 MovieClipUses:80 81Used by:Timeline
Symbol 83 GraphicUsed by:138
Symbol 84 GraphicUsed by:87
Symbol 85 BitmapUsed by:86
Symbol 86 GraphicUses:85Used by:87
Symbol 87 MovieClipUses:84 86Used by:138
Symbol 88 FontUsed by:89 95 101 107 113 119 125 131 137
Symbol 89 TextUses:88Used by:138
Symbol 90 BitmapUsed by:91
Symbol 91 GraphicUses:90Used by:94
Symbol 92 BitmapUsed by:93
Symbol 93 GraphicUses:92Used by:94
Symbol 94 MovieClipUses:91 93Used by:138
Symbol 95 TextUses:88Used by:138
Symbol 96 BitmapUsed by:97
Symbol 97 GraphicUses:96Used by:100
Symbol 98 BitmapUsed by:99
Symbol 99 GraphicUses:98Used by:100
Symbol 100 MovieClipUses:97 99Used by:138
Symbol 101 TextUses:88Used by:138
Symbol 102 BitmapUsed by:103 105
Symbol 103 GraphicUses:102Used by:106
Symbol 104 BitmapUsed by:105
Symbol 105 GraphicUses:102 104Used by:106
Symbol 106 MovieClipUses:103 105Used by:138
Symbol 107 TextUses:88Used by:138
Symbol 108 BitmapUsed by:109
Symbol 109 GraphicUses:108Used by:112
Symbol 110 BitmapUsed by:111
Symbol 111 GraphicUses:110Used by:112
Symbol 112 MovieClipUses:109 111Used by:138
Symbol 113 TextUses:88Used by:138
Symbol 114 BitmapUsed by:115
Symbol 115 GraphicUses:114Used by:118
Symbol 116 BitmapUsed by:117
Symbol 117 GraphicUses:116Used by:118
Symbol 118 MovieClipUses:115 117Used by:138
Symbol 119 TextUses:88Used by:138
Symbol 120 BitmapUsed by:121
Symbol 121 GraphicUses:120Used by:124
Symbol 122 BitmapUsed by:123
Symbol 123 GraphicUses:122Used by:124
Symbol 124 MovieClipUses:121 123Used by:138
Symbol 125 TextUses:88Used by:138
Symbol 126 BitmapUsed by:127
Symbol 127 GraphicUses:126Used by:130
Symbol 128 BitmapUsed by:129
Symbol 129 GraphicUses:128Used by:130
Symbol 130 MovieClipUses:127 129Used by:138
Symbol 131 TextUses:88Used by:138
Symbol 132 BitmapUsed by:133
Symbol 133 GraphicUses:132Used by:136
Symbol 134 BitmapUsed by:135
Symbol 135 GraphicUses:134Used by:136
Symbol 136 MovieClipUses:133 135Used by:138
Symbol 137 TextUses:88Used by:138
Symbol 138 MovieClipUses:83 87 89 94 95 100 101 106 107 112 113 118 119 124 125 130 131 136 137Used by:139
Symbol 139 MovieClipUses:138Used by:Timeline

Instance Names

"upper"Frame 3Symbol 9 MovieClip
"torso"Frame 3Symbol 21 MovieClip
"left"Frame 3Symbol 23 MovieClip
"right"Frame 3Symbol 25 MovieClip
"mcball2"Frame 3Symbol 35 MovieClip
"mcball1"Frame 3Symbol 35 MovieClip
"base"Frame 3Symbol 38 MovieClip
"guide_01"Frame 3Symbol 40 MovieClip
"guide_02"Frame 3Symbol 40 MovieClip
"sprite"Frame 3Symbol 76 MovieClip
"pause"Frame 3Symbol 79 MovieClip
"teller"Frame 3Symbol 82 MovieClip
"lildude"Frame 3Symbol 139 MovieClip
"finger"Symbol 17 MovieClip Frame 1Symbol 16 MovieClip
"finger"Symbol 18 MovieClip Frame 1Symbol 17 MovieClip
"finger0"Symbol 19 MovieClip Frame 1Symbol 18 MovieClip
"finger1"Symbol 20 MovieClip Frame 1Symbol 18 MovieClip
"flipper"Symbol 20 MovieClip Frame 1Symbol 19 MovieClip
"finger2"Symbol 20 MovieClip Frame 1Symbol 18 MovieClip
"finger3"Symbol 20 MovieClip Frame 1Symbol 18 MovieClip
"finger3"Symbol 20 MovieClip Frame 1Symbol 18 MovieClip
"pank"Symbol 21 MovieClip Frame 1Symbol 20 MovieClip
"xypos"Symbol 35 MovieClip Frame 1Symbol 32 MovieClip
"pank"Symbol 35 MovieClip Frame 1Symbol 20 MovieClip
"ball_design"Symbol 35 MovieClip Frame 1Symbol 34 MovieClip
"face2"Symbol 75 MovieClip Frame 1Symbol 74 MovieClip
"face"Symbol 76 MovieClip Frame 1Symbol 75 MovieClip
"lil2"Symbol 139 MovieClip Frame 2Symbol 138 MovieClip




http://swfchan.com/4/18912/info.shtml
Created: 30/5 -2019 12:18:48 Last modified: 30/5 -2019 12:18:48 Server time: 12/05 -2024 17:04:38