I have a scene in my rmxp game where a boat is sailing forwards. To make it look like the boat is moving without an obscenely large room I set up a parallel process event that creates 2 pictures of large rectangles of water, then moves them downwards slowly, and once they get to the bottom of the screen they are recreated at the top. However, since they are pictures, they show on top of the events, which I don't want. Is there any way you can make pictures appear below events? Or if there is another method of making the scrolling water I would appreciate it. Thanks!
Here is a screenie of my code.
Here is a screenie of my code.