guzu on DeviantArthttps://www.deviantart.com/guzu/art/Story-Typewriter-Tutorial-358491145guzu

Deviation Actions

guzu's avatar

Story Typewriter Tutorial

By
Published:
1K Views

Description

This is a tutorial of how to use story typewriter located in the flash gameMaker library.

Download and setup: [link]

How it works:
To build a story, use the following functions
say(words)
show.nextFrame(); show.gotoAndStop(#) or any MovieClip controller
start() to start the story
start(#)where # is the position you want to start at.

Example of how your story would look like:
show.gotoAndStop(2)
say("Hello Everyone!nn-Press Space to Advance");
show.nextFrame();
say("This is the story typewriter program which allows stories to be displayed like this 8D");
start();
Image size
550x400px 43.45 KB
© 2013 - 2024 guzu
Comments9
Join the community to add your comment. Already a deviant? Log In
sorenshadow's avatar
Oh yeah this helps, thxz