RE: [Flashcoders] Static without extending Movieclip (2.0)

2007-09-07 Thread Kerry Thompson
Helmut Granda wrote: When creating a static class that extends movieclip it loads into another movie properly but if I do not extend the static class to movieclip the movie remains. Does anyone has any idea why this specific behavior happens? I think it's part of the architecture. I assume

Re: [Flashcoders] Static without extending Movieclip (2.0)

2007-09-07 Thread T. Michael Keesey
On 9/7/07, Kerry Thompson [EMAIL PROTECTED] wrote: Helmut Granda wrote: When creating a static class that extends movieclip I'm confused--why would you extend MovieClip for a static class? Or do you mean something other than a class that only has static fields and methods when you say static

RE: [Flashcoders] Static without extending Movieclip (2.0)

2007-09-07 Thread Kerry Thompson
T. Michael Keesey wrote: I'm confused--why would you extend MovieClip for a static class? Or do you mean something other than a class that only has static fields and methods when you say static class? It is confusing, and I'll admit my post wasn’t real clear. static has a couple meanings in