![]() |
Attention | Topic was automatically imported from the old Question2Answer platform. |
![]() |
Asked By | Pyhrrous |
I’m trying to add a visual effect where the background of a menu has a constantly moving grid of scrolling lines, see here:
https://youtu.be/dyx4VIVouGQ?t=87
(note: I only want to do the grid of thin lines, not the vignette nor the thick vertical line that moves horizontally)
How would I go about doing this? I considered using an animated sprite with frames set to be each pixel movement of the grid, and alternatively physically moving a grid image and resetting its position before it can go completely offscreen, but I wanted to make sure if there are any better ways to achieve this first.