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

  1. on exitFrame
  2.   NavigDog()
  3.   ControlRollOver(4, 3, 66)
  4.   go(the frame)
  5. end
  6.  
  7. on mouseUp
  8.   case the clickOn of
  9.     3:
  10.       BruitPage()
  11.       EndDogPuppet()
  12.       go(label(-1))
  13.     4:
  14.       BruitPage()
  15.       EndDogPuppet()
  16.       go(label(1))
  17.     5:
  18.       BruitPage()
  19.       EndDogPuppet()
  20.       go("o")
  21.     6:
  22.       BruitPage()
  23.       EndDogPuppet()
  24.       go("r")
  25.   end case
  26. end
  27.