hi.i'm trying to make a score keeper on flash. i created one input text
for the initial score, and another one for the sum that needs to be
added/subtracted. then i made a + button to ad the sum to the score, and
a - button to subtract it, but i can't seem to get the script for the
buttons right - they're not working... the general outline of what i
want to do is: on release - text of (input 1) should equal text of
(input 1) + text of (input 2).i'll appreciate any help!