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

  1. on mouseUp
  2.   global RecipeNum
  3.   if the puppet of sprite 18 = 0 then
  4.     puppetSprite(18, 1)
  5.     set the member of sprite 18 to member RecipeNum of castLib "slideNW"
  6.   else
  7.     puppetSprite(18, 0)
  8.   end if
  9. end
  10.