kaotic
November 8th, 2002, 02:19 PM
i have been working with flash for about 3months now, and i have just recently been getting decent.
i need some help with some action scripting.
im trying to make a simple High Low guessing game.
i have done this before in c++, but i dont know if the setup for the if/then/else stuff is related.
basically all i want to do is
Take a players name.
Ask his/her age.
then i want to have a calculation that depending on the first letter of the name of the person, i want it to make a random number calculated. and then add their age.
then i want to have the user input their guess, then depending on the guess have something like it tell the user greater or less
and then to calculate how many times the user has guessed, then keep track of the record number of guesses.
I know that this will be alot more complicated to do in flash, but all help that is given will be appreciated.
i need some help with some action scripting.
im trying to make a simple High Low guessing game.
i have done this before in c++, but i dont know if the setup for the if/then/else stuff is related.
basically all i want to do is
Take a players name.
Ask his/her age.
then i want to have a calculation that depending on the first letter of the name of the person, i want it to make a random number calculated. and then add their age.
then i want to have the user input their guess, then depending on the guess have something like it tell the user greater or less
and then to calculate how many times the user has guessed, then keep track of the record number of guesses.
I know that this will be alot more complicated to do in flash, but all help that is given will be appreciated.