How do I detect if the cursor is over gb_ship? If it's over I was replace it with gb_shipx and when it moves off it returns to gb_ship.
(Note: I don't wana use a custom image for my cursor)
It should be quite simple but I don't know how.
(Note: I don't wana use a custom image for my cursor)
Global gb_ship = LoadImage("button_ship.bmp") Global gb_shipx = LoadImage("button_shipx.bmp")
It should be quite simple but I don't know how.