PDA

View Full Version : noobie AS question



grinch
March 22nd, 2004, 05:52 PM
Hey guys,
while reading the AS tutorials on kirupa, I came across the tutorial of _root.
I didn't understand the real main concept of _root.
Could someone please explain?
Don't get mad, just trying to learn :beam:
thanks

grinch
March 22nd, 2004, 06:06 PM
Aw cammarn, its for [mx]

Adam
March 22nd, 2004, 06:11 PM
Hey grinch.... _root refers to a movie's main timeline...If you put a movie clip with an instance name "box" you can target it with _root.box ..have a look at this link, it explains it better than I'll be able to.

http://www.actionscript.org/tutorials/beginner/paths/index.shtml

Adam

grinch
March 22nd, 2004, 06:18 PM
Alright, thanks a lot Adam.