in turing i know that there is if, elsif, and else
but in flash, theres only else and if right? but what if i need to put in more options? is there another variable?
i was wondering if any of you know how to make a key pad lock on flash
i have 9 keys.(1-9)
then i have 3 possible numbers for the combination.
i named the first "dynamic text" box as number1
and i put
on (press) {
if (number1==0) {
_root.number1=1
} else {...