Help screen-sized sprites..

Blitz3D Forums/Blitz3D Programming/Help screen-sized sprites..

Guy Fawkes(Posted 2009) [#1]
Is there a function where you can have sprites that have an alpha channel or not, dependant on if the user sets a variable to 1, and position and resize the sprites to anywhere on the screen, and the size of the screen?


Yasha(Posted 2009) [#2]
Use Draw3D.


Ross C(Posted 2009) [#3]
[laziness]
Does draw3d let you draw pixel thin 3d lines?
[/laziness]


Krischan(Posted 2009) [#4]
I dunno if I understood it right but study this code:




Guy Fawkes(Posted 2009) [#5]
yup. this is what i need. thanks kris

:)