New forum theme up and running!
Originally posted in the tutorial/I]How do I make an intro/cut scene?Well this all begins with an Auto start event. Since the auto start will be the first thing executed when you enter a map you'll have to create one and put all your cut scene movement, speech, special effect... in one of those.Now if you leave like that first the event will begin as soon as you enter the map (which is good in the case of intros but bad in cut scene) and it will repeat itself endlessly. But good thing you read the above post because that explained how to stop the infinite loop.
Originally posted in the tutorial/I]1. Ok... so you've coded in a bunch of things that the person should do. Now you want him to disappear. AT THE END OF THE PERSON'S CODE, click the "change switch" button, click the [...], pick an empty switch, give it a name, and turn it on.2. At the top of the event page, click "new page". This should add a second page to the event.3. On the left of the second page, check the box next to "switch", click the [...], and select the switch you used in part 1.4. Delete the graphic on the second page, and set it to over hero or under hero.