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

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