home *** CD-ROM | disk | FTP | other *** search
/ Grandes Inventos / INVENTOS.bin / pc / media / perso.dxr / 00356.ls < prev    next >
Encoding:
Text File  |  1996-01-01  |  255 b   |  13 lines

  1. on exitFrame
  2.   global gIdiom
  3.   set the movieRate of sprite 1 to 1
  4.   set the movieTime of sprite 1 to 0
  5.   repeat while the movieRate of sprite 1 = 1
  6.     updateStage()
  7.     if the mouseDown = 1 then
  8.       exit repeat
  9.     end if
  10.   end repeat
  11.   go(gIdiom)
  12. end
  13.