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

  1. on exitFrame
  2.   NavigDog()
  3. end
  4.  
  5. on idle
  6.   NavigDog()
  7.   if the movieRate of sprite 6 = 1 then
  8.     go(the frame)
  9.   end if
  10. end
  11.