home *** CD-ROM | disk | FTP | other *** search
/ Club KidSoft Volume 3 #1 / ClubKidsoft.iso / demos / digimpct / ozzies / clbk4.dxr / 00004_Exit-Button.ls < prev    next >
Encoding:
Text File  |  1994-11-04  |  170 b   |  10 lines

  1. on mouseUp
  2.   global myWindow
  3.   set the visible of sprite the clickOn to 0
  4.   ClickButton()
  5.   close(myWindow)
  6.   cursor(-1)
  7.   puppetTempo(10)
  8.   go("MAIN", "FRMAIN.DXR")
  9. end
  10.