Basicly, I am making a custom shop system.
The screen (made with terrain tiles) will be something like this:
XXXXXXXXXXXXXXXXXXXXXXX
XO.............XXX___________X
XXXXXXXXXXXX___________X
XO.............XXX___________X
XXXXXXXXXXXXXXXXXXXXXXX
Note, that the full screen is bigger than this. This is a mere sample.
Well, let's go to the main thing:
- The "X" are the frames of the window.
- The "." are the names of the differents things you can buy, made with floating texts.
- The "O" are the buttons. HERE is where I need what I said in the title.
The buttons will be made with units, and have the shape of a sphere. I have two spheres, one with flames around it, and another one without the flames.
Well, it would be nice if the buttons lighted when the player has the cursor above them. Normally, the buttons would be spheres without flames. When the player has the cursor above one of them, it should began lighting in flames.
That would be very nice for me. But for that, I need to do what I said in the title of the thread...
But, as I supposed, this seems to be impossible...
Anyone knows a way to do this? Maybe ANOTHER way to do it?
Regards