BookMorphs for Presentations
Last updated at 12:13 pm UTC on 16 January 2006
For several versions of Squeak, the way to do presentations was and still is via BookMorphs. BookMorphs allow you to embed just about any morph on any page (including active ones), and they can be manipulated like PowerPoint slides (e.g., there is even a slide sorter!). "ok so i get they have a slide sorter but how do i get it..."
On the other side there is the alternative to use the Hannes Hirzel which links different projects. On project corresponds to one slide. (See Hannes Hirzel)
BookMorphs for Presentations
Project idea:
But if you still need PowerPoint: What about writing Squeak code that goes through a BookMorph and generates VBA-Code for Powerpoint for each element (begin with TextMorphs) to run later in PowerPoint to recreate the presentation.
Hint: Use the macro recording function in Powerpoint to get the VBA commands you need to create slides and textboxes and more.