> Beyond the above two examples please also know that you can create these
> objects directly from Lingo as well:
> 
> pArray = sprite(1).newObject("Array","hi","Charlie","how","are")
> pArray.push("you?")
> 
> or do it without a sprite at all!!!:
> 
> pArray = newObject("Array","hi","Charlie","how","are")
> pArray.push("you?")
> 
> The "global methods" (those without a sprite ref) are supported via the Flash
> Asset Xtra but you don't have to have a sprite on stage, just the Xtra in your
> Xtras folder.

Oh, that's good - Flash's array functions will be nice to have available.

[To remove yourself from this list, or to change to digest mode, go to 
http://www.penworks.com/lingo-l.cgi  To post messages to the list, email 
[EMAIL PROTECTED]  (Problems, email [EMAIL PROTECTED]). Lingo-L is for 
learning and helping with programming Lingo.  Thanks!]

Reply via email to