home *** CD-ROM | disk | FTP | other *** search
/ CD Loisirs 24 / CDL24.iso / LAPLACE / IDEM.DXR / Interwiews_21_Q1.ls < prev    next >
Encoding:
Text File  |  1996-10-10  |  367 b   |  16 lines

  1. on exitFrame
  2.   set ParLa to "Panneau 2BIS"
  3.   repeat while rollOver(6)
  4.     updateStage()
  5.     if not (the movieTime of sprite 2 < the stopTime of sprite 2) then
  6.       set ParLa to the frame + 1
  7.       exit repeat
  8.     end if
  9.   end repeat
  10.   set the member of sprite 2 to 0
  11.   updateStage()
  12.   set the member of sprite 2 to member "NoMov.MOV"
  13.   updateStage()
  14.   go(ParLa)
  15. end
  16.