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

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