djanoux
01-30-2002, 10:59 AM
How we can control rotate angle of MC using value from input text?
for easier to understanding my question i attach my *.fla
i use this script : (in MC that will be rotate using input text)
on (release) {
astart = getProperty(roll, _rotation);
angle = 90;
_rotation = astart+angle;
}
i had problem to fill angle value cause value 90 must be replace with input text value that i fill and enter it
_________
djanu
for easier to understanding my question i attach my *.fla
i use this script : (in MC that will be rotate using input text)
on (release) {
astart = getProperty(roll, _rotation);
angle = 90;
_rotation = astart+angle;
}
i had problem to fill angle value cause value 90 must be replace with input text value that i fill and enter it
_________
djanu