home *** CD-ROM | disk | FTP | other *** search
/ Cani & Cani / CANI.ISO / pc / program / ecole2.dxr / 00025.ls < prev    next >
Encoding:
Text File  |  1997-11-11  |  220 b   |  13 lines

  1. on mouseUp
  2.   global gClic
  3.   if gClic = 0 then
  4.     set gClic to 1
  5.     set the movieRate of sprite 10 to 1
  6.     go(the frame)
  7.   else
  8.     set gClic to 0
  9.     set the movieRate of sprite 10 to 0
  10.     go(the frame)
  11.   end if
  12. end
  13.