hi
i have to make a movie clip invisible when i press the enter key.
i used the script:
onClipEvent (keyDown) {
if (Key.isDown(Key.ENTER)) {
this._visible = false;
}
}
i have attached this to the red coloured movie clip.
can u help me out with it.
i am attaching the zipped flash file.