Flasher Archive

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


Subject: Re: FLASH: tell target. my head broke
From: John Croteau
Date: Thu, 21 Oct 1999 10:36:15 +0100

Hi Jóhann,

> 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.
Generally you should use Tell Targets based on loction on the main
timeline.

If the frame blabla is on the main timeline the the path is always /
Begin Tell Target ("/")
Go to and Stop ("blabla")
End Tell Target

If the frame blabla is in A then use
Begin Tell Target ("/A")
Go to and Stop ("blabla")
End Tell Target

If the frame blabla is in B then use
Begin Tell Target ("/A/B")
Go to and Stop ("blabla")
End Tell Target

The above require you to use Instance names (A and B) for the MCs.

If frame blabla is on the main timeline and the button is in an MC B
inside MC A on the main timeline you can use
Begin Tell Target ("../../")
Go to and Stop ("blabla")
End Tell Target

We have two ways (an interactive diagram and a table) to determine the
proper MC path (there are always 3 ways that will work) for your MC or
variable at the Bible --->
http://www.FlashBible.com/members/TellTarget/

--
Coming Soon Flash 4 Web Animation F/X and Design
http://www.amazon.com/exec/obidos/ASIN/1576105555/flashcentral
----------- -----------------------
John Croteau croteauaterols [dot] com (mailto:croteauaterols [dot] com)
------------- -------------------------
FlashTek (Advanced Websites with Flash) http://www.FlashTek.com/
Flash Bible (Fast track to good Flash) http://www.FlashBible.com/
Flash Central(The Universe Starts Here) http://www.FlashCentral.com/
The Flash Tech Resource (Tech Notes) http://www.FlashCentral.com/tech/
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~


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
  FLASH: tell target. my head broke, jóhann

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