How can I make an overlay move side to side the whole scene, like smoke / fog ?
Welcome to the community!
You’ll need the “loop INFINITE times” command.
The basics:
&overlay NAME shifts to 100 100 in 1 THEN overlay NAME shifts to 110 100 in 1 loop INFINITE times
Make sure you have that &, it’s important, if you put an @ the reader will be stuck forever.
Stack as many commands as you want, you can have it move however many different places as you want.
The loop INFINITE times command only supports overlay “shift” and “scale” commands, nothing else, sadly. Luckily, you’re looking for a shift command, so you’re good.
Here’s the full guide, looping is toward the end:
2 Likes
Ty✨
2 Likes
Closed: Marked as solved by thread op