Basically in my game a there is a name overlay which is visible from login, but i dont want it to be there all the time, only when a usr puts the mouse over a usr the name overlay shows only to him and when mouse is exited the name overlay dissapeares but i have no idea how do this so if anyone could help me it would be much apreciated. Thank you for reading my post.
Setox
ID:157922
Dec 6 2009, 9:24 am
|
|
Dec 6 2009, 9:32 am
|
|
You'd need to use an image object together with MouseEntered() and MouseExited(). Look em all up in the reference.
|
In response to Kaioken
|
|
Thanks for replying and helping i set the obj/name to invisible = 1
that's what i got it didn't work but i don't know what I'm doing wrong. This is what i got. mob Btw i didnt get any errors or runtime errors. |
In response to Setox
|
|
Setox wrote:
i don't know what I'm doing wrong. You've never even tried to use image objects, for one. Look them up. |