Butters261285
Programmer
Hey
Does anyone know how to make a password login display stars? i've tried using th ebuilt in password attribute fromt he lingo library in director but when i use that, because its looking for 'Education" as the text of the input field as the password, it doesnt accept ******** as an answer...
heres the code i placed on the submit button
on mouseUp
if member(460).text = "" then
alert "Please enter a password before clicking submit"
else if member(460).text = "education" then
go to "teacher"
else
alert "The Password you have entered is Incorrect"
go to 52
end if
end
any help is much appreciated cheers
Peter Butler
Tandokuno Design
Does anyone know how to make a password login display stars? i've tried using th ebuilt in password attribute fromt he lingo library in director but when i use that, because its looking for 'Education" as the text of the input field as the password, it doesnt accept ******** as an answer...
heres the code i placed on the submit button
on mouseUp
if member(460).text = "" then
alert "Please enter a password before clicking submit"
else if member(460).text = "education" then
go to "teacher"
else
alert "The Password you have entered is Incorrect"
go to 52
end if
end
any help is much appreciated cheers
Peter Butler
Tandokuno Design