PostCard - a Mini-HyperText Version 1.0 04/15/88 by Tim Holloway Here's a neat little toy, and a useful one, too. PostCard is my (initial) answer to Apple's HyperCard [tm] system for the Amiga. I call it PostCard because of its most obvious limitation - it operates only on single "cards" - it doesn't support stacks. Still, it's suprising what you can do within that limit, and eventually I expect to see it removed. Basically, here's how it works. You build one or more cards, using an offline program named MakeCard. Not as nice as interactive design, but it was a lot quicker to write. Something else to address later. Then execute PostCard. PostCard creates a private screen containing the background image. Overlaying the background are one or more Gadgets. Presently that means text strings. With each text string gadget an action can be associated. When you click on that string, the displayed screen is removed and the action is taken. That's pretty much it - the power lies in its simplicity. Creating a PostCard: Each PostCard is an IFF-format file. It is not compatible with a HyperCard stack file. The card is defined by a special form: HYP0, or HYPR, which contains an ILBM image of the background and additional chunks that define the PostCard characteristics. Any valid ILBM picture can be used - sorry, I don't support HAM mode. The MakeCard program takes input from the standard input stream and creates a file with the supplied name: MakeCard