|
@@ -134,8 +134,8 @@
|
|
<!-- tween(layer[webvr_setupbutton].alpha,0); -->
|
|
<!-- tween(layer[webvr_setupbutton].alpha,0); -->
|
|
|
|
|
|
webvr_show_fakemode_info(false);
|
|
webvr_show_fakemode_info(false);
|
|
-
|
|
|
|
webvr_restore_layers();
|
|
webvr_restore_layers();
|
|
|
|
+ js(window.onExitVrStatus);
|
|
</action>
|
|
</action>
|
|
|
|
|
|
|
|
|
|
@@ -147,6 +147,13 @@
|
|
set(lr.visible, false);
|
|
set(lr.visible, false);
|
|
);
|
|
);
|
|
);
|
|
);
|
|
|
|
+ for(set(i,0), i LT hotspot.count, inc(i),
|
|
|
|
+ copy(lh, hotspot[get(i)]);
|
|
|
|
+ if(lh.vr !== true,
|
|
|
|
+ copy(lh.vr_backup_visible, lh.visible);
|
|
|
|
+ set(lh.visible, false);
|
|
|
|
+ );
|
|
|
|
+ );
|
|
</action>
|
|
</action>
|
|
|
|
|
|
<action name="webvr_restore_layers">
|
|
<action name="webvr_restore_layers">
|
|
@@ -157,6 +164,13 @@
|
|
delete(lr.vr_backup_visible);
|
|
delete(lr.vr_backup_visible);
|
|
);
|
|
);
|
|
);
|
|
);
|
|
|
|
+ for(set(i,0), i LT hotspot.count, inc(i),
|
|
|
|
+ copy(lh, hotspot[get(i)]);
|
|
|
|
+ if(lh.vr_backup_visible,
|
|
|
|
+ copy(lh.visible, lh.vr_backup_visible);
|
|
|
|
+ delete(lh.vr_backup_visible);
|
|
|
|
+ );
|
|
|
|
+ );
|
|
</action>
|
|
</action>
|
|
|
|
|
|
<action name="webvr_show_fakemode_info">
|
|
<action name="webvr_show_fakemode_info">
|