Question

This question already has an answer here:

How to write an AS3 object's memory location for example to a label? I need it for debugging purposed. Thanx

Was it helpful?

Solution

Long answer: you can do it but it's a dirty, dirty hack: How can I get an instance's "memory location" in ActionScript?

OTHER TIPS

NameUtil.createUniqueName() is pretty handy for this type of thing.

Short answer: there is no way to do that. However, you can search something in flash.sampler package.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top