okay, i'm feeling very foolish here . . . i used to use flash pretty regularly, but haven't in almost 2 years. i'm now working on a project and trying to do the simplest of techniques -- a simple "back and forward one frame" action.
here's my script:
on (release) {
prevFrame();
}
but when i preview, nothing. is there some drastic change that's taken place between flash4 and 2004mx?
even this isn't working:
on (release) {
gotoAndPlay(10);
}
these are actionscripts applied to movieclips. can anyone tell me what i'm doing wrong?
here's my script:
on (release) {
prevFrame();
}
but when i preview, nothing. is there some drastic change that's taken place between flash4 and 2004mx?
even this isn't working:
on (release) {
gotoAndPlay(10);
}
these are actionscripts applied to movieclips. can anyone tell me what i'm doing wrong?