ray_jenny1810
Member
- Joined
- Jan 17, 2010
- Messages
- 9
- Programming Experience
- Beginner
Anyone knows how to randomize the radio button text value? with every click of the button?
ex.
radiobutton1.text="circle"
radiobutton2.text="triangle"
radiobutton3.text="rectangle"
radiobutton4.text="ellipse"
**will randomize into
radiobutton1.text="ellipse"
radiobutton2.text="circle"
radiobutton3.text="triangle"
radiobutton4.text="rectangle"
**as so on..
does anyone knows it?
thanks...
ex.
radiobutton1.text="circle"
radiobutton2.text="triangle"
radiobutton3.text="rectangle"
radiobutton4.text="ellipse"
**will randomize into
radiobutton1.text="ellipse"
radiobutton2.text="circle"
radiobutton3.text="triangle"
radiobutton4.text="rectangle"
**as so on..
does anyone knows it?
thanks...