home *** CD-ROM | disk | FTP | other *** search
/ Reflux 1: The Becoming / Reflux.iso / master4.dxr / 00050.ls < prev    next >
Encoding:
Text File  |  1995-05-01  |  118 b   |  10 lines

  1. on keyDown
  2.   if (the key = "d") and the shiftDown then
  3.     go("disco")
  4.   end if
  5. end
  6.  
  7. on exitFrame
  8.   go(the frame)
  9. end
  10.