RE: [Flashcoders] AS3 - MovieClip in MovieClip not showing

2008-07-19 Thread Cor
Meinte, Bedankt, ik ben eruit. Groeten Cor -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Meinte van't Kruis Sent: zaterdag 19 juli 2008 1:19 To: Flash Coders List Subject: Re: [Flashcoders] AS3 - MovieClip in MovieClip not showing MovieClip.width

RE: [Flashcoders] AS3 - MovieClip in MovieClip not showing

2008-07-19 Thread Cor
OK, my main problem is solved but just to get it in the correct perspectives. The width and height are no properties of MovieClip and also not of the Sprite. But, is it correct that MovieClip extends the Object() and therefore it does have a .width and .height. And in the case of a MovieClip it

Re: [Flashcoders] AS3 - MovieClip in MovieClip not showing

2008-07-19 Thread Meinte van't Kruis
MovieClip does have a width and height property, it inherits it from DisplayObject in which these are defined. Object is the one without width and height. On Sat, Jul 19, 2008 at 9:01 AM, Cor [EMAIL PROTECTED] wrote: OK, my main problem is solved but just to get it in the correct perspectives.

RE: [Flashcoders] AS3 - MovieClip in MovieClip not showing

2008-07-19 Thread Cor
Thanks Meinte, I appreciate your input very much!! I did some more playing around and noticed that width and height are overridden when MC content is set to another value. And also another issue is that I am not able to trigger every single item on my stage (see listeners) To show you what I

Re: [Flashcoders] AS3 - MovieClip in MovieClip not showing

2008-07-19 Thread Paul Andrews
- Original Message - From: Keith Reinfeld [EMAIL PROTECTED] To: 'Flash Coders List' flashcoders@chattyfig.figleaf.com Sent: Friday, July 18, 2008 8:53 PM Subject: RE: [Flashcoders] AS3 - MovieClip in MovieClip not showing Hi Cor, If you comment out the lines where you are attempting

RE: [Flashcoders] AS3 - MovieClip in MovieClip not showing

2008-07-19 Thread Cor
] [mailto:[EMAIL PROTECTED] On Behalf Of Paul Andrews Sent: zaterdag 19 juli 2008 10:45 To: Flash Coders List Subject: Re: [Flashcoders] AS3 - MovieClip in MovieClip not showing - Original Message - From: Keith Reinfeld [EMAIL PROTECTED] To: 'Flash Coders List' flashcoders

RE: [Flashcoders] AS3 - MovieClip in MovieClip not showing

2008-07-19 Thread Keith Reinfeld
not listed as MovieClip properties I'm afraid that you are completely wrong there. A MovieClip has a height and width. Of course it does. The *documentation* sucks. That may be more the issue here too. I suspect it's more to do with setting the height and width properties before

RE: [Flashcoders] AS3 - MovieClip in MovieClip not showing

2008-07-19 Thread Cor
I talked to my Flash/AS-teacher and he give me the following explaination: Width en height of sprites and movieclips (displayobjects) get defined by their content. When the width is 0, you are not able to set/change them. You could however use scaleX and scaleY to change settings. But .scaleX = 2

RE: [Flashcoders] AS3 - MovieClip in MovieClip not showing

2008-07-18 Thread Merrill, Jason
Have you added the instance of LesViewer to the display list? He shouldn't have to, LesViewer is linked as the document class... Yes, I read the email too fast. unless it actually isn't - then you have a problem. Otherwise, I was not able to locate any problems in the code. LOL, nor me.

RE: [Flashcoders] AS3 - MovieClip in MovieClip not showing

2008-07-18 Thread Cor
Hi, I am the original poster. Thanks for your effort. I still hoping someone can help me. It is correctly set as Document class. And it is the only class so far. So if you create an empty fla and set the Document class to LesViewer Create a new LesViewer.as in the same folder and copy/paste

RE: [Flashcoders] AS3 - MovieClip in MovieClip not showing

2008-07-18 Thread Keith Reinfeld
To: 'Flash Coders List' Subject: RE: [Flashcoders] AS3 - MovieClip in MovieClip not showing Hi, I am the original poster. Thanks for your effort. I still hoping someone can help me. It is correctly set as Document class. And it is the only class so far. So if you create an empty fla and set

RE: [Flashcoders] AS3 - MovieClip in MovieClip not showing

2008-07-18 Thread Cor
Sent: Friday, July 18, 2008 12:38 PM To: 'Flash Coders List' Subject: RE: [Flashcoders] AS3 - MovieClip in MovieClip not showing Hi, I am the original poster. Thanks for your effort. I still hoping someone can help me. It is correctly set as Document class. And it is the only class so

RE: [Flashcoders] AS3 - MovieClip in MovieClip not showing

2008-07-18 Thread Keith Reinfeld
Just for the record: Q: Sprite is the same as a MovieClip but without the timeline, isn't it? MovieClip inherits from Sprite. Beyond that you will have to ask someone who can make sense of CS3's convoluted documentation. Regards, -Keith http://keithreinfeld.home.comcast.net

Re: [Flashcoders] AS3 - MovieClip in MovieClip not showing

2008-07-18 Thread Meinte van't Kruis
MovieClip.width and MovieClip.height are not listed as MovieClip properties in the documentation. Maybe you should switch to Sprites. This is not true offcourse(would be a lovely adobe joke tho, 'ok guys, in as3 we have no width or height on MovieClip, sorry and good luck'). Ummm ok, I did

Re: [Flashcoders] AS3 - MovieClip in MovieClip not showing

2008-07-17 Thread Paul Andrews
Have you added the instance of LesViewer to the display list? Paul - Original Message - From: Cor [EMAIL PROTECTED] To: 'Flash Coders List' flashcoders@chattyfig.figleaf.com Sent: Thursday, July 17, 2008 7:10 PM Subject: [Flashcoders] AS3 - MovieClip in MovieClip not showing I am

RE: [Flashcoders] AS3 - MovieClip in MovieClip not showing

2008-07-17 Thread Merrill, Jason
Have you added the instance of LesViewer to the display list? He shouldn't have to, LesViewer is linked as the document class... unless it actually isn't - then you have a problem. Otherwise, I was not able to locate any problems in the code. Jason Merrill Bank of America Enterprise Technology

RE: [Flashcoders] AS3 - MovieClip in MovieClip not showing

2008-07-17 Thread Cor
To: Flash Coders List Subject: Re: [Flashcoders] AS3 - MovieClip in MovieClip not showing Have you added the instance of LesViewer to the display list? Paul - Original Message - From: Cor [EMAIL PROTECTED] To: 'Flash Coders List' flashcoders@chattyfig.figleaf.com Sent: Thursday, July 17, 2008

RE: [Flashcoders] AS3 - MovieClip in MovieClip not showing

2008-07-17 Thread Cor
Yes it is. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Merrill, Jason Sent: donderdag 17 juli 2008 21:25 To: Flash Coders List Subject: RE: [Flashcoders] AS3 - MovieClip in MovieClip not showing Have you added the instance of LesViewer to the display

Re: [Flashcoders] AS3 - MovieClip in MovieClip not showing

2008-07-17 Thread Paul Andrews
- Original Message - From: Merrill, Jason [EMAIL PROTECTED] To: Flash Coders List flashcoders@chattyfig.figleaf.com Sent: Thursday, July 17, 2008 8:24 PM Subject: RE: [Flashcoders] AS3 - MovieClip in MovieClip not showing Have you added the instance of LesViewer to the display list