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

<div style="position:absolute;top:-99px;left:-99px;"><img src="https://tools.swfchan.com/stathit.asp?noj=FRM91308500-7DC&rnd=91308500" width="1" height="1"></div>

The Walking Carl.swf

This is the info page for
Flash #255682

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


ActionScript [AS1/AS2]
Combined Code
movieClip 2 { } instance of movieClip 2 { onClipEvent (load) { speed = 6; isJumping = false; jumpSpeed = 0; startY = _y; scale = _xscale; } onClipEvent (enterFrame) { if (isJumping) { _y = _y + jumpSpeed; jumpSpeed += 1; if (_y >= startY) { _y = startY; isJumping = false; speed = 6; } } else { if (Key.isDown(32)) { isJumping = true; jumpSpeed = -15; speed = 6; } } if (Key.isDown(37)) { play(); _x = _x - speed; _xscale = -scale; } else { if (Key.isDown(39)) { play(); _x = _x + speed; _xscale = scale; } else { stop(); } } } }




http://swfchan.com/52/255682/info.shtml
Created: 21/2 -2024 11:45:03 Last modified: 21/2 -2024 11:45:03 Server time: 07/12 -2025 16:43:10