A bit of AS
A bit of AS
Out of context: Reply #4
- Started
- Last post
- 9 Responses
- unfittoprint0
just a reminder: setProperty is 'old school' AS, OOP (object orient programing) is the way to go
when you write something like:
setProperty("_root.seed", _width, setwidth);
should start looking like:
_root.seed._width=setwidth;
keep on the good work. spread the word.