| | | nightgaze61 |  |
| Posted: Mon Jul 07, 2008 9:34 pm Post subject: Can you add transitions to buttons? |  |
I have a transition, but I want to put it on a button is that possible? I know that for my other transitions to work I had to convert to a movieclip. This is the transition I have:
import mx.transitions.*; import mx.transitions.easing.*; TransitionManager.start(nextarrow, {type:Fly, direction:Transition.IN, duration:3, easing:Strong.easeInOut, startPoint:4});
It is a next button that I want to go to another frame on release. Is this possible? |
|