ease out flash
ease out flash
Out of context: Reply #4
- Started
- Last post
- 7 Responses
- krust0
onRollOver = onDragOver=function () {
onEnterFrame = function () { nextFrame();if (_currentframe == totalframes) {delete onEnterFrame;}};
};
onRollOut = onDragOut=function () {
onEnterFrame = function () { prevFrame();if (_currentframe == 1) {delete onEnterFrame;}};
};
stop();