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

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