PDA

View Full Version : How can I refer to Movie clip instances that are #'s


cdrake
06-18-2005, 03:09 AM
I want to do something like _root.1._visible = false; but I keep getting errors when trying to use that. Flash says its a syntax error.

Thanks

senocular
06-18-2005, 03:11 AM
yeah, dont use numbers for name. They should start with a letter or _ or $

cdrake
06-18-2005, 07:39 AM
.....................

CyanBlue
06-18-2005, 11:31 AM
What's the meaning of that reply??? Hm...

Xeef
06-18-2005, 02:22 PM
_root[1].visible=NaN

cdrake
06-18-2005, 07:15 PM
:) thanks