Mon Nov 12, 2018 9:29 pm
Hi Greg,
If you want to address a hotspot then you need to add a hash "#" to the front of the elements ID.
Example, mouse click, hide element, #rectangle1
However this will only hide it in this node, as soon as you change nodes it will reappear.
The only way to hide and show hotspots even when changing nodes is use a variable.
So add a variable to the skin, example vis_ht, True/False, set to true.
Then in the hotspot template add a visible logic block, vis_ht = false, visible false.
Then you can use the action set variable value vis_ht to false and true.
If you want to toggle use the operation Not(¬).
Regards,
Hopki