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

  1. on exitFrame
  2.   EndDogPuppet()
  3.   go("Rapporteurs_1")
  4. end
  5.  
  6. on idle
  7.   global gBeforeClic
  8.   if gBeforeClic = 1 then
  9.     set gBeforeClic to 0
  10.     set the movieRate of sprite 6 to 1
  11.   end if
  12.   NavigDog()
  13.   set Roll to ControlRollOver(1, 29, 109, 0, 0)
  14.   if Roll = 0 then
  15.     NavigPrevisu(2, 27, 195, 140)
  16.   end if
  17. end
  18.