Heidi
08-23-2001, 01:02 PM
I would like to put a gotandplay action to a rightclick but each time end up with the automatic right-click dropdown appearing on my movie (eg. zoom in, zoom out, play, rewind)
is there anyway i can overwrite this dropdown.
The code i am using at the moment is:
onClipEvent (enterFrame) {
if (Key.isDown(2)) {
gotoAndPlay (2);
}
}
thanks
is there anyway i can overwrite this dropdown.
The code i am using at the moment is:
onClipEvent (enterFrame) {
if (Key.isDown(2)) {
gotoAndPlay (2);
}
}
thanks