home *** CD-ROM | disk | FTP | other *** search
/ PC Direkt 1998 #11 / PCDIREKT_1198.bin / SHOWDATA / INSTALL2.DXR / 00027.ls < prev    next >
Encoding:
Text File  |  1998-03-18  |  211 b   |  12 lines

  1. on mouseUp
  2.   global myplatform
  3.   puppetSound("Klick")
  4.   updateStage()
  5.   puppetTransition(member 119 of castLib "standard.cst")
  6.   if myplatform = "NT" then
  7.     go("NT4")
  8.   else
  9.     go(the frame - 1)
  10.   end if
  11. end
  12.