Flasher Archive

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


Subject: Re: FLASH: Can you ? : Tell Target > Go To mc frame > via variable
From: Randy Smith
Date: Sun, 25 Jun 2000 18:18:09 +0100

Hi Alex,

If you've followed this recent thread that I started late Friday, Victor
Villen set me straight. It appears you and I were trying to do something
similar.

"DON'T USE TELL TARGET, GO TO EXPRESSION DOES NOT WORK WITH TELL TARGET"

The following should work. Don't forget the colon.

Set Variable: "my_variable" = "/mc_animation:" & 10
Go To and Stop ( my_variable )

In the above case "10" could be substituted with a target label in the movie
clip that you concatenate together in another variable. In my case ...

frameLabelToPlay="/mc_pitcher:curveball_"&x&"_"&y
Go To and Play(frameLabelToPlay)

In this case I've also changed the variable names to reflect why I was doing
this. (Sometimes it helps to know why we do what we do.) Its a baseball game
and the user chooses different pitches which are animated in the movie clip.
X and Y are grid locations in the strike zone.

HTH,
Randy


on 6/25/00 7:53 AM, Construction at mailboxatkonstruct [dot] demon [dot] co [dot] uk wrote:

> Hi.
>
> Is this possible, or can you not specify a target frame as a variable via
> the expression box, only a number or label ?
>
> ---------------------------------------
> Set Variable: "my_variable" = 10
>
> Begin Tell Target ("/mc_animation")
> Go To and Stop ( my_variable )
> End Tell Target
> ---------------------------------------
>
> Context. I'm trying to target an mc to play forwards + backwards based upon
> some variable calculations. Hence the : Go To and Stop ( my_variable ).
>
> Thanks for any response.
>
> Alex.
> _
>
> Construction [matters]
>
>
> 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 helpatchinwag [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 helpatchinwag [dot] com


Replies
  RE: FLASH: Can you ? : Tell Target > Go , Victor Villen

Replies
  FLASH: Can you ? : Tell Target > Go To m, Construction

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