Pogreb
19.03.2004, 13:11
ни TF.variable ни TF._variable ... не работает.
myVar = 0
_root.createTextField('TF',2,0,0,100,100)
_root.TF.variable = myVar
style = new TextFormat()
...
TF.setTextFormat(style)
this.onEnterFrame = function(){myVar++}
ну почему не работает??!!!
myVar = 0
_root.createTextField('TF',2,0,0,100,100)
_root.TF.variable = myVar
style = new TextFormat()
...
TF.setTextFormat(style)
this.onEnterFrame = function(){myVar++}
ну почему не работает??!!!