home *** CD-ROM | disk | FTP | other *** search
/ Cocktail Hour / image.iso / COCKTAIL.DIR / Internal_13.ls < prev    next >
Encoding:
Text File  |  1997-03-05  |  278 b   |  10 lines

  1. on mouseUp
  2.   set x to the number of lines in field "backField"
  3.   if the text of field "backField" = EMPTY then
  4.     set x to 0
  5.   end if
  6.   put marker(0) into line x + 1 of field "backField"
  7.   clearPuppets()
  8.   go(marker(the name of member the memberNum of sprite the clickOn))
  9. end
  10.