Upgrade on 25.09.2009:
Instruction 1:
1- Drag typeWriter mc on your main scene from library, change its instance name “typeWriter”;
2-Use the effects;
effect1 has 3 parameters;
syntax:
typeWriter.effect1(speed, textField, string);speed textField string "". if you getting text data from database or dynamically, your data type must be STRING !You need 2 dynamic text to use this effect.
effect2 has 4 parameters;
syntax:
typeWriter.effect2(speed, first_textField, second_textField, string);speed first_textField>-> write first dynamic text instance name.second_textField string "" if you getting text data from database or dynamically, your data type must be STRING !effect3 has 3 parameters;
syntax:
typeWriter.effect3(speed, textField, string);speed textField string "" if you getting text data from database or dynamically, your data type must be STRING !
if you want to change starting point moving on the Y axis. you must add “var startingPoint:Number” into the first frame action.startingPoint is the point which the text field starts moving on the Y axis.if you don’t select any value it is accepted as “0” as default.
If you want to change the starting point you must change this value.
Good Luck using the file in your projects!








