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

  1. on exitFrame
  2.   global Zapnuty_zvuk
  3.   set Sprite_video to 2
  4.   if the movieTime of sprite Sprite_video < the duration of sprite(Sprite_video) then
  5.     go(the frame)
  6.   else
  7.     set the cursor of sprite 1 to -1
  8.     set the visible of sprite 2 to 0
  9.     updateStage()
  10.     if Zapnuty_zvuk then
  11.       puppetSound(3, "Hudba")
  12.     end if
  13.     go(160)
  14.   end if
  15. end
  16.