home *** CD-ROM | disk | FTP | other *** search
/ What PC? 1996 January / WHAT_PC_JAN_96.ISO / whatpc.dir / 00258.ls < prev    next >
Encoding:
Text File  |  1995-11-12  |  158 b   |  11 lines

  1. on enterFrame
  2.   puppetPalette("Pal2")
  3.   if not soundBusy(1) then
  4.     sound playFile 1, "system\track1.wav"
  5.   end if
  6. end
  7.  
  8. on exitFrame
  9.   play frame "Anim"
  10. end
  11.