|
-
Why yes, another question. Help please
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
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|