> Thanks I will look into both of these. > > p.s. I thought local variable redefinitions were quite good > practice, but MTASC obviously doesn't. Is there a good reason for > this?
Because all locals with same name are actually sharing the same address in Flash, which is not the case in other languages ( see www.mtasc.org ). Nicolas _______________________________________________ osflash mailing list [email protected] http://osflash.org/mailman/listinfo/osflash_osflash.org
