Some of my overlays won't appear in the mobile previewer

I don’t have any overlay errors, and some of my overlays won’t appear when viewing it on the mobile previewer. They appear fine on the web previewer though.

Anyone else have any trouble with this?

I tested it. Since you have two opacity commands on both overlays, the Mobile Previewer might not be picking it up (it happens sometimes, things are fine on the portal and then glitch in the app). The way I got it to work was by adding a small pause after the overlay creation, and then the second opacity command. It would go like this:

&overlay MIKE create
&overlay MIKE opacity 1 in zone 2
&overlay MIKE shifts to 137 402 in zone 2 in 0.5 using easeelasticout
&overlay MIKE scales to 0.244 0.244 in zone 2 in 0.5 using easeelasticinout
//
&overlay ACCEPT_2 create from ACCEPT
&overlay ACCEPT_2 opacity 1 in zone 2
&overlay ACCEPT_2 shifts to 137 402 in zone 2 in 0.5 using easeelasticout
&overlay ACCEPT_2 scales to 0.118 0.118 in zone 2 in 0.5 using easeelasticinout
@pause for 0.1
//
&overlay MIKE opacity 0 in 3
&overlay ACCEPT_2 opacity 0 in 3

You just gotta get rid of the “//” I added and it should be fixed ;D

1 Like

That worked! Thank you so much!

1 Like

Moved to Directing Helps and Tips since this was a coding issue and not a glitch. Make sure to check out our Forum Tutorial for more info about where to correctly create topics, and feel to PM me if there are any questions. :wink:

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.