onClipEvent (enterFrame) {
if (Key.isDown(Key.DOWN)) {
_root.play ();
}
}