Help overlays in wrong zone

I am trying to make a mini-game but for some reason, some of the overlays are in the wrong zone please help they are in zone 1 and not 2 where they suppose to be. . can someone explain to me why?

INT. LIVING ROOM BACK with KEYPAD to 0.122 165 246 in zone 2
@cut to zone 2
@SONJA spot 0.737 112 216
@JANE spot 0.737 267 215
@overlay PLUSH create
@overlay PLUSH shifts to 170 293 in zone 2
@overlay PLUSH scales to 0.122 0.122 in zone 2
@overlay PLUSH opacity 1

@overlay 1 create from KEYBLANK
@overlay 2 create from KEYBLANK
@overlay 3 create from KEYBLANK
@overlay 4 create from KEYBLANK
@overlay 5 create from KEYBLANK
@overlay 6 create from KEYBLANK
@overlay 7 create from KEYBLANK
@overlay 8 create from KEYBLANK
@overlay 9 create from KEYBLANK
@overlay 0 create from KEYBLANK
@pause for a beat
@overlay 1 shifts to 180 293 in zone 2
@overlay 1 scales to 0.122 0.122 in zone 2
@overlay 2 shifts to 180 293 in zone 2
@overlay 2 scales to 0.122 0.122 in zone 2
@overlay 3 shifts to 190 293 in zone 2
@overlay 3 scales to 0.122 0.122 in zone 2
@overlay 4 shifts to 171 282 in zone 2
@overlay 4 scales to 0.122 0.122 in zone 2
@overlay 5 shifts to 180 282 in zone 2
@overlay 5 scales to 0.122 0.122 in zone 2
@overlay 6 shifts to 190 282 in zone 2
@overlay 6 scales to 0.122 0.122 in zone 2
@overlay 7 shifts to 170 271 in zone 2
@overlay 7 scales to 0.122 0.122 in zone 2
@overlay 8 shifts to 180 271 in zone 2
@overlay 8 scales to 0.122 0.122 in zone 2
@overlay 9 shifts to 190 271 in zone 2
@overlay 9 scales to 0.122 0.122 in zone 2
@overlay 0 shifts to 180 259 in zone 2
@overlay 0 scales to 0.122 0.122 in zone 2

    JANE
Listen sonja I should properly go I dont want you to be in danger

    SONJA
Its fine, Listen would you fell more safe if I acctiwate the security system

    JANE
Sure.

    SONJA
Good

@overlay KEY1 create
@overlay KEY2 create
@overlay KEY3 create
@overlay KEY4 create
@overlay KEY5 create
@overlay KEY6 create
@overlay KEY7 create
@overlay KEY8 create
@overlay KEY9 create
@overlay KEY0 create

@overlay KEY1 shifts to 165 246 in zone 2
@overlay KEY1 scales to 0.122 0.122 in zone 2
@overlay KEY2 shifts to 165 246 in zone 2
@overlay KEY2 scales to 0.122 0.122 in zone 2
@overlay KEY3 shifts to 165 246 in zone 2
@overlay KEY3 scales to 0.122 0.122 in zone 2
@overlay KEY4 shifts to 165 246 in zone 2
@overlay KEY4 scales to 0.122 0.122 in zone 2
@overlay KEY5 shifts to 165 246 in zone 2
@overlay KEY5 scales to 0.122 0.122 in zone 2
@overlay KEY6 shifts to 165 246 in zone 2
@overlay KEY6 scales to 0.122 0.122 in zone 2
@overlay KEY7 shifts to 165 246 in zone 2
@overlay KEY7 scales to 0.122 0.122 in zone 2
@overlay KEY8 shifts to 165 246 in zone 2
@overlay KEY8 scales to 0.122 0.122 in zone 2
@overlay KEY9 shifts to 165 246 in zone 2
@overlay KEY9 scales to 0.122 0.122 in zone 2
@overlay KEY0 shifts to 165 246 in zone 2
@overlay KEY0 scales to 0.122 0.122 in zone 2
@zoom on 509 280 to 539% in 0
NARRATOR
Mini game. looks at with button there light up
And hit them in right order, Ready?

When scaling an overlay, don’t put the zone - so take it away from every line where you scale an overlay

if you do that it moves to zone 1

No, because you put the zone on the shifting line, not on the scaling one

well it still doesn’t work the overlays are still in the corner of zone 1. for some reason only 7 8 5 are in the right place

INT. LIVING ROOM BACK with KEYPAD to 0.122 165 246 in zone 2
@cut to zone 2
@SONJA spot 0.737 112 216
@JANE spot 0.737 267 215
@overlay PLUSH create
@overlay PLUSH shifts to 170 293 in zone 2
@overlay PLUSH scales to 0.122 0.122 in zone 2
@overlay PLUSH opacity 0

