That'll learn me for typing code into an email!
 
The missing + is in my real code.
 
And I still get undefined when I:
 
trace(JSearch["QBE" + i + "_mc"]);
 
Thanks for pointing that out.
 
Antony

>>> [EMAIL PROTECTED] 27/07/2004 4:42:15 pm >>>

Looks like you are missing a �+�

   JSearch["QBE" + i  "_mc"]._visible;

 Should be:  JSearch["QBE" + i + "_mc"]._visible;

 

 

 


From: Antony Sideropoulos [mailto:[EMAIL PROTECTED]
Sent: Tuesday, 27 July 2004 4:38 PM
To: Flash Developers List
Subject: [fugli] Dynamically referring to movie clips

 

Hello

 

I have created a symbol, and added it to the stage 5 times, naming the symbol instances QBE1_mc, QBE2_mc, ... QBE5_mc

 

These QBEs are 'children' of a symbol called JSearch, and I can refer to them as JSearch.QBE1_mc etc.

 

Is there a syntax that will let me loop through them like this:

 

loop ...

   JSearch["QBE" + i "_mc"]._visible;

... loop

 

I have tried the above and get undefined as the result.

 

Thanks

 

Antony

---
You are currently subscribed to fugli as: [EMAIL PROTECTED]
To unsubscribe send a blank email to [EMAIL PROTECTED] Aussie Macromedia Developers: http://lists.daemon.com.au/

---
You are currently subscribed to fugli as: [EMAIL PROTECTED]
To unsubscribe send a blank email to [EMAIL PROTECTED] Aussie Macromedia Developers: http://lists.daemon.com.au/
----------------------------------------------------------------------
Maddocks
Melbourne - Tel: (61 3) 9288 0555 Fax: (61 3) 9288 0666
Sydney - Tel: (61 2) 8223 4100 Fax: (61 2) 9221 0872
Web: http://www.maddocks.com.au
----------------------------------------------------------------------
The information in this electronic mail is privileged
and confidential, intended only for use of the individual
or entity named. If you are not the intended recipient,
any dissemination, copying or use of the information is
strictly prohibited. If you have received this transmission
in error please delete it immediately from your system
and inform us by email on [EMAIL PROTECTED]
----------------------------------------------------------------------
---
You are currently subscribed to fugli as: [EMAIL PROTECTED]
To unsubscribe send a blank email to [EMAIL PROTECTED] Aussie Macromedia Developers: http://lists.daemon.com.au/ ---
You are currently subscribed to fugli as: [EMAIL PROTECTED]
To unsubscribe send a blank email to [EMAIL PROTECTED] Aussie Macromedia Developers: http://lists.daemon.com.au/
---
You are currently subscribed to fugli as: [EMAIL PROTECTED]
To unsubscribe send a blank email to [EMAIL PROTECTED] Aussie Macromedia Developers: http://lists.daemon.com.au/
----------------------------------------------------------------------
Maddocks
Melbourne - Tel: (61 3) 9288 0555 Fax: (61 3) 9288 0666
Sydney - Tel: (61 2) 8223 4100 Fax: (61 2) 9221 0872
Web: http://www.maddocks.com.au
----------------------------------------------------------------------
The information in this electronic mail is privileged
and confidential, intended only for use of the individual
or entity named. If you are not the intended recipient,
any dissemination, copying or use of the information is
strictly prohibited. If you have received this transmission
in error please delete it immediately from your system
and inform us by email on [EMAIL PROTECTED]
----------------------------------------------------------------------
---
You are currently subscribed to fugli as: [EMAIL PROTECTED]
To unsubscribe send a blank email to [EMAIL PROTECTED] Aussie Macromedia Developers: http://lists.daemon.com.au/

Reply via email to