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

  1. on exitFrame
  2.   NavigGlobal(3, 5, 67, 53, 61)
  3.   go(the frame)
  4. end
  5.  
  6. on mouseUp
  7.   case the clickOn of
  8.     5:
  9.       EndDogPuppet()
  10.       go(label(1))
  11.     6:
  12.       EndDogPuppet()
  13.       go("al")
  14.     7:
  15.       EndDogPuppet()
  16.       go("sens")
  17.   end case
  18. end
  19.