home *** CD-ROM | disk | FTP | other *** search
/ Blender Volume 3 #4 / Blender_3_4.iso / BLENDER / FILES / CONTENTS.DIR / 00022.ls < prev    next >
Encoding:
Text File  |  1997-01-01  |  326 b   |  14 lines

  1. on exitFrame
  2.   global str, ADSET, DEST
  3.   sound stop 2
  4.   puppetPalette(0)
  5.   set DEST to the pathName & "CONTENTS.DIR"
  6.   set ADSET to "CONTENTS.DIR"
  7.   set the visible of sprite 3 to 0
  8.   set the visible of sprite 9 to 0
  9.   puppetSprite(35, 1)
  10.   SHAREBUTTON([42, 43, 44, 45])
  11.   set the stretch of sprite 13 to 0
  12.   set str to 0
  13. end
  14.