Sorry if this is rudimentary. I want to pass a value from an input form to a function. The sample attached tries to change a movie clip’s x and y position based on values in the form input fields; theClip, xDist, yDist.
When I hard code it, the function receives the values and works, but when I give it variable names referring to the fomr fields, I get nothing. :cyclops:
Values in text field are strings, just names , and what you want to move is a MC so you have to evaluate the string to see if corresponds to existing object.