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

  1. on exitFrame
  2.   EndDogPuppet()
  3.   go("Camion")
  4. end
  5.  
  6. on idle
  7.   global gClic
  8.   NavigDog()
  9.   if the movieRate of sprite 2 or (gClic = 1) then
  10.     go(the frame)
  11.   end if
  12. end
  13.