>
> I hope those monitors are LCD's
No, just red.. wait, no, they're normal monitors. Had to
wipe them again.
> Make sense?
Uhrrmmm.... kind of... not...
Maybe I should use the desktop as headrest instead of the
monitors?
:-
I guess I need to do a hell of a lot more reading about
using arrays to
build button mc's and make them usable.
But thanks for your input, Kerry. I've stuck it into my
snippits folder
to check out later.
Kerry Thompson wrote:
> Steve Rachels wrote:
>
>
>> Anyway, I'd like to use the names from the arrays
to have the
>> corresponding buttons(mc's) to load things as
needed, depending on what
>> I have in the menu at the time.
>>
>
> I hope those monitors are LCD's ^_^
>
> What you can do is create an array variable in the
class, and populate the
> array in the constructor, or with a method in the
class.
>
> Class myMcController
> {
> var mcArray = new Array();
>
> public function myMcController(mcs:Array)
//constructor
> {
> mcArray = mcs;
> yada yada
> }
>
> public function addToArray(itemToAdd)
> {
> mcArray.push(itemToAdd);
> }
> }
>
> Make sense?
>
> Cordially,
>
> Kerry Thompson
_______________________________________________
Flashnewbie chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashnewb
ie
Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.c
om
|