home *** CD-ROM | disk | FTP | other *** search
/ Internet Directory for Kids & Parents / InternetDirectory.iso / internet / coachnn / module5.dxr / 00039.ls < prev    next >
Encoding:
Text File  |  1997-11-25  |  130 b   |  10 lines

  1. on enterFrame
  2.   set the keyDownScript to EMPTY
  3.   set the visible of sprite 4 to 1
  4.   updateStage()
  5. end
  6.  
  7. on exitFrame
  8.   pause()
  9. end
  10.