Is there a way I can have something done when the mouse is over a object or character?
I want a gui to be shown then if the mouse moves off the obj or the chr the gui is becomes invisible.
Code: ags
If I cant get the gui to become invisible then I will just have the info on the gui change when over the the obj or the chr.
I want a gui to be shown then if the mouse moves off the obj or the chr the gui is becomes invisible.
if(mouse.over == true){
//What will be done.
}
If I cant get the gui to become invisible then I will just have the info on the gui change when over the the obj or the chr.