I have a map of tiles, forming an image of sea
I would like to animate the tile map by modifying the value of each tile, if it is on the tile 0 change to 1, if it is on tile 1 change to 2 and so on until the last tile 24 changes to 0, but I am not able to compare from the current tile value.
IMG
drive.google.com/file/d/1Rdfj9nOPhEMZPbKykZ2aTXa1qgZGgv3C/view
I took an example of capex that has a logic that is close to what I need, but the formula I have adapted is not working completely.
drive.google.com/file/d/1JYcR126k0MziRYe0mOaqeclf1Nk_5LD1/view
C3p
drive.google.com/file/d/1skwuMUtZgmncIr1dXVZTFBCovkIpxD8B/view
Here you go:
dropbox.com/s/eq6carekb5l2pvg/TilemapWaves.c3p
Develop games in your browser. Powerful, performant & highly capable.
Thank you so much, you saved my life!