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

  1. on exitFrame
  2.   NavigDog()
  3.   go(the frame)
  4. end
  5.  
  6. on mouseUp
  7.   puppetSound("PAGE_2")
  8.   EndDogPuppet()
  9.   case the clickOn of
  10.     10:
  11.       go("Federations")
  12.     11:
  13.       go("Obligations")
  14.     12:
  15.       go("Adresses")
  16.     13:
  17.       go("Formations")
  18.     14:
  19.       go("Clubs")
  20.   end case
  21. end
  22.