PDA

View Full Version : transition in / reverse transition out


drewsteele
08-26-2003, 05:56 PM
I hope this makes sense. . .

I have a timeline with 100 frames. every 10th frame is a new web page. i.e. 10 nav buttons will bring the play head to frame 10,20,30 and so on. frames 1-9 are a tweened transition.
when I hit the3rd nav button I want the play head play backwards from 10 to 1 and then jump to 21 and play the transition stopping at frame 30.

can someone explain the AS to do this.

Regards,
andy

farafiro
08-27-2003, 05:02 AM
[search]:
backword, reverse,................

arai_speed
08-27-2003, 08:43 PM
:) Farafiro, you should change your signature to the following:

function reverse(id) {
id.onEnterFrame = function() {
if (this._currentframe != 1) {
this.gotoAndStop(this._currentframe-1);
} else {
delete this.onEnterFrame
}
};
}

farafiro
08-28-2003, 02:16 AM
Originally posted by arai_speed
:) Farafiro, you should change your signature to the following:
heheheeeeeeee
this is a very common question over here, like when u say GOOD MORNING every MORNING, u find it