You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

There are five new features that are good for demos:

  • Saved states (which is also indicative of a future Undo function)
  • Delete
  • Loops
  • Advanced Breakpoints
  • Orphan Tab

To demonstrate these we made a sample script called, Agent008_node_format.xml that contains about half of the original Agent008 script rewritten for the new format. That file can be found here: agent008_node_format.xml

Demo instructions:

  1. Boot up TextEditor3
  2. Show off the new New Game / Load Game menu
  3. Select Load game and navigate to agent008_node_format.xml
  4. Show off how it loaded in exactly the same state it was left in: one audio tab is open, some Nodes are hidden and some are shown
  5. Talk about how we now have Delete! Click Delete for Node #5 to show how it working.
  6. Click Delete on Node #3 to show that if you delete a Node with children all of its children disappear too.
  7. And not to alarm anyone that what they deleted might be gone forever, switch over to the Orphan Tab to show that those "deleted" nodes are still at your disposal
  8. Can go back to the main script and show that we now have loops. Scroll to the bottom, show how it says Go To Original.
  9.  
  • No labels