Flasher Archive

[Previous] [Next] - [Index] [Thread Index] - [Previous in Thread] [Next in Thread]


Subject: Re: FLASH: Arrays
From: Daniel Guerrier
Date: Wed, 9 Feb 2000 15:51:48 GMT

A single dimesional array is a group of objects with
the same attributes that can be addressed
individually, using such techniques as subscripting.
Ex: If you have three apples
The array would look like

A1 = the First Apple
A2 = the Second Apple
A3 = the third Apple

A two demensional array would have two columns

Ex:

A1,1 A2,1
A1,2 A2,2
A1,3 A2,3

Now I can ask for the second apple in the first column
etc...

A 'dynamic two dimensional array' is just lik a 'two
dimensional array' with one exception. The example
above can only hold 6 apples 2columns * 3rows. What
if I had 7 or 8 apples, A dynamic array would increase
it's compacity i.e add another columns, then store the
addition apples.

Hope this helps.
--- brzys <brzysatmediaone [dot] net> wrote:
> Hi Daniel,
>
> I'm not trying to answer your quesition, I would
> like to know what 'a
> dynamic 2 dimensional array' is?
>
> cYa,
>
> Mary Brzys
>
> ----- Original Message -----
> From: Daniel Guerrier <dan_guerrieratyahoo [dot] com>
> To: <flasheratchinwag [dot] com>
> Sent: Tuesday, February 08, 2000 3:57 PM
> Subject: FLASH: Arrays
>
>
> > Is it possible to implement a dynamic 2
> dimensional
> > array in flash? How?
> > __________________________________________________
> > Do You Yahoo!?
> > Talk to your friends online with Yahoo! Messenger.
> > http://im.yahoo.com
> >
> > flasher is generously supported by...
> >
>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> > flashforward2000 and The Flash Film Festival
> > "The World's Premier Flash Solutions Conference
> and Expo"
> > March 27-29, Nob Hill Masonic Center, San
> Francisco, California
> >
> > -Register before Feb 25 and save $200!!--
> www.flashforward2000.com
> >
>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> > To unsubscribe or change your list settings go to
> > http://www.chinwag.com/flasher or email
> helpatchinwag [dot] com
> >
>
>
> flasher is generously supported by...
>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> flashforward2000 and The Flash Film Festival
> "The World�s Premier Flash Solutions Conference
> and Expo"
> March 27-29, Nob Hill Masonic Center, San
> Francisco, California
>
> -Register before Feb 25 and save $200!!--
> www.flashforward2000.com
>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> To unsubscribe or change your list settings go to
> http://www.chinwag.com/flasher or email
> helpatchinwag [dot] com
>
>
__________________________________________________
Do You Yahoo!?
Talk to your friends online with Yahoo! Messenger.
http://im.yahoo.com

flasher is generously supported by...
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
flashforward2000 and The Flash Film Festival
"The World�s Premier Flash Solutions Conference and Expo"
March 27-29, Nob Hill Masonic Center, San Francisco, California

-Register before Feb 25 and save $200!!-- www.flashforward2000.com
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
To unsubscribe or change your list settings go to
http://www.chinwag.com/flasher or email helpatchinwag [dot] com


[Previous] [Next] - [Index] [Thread Index] - [Next in Thread] [Previous in Thread]