Create Command, overlays and labels

Hey guys, so I’ve recently discovered tappable overlays thanks to the amazing @Dara.Amarie and I came across a specific error code that I haven’t seen anybody talk about.

“Overlay animation “YOUROVERLAY” has been created. You’ve created multiple overlays with the same name in your script; any animations will only apply to the most recently created one”

So I decided to show you what I did to fix the error!

Here was my original script that caused the error code:


Screenshot 2020-11-03 at 12.21.24 PM

In the 2nd option of choice “Are you done reading?” I put goto action1

The label action1 was placed before the overlays were created making the overlays loop because it kept recreating the same overlay.

Thus causing the error code.

To fix this, I put the create commands before the label action1

Looks like this now:

Screenshot 2020-11-03 at 12.30.42 PM

So there you go! This completely got rid of the error code and any further errors!

If you have any questions or concerns, feel free to comment or dm me on Instagram @tru.epy

1 Like

I think it got to do with the transition

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