10/9/07

In Class Wed Oct 10th

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: