Flasher Archive

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


Subject: FLASH: Re: [FLASHmacromedia] Login/Password
From: Ray
Date: Mon, 10 Jan 2000 12:18:17 GMT


Hello,
The logic of what you are doing is fine what seems to be causing the problem by looking at your code is you are asking to go to and stop (1) after it checks, which frame one are you wanting to go to? This is where I see the progblem, I used this and it works fine.
You are also testing the variables wrong here, you need to use the "eq" instead of the "=" like so.

On (Release)
if (LOGIN eq "seller")
Go to and Stop ("seller")
Else If (LOGIN eq "buyer")
Go to and Stop ("buyer")
Else
Go to and Stop ("error")
End If
End On

I added an error handler to it so if it is not one or the other they get an error message if you set it up this way.

Hope this helps!

Regards,
Ray
----- Original Message -----
From: Russell E. Unger
To: flasheratchinwag [dot] com ; FLASHmacromediaatonelist [dot] com
Sent: Sunday, January 09, 2000 4:59 PM
Subject: [FLASHmacromedia] Login/Password


From: "Russell E. Unger" <rungeratzaxcoms [dot] com>

Hi Folks...

This is my first dive into using the fields in Flash, so I've got a slight
barrier that I need some assistance with.

I've got a Login and Password field in my app, however, at this point the
Password is merely there for aesthetics. What I am trying to achieve is the
following:

On (Release)
If (Login="BUYER")
Go to and Stop ("Buyer")
Else If (Login="SELLER")
Go to and Stop ("Seller")
End If
End On
On (Release)
Go to and Stop (1)
End On

The logic works, in my mind, of course. However, in Flash, it's not
cooperating. Can someone help me learn how to fish here?

Kind regards,

Russell E. Unger
ZAX Communications
Multimedia & Internet Design & Development
630.953.9320 :tel
630.223.6916 :vm/pgr
786.551.0299 :fax
43916504 :icq
pageratzaxcoms [dot] com (text messaging via pager)



flasher is generously supported by...
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Streaming Media WEST '99 Conference & Exhibition
"The Worlds largest Internet Audio & Video Event"
December 7 - 9, San Jose Convention Center, California

Reserve your space today at http://www.streamingmedia.com
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
To unsubscribe or change your list settings go to
http://www.chinwag.com/flasher or email helpatchinwag [dot] com


Replies
  FLASH: preloader !!!, David

Replies
  FLASH: Login/Password, Russell E. Unger

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