home *** CD-ROM | disk | FTP | other *** search
/ Rooie Oortjes 1 / ROOIOOR.bin / rodui.exe / Menu.dxr / 00046.ls < prev    next >
Encoding:
Text File  |  1996-09-13  |  148 b   |  11 lines

  1. on mouseDown
  2.   set the visible of sprite 2 to 1
  3.   updateStage()
  4. end
  5.  
  6. on mouseUp
  7.   set the visible of sprite 2 to 0
  8.   updateStage()
  9.   go("menu")
  10. end
  11.