home *** CD-ROM | disk | FTP | other *** search
/ Cocktail Hour / image.iso / COCKTAIL.DIR / 00041_Script_41 < prev    next >
Text File  |  1997-03-05  |  213b  |  9 lines

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