Flasher Archive

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


Subject: Re: FLASH: Ordering of Tell Targets
From: Nathan Dicken
Date: Tue, 13 Jun 2000 14:20:53 +0100

Jason,

Seems like what's happening is that in your first section of code, the
playhead is advancing like it should to a label that is the value of
/:goTo. However, once the playead advances to this frame (whatever the
value of /:goTo is), your montagel mc is not available in that frame.
Something that could also cause this is if the specific value of /:goTo is
not available as a label on the main timeline when you use Tell Target.
The timeline may then erratically play or jump to a label or frame that
doesn't have the montagel mc available.

In your second example, your main timeline is probably on a frame that does
have the montagel mc available so the first Tell Target does work, and
following that, your main timeline then proceeds to the /:goTo label after
the montagel mc is told to proceed.

Hope that helps...
Nathan

-------------------------
Nathan Dicken
Boxerjam Inc.
100 Second St. NW
Charlottesville, VA 22902
nathandatboxerjam [dot] com
www.boxerjam.com




>Hey everyone,
>
>We've come across an anomoly here and are trying to figure out the logic
>behind it. We have a main timeline with a movieclip called montage1 and a
>label called goTo. We are calling a script that is in a navigation movieclip
>where we are placing all our scripts. Now for the interesting part:
>
>When we code it like this:
>
>Begin Tell Target ("/")
> Go to and Stop (/:goTo)
>End Tell Target
>Begin Tell Target ("/montage1")
> Go to and Stop (/:goTo & "Intro")
>End Tell Target
>
>we get an error message saying that it cannot find the target /montage1 BUT
>it does go to the label /:goTo
>
>Now, when we code it like this:
>
>Begin Tell Target ("/montage1")
> Go to and Stop (/:goTo & "Intro")
>End Tell Target
>Begin Tell Target ("/")
> Go to and Stop (/:goTo)
>End Tell Target
>
>it is able to see the target /montage1 and goes to the proper label (/:goTo
>& "Intro") and it goes to the label /:goTo as well. At the label (in this
>case tellMeIntro) there is a key frame in the actionscript layer but there
>is NO keyframe in the layer that contains the /montage1 movie clip.
>
>Any thoughts? Branden maybe? =0)
>
>Thanks in advance!
>
>jb


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
  FLASH: Ordering of Tell Targets, Jason Bouwmeester

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