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

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