Apr 26 2008
No _lockroot in as3
In AS3 there is no _lockroot. With as2, _lockroot used to fix the root of the movieclip to its orignal root, instead of the root of the file it is used in. In as3 it works as if _lockroot property is always set to true, so _root will reference to orignal root of the file.
So if working with as2, make sure what _root is referencing to… i had this issue sometime back
Tags: as3, flash