Flash Text Advanced
Text Input
--- different types of text fields: Dynamic, Static & Input
--- check the options
--- instance name
--- variable name
Text Output
--- put in the Actions
------ Dynamic text box instance name = " " around your text, + + around variables
ie... finaltextA.htmlText = "Hello " + nameA + " how are you today?";
also,
Trace command - trace("bonusA" + bonusA);
check out MadLibs example
No comments:
Post a Comment