How do I do an if statement with a radio button in Flash (Action Script 3)?
Relating to some the airwaves buttons with a frame that all have their value and therefore are in similar group.We were wondering if maybe or maybe not for the selection to know text about the following style, similar that will echoing available.I might try to undertake it having symbols, where a clear selection reveals the symbol because location.Even so, I don’t have learned to do if statements in any way in AS3.
well basically an in the event that statement inside AS3 is exactly like in javascript and also php…
if (statement)
// make a move..
else if (other statement)
// make a move else
else
// make a move different
as for how you can use this jointly with radio control keys, check this out:http://livedocs.adobe.com/flash/9.0/ActionScriptLangRefV3/fl/controls/RadioButton.html
scroll right down to the previous example code at the bottom of that page, it’s all at this time there…
Leave a Reply
You must be logged in to post a comment.