Re: [flexcoders] Action Script Help

2006-05-10 Thread Chris Velevitch
I think you have 'show' it, however you do that (render, show, display, invalidate ... whatever its' called). Chris -- Chris Velevitch Manager - Sydney Flash Platform Developers Group www.flashdev.org.au -- Flexcoders Mailing List FAQ:

Re: [flexcoders] Action Script Help

2006-05-10 Thread JB
Hi rishi,Thanks so much, that worked like a charm`-`One more question:Is there a book for learning actionscript 3 that is good for a beginer?I know there are good books for actionscript 2, but I think that there are lots of differences between 2 and 3.Thanks so much,JohnRishikesh Shetty [EMAIL

[flexcoders] Action Script Help

2006-05-10 Thread JB
Hi,I have a question if I have do understand more about compiling actionscript. I have a very simple example, just prints "Hello World" to the screen. Is there something wrong with this code:package { import flash.display.TextField; import flash.display.Sprite;//complains about this public

Re: [flexcoders] Action Script Help

2006-05-10 Thread Rishikesh Shetty
TextField is located in flash.text package.import flash.text.TextFieldShould fix your problem.-rishi On 5/10/06, JB [EMAIL PROTECTED] wrote: Hi,I have a question if I have do understand more about compiling actionscript. I have a very simple example, just prints Hello World to the screen. Is