How to make an overlay appear mid scene

To get the overlay to appear mid scene (replace “OVERLAY” with the name of your overlay):
@overlay OVERLAY create
@overlay OVERLAY shifts to -72 210
@overlay OVERLAY scales to .695 .695
@overlay OVERLAY opacity 1
(You can adjust the opacity if you’d like overlays to fade in and out slowly.)

To add the overlay to a background (using the numbers you’ve shown):
BACKGROUND with OVERLAY to .695 -72 210

To remove overlay:
@overlay OVERLAY clear

I found this in one of the comments from someones post, thank you @EliseC