Flip actionscript
Flip actionscript
- Started
- Last post
- 4 Responses
- quik
does anyone know how to mirror a symbol in flash?
- ********0
try setting the xscale to -100%
- mac100
it just this code
onClipEvent (load){
_xscale=-100;
}thant just flip the movie clip you can put an easing script on it to.
hope this helps
mac10 :)
- quik0
even after checking the actionscript dictionary I never knew _xscale existed.. damn, thanks guys.
- ********0
If you're using Flash MX then use the list on the left of the actions pane.... it's normally quite comprehensive...