Answered
sum equation AS2
what is the code which mean " create a sum equation " between "dynamic1 text & dynamic2 text " and the give me results in " dynamic3 text" by clicking on " button" in an Action Script 2.0
what is the code which mean " create a sum equation " between "dynamic1 text & dynamic2 text " and the give me results in " dynamic3 text" by clicking on " button" in an Action Script 2.0
something like:
btnName.onRelease = function(){
dynamic3.text = String(Number(dynamic1.text)+Number(dynamic2.text));
}
Already have an account? Login
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.