Re: [Flashcoders] functions outside a class

2006-11-13 Thread Andy Herrman
, November 10, 2006 11:30 AM To: Flashcoders mailing list Subject: [Flashcoders] functions outside a class I have several classes that will use a function. for scope reasons i have placed the function in a different file but i would like to be able to access that file from within the classes

RE: [Flashcoders] functions outside a class

2006-11-11 Thread Mike Keesey
: [Flashcoders] functions outside a class I have several classes that will use a function. for scope reasons i have placed the function in a different file but i would like to be able to access that file from within the classes. If the function has been declared outside the class, what is the best

[Flashcoders] functions outside a class

2006-11-10 Thread Helmut Granda
I have several classes that will use a function. for scope reasons i have placed the function in a different file but i would like to be able to access that file from within the classes. If the function has been declared outside the class, what is the best way to accces those functions? sample: