This project is designed to help students create a choose-your-own-adventure style of story of medium complexity without having to write code for the story engine. This first version consists of 32 pages (inc title), half of which are endings. There are at most 5 choices to make - red or green (there is also an orange choice which randomly selects red or green). Each page can have multiple display texts, a backdrop and animations. The sample story provides an intro and there are notes in the code to assist. The backdrops should not be removed, but can be replaced so that the naming stays intact. The sample display text can of course be replaced or removed as can the sample animations.
This project uses djPro's text engine v2 with some slight modifications: https://scratch.mit.edu/projects/42202752/ Also used MelonInc's string functions: https://scratch.mit.edu/projects/10919050/ And one from ColinMacc's RTrim: https://scratch.mit.edu/projects/363009629/ For detailed instructions refer to this page: https://helpkidscreate.com/remixing-the-cyoa-story-engine-in-scratch/