PDA

View Full Version : Variables?-How to use it?


chiragsuthar
06-30-2001, 06:20 AM
Hi,

I wanted to show few names one-by-one
like..
if user type 1 in text box and then submit the form..the answer should be "chirag"

if user type 2 in text box and then submit the form..the answer should be "Tushar"

How can it possible?

Do u have any tutorial for the variables?

Thanx.

Strok
06-30-2001, 02:27 PM
http://www.actionscripts.org/tutorials/beginner/variables/index.shtml

kvk63
07-08-2001, 03:12 PM
all you can do is create a button and in the actions check for the number in the entered text using the if,else and elseif condition and then use the set varaible to set the value tothe corresponding value