I've got a layout of a map and certain places on the map have a text box over it. These TB's are enabled, background set to transparent and border set to dashed to indicate 'clickable' locations on the map.
I can not get anything to trigger via:
mouse - cursor is over TBmap and condition left mouse clicked
mouse - click on object TBmap
it works with a sprite instead of a TB, but it is much harder to make a border on a sprite than a TB
I believe it is because of the inherent properties that a TB once clicked is supposed to let you type. Can I get past this?
My main goal is to just have a nice highlighted border that can easily be resized to show where you can click. Suggestions?
Thanks