Flasher Archive

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


Subject: FLASH: call action troubles... suggestions?
From: UnitA3
Date: Mon, 28 Aug 2000 20:39:17 +0100

Fellow Flashers,
I'm trying to get a call action to change the visibility of a mc and can't
figure out what's going wrong.

This very simple test fla races the variable "vis" (after the call action
completes) and GetProperty("/tp", _visible) tells me that the mc "tp" changes
to visible during test movie -- but the mc tp stays invisible nonetheless.

Here's the logic:
The call action simply sets "vis" = 1 and, on another frame I've set the
visibility of mc tp to 0. There's also a simple moving dot animation to
indicate where the play head is.

In the frame with the call action, but before the call I set vis to 0 (and
trace it to prove the call is working). Then the "call" followed by another
trace and the test and response:

If "vis" = 1
tell target "/tp"
Set Property("",Visiblity) = 1
end tell target
{-- A trace here shows mc "tp" changes to visible via
GetProperty("/tp",_visible) --}
end if

So please, somebody explain why won't the mc "tp" become visible on playback?

I trust this rephrasing of the question helps.

R Beards

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
NudeGuru.com is proud to sponsor the Flasher list
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
IT'S THE ART OF MONEY, HONEY!
Tips and Advice from some of the most popular Flash
artists + industry power-brokers on how to hold onto
your rights, negotiate contracts and get full value
for your work.http://www.nudeguru.com from Franke James
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
To unsubscribe or change your list settings go to
http://www.chinwag.com/flasher or email helpatchinwag [dot] com


Replies
  Re: FLASH: call action troubles... sugge, Randy Kato

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