Can someone please help me with this? I am new to Flash Action Scripting.
I need to take a dynamic value from the text box field which user will enter at runtime, take that value and divide this value by 6 and return this value in another text box in a button click event.
I have written this script but it gives me 3 errors.
butcalculate.onPress = Function cal()
{Set Variable: "i"= earthWeight.text;
Set Variable: "x"= i/6;
this.moonWeight.text=x}
Thank you





Bookmarks