FADER by William Frazer This one speaks for itself really. Er, okay then. It doesn't. What it is, in fact, is a fader which fades your screen to black any time you want it to. It comes in hex form, so whip out the hexloader from last month (or the month before) and type it in. Address 60000 is recommended as the start one, but you can actually put it anywhere (it's relocatable, you see). Done that? Right. To get it working, RANDOMIZE USR 60059. And to alter the speed of the fade? POKE 60066, a number. And that's it.