Collisions between 2D Sprites with Line?

Blitz3D Forums/Blitz3D Beginners Area/Collisions between 2D Sprites with Line?

Hotshot2005(Posted 2008) [#1]
hiya all,

I am making 2D Plaform where the 2D Character is the Sprite and Line is Ground.

so if there were Ground then the 2D Character would be on the ground but if there were no ground then the 2D Character would drop out.

How would I code that?


chwaga(Posted 2008) [#2]
simple:

you need to put the ground line into an image, so you can use imagescollide()


Hotshot2005(Posted 2008) [#3]
I am making joe blade remake :)