Holy Crap! HOW?
Holy Crap! HOW?
Out of context: Reply #42
- Started
- Last post
- 49 Responses
- nospacebar0
Convert your movie into a bitmap sequence. You can do this in Premeire.
Import all the frames into a movieclip, and place a stop action on each frame.
Then, leave the movieclip,
make sure it's placed on the
stage, and toss this code on it (for Flash 5). This assumes that the entire movie is 500 pixels long.onClipEvent(enterFrame) {
this.gotoAndStop (int((_root._xmouse/500)*this._t...
}Cool.
.j