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

  1. on exitFrame
  2.   global AutoShow
  3.   if not soundBusy(3) then
  4.     puppetSound(3, "hudba")
  5.   end if
  6.   if AutoShow and (the lastClick > (5 * 60)) then
  7.     go(marker(1))
  8.   end if
  9.   go(the frame)
  10. end
  11.