home *** CD-ROM | disk | FTP | other *** search
/ Mac OS on the PowerPC Mic…rocessor - In Store Demo / Mac OS on the PowerPC Microprocessor.iso / MacOS / MacOS.dxr / 00111.ls < prev    next >
Encoding:
Text File  |  1996-05-13  |  299 b   |  13 lines

  1. on exitFrame
  2.   global gTempKeyDownScript
  3.   set gTempKeyDownScript to the keyDownScript
  4.   set the keyDownScript to "enterUserName"
  5.   repeat with n = 2 to 5
  6.     set the visible of sprite n to 1
  7.   end repeat
  8.   repeat with n = 39 to 42
  9.     set the visible of sprite n to 1
  10.   end repeat
  11.   cursor(-1)
  12. end
  13.