Hi, this is Brandon.
Ring Test
Press Any Button – create ring
Now I know what you’re thinking…What an amazing game, why isn’t it on steam, origin and epic games store? Because it was too controversial and artistic to be considered a gaben.
Ring Test was essentially me talking to my brother about visual effects for a concert and so I quickly stitched this test together in an hour. The idea of using any key was that if he can send inputs from his instruments to the computer, then surely the input could be read in a program that checks for an any key input. It was not used for the concert because there never was one, it was a lie. It was also too controversial and fell apart due to harsh subjective opinions due to people’s nostalgia.
The ring effects are very basic, I actually use this effect a lot in my games because it’s so efficient and easy to program in. All you really do is take your x_scale/y_scale variables and continually add to them each frame, while also reducing the alpha/opacity of the sprite. Then when the alpha reaches 0, just destroy the object.
As for the origin of this effect, I discovered that I could do this very late in Frog Hop’s development, so you only really see it occur during the angler boss in frog hop.
It was only after Frog Hop that I learned to utilize this A LOT in Nameless, for things like explosions, gunfire, hit effects.
I think I use this effect in the target kills in Ato.
So that’s all I got, hope you enjoyed.
-Brandon