Two Flash questions -
- what _level0,_parent , _root mean in flash?
- what's difference between absolute path , relative path?
levels in flash base root element of everything.
every level
has associated _root
element, base of attached movieclips, whether on stages or dynamically loaded.
_parent
previous element along element hierarchy. example, if _root
has movie clip n
loaded it, n._parent == _root
.
absolute path , relative paths mean exact same thing in os. relative path relative initial container clip. absolute path absolute os.
Comments
Post a Comment