Geometry Wars-like grid possible in GS?
I was thinking about doing a game with a grid like geometry wars, that distorts when actors are in certain parts of it but I don't think this is possible in GS. I did some research and found out that the grid is dynamically drawn in code or is a static image that is then distorted using code. I was just wondering if anyone had attempted this as I see no way of doing it other than by some clever particle effect trickery. Thoughts?
Comments
Unfortunately, thats not possible in the current GameSalad system, but you can come close with a simulated warped sprite constrained or attached to your hero sprite.
One idea, to simulate in GameSalad, would be if you had an animated sprite, with a warp (in and out) effect, that was faded at the edges so it appears to blend in with the static grid background. Have this animated sprite placed under your main hero sprite, and constrained to the X,Y position.