Hi,
I’ve got a movie that’s like a “spin & win” You click spin, and it goes to a frame with my mc that has the following code on it:
onClipEvent (enterFrame) {
i = getProperty(this, _rotation);
setProperty(this, _rotation, i±20);
}
So, it’s just automatically spinning. Is there a way for when you click on a button (stop) it stops that rotation? The only way I could figure to do it is when you click stop, it goes to a 3rd frame with a still image.
Hope this makes sense and that there is another solution out there!
thanks