How to make your own Puzzle If you have a .BMP graphic file that will make a good puzzle. Then follow these steps. The picture file must be 200x200 pixels in size. Name the .bmp file the same as your programs filename. (optional) Add your programs title, your name, email, and bitmap file name by editing lines 31-34 in dark.bas Title = "Dark Tower" Author = "by John Davenport" Misc = "timelord@zebra.net" Bitmap.BMP = "dark.bmp" Rename the dark.bas file using Save As and adding your puzzles name. Make the .EXE and your done.