User Profile
Collapse
-
I am using Flash 8 if that makes a difference. Thanks! -
Checkbox controlled dynamic text
Hi! I am new to Flash and I am having trouble getting a dyamic text box to be controlled by a checkbox.
Here is the Actionscript that does not work:
on(click){
if(this.selecte d)==true){
this.selected = true;
dynamictextboxn ame_txt.text = "text here";
}else{
this.selected = false;
dynamictextboxn ame_txt.text = "the other text";
};
...
No activity results to display
Show More
Leave a comment: