well… there may be(and I’m sure there are) other ways to make an mc flip but here’s a good way:
let’s say that the width of the mc is 222
mymc.width = -222
just make the width a negative value…
And to make an mc flicker. The easiest way is:
alpha = 100
mymc._alpha = -mcalpha
this actually makes the alpha 100, then -100, then 100, then -100 etc…
-100 is the same as 0 of course…
well… these are just some easy ways of doiing such things…