• Hey Guest! Ever feel like entering a Game Jam, but the time limit is always too much pressure? We get it... You lead a hectic life and dedicating 3 whole days to make a game just doesn't work for you! So, why not enter the GMC SLOW JAM? Take your time! Kick back and make your game over 4 months! Interested? Then just click here!

GameMaker ZX Spectrum Loading Screen

NightFrost

Member
Well, just looking at the video, the basic effect itself seems relatively simple to replicate with a shader. The question is more of how much retro authenticity it should have, from duplicating the exact color pallette to how the colors jump across the screen, and how a horizontal line might change color partway across.
 

Leif

Member
Look into js file
Rewrite js on gml and use as fake loading screen.
Looks like it's not so hard, I think it's just color switching.

As a direction:
1. Divide screen onto 20-30 strips of different thickness
2. Randomly change color of each strip every step
 
Top