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

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

This is the wiki page for Flash #51977
Visit the flash's index page for basic data and a list of seen names.


ball test.swf
2,1 KiB, 00:00 | [W] [I]

Threads (1):

[JJRZADB]F http://cgi.4chan.org/f/res/978595.html
ARCHIVEDDiscovered: 13/5 -2009 19:15:34 Ended: 14/5 -2009 00:45:30Flashes: 1 Posts: 7
File :[ball test.swf] - (2 KB)
[_] [G] beginner at flash coding, need help Anon 978595 Just trying to get the basics of a game going here. I'm really a beginner at flash so any help appreciated I've got the ball moving around but the collision isn't working correctly as you can tell if you play around with it for a bit What do I do?
>> [_] script on ball Anon 978597 onClipEvent (enterFrame) { if (Key.isDown(Key.LEFT)) { _x=_x-10; } if (Key.isDown(Key.UP)) { _y=_y-10; } if (Key.isDown(Key.RIGHT)) { _x=_x+10; } if (Key.isDown(Key.DOWN)) { _y=_y+10; } if (hitTest(this._parent.rBlock)==true) { _x=_x-10; } if (hitTest(this._parent.lBlock)==true) { _x=_x+10; } if (hitTest(this._parent.bBlock)==true) { _y=_y-10; } if (hitTest(this._parent.tBlock)==true) { _y=_y+10; } if (hitTest(this._parent.cBlock)==true) { _x=_x-10; } if (hitTest(this._parent.cBlock)==true) { _x=_x+10; } if (hitTest(this._parent.cBlock)==true) { _y=_y-10; } if (hitTest(this._parent.cBlock)==true) { _y=_y+10; } }
>> [_] Anon 978601 Pretty good stuff, bro. Though, does Flash have something like a SWITCH or CASE statement? If it does, it might make for tidier programming.
>> [_] Friendsofsandwiches 978613 That reminds me, anyone seen anything more on the Tornado flash guy?
>> [_] tinycat !!NqU6wU7JQ+v 978617 >'ve got the ball moving around but the collision isn't working correctly as you can tell if you play around with it for a bit call it a feature and design a game around it.
>> [_] Anon 978625 fail, this is square collision detection, not circle
>> [_] Anon 978733 Your ball move correctly, however since I assume the center black block should be inaccessible, there's problems: the right and bottom edge of the block can be passed through, and goes right through the block, only entry into the block via the left or top edges is prevented.



http://swfchan.net/11/51977.shtml
Created: 13/5 -2009 19:16:55 Last modified: 24/4 -2019 07:50:50 Server time: 14/05 -2024 01:08:20