home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1996 February / PCWK0296.iso / autodesk / autodesk.exe / autodesk.DXR / 00003.ls < prev    next >
Encoding:
Text File  |  1994-12-17  |  277 b   |  13 lines

  1. on enterFrame
  2.   puppetSprite(30, 1)
  3.   if the soundEnabled then
  4.     if the castNum of sprite 30 <> 363 then
  5.       set the castNum of sprite 30 to 363
  6.     end if
  7.   else
  8.     if the castNum of sprite 30 <> 373 then
  9.       set the castNum of sprite 30 to 373
  10.     end if
  11.   end if
  12. end
  13.