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

  1. on exitFrame
  2.   NavigDog()
  3.   ControlRollOver(2, 3, 166, 0, 0)
  4.   go(the frame)
  5. end
  6.  
  7. on mouseUp
  8.   case the clickOn of
  9.     3:
  10.       BruitPage()
  11.       go(#previous)
  12.     4:
  13.       BruitPage()
  14.       go(#next)
  15.   end case
  16. end
  17.