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

  1. on exitFrame
  2.   NavigDog()
  3.   set Roll to ControlRollOver(1, 30, 115, 0, 0)
  4.   if Roll = 0 then
  5.     NavigPrevisu(3, 27, 198, 146)
  6.   end if
  7. end
  8.  
  9. on idle
  10.   global gBeforeClic
  11.   if gBeforeClic = 1 then
  12.     set gBeforeClic to 0
  13.     set the movieRate of sprite 6 to 1
  14.   end if
  15.   NavigDog()
  16.   set Roll to ControlRollOver(1, 30, 115, 0, 0)
  17.   if Roll = 0 then
  18.     NavigPrevisu(3, 27, 198, 146)
  19.   end if
  20. end
  21.