PDA

View Full Version : Modular AS and target paths best practice



tommythewolfboy
July 2nd, 2004, 07:40 AM
I'm re-writing a movie so that elements of it are modular movieclips, so that should I wish to re-use them, I can simply copy onto the root time-line. What should I watch out for regarding my paths in the modular clips? i.e. should I always ensure they are relative or absolute? How example should I reference mouse properties (e.g. _root._xmouse) which which will always be properties of the main movie root timeline?

Thanks,

t

tommythewolfboy
July 2nd, 2004, 09:57 AM
relative.
http://www.nunomira.com/tutorials/understanding_target_paths.php#
Thanks anway.