Re: [Flashcoders] ActionStep, help compiling examples.

2006-03-14 Thread cornel
I'm looking forward to it, as i'm having quite a hard time getting a
grasp of actionstep. While working with some widgets is
straightforward, some are (for me) obscure. Earlier i've spent a
couple of hours trying to populate a nsbrowser with some data, to no
avail.
Could someone point me to some good cocoa tutorials, that are
meaningful for learning actionstep? I've read some docs
(http://developer.apple.com/documentation/Cocoa/index.html), but some
samples would be useful.

thanks
cornel

On 3/11/06, Scott Hyndman [EMAIL PROTECTED] wrote:
 By the way. We're getting close to a second release, and this one will
 be launched alongside a new website with some great tutorials on getting
 started.

 Scott
___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


Re: [Flashcoders] Can anyone see my posts?

2006-03-01 Thread cornel
a guy goes to the shrink: there's something wrong with me, i feel
like everybody ignores me!
the shrink: who's next?

On 3/1/06, James Deakin [EMAIL PROTECTED] wrote:
 Hi All my posts get ignored was it something i said?

 James
 ___
 Flashcoders@chattyfig.figleaf.com
 To change your subscription options or search the archive:
 http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

 Brought to you by Fig Leaf Software
 Premier Authorized Adobe Consulting and Training
 http://www.figleaf.com
 http://training.figleaf.com

___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


[Flashcoders] bidimensional array in as

2005-10-31 Thread cornel
hi
maybe a silly question, but here i go anyway:
how would you write something like this in actionscript:

int matrix[3][3];
for(i=0;i3;i++)
  for(j=0;j3;j++)
matrix[i][j]=0;

i've done something like this in my code, mtasc doesnt complained, but
the program doesnt work, and i have a feeling that something wrong.

i would appreciate any help
cornel
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders