Flasher Archive

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


Subject: RE: FLASH: tell target. my head broke
From: Cummins, Rob
Date: Thu, 21 Oct 1999 15:02:53 +0100



> Lets say I put two buttons b1 and b2 in a movieclip A animate them and
> then put movieclip A in movieclip B and animate it.
> then in button b1 I say "tell target" ../ go to label bla.bla. and it wont
> work what do I do?
> I´'we had this problem before but the answer is stuck in my head....
> somewhere.
>  
>  
Using ../ in tell target is bad news, full stop, the same way it is in HTML.
What you want to do is address all your target locations from the root,
which is done by putting a slash before the target... so if something is in
movie clip A, in level 0, the target would be:

_level0/B/A/

If you wanted it to get the main timeline to play, you could just
use: / as the target.

Sad but true. It's all based on Unix filesystems... seems the Flash
team knew a thing or two about Unix...hmm, funny that.

Hope this helped
>  
Alias|Rob


flasher is generously supported by...
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Streaming Media WEST '99 Conference & Exhibition
"The Worlds largest Internet Audio & Video Event"
December 7 - 9, San Jose Convention Center, California

Reserve your space today at http://www.streamingmedia.com
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
To unsubscribe or change your list settings go to
http://www.chinwag.com/flasher or email helpatchinwag [dot] com


Replies
  Re: FLASH: tell target. my head broke, John Croteau

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