Hi Weishaupt, there is no example capx yet because im trying to figure out the best way to do this:
Im adding effects to my scrolling platformer, in the beggining there is a patch of water, i would like to give it a bit of (cheap) animation so its not so static.
(The platform in my original post represents the water, i would like the image to constantly move in one direction and repeat itself, but staying in the same position while doing so).
I do know how to achieve this (effect) with an animation but it would means i have to use sprites - pretty big one(s) at that, i think im pushing performance as it is.
Im thinking of trying the solution posted here: construct.net/en
And then possibly using a layer to mask the areas that there is no water. It just seems excessive for what im trying to do. :/
Thoughts?