I was thinking of doing a commodore 64 style loading screen (with the alternating bars that change colour and grow/shrink in size) and was wondering if anyone has tried this or knows of any code I could look at. I'm gonna make a start on it myself today, but it would be good to have something to compare it against :)
So far, I'm guessing you divide the screen size up and set a constant for the bar height (say 12 horizontal bars for example) and you pick a random number between the constant and constant - 5 or whatever and refresh the screen. It's hard to tell looking at it, but it's something I'd be interested in reproducing.