Search tutorials
Go to frame 2, and edit the ActionScript.
Change it to this:
var ctext = ctext + text.substring(0,1)
text = text.substring(1)
Change it to this:
var ctext = ctext + text.substring(0,1)
text = text.substring(1)
Now basicly what that does, is add one more letter of "text" to "ctext", and then remove that letter from "text". Onwards to frame 3.
| » Level Intermediate |
|
Added: 2003-11-13 Rating: 6 Votes: 161 |
| » Author |
| No idea what this part is for, but vote 10. :) |
| » Download |
| Download the files used in this tutorial. |
| Download (2 kb) |
| » Forums |
| More help? Search our boards for quick answers! |
-
You must have javascript enabled in order to post comments.


Comments
There are no comments yet. Be the first to comment!