Hundreds of features to explore
Games made in Construct
Your questions answered
Trusted by schools and universities worldwide
Free education resources to use in the classroom
Students do not need accounts with us
What we believe
We are in this together
World class complete documentation
Official and community submitted guides
Learn and share with other game developers
Upload and play games from the Construct community
Game development stories & opinions
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 :)