User Profile

Collapse

Profile Sidebar

Collapse
Vicky26
Vicky26
Last Activity: Jul 30 '07, 11:23 PM
Joined: Jul 29 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • Vicky26
    replied to Checkbox controlled dynamic text
    I am using Flash 8 if that makes a difference. Thanks!
    See more | Go to post

    Leave a comment:


  • Vicky26
    started a topic Checkbox controlled dynamic text

    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";
    };

    ...
    See more | Go to post
No activity results to display
Show More
Working...