actionscript help
actionscript help
Out of context: Reply #5
- Started
- Last post
- 6 Responses
- acescence0
also, if (_root.button == btn1) is testing whether the variable _root.button is equal to a variable called btn1, not the literal "btn1"
also, if (_root.button == btn1) is testing whether the variable _root.button is equal to a variable called btn1, not the literal "btn1"