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

  1. on exitFrame
  2.   global RecipeNum, gCurrentZone, gPictNumInOrder, Fade
  3.   set Fade to 1
  4.   set the itemDelimiter to ","
  5.   set gPictNumInOrder to value(item gCurrentZone of the text of member "order" of castLib "sshow")
  6.   set the itemDelimiter to ","
  7.   set the visible of sprite 10 to 0
  8.   set the visible of sprite 17 to 0
  9.   set the visible of sprite 3 to 0
  10.   set the visible of sprite 4 to 0
  11.   set the visible of sprite 6 to 0
  12.   InitSlideWithSettings(gPictNumInOrder)
  13. end
  14.