(1) - How do I change the Mouse pointer image in BlitzMax?
(2) - does someone have a function that returns the current framerate?
(3) how can i perform a fullscreen fade to/from black on an image
(4) does max support anything but .ogg and .wav? such as MP3?
(5) I do this when i LOAD an image:
Global TEST_Handle:TImage = LoadImage( "incbin::TESTIMAGE.png" ); How do I use RELEASE to FREE that image again? I have STRICT enabled so I keep getting error messages if I just do RELEASE TEST_Handle ??
I use .png
(2) - does someone have a function that returns the current framerate?
(3) how can i perform a fullscreen fade to/from black on an image
(4) does max support anything but .ogg and .wav? such as MP3?
(5) I do this when i LOAD an image:
Global TEST_Handle:TImage = LoadImage( "incbin::TESTIMAGE.png" ); How do I use RELEASE to FREE that image again? I have STRICT enabled so I keep getting error messages if I just do RELEASE TEST_Handle ??
I use .png