A Flash Developer Resource Site

Results 1 to 5 of 5

Thread: Can't get value of checkbox component - why?

Threaded View

  1. #1
    Member
    Join Date
    Jan 2001
    Posts
    54

    Can't get value of checkbox component - why?

    This is so simple yet it's making me crazy. I'm simply trying to get the value of a component checkbox with the instance name of "check1".

    I have one line of actionscript that reads:
    Code:
    check1_value = check1.getValue();
    Shouldn't this assign the true/false value to the "check1_value" variable? Why doesn't it work?
    Last edited by Danger Madcow; 07-26-2004 at 06:43 PM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  




Click Here to Expand Forum to Full Width

HTML5 Development Center