At 10/4/05 10:45 AM, dex_exe1234 wrote:
sorry but i mean i have a movieclip and yes it is going to shift between the frames!
I *think* you want to use gotoAndPlay(1) (or gotoAndStop(1), depending), but I'm not 100% sure on what you want to do. If the code's in the movie clip itself and you want to move the root frame, just add "_root." to the front of that. And you can always do movement based on your current frame with _currentframe command, like gotoAndPlay(_currentframe-1).
Hope that helps.