Flasher Archive

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


Subject: Re: FLASH: tell target inside tell target
From: Robert Bleeker
Date: Thu, 13 Jul 2000 08:09:16 +0100

Hi Ilia,


You have to create an empty MC (maybe call it "monitor") on the main
timeline that loops two frames and in one of the frames it has an action:

if ( getProperty("/cover", _currentframe)>#)
tell target "/"
go to and stop "whateverframe"
end tell
end if

The _currentframe will only return a frame number so t you can not use a
label name.

You might want to reset the cover movie so it doesn't keep setting the main
timeline and possibly a pause routine in the monitor MC.


Robert


on 13/7/00 4:34 PM, Ilia Pasymansky at iliap75athotmail [dot] com wrote:

> Hi!
> Here is a problem.
> I have instance of MC named(cover) on the main timeline
> on one of the buttons I have
> On (Release)
> Begin Tell Target ("cover")
> Go to and Play (2)
> End Tell Target
> End On
>
> Now! when this MC plays and reaches particular frame I want to talk back to
> the main
> timeline and send a command to go to another frame .
> It should look something like this
> On (Release)
> Begin Tell Target ("cover")
> Go to and Play (2)
> If(_currentframe) eq "thisframe"
> Begin Tell Target ("/")
> Go to and play (whateverframe)
> End Tell Target
> End Tell Target
> End On
> I know I can't do it like this., but how I can make the instance talk back
> to main movie without writing code inside of the MC???
> Thank You
> Ilia
>


flasher is generously supported by...
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
flashforward2000 and the Flash(tm) Film Festival
July 24-26, 2000, NEW YORK CITY, Hammerstein Ballroom
www.flashforward2000.com
Produced by United Digital Artists and lynda.com
Sponsored by Macromedia, Adobe Systems, Fusion, Inc, AtomFilms,
shockwave.com and Electric Rain.
1.877.4.FLASH.4 or (1.805.640.6679 outside the US and Canada)
Register before June 30 and save $200!!-- www.flashforward2000.com
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
To unsubscribe or change your list settings go to
http://www.chinwag.com/flasher or email helpatchinwag [dot] com


Replies
  FLASH: tell target inside tell target, Ilia Pasymansky

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