Flasher Archive
[Previous] [Next] - [Index] [Thread Index] - [Previous in Thread] [Next in Thread]
Subject: | Re: FLASH: specifying multiple targets |
From: | Helen Triolo |
Date: | Tue, 18 Jul 2000 18:46:47 +0100 |
Samir,
>From the database in sigfile below, this answer from Jon Williams (with
loop modified for what you want). Looks like a good one to me:
you can target "all" clips in a movie by doing
Begin Tell Target ("")
Dunno how that works with more complicated nesting though... like if you
need to do it from/to a timeline that isn't the root... (?)
There's always the while loop...
Set Variable: "count" = 1
Loop While (count <= 10)
Begin Tell Target("/p" & count)
Play
End Tell Target
Set Variable "count" = count + 1
End Loop
one of these approaches should work. I support the second because you'll
keep your hair a lot longer.
--- end Jon W post
---------------------------------------------------
helen triolo � http://i-technica.com � 301-424-6037
Flash Q&A archive � http://i-technica.com/flashlist
Samir Thaker wrote:
>
> is it possible to specify multiple targets using the 'tell target' command?
> for example, if i have 10 MC's named obj1, obj2, obj3, etc can i use a
> single tell target command to tell all of them to begin playing at once?
> what would be the syntax of this? could i also make it an expression to tell
> sometime like obj&n, obj&(n-1), obj&(n-2), etc to play?
flasher is generously supported by...
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
flashforward2000 and the Flash(tm) Film Festival
July 24-26, 2000, NEW YORK CITY, Hammerstein Ballroom
www.flashforward2000.com
Produced by United Digital Artists and lynda.com
Sponsored by Macromedia, Adobe Systems, Fusion, Inc, AtomFilms,
shockwave.com and Electric Rain.
1.877.4.FLASH.4 or (1.805.640.6679 outside the US and Canada)
Register before June 30 and save $200!!-- www.flashforward2000.com
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
To unsubscribe or change your list settings go to
http://www.chinwag.com/flasher or email helpchinwag [dot] com
Replies
FLASH: specifying multiple targets, Samir Thaker
[Previous] [Next] - [Index] [Thread Index] - [Next in Thread] [Previous in Thread]