Flasher Archive

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


Subject: Re: FLASH: Target expressioned frame
From: John Croteau
Date: Fri, 27 Aug 1999 17:20:45 +0100

Hi Gilbert,

> * Begin Tell Target ("_level0/Buildings/GenBuilding"&counter)
> * Go to and Stop ("1_"& poscounter)
> * End Tell Target

In the above statement poscounter is in the movie clip
_level0/Buildings/GenBuilding
The variable inside of a tell target has the same path as the tell
target.
This should work.

* Begin Tell Target ("/Buildings/GenBuilding"&counter)
* Go to and Stop ("1_"& /:poscounter)
* End Tell Target

Next why are you using _level0/ if not communicating between levels you
should refer to the root of the movie as / .
Use / whenever referring to the main timeline (root) of the same movie.

This makes much more flexible code and saves some bytes.

----------- -----------------------
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: Target expressioned frame, Gilbert Irias

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