Flasher Archive
[Previous] [Next] - [Index] [Thread Index] - [Previous in Thread] [Next in Thread]
Subject: | FLASH: variable problem URGENT! |
From: | Interpaul |
Date: | Wed, 17 May 2000 14:56:40 +0100 |
Hi,
I've set a variable ID=1 (frame 1) and obtained the value IDmax from a coldfusion template. When I make a textfield containing IDmax it shows the value 3 which is correct.
Then in a later frame I have:
<< back button >>
On (Release)
If (ID eq 1)
Set Variable: "ID" = IDmax
Go to and Play (5)
Else
Set Variable: "ID" = ID - 1
Go to and Play (5)
End If
End On
<< forward button >>
On (Release)
If (ID eq IDmax)
Set Variable: "ID" = 1
Go to and Play (5)
Else
Set Variable: "ID" = ID + 1
Go to and Play (5)
End If
End On
When I replace IDmax by 3 it works properly but now it doesn't. Howcome?
You can see it at www.dewildezeeuw.nl/test.htm
Thanks,
Paul Koch
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
[Previous] [Next] - [Index] [Thread Index] - [Next in Thread] [Previous in Thread]