flash-typewriter effect
flash-typewriter effect
Out of context: Reply #1
- Started
- Last post
- 12 Responses
- Jerry0
instead of using onEnterframe, which makes your movie depend on framerate, use setInterval. With setInterval you can determine the speed by a parameter. There is a pretty good explanation on how it works in the flash documentation.
Cheers again