home *** CD-ROM | disk | FTP | other *** search
/ Sound Canvas Software Library for SC-8850 / SLib8850.iso / pc / demosong / hyperg / demo_mov / menu.dxr / ì‡ë†_22.ls < prev    next >
Encoding:
Text File  |  1998-02-15  |  169 b   |  11 lines

  1. on exitFrame
  2.   global l
  3.   cursor([2, 1])
  4.   if l = 0 then
  5.     set the visible of sprite 35 to 0
  6.   else
  7.     set the visible of sprite 35 to 1
  8.   end if
  9.   updateStage()
  10. end
  11.