home *** CD-ROM | disk | FTP | other *** search
/ Chip 1998 August / CHIP_CD_1998_08_PL.iso / Software / prezent / armaged / FILES / END.DXR / 00114.ls < prev    next >
Encoding:
Text File  |  1998-05-26  |  183 b   |  9 lines

  1. global gMasterObj, gSoundObj
  2.  
  3. on exitFrame
  4.   set the actorList to []
  5.   append(the actorList, gSoundObj)
  6.   playSoundTrack(gSoundObj, "menu", 1, 255)
  7.   autoPuppet(gMasterObj, 3, 3)
  8. end
  9.