A while back I downloaded a tute on an AS typewriter effect that worked to great success writing text assigned to a variable in the movie.
I was interested in going a step further and making this feature “type” from a .txt file so I could change the content in the .txt file and dynamically change the text in my swf.
No programmer myself, I did figure out how to get the AS to read from the .txt file =) , but instead of white spaces, the effect types %20 - the HTML substitute for white space. It also prints part of the function in the code (which is probably due to my juryrigged coding). Have only tested locally.
Please take a look at the attached (.fla & .txt files). Any help to correcting my code is greatly appreciated!
Hello, I have a question regarding the second dynamic typewriter file.
How does Flash determine which textfield it’s filling? The textfield is named screen but it’s not in the code. How can it be altered so that I could tell Flash which textfield to use?