;

PDA

Click to See Complete Forum and Search --> : function scope?


blanius
10-14-2004, 01:46 PM
If I define a function in the AS on the first frame it should be available to all frames directly right?

Also if called from child movie it called with _root.myfunction() syntax?

necromanthus
10-15-2004, 04:24 AM
Originally posted by blanius
If I define a function in the AS on the first frame it should be available to all frames directly right?

Also if called from child movie it called with _root.myfunction() syntax?
Right !
;)