|
These things are for Dark BASIC programmers. Lip Sync LabIf 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 Word WrapHere 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. |