These things are for Dark BASIC programmers.

Lip Sync Lab

If you're interested in adding Uncle Weevy-style lip sync to your programs, this is the tool you need. It includes the infamous Peter Piper demo, heavily commented to show you how it's done: LipSyncLab.zip (1.59 MB) includes DB Pro source code, but the utility itself should work for DB classic users as well.

Word Wrap

Here are two little functions that output text to a rectangular area of the screen. When the text reaches the bottom of the designated text area, it scrolls upward. The text area can be any size, but the background can only be one solid color. The first function, wrap( ), is for output only. The other one, con( ), is a somewhat sluggish console that allows user input. DB Classic users should download wordwrap.zip (3k), while DB Pro users should get wordwrapDBP.zip (4k).