Could you please let us know how we can make rain effect through the whole layout?
We can achieve using parallax (0,0) for that we have to trade the scrolling effect of the background.
Please find the attachment below :-
drive.google.com/open
Advance Thanks
Change
-> System: Create object Raindrop on layer 0 at (random(WindowWidth+100), 0)
To
-> System: Create object Raindrop on layer 0 at (random(WindowWidth×2)+ViewportLeft(0), 0)
Or put the rain on a separate layer with its own parallax separate from the background.
Develop games in your browser. Powerful, performant & highly capable.
Thanks a lot for your quick reply.
Much appreciated :)