Hi. Here`s my problem. main : 2 layers, one with lots of different keyframes, the second one with a movie clip containing step forward and backward buttons.
on (release) {_root.gotoAndStop(_currentframe + 1);
}
this is the action the step forward button has on it.
the problem is that 1. it only works once, the second time won`t move at all 2. it only gets my first frame as the _currentframe, so whatever the frame i stopped the movie, if i click step forward, it will move from frame one [although the movie was stopped at frame ... 15 let`s say ...] to frame two.
_currentframe needs somehow to be refreshed ?
might sound weird ... i`m gonna keep trying some stuff, but i thought i`d ask first ... maybe i`m missing something.
on (release) {_root.gotoAndStop(_currentframe + 1);
}
this is the action the step forward button has on it.
the problem is that 1. it only works once, the second time won`t move at all 2. it only gets my first frame as the _currentframe, so whatever the frame i stopped the movie, if i click step forward, it will move from frame one [although the movie was stopped at frame ... 15 let`s say ...] to frame two.
_currentframe needs somehow to be refreshed ?
might sound weird ... i`m gonna keep trying some stuff, but i thought i`d ask first ... maybe i`m missing something.