Is there a possible way to make an object flip (change directions, vertically or horizontally) using actionscript? Sorry if that was a stupid question, I wasn’t able to find the answer anywhere >.<
do you mean like this:
mymovie._xscale *= -1
?
Exactly.
Oh wait, hold on. You see, I put that actionscript so that it’ll execute when you press the Left Arrowkey, but now after you press it, I don’t want it to flip again when you press the left arrowkey. Could you help me on that as well?