Flasher Archive
[Previous] [Next] - [Index] [Thread Index] - [Previous in Thread] [Next in Thread]
Subject: | Re: FLASH: script issues |
From: | Nathan Dicken |
Date: | Wed, 22 Mar 2000 22:37:40 GMT |
FYI... if you're trying to test to see if the _visible property is not
true, then you could use:
If (not(/screen:_visible))
Nathan Dicken
Fusionary Media
>Lee,
>
>If you're trying to use the _visible property of the movie clip "screen"
>you could change that first line to this:
>
>If (/screen:_visible)
>
>You need to list the name of the movie clip prior to the property or
>variable that you're trying to use. Also, you don't have to put the "= 1"
>in the expression (your preference) - if the _visible test proves true,
>then that's all the If statement needs.
>
>Nathan Dicken
>Fusionary Media
>
>
>
>>hi all ..
>>
>>can anybody see the problem with :
>>
>>if(_visible/screen=1)
>> go to and play 2
>>else
>> stop
>>endif
>>
>>where screen is a movie clip.
>>
>>thanks
>>lee
>>
>>flasher is generously supported by...
>>~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>> flashforward2000 and The Flash Film Festival
>> "The World�s Premier Flash Solutions Conference and Expo"
>> March 27-29, Nob Hill Masonic Center, San Francisco, California
>>
>>-Register before Feb 25 and save $200!!-- www.flashforward2000.com
>>~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>>To unsubscribe or change your list settings go to
>>http://www.chinwag.com/flasher or email helpchinwag [dot] com
flasher is generously supported by...
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
flashforward2000 and The Flash Film Festival
"The World�s Premier Flash Solutions Conference and Expo"
March 27-29, Nob Hill Masonic Center, San Francisco, California
-Register before Feb 25 and save $200!!-- www.flashforward2000.com
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
To unsubscribe or change your list settings go to
http://www.chinwag.com/flasher or email helpchinwag [dot] com
Replies
FLASH: script issues, Lee Marrett
Re: FLASH: script issues, Nathan Dicken
[Previous] [Next] - [Index] [Thread Index] - [Next in Thread] [Previous in Thread]