Re: [Flashcoders] A v2 Window with a Checkbox and a Button

2007-01-17 Thread Muzak
, January 18, 2007 2:38 AM Subject: Re: [Flashcoders] A v2 Window with a Checkbox and a Button > Hi Muzak, > > Shouldn't the EventDispatcher.initialize() apply to the prototype of a class? > _ >> The checkbox and button aren't ready (initialized) by the time the Window &

Re: [Flashcoders] A v2 Window with a Checkbox and a Button

2007-01-17 Thread Fumio Nonaka
Hi Muzak, Shouldn't the EventDispatcher.initialize() apply to the prototype of a class? _ The checkbox and button aren't ready (initialized) by the time the Window complete event is triggered. To found out when the Settings movieclip is ready, attach a class to the movieclip (call it Set

Re: [Flashcoders] A v2 Window with a Checkbox and a Button

2007-01-17 Thread Muzak
ot;complete", this); regards, Muzak - Original Message - From: "Alexander Farber" <[EMAIL PROTECTED]> To: "Flashcoders mailing list" Sent: Wednesday, January 17, 2007 3:25 PM Subject: [Flashcoders] A v2 Window with a Checkbox and a Button > Hi, > >

Re: [Flashcoders] A v2 Window with a Checkbox and a Button

2007-01-17 Thread Thomas Fowler
ct: Re: [Flashcoders] A v2 Window with a Checkbox and a Button Hello Thomas, is your question related to the error message: **Error** Scene=Scene 1, layer=Actions, frame=1:Line 17: The class or interface 'Settings' could not be loaded. var my_set:Settings = Settings(my_win.co

Re: [Flashcoders] A v2 Window with a Checkbox and a Button

2007-01-17 Thread Alexander Farber
Hello Thomas, is your question related to the error message: **Error** Scene=Scene 1, layer=Actions, frame=1:Line 17: The class or interface 'Settings' could not be loaded. var my_set:Settings = Settings(my_win.content); after me trying the object casting? No I don't have a Settings.as

Re: [Flashcoders] A v2 Window with a Checkbox and a Button

2007-01-17 Thread Thomas Fowler
Going to send your .fla w/ a class file here in just a sec... - Original Message - From: "Thomas Fowler" <[EMAIL PROTECTED]> To: "Flashcoders mailing list" Sent: Wednesday, January 17, 2007 8:34 AM Subject: Re: [Flashcoders] A v2 Window with a Checkbox an

Re: [Flashcoders] A v2 Window with a Checkbox and a Button

2007-01-17 Thread Thomas Fowler
CTED]> To: "Flashcoders mailing list" Sent: Wednesday, January 17, 2007 8:25 AM Subject: [Flashcoders] A v2 Window with a Checkbox and a Button Hi, I've drawn a red rectangle, then pulled a v2 Checkbox and a Button inside of it, named them my_checkbox and my_button and then con

[Flashcoders] A v2 Window with a Checkbox and a Button

2007-01-17 Thread Alexander Farber
Hi, I've drawn a red rectangle, then pulled a v2 Checkbox and a Button inside of it, named them my_checkbox and my_button and then converted all of that into a MovieClip which I called "Settings" and removed from the stage. Finally I've pulled a Window on the stage and called it my_win. While I