Copy link to clipboard
Copied
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));
}
Copy link to clipboard
Copied
something like:
btnName.onRelease = function(){
dynamic3.text = String(Number(dynamic1.text)+Number(dynamic2.text));
}
Copy link to clipboard
Copied
thank you so much that was helpful for me ...
Copy link to clipboard
Copied
You're welcome
Find more inspiration, events, and resources on the new Adobe Community
Explore Now