Actionscript to horizontal/vertical flip loaded movies

i need to make a button that flips a movie i’ve loaded, then flips it back. so basically, a command that toggles the horizontal and vertical flip. please let me know if you know how to do this. thanks.

use tweening and telltarget

no… i don’t want to animate a flip. i just want to turn a movie upside-down, and then toggle it back. i can do it with x-scale and y-scale (by multiplying by -1) but i don’t understand what’s going on when i do it again to toggle back.

What is the code you are currently using?