Copy link to clipboard
Copied
hii guys,
how to change value, if I move the object to the target, then the initial value changed
thx before
Copy link to clipboard
Copied
Your posting is a bit too vague to understand what you are asking about. For lack of a better understanding, just reassign a new value to whatever property you mean.
Copy link to clipboard
Copied
I mean if, the object is transferred to the target, then how do I make the initial value of the object becomes the value of the intended target?
sorry I could explain the lack of English language
this is fla
Copy link to clipboard
Copied
What "value" are you speaking about? If it is the position properties then just reassign them to be the values of the target.
object.initialX = target.x; // initialX is just an example for whatever you name the intial value variable
object.initialY = target.y;
Find more inspiration, events, and resources on the new Adobe Community
Explore Now