Flasher Archive

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


Subject: RE: [flasher] if all conditions true...
From: Paul Willoughby
Date: Wed, 24 Jan 2001 10:23:41 -0000

Hi J,

You just wrote it there! Except the equality syntax isn't right:

If (a ==1 AND b==2 AND c==3...etc){
do whatever;
}

hth

paul

-----Original Message-----
From: Jason_Schubringataal [dot] org [Jason_Schubringataal [dot] org (mailto:Jason_Schubringataal [dot] org)]
Sent: Tuesday, January 23, 2001 11:00 PM
To: flasher from chinwag
Subject: [flasher] if all conditions true...




Hi. Simple question for you. This should not be as complex as I am making
it!

What I need to do is have a script detect whether ALL of 10 conditions are
true
at the same time (if a=1 and b=2 and c=3....).

What am I missing? If/Else won't work. What I need is an if/And statement!
I
could make a bunch of frames, each with a sort of "if this one is true, go
to
the next frame" but that seems silly. I have also tried "while" and some
other
options, but no luck. I know this should be easy, which makes it even more
annoying. :-)

Any suggestions?

Thanks!

J





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