PDA

View Full Version : Rotated MC


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

Billy T
01-30-2002, 12:08 PM
have a look at the action on the button

cheers

djanoux
01-31-2002, 01:32 AM
wow, great ! just like that ? i never tought that just simple script...

thanks alot...!


________janu___