360 not stay active when target is lost

Hi all.

I need to present this proposal tomorrow. ¡help, please!

I’m creating an image tracking project. First, the target shows a video and 2 buttons. 1> go to website 2> active the 360.

The 360 ​​image does not remain active when the target is not pointed. The 360 ​​is activated when a button is pressed.

How can I solved it?

Extra question: is it possible to create a bottom menú while the 360 is active?

You can test it:

Thanks.

I solved it.

I put those 2 lines in a button
target.visible(false);
target.enabled(false);

Thanks :slight_smile:

1 Like

Good work

And yes you can have buttons in the 360

https://docs.zap.works/studio/tutorials/interactive-360-panorama/
Steve

Thanks, Steve.

1 Like