home *** CD-ROM | disk | FTP | other *** search
/ PC Pro 1996 June / PCPRO_696.ISO / specials / c-pp / 01 / 01.dir / 00390.ls < prev    next >
Encoding:
Text File  |  1995-12-12  |  166 b   |  9 lines

  1. on mouseUp
  2.   global gEnableButtons
  3.   if gEnableButtons then
  4.     go(marker(-1))
  5.     set the visible of sprite 5 to 0
  6.     set the visible of sprite 4 to 1
  7.   end if
  8. end
  9.