Here we go, my first attempt. I think this might be the busiest little thing I've done, and the screen is filled with all sorts of things going on (you run out of space real fast with such a low resolution).
It has a 3D ball shape thing, with a scrolltext running through the middle. The background constantly changes shade and there are a bunch of shaded rectangles moving over it.
Code: Me
Font: Me and Photoshop

Graphics : Me (and Photoshop if we're being fussy)
Music: "2 x the squarebeam" by Anders Dator Felix Dator from modarchive.org
Tools:
PTC Ext (Rbz) (I think... I followed the freebasic installation tutorial on here)
ufmod.o music player thing
bin2bas (Rbz) to create includable music
Jim's BMP loader and my exporter to throw it back out as an includable
upx to compress the executable
[EDIT] Modified executable to run at 640x480 fullscreen
[EDIT] Did some optimising on the code to deal with slowdown issues for some people.. hopefully the changes were enough
[EDIT] Another tweak to make the music start *after* the initialisation routine