home *** CD-ROM | disk | FTP | other *** search
/ Media Gallery 1995 June / MG6.ISO / mg.dig / 00213.ls < prev    next >
Encoding:
Text File  |  1995-04-20  |  268 b   |  14 lines

  1. on exitFrame
  2.   global dur
  3.   initbestell()
  4.   put kurzinfotext(1) into field "Kurzinfofeld"
  5.   updateStage()
  6.   stopvideo(2)
  7.   if isItAMovie(2) then
  8.     set dur to the duration of cast the castNum of sprite 2
  9.     startVideo(2)
  10.   end if
  11.   go(the frame + 1)
  12.   cursor(0)
  13. end
  14.