home *** CD-ROM | disk | FTP | other *** search
/ PC Direct 1995 September / PCD0995.ISO / files / gallery.dir / 00015.ls < prev    next >
Encoding:
Text File  |  1994-12-18  |  231 b   |  12 lines

  1. global gPlaySprite
  2.  
  3. on exitFrame
  4.   if soundBusy(2) then
  5.     go(the frame)
  6.   else
  7.     go(the frame + 1)
  8.     puppetSprite(gPlaySprite, 1)
  9.     set the castNum of sprite gPlaySprite to the number of cast "playGallery lit"
  10.   end if
  11. end
  12.