home *** CD-ROM | disk | FTP | other *** search
/ Digitální fotografie a video / Digitalni-fotografie-a-video-covermount.bin / Aplikace / Servis / Katalog / Katalog.dxr / 00103.ls < prev    next >
Encoding:
Text File  |  1998-05-19  |  151 b   |  9 lines

  1. on exitFrame
  2.   global R_Spoty
  3.   set R_Spoty to R_Spoty + 1
  4.   if R_Spoty > 8 then
  5.     set R_Spoty to 1
  6.   end if
  7.   puppetSound(3, "Spot_" & R_Spoty)
  8. end
  9.