Flasher Archive

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


Subject: RE: FLASH: Frame Action "Tell Target"
From: Dave Hollinden
Date: Fri, 1 Oct 1999 15:14:29 +0100

Hi John,

I have understood this differently, and don't associate it with picking up
paths. As I see it, any Actions inside Begin and End TellTarget tags are
executed from the Target timeline and thus need to be referenced from the
variable scope of the target. So I could also use:

Set Variable: "Ten" = 10
Begin Tell Target ("/main")
Go to and Stop (/:Ten)
End Tell Target

or,

Set Variable: "/main:Ten" = 10
Begin Tell Target ("/main")
Go to and Stop (Ten)
End Tell Target

Are we saying the same thing with different words?

Dave Hollinden
dhollindenatsonicfoundry [dot] com

-----Original Message-----
From: John Croteau [croteauaterols [dot] com (mailto:croteauaterols [dot] com)]
Sent: Friday, October 01, 1999 8:44 AM
To: flasheratchinwag [dot] com
Subject: Re: FLASH: Frame Action "Tell Target"


Hi Dave,

> > >Remember Go to actioms inside Tell Targets pick up the path if they are
> > >not absolute starting from the root (/) or from the root of a specified
> > >movie (_levelx).
> What do you mean by "pick up the path"?

This movie will not go to frame Ten (10) in the movie clip Main.

Set Variable: "Ten" = 10
Begin Tell Target ("/main")
Go to and Stop (Ten)
End Tell Target


This will go to frame 10 in main because the variable Ten picks up the
path of /main from the Tell Target:

Begin Tell Target ("/main")
Set Variable: "Ten" = 10
Go to and Stop (Ten)
End Tell Target

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

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


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