Is there a way to increase the "Every X" speed of the timer?
I'm using some "typewriter text" code that creates the effect of spitting out text one character at a time. It's programmed like this: "Every 3 seconds," some text is printed.
Problem is, I'd like to increase the speed of the timer. (Maybe tricking the program into interpreting "Every 3 seconds" as being "Every 2 second"?) I have hundreds of lines of this and I'd like to avoid adjusting each and every one. (I especially would like to avoid creating an extra counter and having the value tied that -- not until MMF supports a find-and-replace function.)
I've tried "Every X seconds, add 1 second to timer" -- but this doesn't seem to do anything.
Any ideas? Is there an extension that manipulates how the timer works (one that's compatible with Flash)?
Thanks for your help!