PDA

View Full Version : *refresh* mc



Pect
September 27th, 2003, 01:55 AM
I have multiple mc (from the same parent), and I have changed the _name property (depending on their depth) thro action script, my question is how do I *refresh* them (without removing and attaching them) so when I refer to them by _name I know I am refering to the "updated" mc after _name change.

Thx.

phorte
September 27th, 2003, 02:44 AM
Im not really totally understanding what you want?? Could you elaborate a bit more.. possibly attach and example to help explain..

-Scotty

senocular
September 27th, 2003, 10:01 AM
why are you changing the name again? Is that really necessary? Sounds like its adding more complication then is needed.

Scootman
September 27th, 2003, 08:21 PM
if you put code in the enterFrame handler of each mc it will technically "refresh" after each frame that is run...