actionscript 3 - How to get textfile text to sring variable action script 3 -
actionscript 3 - How to get textfile text to sring variable action script 3 -
i new action script. how can input textfield value string or varible. code doesn't work
var str:string = mytextfield.text;
textfields have property known text. property not quite same thing variable, it's similar; can utilize same way. since textfield object has property called text, , since of type string, it's simple declaring string variable, assigning property's value variable.
actionscript-3
Comments
Post a Comment