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

  1. on mouseUp
  2.   global gNoChien
  3.   set the blend of sprite 28 to 0
  4.   set the blend of sprite 30 to 0
  5.   if gNoChien = 117 then
  6.     go(#next)
  7.   end if
  8. end
  9.