
The idea of my code has changed slightly. I am staying with the water and creating the waves etc, but to simplify it and give it an overly simple appearance i decided i could use rectangles with no outline instead. Each rectangle would move depending on how the mouse is moved. For example, the first image shows that if you move the mouse from side to side under the water lever then it would create a wave.The second image shows that if the mouse is moved up, rectangles will flow out as if a ripple is sent out each side. I could possibly add in later the more and faster you go from side the side the larger the waves get.
To get this effect it involves create an array list with a lot of horizontal spaces. Each space in the array needs its own movement depending on the mouse position also. It could involve a lot of work.. potentially.. But it has a more solid interaction than the dripping work i have at the moment, which is a lot more control than interaction.

No comments:
Post a Comment