-Mystikal
08-25-2005, 03:06 PM
Im trying to create a flash that were you check a checkbox and then click
enter and text gets displayed in a text box. but i have a problem now... this
is my script for when you hit enter:
1 on (release) {
2
3 if(checkbox1 == ""){
4 txt1 = "(text here)"
5 } else if (checkbox == ""){
6 txt1 = "(text here)"
7 }
8 }
As you most likely noticed, on line 3 and 5 the if checkbox == is empty. This
is because i dont know what to put in. Like if checkbox == "checked" then it
displays text.
So if you can explain pls do... and if you have time write an example script
thanks.
Cheers, Mystikal :cool: :cow:
enter and text gets displayed in a text box. but i have a problem now... this
is my script for when you hit enter:
1 on (release) {
2
3 if(checkbox1 == ""){
4 txt1 = "(text here)"
5 } else if (checkbox == ""){
6 txt1 = "(text here)"
7 }
8 }
As you most likely noticed, on line 3 and 5 the if checkbox == is empty. This
is because i dont know what to put in. Like if checkbox == "checked" then it
displays text.
So if you can explain pls do... and if you have time write an example script
thanks.
Cheers, Mystikal :cool: :cow: