Yes, it does work that way. Now I can have a collection of my generic 
functions without creating a separate file for each class.

--- In [email protected], "Alex Harui" <[EMAIL PROTECTED]> wrote:
>
> Looks ok. Try it and tell us what errors you get.
> 
>  
> 
> ________________________________
> 
> From: [email protected] 
[mailto:[EMAIL PROTECTED] On
> Behalf Of markgoldin_2000
> Sent: Tuesday, June 17, 2008 10:27 AM
> To: [email protected]
> Subject: [flexcoders] Class library
> 
>  
> 
> Can I create a class library that would look like this:
> 
> package modulecode
> {
> public class Classes
> {
> public function Classes()
> {
> }
> public function Function1():void
> {
> }
> public function Function2():void
> {
> }
> }
> }
> 
> Thanks
>


Reply via email to