Re: [Flashcoders] My first code.

2010-12-20 Thread spyder spyders
Thank you both. i can see where I know parts but not the big picture. Unfortunately, right now Im strapped for cash. Here is how I made and used the class. I didnt know to link it as a base class. I linked it as a Class. But, it works as far as I can tell!!! : ) It is going to need to do

Re: [Flashcoders] My first code.

2010-12-19 Thread John McCormack
On 15/12/2010 23:53, spyder spyders wrote: I am trying to write a ToggleButton Class.I can get it to work as a document class and as as3 on timeline. But how to I use it as a symbol class? Q. I am guessing that the 'this' is pointing to the symbol or _mc I attach the class to? Not

RE: [Flashcoders] My first code.

2010-12-19 Thread Cor
binary and those who don't. -Original Message- From: flashcoders-boun...@chattyfig.figleaf.com [mailto:flashcoders-boun...@chattyfig.figleaf.com] On Behalf Of John McCormack Sent: zondag 19 december 2010 12:51 To: Flash Coders List Subject: Re: [Flashcoders] My first code. On 15/12/2010

RE: [Flashcoders] My first code.

2010-12-19 Thread Cor
= new ToggleButton(); HTH, Cor van Dooren -Original Message- From: flashcoders-boun...@chattyfig.figleaf.com [mailto:flashcoders-boun...@chattyfig.figleaf.com] On Behalf Of John McCormack Sent: zondag 19 december 2010 12:51 To: Flash Coders List Subject: Re: [Flashcoders] My first code

Re: [Flashcoders] My first code.

2010-12-16 Thread Paul Andrews
On 16/12/2010 07:38, spyder spyders wrote: Thank You So Much! :DI have been researching for over a month!! I am guessing that the 'this' is pointing to the symbol or _mc I attach the class to? I ended up doing away with all of the this because I was receiving an

Re: [Flashcoders] My first code.

2010-12-16 Thread Matt S.
Spyder, you should order Colin Moock's book toute suite: http://www.amazon.com/exec/obidos/ASIN/0596526946/ref=nosim/moockorg It's essential reading for anyone interested in learning AS3. .m On Thu, Dec 16, 2010 at 2:38 AM, spyder spyders spyderspyd...@aol.com wrote: Thank You

Re: [Flashcoders] My first code.

2010-12-16 Thread Paul Andrews
On 16/12/2010 14:54, Matt S. wrote: Spyder, you should order Colin Moock's book toute suite: http://www.amazon.com/exec/obidos/ASIN/0596526946/ref=nosim/moockorg It's essential reading for anyone interested in learning AS3. It is, but http://www.learningactionscript3.com/ is a much gentler

Re: [Flashcoders] My first code.

2010-12-16 Thread spyder spyders
Thanks Paul and M. I have been reading sites on the internet. Here are a few. http://active.tutsplus.com/ http://www.kirupa.com/developer/flash/index.htm Plus there is youtube. http://www.freebookcentre.net/graphics-design-books/flash-ebooks-download.html http://www.gaiaflashframework.com/

Re: [Flashcoders] My first code.

2010-12-16 Thread Kerry Thompson
spyder spyders wrote: To be honest I am a music producer that is interested in video game sound design. I needed to make a webpage for myself and found out how Flash is in many ways like the music software I use. I love that I can learn coding. It is kind of a hobby. There are a fair

Re: [Flashcoders] My first code.

2010-12-15 Thread Paul Andrews
On 15/12/2010 23:53, spyder spyders wrote: HELLO FlashCoders! I am trying to write a ToggleButton Class.I can get it to work as a document class and as as3 on timeline. But how to I use it as a symbol class? Everywhere you have toggleButton replace it with this or remove it

Re: [Flashcoders] My first code.

2010-12-15 Thread spyder spyders
Thank You So Much! :DI have been researching for over a month!! I am guessing that the 'this' is pointing to the symbol or _mc I attach the class to? I ended up doing away with all of the this because I was receiving an error message saying gotoAndStop is not a