How to Drawrect not filled but draw only the edges???
DRAWLINE ;)
4 Drawline instead of a single Drawrect ..... brrrrrrr :noggin:
I use Drawrect whit alpha (it's only for debug collision) .....
You can easy write a function for what you need :)
I know, but I'm crazy about managing collisions, I do not want to write more code until I finish it =D
thank's for help :booze:
Use boxcoll for all 4 sides
Quote from: Schranz0r on 2010-Apr-30
Use boxcoll for all 4 sides
great suggestion, thanks :good:
a hint: 4 drawrects with 1 pixel width are faster than 4 drawline calls ;)
Quote from: Kitty Hello on 2010-Apr-30
a hint: 4 drawrects with 1 pixel width are faster than 4 drawline calls ;)
That's handy to know. :)
Any chance of a DRAWELLIPSE X,Y,WIDTH,DEPTH,RGB(X,X,X) command Gernot? I mentioned this aaaaaaaages ago, but forgot about it.