01-22-2026, 05:52 PM
Steve The Amazing is always correct, of course.
Fondo = _LoadImage("Z:\Jan 2026.png")
Nave = _LoadImage("Z:\steve1973.gif")
But I thought that loading from a harddisk image file, you had to state the type of image as:
Fondo = _LoadImage("Z:\Jan 2026.png",32)
Nave = _LoadImage("Z:\steve1973.gif",32)
or ,33 or ,256 or some such.
Is that not necessary?
Fondo = _LoadImage("Z:\Jan 2026.png")
Nave = _LoadImage("Z:\steve1973.gif")
But I thought that loading from a harddisk image file, you had to state the type of image as:
Fondo = _LoadImage("Z:\Jan 2026.png",32)
Nave = _LoadImage("Z:\steve1973.gif",32)
or ,33 or ,256 or some such.
Is that not necessary?

