Flasher Archive

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


Subject: Re: FLASH: targeting up 1 or 2 MCs
From: John Croteau
Date: Wed, 29 Sep 1999 01:03:08 +0100

Hi Deanna,

> I have a button inside a MC(1) inside a MC(2).
> {[(button)MC]MC}
> The button needs to determine the y loc of MC(1) and then place and make
> visible an instance in MC(2). I'm confused on all the ways to identify a
> target. Basically I think it's only up one (or is it two??)MC -- not to the
> main timeline.
Think of a button (or graphic) as on a movie clip.
The button on a movie clip (or main timeline) is at the same level and
can use Go To action to control it.
If that movie clip MC1) is inside another movie clip (MC2) the button
can use a relative path of .. (one level closer to the main timeline).
If you want the location of the MC the button is on then use empty
quotes to indicate the local location

Set Variable: "Ypos" = GetProperty ("",_y )
or use the shortcut method
Set Variable: "Ypos" = _y

--
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/
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

------------------------------------------------------------------------
To UNSUBSCRIBE send: unsubscribe flasher in the body of an
email to list-manageratchinwag [dot] com. Problems to: helpatchinwag [dot] com
N.B. Email address must be the same as the one you used to subscribe.
For info on digest mode send: info flasher to list-manageratchinwag [dot] com


Replies
  FLASH: targeting up 1 or 2 MCs, Deanna Doelitzsch

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