flash syntax...question
flash syntax...question
- Started
- Last post
- 3 Responses
- to
can you help me to translate following flash4-tag:
setProperty("text" add i, _xscale, scaleAmount);
to a modern point.syntax :)
.thanx.
- ********0
depends where the MC sits
_root["text"+i]._xscale = scaleamount
- lo9ic0
this["text" + i]._xscale = scaleAmount
where this could be any mc name
- to0
thank you. you are great.