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

  1. on exitFrame
  2.   global gNoClic
  3.   if gNoClic = 1 then
  4.     EndDogPuppet()
  5.     go("Debut_1")
  6.   else
  7.     if gNoClic = 2 then
  8.       EndDogPuppet()
  9.       set gNoClic to 0
  10.       go("Place")
  11.     end if
  12.   end if
  13. end
  14.