Code: Select all
var testvar = testvar+2How I can achieve the same effect with Actionscript 3? I am well aware that components like textarea cannot have actionscript assigned to them anymore.
Moderator: General Moderators
Code: Select all
var testvar = testvar+2