Tutorials Home
What's New
Top Rated
Submit
myTutes
Random!
actionScript'ed typewriter in flash
Author: Daniel Skovli
| Website: http://daniel.eggdrop.no |
Step 2 - creating the frame-actions:
Then, you are ready to create the actions to make the whole thing work:
o frame 1 has these actions:
q = 1;
text = "this is where
you put your text";
stop();
o frame 2 has these actions:
if (q
textbox = text.substring(0,
q);
q++
} else {
textbox = text;
gotoAndStop(1);
}
o frame 3 has these actions:
gotoAndPlay(2);
| » Level Intermediate |
|
|
Added: : 2002-10-01
Rating: 5.11 Votes: 18
Hits: 2118
|
| » Author |
|
aka:
gozzip@Undernet
|
| » Download |
|
Download the files used in this tutorial.
|
|
Download (54 kb)
|
|
Get conversion and unzipping tools
for PC and Mac here!
|
| » Forums |
|
More help? Search our boards for quick answers!
|
|
Please rate this tutorial, 10 is the top rating, you can also click the
comments link to read/write a review.
|
|
|