home *** CD-ROM | disk | FTP | other *** search
/ Grandes Inventos / INVENTOS.bin / pc / media / shared.dxr / 02234_PrincQuitUp.ls < prev    next >
Encoding:
Text File  |  1996-01-01  |  122 b   |  8 lines

  1. on mouseUp
  2.   global gThePhysic, gIdiom
  3.   SetCast(the clickOn, "QuitDown" & gIdiom)
  4.   click()
  5.   updateStage()
  6.   quit()
  7. end
  8.