i have three big boxes
set their lighting and fog and stuff to 0
ghost 2 of them
texture them with water
have them each have the water scrolling different directions
looks nice
p.s. some code
for a = 3 to 5
make object plain a, 30000, 30000
xrotate object a, 90
set object a, 1, 1, 1, 1, 0, 0
scale object texture a, 20, 20
next a
ghost object on 4
ghost object on 5
..... then in do loop
` START MAIN DO LOOP
do
scroll object texture 3, 0,-.0003
scroll object texture 4, -.0003, 0
scroll object texture 5, -.00015, -.00015
p.p.s
i texture them in the loop. when it turns night, i texture it with dark water. once it turns morning or evening, i texture it with medium dark water. once it turns afternoon, with light water.