[Flashcoders] createChildAtDepth help needed

2006-02-24 Thread Nik Derewianka
of piccer is 0,0 as well). The function doesnt return anything useful so no help there, the docs are close to useless so no help there, can anyone enlighten me as to what i am doing wrong here ? Regards, -- :: Nik Derewianka :: :: freelance director programmer

[Flashcoders] Fullscreen issues

2006-02-26 Thread Nik Derewianka
already 1024x768) doesnt fix it either (and causes issues when its smaller than that). Any ideas as to how to make it so that my content shows full screen without the borders ? Regards, -- :: Nik Derewianka :: :: freelance director programmer

Re: [Flashcoders] Fullscreen issues

2006-02-26 Thread Nik Derewianka
and not be uselessly thrown offscreen). -- :: Nik Derewianka :: ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the archive: http://chattyfig.figleaf.com/mailman/listinfo/flashcoders Brought to you by Fig Leaf Software

Re: [Flashcoders] Fullscreen issues

2006-02-26 Thread Nik Derewianka
That did it! Thanks, -- :: Nik Derewianka :: ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the archive: http://chattyfig.figleaf.com/mailman/listinfo/flashcoders Brought to you by Fig Leaf Software Premier

[Flashcoders] AS IDE for OSX

2006-03-16 Thread Nik Derewianka
exist ? Regards, -- :: Nik Derewianka :: ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the archive: http://chattyfig.figleaf.com/mailman/listinfo/flashcoders Brought to you by Fig Leaf Software Premier Authorized Adobe

[Flashcoders] duplicateMovie issue

2006-05-02 Thread Nik Derewianka
consistency there) into the destination MC, but looking through the MovieClip properties and functions i cant see a way to determine the ID of the mc so that i can recreate it via attachMovie in the dest mc - is there a way to obtain this ?? Any other ways to achieve this ?? Regards, :: Nik

Re: [Flashcoders] duplicateMovie issue

2006-05-02 Thread Nik Derewianka
originally attachMovie() them to the stage, but this just seems backward. Regards, Nik Derewianka ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the archive: http://chattyfig.figleaf.com/mailman/listinfo/flashcoders Brought

[Flashcoders] How to make flash more strict with errors ?

2006-05-10 Thread Nik Derewianka
Hi, Is there anyway to make flash actually throw errors when things go wrong. instead of just silently failing and pretending that everything is all okay ? Cheers, :: Nik Derewianka :: ___ Flashcoders@chattyfig.figleaf.com To change your subscription

[Flashcoders] Problems with Tween Class

2006-05-25 Thread Nik Derewianka
(idRedbelly1,test,_root.getNextHighestDepth(),{_x:50,_y:25}); _root.test.StartWalking(); stop(); -- I also tried a version that set Walker to null before i unloaded the MC but that didn't work either. Any help is greatly appreciated, -- :: Nik Derewianka

Re: [Flashcoders] Problems with Tween Class

2006-05-25 Thread Nik Derewianka
The stop() call fixed it! The loads and unloads are necessary, it just didnt appear to be in my reduced test case is all. Thanks to you and Jason for the replies. Regards, :: Nik Derewianka :: :: freelance director programmer :: ___ Flashcoders

[Flashcoders] Class overloading question

2006-06-15 Thread Nik Derewianka
in my class to pass the my_soundMC up to the original Sound class? (ExtendedSound already has extends Sound in its class definition). Regards, -- :: Nik Derewianka :: :: freelance director programmer :: ___ Flashcoders@chattyfig.figleaf.com To change your

Re: [Flashcoders] Class overloading question

2006-06-15 Thread Nik Derewianka
Thanks all :) Regards, -- :: Nik Derewianka :: :: freelance director programmer :: ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the archive: http://chattyfig.figleaf.com/mailman/listinfo/flashcoders Brought