I try to hide an object by clicking on it but it doesn't work. This is my XML:
- Code: Select all
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<events name="my_events_file">
<event name="on_left_mouse_click">
<actions>
<action source="_self_" target="_self_">
<command>hide</command>
</action>
</actions>
</event>
</events>
When I use on_marker_detected it works, but I tried all the mouse events but none of them seems to work.
Do you guys got any idea what I'm doing wrong?