Flasher Archive

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


Subject: Re: FLASH: ****syntax is weird****
From: Randy Kato
Date: Wed, 30 Aug 2000 16:52:33 +0100

David,

I just recreated what you have and it works fine. Are you sure your instance
names are correct?

You can also achieve this more directly with:

on (release) {
_root.clip2._visible = 0;
}

HTH,
Randy


David Wallach wrote:

> or its just ME thats weird
>
> two movieclips, both on the main timeline. button in movie 'clip1' to set
> visability of 'clip2'
>
> the problem is in the path.... if I use
>
> on (release) {
> setProperty ("../clip2", _visible, 0);
> }
>
> //it works fine, but if I use the new path convention of....
>
> on (release) {
> setProperty (_root.clip2, _visible, 0);
> }
>
> it hides clip1!!! the clip with the button in it!!!
> what gives? It must be something obvious that I am overlooking, but having
> done this very simple thing in flash4 about a bazillion times, I cannot
> figure out why its broke.

--
'''''' ' ' ' ' ' ' ' ' '
Randy Kato - Web Master
Braincraft

627 Broadway, Suite 504, NYC 10012
T 212.539.1680 F 212.539.1741
http://www.braincraft.com
...... . . . . . . . . .



~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
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
  FLASH: ****syntax is weird****, David Wallach

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