Flasher Archive

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


Subject: FLASH: Ordering of Tell Targets
From: Jason Bouwmeester
Date: Fri, 9 Jun 2000 23:23:53 +0100

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

Jason Bouwmeester
New Media Consultant
InterVisual

Suite 200, 709 - 11th Ave SW
Calgary, AB T2R 0E3
Ph: 403.264.9199
Fax: 403.264.9225
www.intervisual.com
"Corporate Internet Developer"



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: Ordering of Tell Targets, Nathan Dicken

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