Page 1 of 1

need help with a rpg im making in vb

Posted: Sun Dec 09, 2012 9:15 am
by pip
Hi title smays it all i need help an what i need is on mouse hover it to read like a bubble like in rpg's were you hover and it has stats does anyone know howwww?

Re: need help with a rpg im making in vb

Posted: Sun Dec 09, 2012 1:31 pm
by CodenStuff
You could just add a mouse hover/leave event to the object and on hover have a panel or something show up above the object with data inside and then remove the panel on mouse leave.

Re: need help with a rpg im making in vb

Posted: Sun Dec 09, 2012 8:35 pm
by pip
CodenStuff wrote:
You could just add a mouse hover/leave event to the object and on hover have a panel or something show up above the object with data inside and then remove the panel on mouse leave.
Thanks for the idea i tried to do like a custom bubble notify thing but to complex ill try this :)
@ #CodenStuff