It works here on my crappy work machine. It spins very fast though. Much faster than in the editor.
first, thanx for testing, and cool that it works..
i'm not sure, but i think the spinning speed can be for two reasons.. either that i have modified the project file somewhat after i compiled the exe.. likely if it spins about ten times faster... or it's because the editor uses a timer callback for timing (around 60hz, i think), while the intro just runs in a loop, and is probably synced with screen refresh rate.. but i'm still working on the timing and sync, it's currently a bit shaky..