Re: [Flashcoders] How do you delete child movieclips?

2007-09-03 Thread Steven Sacks
I highly recommend putting all your child clips into a container clip and then just remove the container clip rather than iterate through it and remove the child clips one by one. Steven Sacks Flash Maestro Los Angeles, CA -- blog: http://www.stevensacks.net __

Re: [Flashcoders] Text Editor Undo/Redo Stack

2007-09-03 Thread dr.ache
Command done on the text! A command representing the action and the amount, like cut from location 3 to 24 of the text. The text you cut of must also be saved, certainly! James Marsden schrieb: Hello all, I'm looking at building a very simple text editor application in Flash, which needs an u

RE: [Flashcoders] AS3 Events, Delegates and passing parameters

2007-09-03 Thread Kerry Thompson
EKA+ wrote: > Sorry for the POO notation.. i'm french and in french we write POO and not > OOP ^_^ Thanks. I was just curious to know if I was missing something. It occurred to me (and apparently to others) that my question could have scatological connotations. That was not my intention (though

Re: [Flashcoders] AS3 Events, Delegates and passing parameters

2007-09-03 Thread Andreas Rønning
I think, in the end, we are all poo developers - A - Original Message - From: "Muzak" <[EMAIL PROTECTED]> To: flashcoders@chattyfig.figleaf.com Sent: Sunday, September 2, 2007 11:17:16 PM (GMT+0100) Europe/Berlin Subject: Re: [Flashcoders] AS3 Events, Delegates and passing parameters > I

[Flashcoders] memory leak

2007-09-03 Thread Tom Huynen
Hi There, I created a flash projector file to display media on a flat screen. The application loads images and xml and is supposed to loop all day long. However, after each loop the application steals 10 mb in memory more. I deleted all the movieclips and checked all the vars with the help of a

Re: [Flashcoders] coding a world clock

2007-09-03 Thread Marcelo Volmaro
Something like this? private static var timeZones:Array = [ [-1, "Azores","Brazil Atlantic Islands","Cape Verde","Greenland Scoresbysun","Guinea Bissau"], [-2, "Antarctica"], [-3, "Argentina","Brazil East", "French Guiana", "Greenland", "Guyana","St Pierre & Mique

[Flashcoders] Loader.close() bug

2007-09-03 Thread Paul Chang
I'm dealing with a bug that I've seen some references to on the web, but no solutions. Using the Loader.unload() method will unload an object that has completed loading, but to stop a load process that's in progress, the Loader.close() method is specified. However, when trying to use this

Re: [Flashcoders] Text Editor Undo/Redo Stack

2007-09-03 Thread Omar Fouad
I think you should register every step by capturing what is written in the text field into an array. when u press the undo button you set the text field to show what is in the last index (and by using a counter or something, u get the index before and so on). hope this helps theretically :) chee

Re: [Flashcoders] as3 code!!

2007-09-03 Thread T. Michael Keesey
On 9/2/07, eka <[EMAIL PROTECTED]> wrote: > Hello :) > > Yes an Array can be better :) But in my experience i prefere use the native > flash.utils.Dictionnary class or a custom HashMap implementation based on > the Java Collections like it : Good point. But if you really just need to index somethi

Re: [Flashcoders] AS3 Events, Delegates and passing parameters

2007-09-03 Thread Muzak
> I must have been asleep at the switch, though. What is a POO developer? Someone who knows OOP backwards ;-) regards, Muzak ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the archive: http://chattyfig.figleaf.com

Re: [Flashcoders] AS3 Events, Delegates and passing parameters

2007-09-03 Thread eka
Hello :) Little error in my previous message : The event model concept it's not very "easy" for a newbee OOP developper. For me with flash (AS1, AS2..) we can develop application with "old school" coding or with advanced OOP concept. In AS3 the event model and other native tools use more OOP con

Re: [Flashcoders] Site effect

2007-09-03 Thread Dave Mennenoh
I emailed the guy at Sennep who did those effects and he said they are pre-rendered in Maya and then shaded frame by frame in Flash - very time consuming, and I agree - beautiful. Dave - Head Developer http://www.blurredistinction.com Adobe Community Expert http://www.adobe.com/communities/exp

Re: [Flashcoders] Flash SC3 and Windows 2000?

2007-09-03 Thread hermit
> Hi > Will Flash SC3 work under Windows 2000? Had anybody this experiment? > Thanks in advance. No. http://www.adobe.com/products/flash/systemreqs/ > Microsoft® Windows® XP with Service Pack 2 or Windows Vista™ Home Premium, Business, Ultimate, or Enterprise (certified for 32-bit editions) _

[Flashcoders] as3mathlib -- AS3 update of the WIS Math libraries

2007-09-03 Thread Philip (Flip) Kromer
I've just imported the WIS mathematics library -- an excellent collection of mathematics routines -- onto Google Code: http://code.google.com/p/as3mathlib/ (You'll find the Actionscript 2 version of the library at its original site http://members.shaw.ca/flashprogramming/wisASLibrary/wis/index.

Re: [Flashcoders] AS3 Events, Delegates and passing parameters

2007-09-03 Thread Anggie Bratadinata
What is a POO developer? POOP (Professional Object-oriented Programmer) ? :-D j/k ( hey, it's Sunday! ) -- Anggie Bratadinata www.masputih.com I N D O N E S I A ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the

RE: [Flashcoders] coding a world clock

2007-09-03 Thread Keith Reinfeld
Hi, This thread inspired me to prototype my own world clock. And, yes the Date object does provide the means to convert local time to remote time IF you have the remote location's GMT offset value to plug in. I think this is the data Corban was asking after. http://wwp.greenwichmeantime.com/ and

[Flashcoders] JumpShip Framework, version for AS3 and major update to AS2 version

2007-09-03 Thread Jamie S
I'm encouraging you all to check out the latest release of the JumpShip Framework for AS3. JumpShip is an ActionScript application framework that implements an MVC design pattern and adheres to the Ruby on Rails philosophy of "Convention over Configuration" i.e. making a few logical assumptions an

[Flashcoders] Text Editor Undo/Redo Stack

2007-09-03 Thread James Marsden
Hello all, I'm looking at building a very simple text editor application in Flash, which needs an undo/redo stack of around 20. My question is related to capturing the events in the stack; whether the done thing is to capture the state of the text field contents at every step, or just to rec

[Flashcoders] Test

2007-09-03 Thread Omar Fouad
please Reply to test.. I think the list is down. um not receiving any mail for a while -- Omar M. Fouad - Digital Emotions http://www.omarfouad.net This e-mail and any attachment is for authorised use by the intended recipient(s) only. It may contain proprietary material, confidential informatio

Re: [Flashcoders] AS3 Events, Delegates and passing parameters

2007-09-03 Thread Geografiek
A backward OOP-developer? (sometimes also called a 'pooh'-developer) :) Willem Op 2-sep-2007, om 18:46 heeft Kerry Thompson het volgende geschreven: EKA+ wrote: The event model concept it's not very for a newbee POO developper I understand your point, and agree. I must have been asleep at

Re: [Flashcoders] as3 code!!

2007-09-03 Thread [p e r c e p t i c o n]
eka, thanks for the link...i can see many uses for it in the future p On 9/2/07, [p e r c e p t i c o n] <[EMAIL PROTECTED]> wrote: > > thanks guys! > > the array idea is exactly what i didi just don't know why it took so > long to come to me...i just got stuck in this one way of thinking, bu