Mhh..
Type mouseCursor
Function update_mouse()
'Global mousebmp:timage
'If Not mousebmp Then
Global mousebmp=LoadImage(blabla)
End Function
EndType
If that function is called in a loop, shouldnt it load the same image again and again?
Dont hear any noise from my HD (bitmap is loaded and shows on screen).
Does BMax remember that theres already an image with that path assigned to the global?
Type mouseCursor
Function update_mouse()
'Global mousebmp:timage
'If Not mousebmp Then
Global mousebmp=LoadImage(blabla)
End Function
EndType
If that function is called in a loop, shouldnt it load the same image again and again?
Dont hear any noise from my HD (bitmap is loaded and shows on screen).
Does BMax remember that theres already an image with that path assigned to the global?