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

  1. on exitFrame
  2.   set Sprite_video to 33
  3.   if the movieTime of sprite Sprite_video < the duration of sprite(Sprite_video) then
  4.     go(the frame)
  5.   else
  6.     go(the frame + 1)
  7.   end if
  8. end
  9.