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

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