How do you make good collision?
here is my gravity system.
<when green flag clicked>
<forever if <not<touching color[red] >> etc the other colors that i want to collide
<change y by( -1)
Please help
Offline
What type of collisions do you want? Rebounding, standing, accelerated gravity? There are a huge variety of ways to do collisions, so you'll have to be more specific.
Offline
http://scratch.mit.edu/projects/archmage/101212
Download this and use the scripts for perfect collision.
Offline
AtomicBawm3 wrote:
What type of collisions do you want? Rebounding, standing, accelerated gravity? There are a huge variety of ways to do collisions, so you'll have to be more specific.
I mean to collide with other objects (includes gravity) ,is that descriptive enough ?
Offline