Hi.
Lately i've been trying to apply a mouse in SED.
Unfortunately, it wont work. When i create a button, the image doesn't change when i click on it or draw the mouse over it.
Another thing is that a have assigned a bitmap to the mouse cursor and it didnt work.
the mouse remains the default windows cursor - similar to when hovering over a link.
Code:
Mouse initialisation
mouse_mode = 1;
mouse_map = "cursor.bmp";
Buttons:
PANEL* green_button =
{
button = 88, 10, green_sprite_click, green_sprite, green_sprite_over, NULL, NULL, NULL;
flags = VISIBLE | OVERLAY;
}
Any Help?