For those that don't know (probably only me... :o( ) if you create an image with 0 width and 0 height:
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.
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.