Game Development Community

GuiBitmapButton

by Michael Vanderpool · in Torque Game Engine Advanced · 08/13/2008 (8:40 pm) · 1 replies

Hello, Think I have some confusion with the control. Im mainly trying to get the _n and _h to work properly. Ive got 2 files for each png, like mission_n.png and mission_h.png, but its not showing the _h png when i mouse over the image in the gui. Im sure its a simple error on my part. Quick Fix?

Thanks

#1
08/13/2008 (8:48 pm)
Oh, Jeez. I found the fix to my own problem, Like i said, it was simple. Just went into my gui file and for the bitmap just removed everything but mission, so instead of mission_n.png(scriptsandassets/client/ui/mission_n.png), it would be mission(scriptsandassets/client/ui/mission). Thanks for anyone who was taking a gander at this, and hope it helps other people out.

Thanks