Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Selecting a radio button with event listener on Button symbol

New Here ,
Sep 19, 2017 Sep 19, 2017

Since I have been unable to find methods of styling the radio button components in Animate cc I want to select a radio button by putting a Click event listener on another Button instance.

Presumably create the radio button on stage and hidden, or possible better, include a form with radio inputs on my .html file outside of the canvas div and have the display:none. Is this possible?

I have the Event listener from the Code Snippets on my button:

this.yes_button.addEventListener("click", fl_MouseClickHandler.bind(this));

function fl_MouseClickHandler()

{

// Not sure what to put here to select radio button.

}

All help is appreciated. Thank You.

437
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Sep 20, 2017 Sep 20, 2017

Hmmm,  is this a question for the Captivate forum or do you want me to move it to the Animate forum?

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Sep 20, 2017 Sep 20, 2017

Not sure where the best place is. Please move to whichever forum is most applicable. Thank You.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Sep 21, 2017 Sep 21, 2017
LATEST

I moved the thread to the Animate CC forum.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines