Combo and radio box combined

Hello does anyone know how to go about coding a combo box along with several radio buttons to go to another scene in my project. I know how to code just the combo box to go to and play a certain scene but I am confused when adding in the radio buttons. I want them to work together. I think maybe I need to use if else statements, but no to sure. I would greatly appreciate it if someone could help me.

This is what I have for my combo box

on(press){
if (mycombo.text == “Scene2”)
_root.gotoAndPlay(“2”,“1”);