A Flash Developer Resource Site

Results 1 to 2 of 2

Thread: knowing which radio button is clicked

  1. #1
    Member
    Join Date
    Jul 2002
    Posts
    57
    I generated the 5 radio buttons by duplicating from original one.
    I set some value to each of the radio button.

    How can i catch the click event of this radio buttons.
    Please let me know ASAP.

  2. #2
    Senior Member
    Join Date
    Jan 2001
    Posts
    106

    pretty simple

    hi dude,

    Its pretty simple....well while duplicating the radio buttons each button will have an instance name....on click of the button you just find the instance name of it

    on(release){
    trace(this._name)
    }

    this._name gives the instance name of the movieclip...with the instance name you can find which radio is clicked..

    good luck
    gnana

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