Two Flash questions -


  1. what _level0,_parent , _root mean in flash?
  2. 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

Popular posts from this blog

objective c - Change font of selected text in UITextView -

php - Accessing POST data in Facebook cavas app -

c# - Getting control value when switching a view as part of a multiview -