Flash help
Flash help
Out of context: Reply #11
- Started
- Last post
- 16 Responses
- unfittoprint0
clicking a word would initiate a function with the following:
#1 target the 'paper' mc [the movieclip would be in facy a parameter of the function]
#2 mc.swapDepth(mc._parent.getNextH...
would put the "paper" mc in front of everything else
#3 easing movin/rotating function with a target _y / target angle as parameters.
Instead of making your own, you could use some undocumented MM classes:
http://www.actionscript.org/tuto…good luck.