Flasher Archive
[Previous] [Next] - [Index] [Thread Index] - [Previous in Thread] [Next in Thread]
Subject: | Re: FLASH: get and set property problems in level 1 movie |
From: | Karin Christensen |
Date: | Tue, 27 Jul 1999 19:28:28 +0100 |
Hi again John,
Okay, I used this scripting since the frame labeled turn is in the MC
and the button is on the timeline of the MC. This does not work. So
I added a text field like you said and when I look at the variables in
the test movie mode I get this:
Movie Clip: Target=""
Variable _level0/tube:DropName = "Not yet"
Variable _level0/tube:1 = ""
What does this tell me? I used level0 since I am working on it as a
level0 movie.
I'm confused.
Karin
>
>=--------------------------------=
>If the frame Labeled turn is in the MC use this script:
>
>On (Press)
> Start Drag ("", L=19, T=66, R=274, B=231, lockcenter)
>End On
>On (Release)
> Stop Drag
> Set Variable: "DropName" = GetProperty ("", _droptarget)
> If ("DropName" eq "_level1/drain")
> Go to and Play ("turn")
> End If
>End On
>-------------
>Note, not once did I refer to the MC 'tube' which the button is
within
>in the above scripts (it isn't needed). This technique will not work
if
>the button is not on the timeline of the movie clip it will control.
>Also, note I separated the Get property from the If statement this
makes
>it much easier to troubleshoot if you have a problem. You can check
on
>the variable DropName. For instance just add a temporary text field
with
>its variable set to DropName right next to your button. Put something
>like "Not Yet" as its starting text.
------------------------------------------------------------------------
To UNSUBSCRIBE send: unsubscribe flasher in the body of an
email to list-managershocker [dot] com. Problems to: ownershocker [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-managershocker [dot] com
Replies
Re: FLASH: get and set property problems, John Croteau
[Previous] [Next] - [Index] [Thread Index] - [Next in Thread] [Previous in Thread]