Flasher Archive

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


Subject: Re: FLASH: tell target problem...
From: John Croteau
Date: Wed, 27 Jan 1999 21:09:31 GMT

Hi Chris,

> Hey there, I'm struggling with tell target, and need advice, ASAP...
> Here's the thing: I've got a movie clip within my .swf, and a button
> in the movie clip. When I click the button I want the .swf
> ( level0???) to go to a frame in scene2...
> I've tried using tell target, but what's the .swf:s name? I'v e tried
> entering
> ../
> _level0
> ../level0

I suggest not using Scenes but nevertheless you can call a frame in a
Scene by either of two ways.

On (Release)
Tell Target / (or level0)
Go to and Play Label: LabelB
End Tell Target
End On

The Target can either be / or _level0 (../ won't work across Scenes).
You can use a Label as long as the same Label is not used previously in
the Movie or
you can use the total linear frame count of the movie.
In other words if frame 1 has 20 frames and you want to Target frame 10
of Scene 2 then you would use frmae 30 in the Go to.
Obviously Labels are easier.

----------- -----------------------
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-manageratshocker [dot] com. Problems to: owneratshocker [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-manageratshocker [dot] com


Replies
  FLASH: tell target problem..., Chris H

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