Flasher Archive

[Previous] [Next] - [Index] [Thread Index] - [Previous in Thread] [Next in Thread]


Subject: targeting multiple MCs
From: James Cutts
Date: Thu, 01 Feb 2001 12:48:28 -0000

Hi all

Can anyone help me with the correct syntax for targeting multiple MCs

I need a button to target over 30 MCs at a time:
At the moment I have:

on (rollOver) {
tellTarget ("c3") {
play ();
tellTarget ("c7") {
play ();
tellTarget ("c9") {
play ();
tellTarget ("c11") {
play ();

Is there a neater/easier/quicker way to do this?
Something like:

on (rollOver) {
tellTarget ("c3" + "c7" + "c9" + "c11") {
play ();

Thanks for your time

J
----------------------------
James Cutts

d e s i g n m a n a g e r
i n o n e n e w m e d i a

Tel: +44 (0)20 7978 6500
jamesatinone [dot] co [dot] uk
http://www.inone.co.uk

Portfolio:

http://www.soccernet.com/extratime/pubquiz
"An inter-office challenge had really hotted up at work.
There's nothing that matches it's format or quality on the net."
-Stuart Robb, User

http://www.c-pro.net
http://www.farsideafrica.com
http://www.v12telecom.com
http://www.step.org
http://www.dri.org.uk

This email may contain PRIVILEGED AND CONFIDENTIAL
information intended only for the use of the addressee(s).
Anyone who receives this communication in error should notify
the In One Group immediately and destroy the original message
without reading, copying or forwarding it to anyone.





[Previous] [Next] - [Index] [Thread Index] - [Next in Thread] [Previous in Thread]