1
Technical forum / The cursor(problem) and item simultaneously on the screen
« on: January 13, 2011, 12:24:51 AM »
I have made the cursor and item simultaneously on the screen.
The cursor is drawn always under item.
Whether it is possible to make that the cursor was drawn over item?
ITEM
{
CAPTION = ""
NAME = "ruchka"
SPRITE = "items\ruchka\ruchka.tga"
CURSOR = "items\ruchka\ruchka.sprite"
CURSOR_HOVER = "items\ruchka\ruchka_a.sprite"
CURSOR_COMBINED = TRUE
SCRIPT = "items\ruchka\ruchka.script"
}
The cursor is drawn always under item.
Whether it is possible to make that the cursor was drawn over item?
ITEM
{
CAPTION = ""
NAME = "ruchka"
SPRITE = "items\ruchka\ruchka.tga"
CURSOR = "items\ruchka\ruchka.sprite"
CURSOR_HOVER = "items\ruchka\ruchka_a.sprite"
CURSOR_COMBINED = TRUE
SCRIPT = "items\ruchka\ruchka.script"
}