Blitz3d/plus tip

Miscellaneous Forums/General Discussion/Blitz3d/plus tip

For those that don't know (probably only me... :o( ) if you create an image with 0 width and 0 height:

image = CreateImage(0,0)


Blitz doesn't create an image, so image = 0. That had me stumped for a good while, because my width and height variables were accidently set to 0 :o)

Hope that helps somebody.

hehe I just posted with this explanation in your other thread. My guess was right, then? :P