Bah.
19 years ago
Ive been trying to get a 66 frame animation into flash format so I can upload it here, but for whatever reason It refuses to not be unbearably choppy. So, Anyone happen to know anything about Flash, and particlarly why it would be doing that?
If you have other questions, ask. I'm a Flash guru.
stop();
Then if you want to create some sort of image, select it and hit F8 turn it into a movie clip. Highlight it and go to the Actions window, and tell it to:
on(press){
gotoAndPlay(1);
}
Should be easy as pi!