Flasher Archive

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


Subject: RE: [flasher] targeting multiple MCs
From: Ilja Goossens
Date: Thu, 01 Feb 2001 13:46:22 -0000

on (rollover)
x = 1;
while (Number(x)<30) {
tellTarget ("c" add x) {
play ();
}
x = Number(x)+1;
}
hth
Ilja
-----Original Message-----
From: James Cutts [jamesatinone [dot] co [dot] uk (mailto:jamesatinone [dot] co [dot] uk)]
Sent: Thursday, February 01, 2001 1:44 PM
To: flasher from chinwag
Subject: [flasher] targeting multiple MCs


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.




~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
The Chinwag site carries a wealth of Flash resources.
Find useful links, suggested reading and archives at:

** http://www.chinwag.com/flasher **
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
You are subscribed to flasher as: iljaatilja [dot] com
To unsubscribe, email leave-flasher-479706Ratlists [dot] chinwag [dot] com




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