home *** CD-ROM | disk | FTP | other *** search
/ Digitální fotografie a video / Digitalni-fotografie-a-video-covermount.bin / Aplikace / DF / Kap_2 / Df_2_2.dxr / 00011.ls < prev    next >
Encoding:
Text File  |  1998-05-19  |  104 b   |  8 lines

  1. on exitFrame
  2.   if the timer > (4 * 60) then
  3.     go(the frame + 1)
  4.   else
  5.     go(the frame)
  6.   end if
  7. end
  8.