Flasher Archive
[Previous] [Next] - [Index] [Thread Index] - [Previous in Thread] [Next in Thread]
Subject: | RE: FLASH: Tell Target > Go to MC frame by label vs number |
From: | Victor Villen |
Date: | Sat, 24 Jun 2000 13:02:01 +0100 |
That doesn't work... as I said, Go To Expression doesn't work with Tell
Target (don't know why...)
Anyway, it has no sense to make an EVAL there, because "anim"&x... is not a
variable name to evaluate, is a String literal that determines the label to
go to, so EVAL is not necessary.
Bye
-------------------------------------------------------------------
http://www.geocities.com/ktulu_the_best
-------------------------------------------------------------------
----- Original Message -----
From: T.R. Henigson <ted3bits [dot] com>
To: <flasherchinwag [dot] com>
Sent: Saturday, June 24, 2000 2:31 AM
Subject: Re: FLASH: Tell Target > Go to MC frame by label vs number
> That might work, Cheri, but I "think" a safer bet would be:
>
> Set Variable: "frameLabelToPlay" = EVAL("anim_"& x & "_" & y)
> Begin Tell Target ("/anim_mc")
> Go To and Play( frameLabelToPlay )
> End Tell Target
>
> Ted Henigson
>
>
> > Hi Folks,
> >
> > Well I've rummaged around for an answer and tried messing with the
syntax
> > but I can't seem to get it right. I'm starting to think it
> > doesn't work this
> > way and that I'll have to do some math and reference the movie clips
frame
> > by number instead of label.
> >
> > I have a movie clip with 25 labels for example ...
> >
> > label_1_1
> > label_1_2
> > label_1_3
> > ...
> > label_5_5
> >
> > and I'm trying to Go To and Play a label in the movie clip from a
variable
> > that has been concatenated in the main timeline. Leading up to this
event
> > the variables x and y are set to numbers between 1 and 5.
> >
> > Set Variable: "frameLabelToPlay" = "anim_"& x & "_" & y
> > Begin Tell Target ("/anim_mc")
> > Go To and Play( frameLabelToPlay )
> > End Tell Target
> >
> > Anyway, my Director thinking doesn't work here. Is there a way to do
this?
> >
> > TIA,
> > Randy
> >
> > ------------------------------
> >
> > Date: Fri, 23 Jun 2000 16:19:31 -0700
> > From: "Cheri Harder" <chericahome [dot] com>
> > Subject: Re: FLASH: Tell Target > Go to MC frame by label vs number
> >
> > I "think" (now here's that fuzzy understanding of eval again) but
> > I "think"
> > you need to change your "go to" to
> >
> > > Set Variable: "frameLabelToPlay" = "anim_"& x & "_" & y
> > > Begin Tell Target ("/anim_mc")
> > > Go To and Play eval(frameLabelToPlay)
> > > End Tell Target
> >
> >
> >
> > ~~~~Cheri Harder~~~~~
> > charderawsolution [dot] com
> > Advantage Web Solution
> > www.awsolution.com
> > - ----- Original Message -----
> > From: "Randy Smith" <brsmith2aci [dot] on [dot] ca>
> > >
> > > Set Variable: "frameLabelToPlay" = "anim_"& x & "_" & y
> > > Begin Tell Target ("/anim_mc")
> > > Go To and Play( frameLabelToPlay )
> > > End Tell Target
> > >
> >
> > ------------------------------
> >
> > End of flasher-digest V1 #3275
> > ******************************
> >
> >
>
>
> 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
>
>
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
Re: FLASH: Tell Target > Go to MC frame , T.R. Henigson
[Previous] [Next] - [Index] [Thread Index] - [Next in Thread] [Previous in Thread]