Flasher Archive

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


Subject: FLASH: Variable ? Can I say If frame = Framelabel
From: John Graham
Date: Wed, 19 Apr 2000 20:41:38 +0100

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 helpatchinwag [dot] com


Replies
  Re: FLASH: Variable ? Can I say If frame, Gian Spezzacatena

Replies
  Re: FLASH: Can _currentframe reference a, Nathan Dicken

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