This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//myRPG.jsx | |
//An InDesign CS5 JavaScript | |
/* | |
October 2010 | |
*/ | |
// This is the first start of a script for a simple computer role-playing game. | |
// The users task is it to find its way from home to the university campus. | |
// While traveling the user has to answer questions which are effecting its destiny. | |
// Going through the questions step by step the InDesign document builds up a text frame describing the user's journey. | |
// An info-graphic on the bottom of the document will show the user's journey. |