On 11/15/05, Jorrit de Vries <[EMAIL PROTECTED]> wrote: > Hi, > > In C I can store pointers to variables. How can I do this in > ActionScript?
All variables are always referenced by type, except for the basic types: Number, String, and the special ones like undefined, null. There is nothing equivelent to C's pointers in ActionScript (or any of the ECMAScripts, afaik) -David R _______________________________________________ Flashcoders mailing list [email protected] http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