@overlay 1 create from KEYBLANK
@overlay 2 create from KEYBLANK
@overlay 3 create from KEYBLANK
@overlay 4 create from KEYBLANK
@overlay 5 create from KEYBLANK
@overlay 6 create from KEYBLANK
@overlay 7 create from KEYBLANK
@overlay 8 create from KEYBLANK
@overlay 9 create from KEYBLANK
@overlay 0 create from KEYBLANK
@pause for a beat
@overlay 1 shifts to 170 293 in zone 2
@overlay 1 scales to 0.122 0.122
@overlay 2 shifts to 180 293 in zone 2
@overlay 2 scales to 0.122 0.122
@overlay 3 shifts to 190 293 in zone 2
@overlay 3 scales to 0.122 0.122
@overlay 4 shifts to 170 282 in zone 2
@overlay 4 scales to 0.122 0.122
@overlay 5 shifts to 180 281 in zone 2
@overlay 5 scales to 0.122 0.122
@overlay 6 shifts to 190 282 in zone 2
@overlay 6 scales to 0.122 0.122
@overlay 7 shifts to 170 270 in zone 2
@overlay 7 scales to 0.122 0.122
@overlay 8 shifts to 180 270 in zone 2
@overlay 8 scales to 0.122 0.122
@overlay 9 shifts to 190 270 in zone 2
@overlay 9 scales to 0.122 0.122
@overlay 0 shifts to 181 259 in zone 2
@overlay 0 scales to 0.122 0.122

Also this one

If it doesn’t work in this way, I don’t know what to do

that is not the there is a problem

Try removing @pause for a beat and maybe use & instead of @ for the animations.

Also, I thought that if you do this:

You need to create the overlay KEYBLANK first?

And add in the opacity command for every overlay. I mean, I really don’t know what this all has to do with the overlays showing up in the wrong zone, but I often just correct random things and then everything works, so just a thought lol

1 Like

so I solved the problem yay. @Sydney_H can you close the forum

I remembered I already have some overlays called 1 2 3 and so on and thought hey maybe that is my problem. so I added a letter to the numbers and now they work fine

it looks like that now

INT. LIVING ROOM BACK with KEYPAD to 0.122 165 246 in zone 2
@cut to zone 2
@SONJA spot 0.737 112 216
@JANE spot 0.737 267 215
@overlay PLUSH create
@overlay PLUSH shifts to 170 293 in zone 2
@overlay PLUSH scales to 0.122 0.122 in zone 2
@overlay PLUSH opacity 0

@overlay 1B create from KEYBLANK
@overlay 2B create from KEYBLANK
@overlay 3B create from KEYBLANK
@overlay 4B create from KEYBLANK
@overlay 5B create from KEYBLANK
@overlay 6B create from KEYBLANK
@overlay 7B create from KEYBLANK
@overlay 8B create from KEYBLANK
@overlay 9B create from KEYBLANK
@overlay 0B create from KEYBLANK
@pause for a beat
@overlay 1B shifts to 170 293 in zone 2
@overlay 1B scales to 0.122 0.122
@overlay 2B shifts to 180 293 in zone 2
@overlay 2B scales to 0.122 0.122
@overlay 3B shifts to 190 293 in zone 2
@overlay 3B scales to 0.122 0.122
@overlay 4B shifts to 170 282 in zone 2
@overlay 4B scales to 0.122 0.122
@overlay 5B shifts to 180 281 in zone 2
@overlay 5B scales to 0.122 0.122
@overlay 6B shifts to 190 282 in zone 2
@overlay 6B scales to 0.122 0.122
@overlay 7B shifts to 170 270 in zone 2
@overlay 7B scales to 0.122 0.122
@overlay 8B shifts to 180 270 in zone 2
@overlay 8B scales to 0.122 0.122
@overlay 9B shifts to 190 270 in zone 2
@overlay 9B scales to 0.122 0.122
@overlay 0B shifts to 181 259 in zone 2
@overlay 0B scales to 0.122 0.122

    JANE
Listen sonja I should properly go I dont want you to be in danger

    SONJA
Its fine, Listen would you fell more safe if I acctiwate the security system

    JANE
Sure.

    SONJA
Good

@overlay KEY1 create
@overlay KEY2 create
@overlay KEY3 create
@overlay KEY4 create
@overlay KEY5 create
@overlay KEY6 create
@overlay KEY7 create
@overlay KEY8 create
@overlay KEY9 create
@overlay KEY0 create

@overlay KEY1 shifts to 165 246 in zone 2
@overlay KEY1 scales to 0.122 0.122
@overlay KEY2 shifts to 165 246 in zone 2
@overlay KEY2 scales to 0.122 0.122
@overlay KEY3 shifts to 165 246 in zone 2
@overlay KEY3 scales to 0.122 0.122
@overlay KEY4 shifts to 165 246 in zone 2
@overlay KEY4 scales to 0.122 0.122
@overlay KEY5 shifts to 165 246 in zone 2
@overlay KEY5 scales to 0.122 0.122
@overlay KEY6 shifts to 165 246 in zone 2
@overlay KEY6 scales to 0.122 0.122
@overlay KEY7 shifts to 165 246 in zone 2
@overlay KEY7 scales to 0.122 0.122
@overlay KEY8 shifts to 165 246 in zone 2
@overlay KEY8 scales to 0.122 0.122
@overlay KEY9 shifts to 165 246 in zone 2
@overlay KEY9 scales to 0.122 0.122
@overlay KEY0 shifts to 165 246 in zone 2
@overlay KEY0 scales to 0.122 0.122

2 Likes

Ahh, that’s so annoying! I did the same thing once, and it took me hours to figure it out :smiley:

1 Like

Closed by OP request. :smiley: