home *** CD-ROM | disk | FTP | other *** search
/ PC Direkt 1998 #11 / PCDIREKT_1198.bin / SHOWDATA / ECKESHOP.DXR / 00010.ls < prev    next >
Encoding:
Text File  |  1998-03-20  |  214 b   |  10 lines

  1. on mouseUp
  2.   set temp to the name of member the member of sprite the clickOn
  3.   if not (the frameLabel = temp) then
  4.     puppetsl├╢schen()
  5.     puppetSound("Klick2")
  6.     updateStage()
  7.     go(label(temp))
  8.   end if
  9. end
  10.