Merano
January 18th, 2003, 12:47 PM
Hi Everybody!
I have a strange problem:
In my Document, I have a MC called Imagemov
which contains 8 different images in 8 different frames.
Each frame has a stop() in it.
If Button 2 in my document is being pressed, I want
the MC Imagemov to be played in the 2nd frame...
If Button 3 is being pressed, the 3rd frame...
and so on....
so far, it all works properly...
But if you press one of the Buttons
(for example Button 2) another time, the
MC Imagemov jumps to frame 3 instead of replaying
frame 2....
how come??? :q:
Voilą my Actionscript that I wrote into the
Buttons: (That one is for Button 2 :nerd: )
on (release) {
_root.Imagemov.gotoandplay(2);
}
Thanks a lot for your help :beam:
Cheers
I have a strange problem:
In my Document, I have a MC called Imagemov
which contains 8 different images in 8 different frames.
Each frame has a stop() in it.
If Button 2 in my document is being pressed, I want
the MC Imagemov to be played in the 2nd frame...
If Button 3 is being pressed, the 3rd frame...
and so on....
so far, it all works properly...
But if you press one of the Buttons
(for example Button 2) another time, the
MC Imagemov jumps to frame 3 instead of replaying
frame 2....
how come??? :q:
Voilą my Actionscript that I wrote into the
Buttons: (That one is for Button 2 :nerd: )
on (release) {
_root.Imagemov.gotoandplay(2);
}
Thanks a lot for your help :beam:
Cheers