Flasher Archive
[Previous] [Next] - [Index] [Thread Index] - [Previous in Thread] [Next in Thread]
Subject: | Re: FLASH: Variable ? Can I say If frame = Framelabel |
From: | Gian Spezzacatena |
Date: | Wed, 19 Apr 2000 20:59:11 +0100 |
Why not change your instance of the button to a graphic symbol in the case
of an inactive button?
--
Gian
> From: John Graham <johndgrahamtds [dot] net>
> Reply-To: flasherchinwag [dot] com
> Date: Wed, 19 Apr 2000 14:27:38 -0500
> To: <flasherchinwag [dot] com>
> Subject: FLASH: Variable ? Can I say If frame = Framelabel
>
> I have a button on a page, and I want it to be inactive if the movie is on a
> certain frame. So I labeled that frame "stopdesign" and tried the line
>
> If (_currentframe eq "stopdesign")
>
> But it doesn't work. If I use
>
> If (_currentframe = 25)
>
> It works, but I would much rather reference a label. Am I missing
> something?
>
> John G
>
> _______________________
> THE BUTTONS FULL SCRIPT
> On (Release)
> If (_currentframe eq "stopdesign")
> Stop
> Else
> Set Variable: "button" = "startdesign"
> Set Variable: "continues" = "yes"
> Go to Next Frame
> End If
> End On
>
>
> flasher is generously supported by...
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> Get the last 100 messages from the flasher list NOW
> http://www.chinwag.com/flasher/last100.shtml
>
> Flash books http://www.chinwag.com/flasher/books.shtml
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> To unsubscribe or change your list settings go to
> http://www.chinwag.com/flasher or email helpchinwag [dot] com
>
flasher is generously supported by...
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Get the last 100 messages from the flasher list NOW
http://www.chinwag.com/flasher/last100.shtml
Flash books http://www.chinwag.com/flasher/books.shtml
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
To unsubscribe or change your list settings go to
http://www.chinwag.com/flasher or email helpchinwag [dot] com
Replies
Re: FLASH: Variable ? Can I say If frame, John Graham
Replies
FLASH: Variable ? Can I say If frame = F, John Graham
[Previous] [Next] - [Index] [Thread Index] - [Next in Thread] [Previous in Thread]