Flasher Archive

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


Subject: FLASH: ****syntax is weird****
From: David Wallach
Date: Wed, 30 Aug 2000 10:31:02 +0100

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.

dave





~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
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: ****syntax is weird****, Randy Kato

Replies
  Re: FLASH: oops wrong header... CONVERSI, Matt Wobensmith

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