Flasher Archive

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


Subject: RE: [flasher] Tell Target
From: Paul Willoughby
Date: Mon, 26 Feb 2001 16:17:13 -0000

I'm guessing you just want to go to a frame, you don't literally mean a
Flash 4 style 'Call'? If I guessed right you don't need tellTarget:

_root.menu.gotoAndStop("down")

it's the same as:

tellTarget("menu"){
gotoAndStop("down");
}

hth

paul

> -----Original Message-----
> From: Ed Harvey [eharveyatiddnet [dot] com (mailto:eharveyatiddnet [dot] com)]
> Sent: 26 February 2001 16:02
> To: flasher from chinwag
> Subject: [flasher] Tell Target
>
>
> When calling a frame within a MC from the _root, do you need to use a
> tellTarget or can you use a directory string?
> ex: _root.menu (and I am tring to call a frame labeled "down".)
>
> Ed



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