Re: [Flashcoders] Please help! quick bug fix needed, how to change Stage reference

2008-08-07 Thread Helmut Granda
If you are loosing reference to the stage you can just pass it as a parameter to the new object you are instatiating. You can also set it as a variable that all objects have access. Singleton could be a good idea. On Thu, Aug 7, 2008 at 5:28 AM, Ali Drongo <[EMAIL PROTECTED]> wrote: > Hi everyone

[Flashcoders] Please help! quick bug fix needed, how to change Stage reference

2008-08-07 Thread Ali Drongo
Hi everyone, sorry to flood the list with requests, I will put a bit back soon ;) I have created SWF that loads another SWF into it. This loaded SWF contains a movie clip that behaves like a camera zooming round the stage. This works fine when I load the external SWF in. My problem is tha