come si realizza il "rewind" di un mc?
come si realizza il "rewind" di un mc?
prova cosi':
// MovieClip Reverse
// in un movieclip
onClipEvent (enterFrame) {
if (_root.rev) {
frame = this._currentFrame
frame--
if (frame>0) {
this.gotoAndStop(frame)
}
}
}
// in un bottone
on (release) {
rev = true
}
![]()
-Nextart.it Graphic Solutions