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

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

drawingstuffInFlash.swf

This is the info page for
Flash #104193

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


ActionScript [AS1/AS2]
Combined Code
movieClip 2 enemy { frame 1 { this.onEnterFrame = function () { movement = _parent._xmouse - this._x; this._x += movement * 0.9; movement = _parent._ymouse - this._y; this._y += movement * 0.9; }; } } frame 1 { this.onLoad = function () { x = 0; r = random(256); g = random(256); b = random(256); decimal_color = r + g + b; hex_color = decimal_color.toString(16); farbe = '0x' + hex_color; this.lineStyle(25, farbe, 100); this.moveTo(_root.enemy._x, _root.enemy._y); }; this.onEnterFrame = function () { if (Key.isDown(32)) { r = random(256); g = random(256); b = random(256); decimal_color = r + g + b; hex_color = decimal_color.toString(16); farbe = '0x' + hex_color; } if (Key.isDown(1)) { ++x; this.lineStyle(25, farbe, 100); this.lineTo(_root.enemy._x, _root.enemy._y); } }; }




http://swfchan.com/21/104193/info.shtml
Created: 18/3 -2019 19:41:43 Last modified: 18/3 -2019 19:41:43 Server time: 18/04 -2024 23:30:48