Help screen-sized sprites..
Blitz3D Forums/Blitz3D Programming/Help screen-sized sprites..| 
 | ||
| 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? | 
| 
 | ||
| Use Draw3D. | 
| 
 | ||
| [laziness] Does draw3d let you draw pixel thin 3d lines? [/laziness] | 
| 
 | ||
| I dunno if I understood it right but study this code: | 
| 
 | ||
| yup. this is what i need. thanks kris :) |