martedì, luglio 03, 2007

_root is gone in AS3

ES was pointing out that _root is gone in AS3. But there is a surrogate.

_level0.varName or _root.varName
Object.movieName = this;

Then use Ojbect.movieName instead of _root