collide help
Blitz3D Forums/Blitz3D Programming/collide help
| ||
can someone tell me why the collisions on this thing don't work. |
| ||
If ( ImagesOverlap( player , x# - xv# , y# , block , bx , by ) ) = False x# = x# + -xv# EndIf Note the -xv in the imagesoverlap function. Stevie |