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

  1. on exitFrame
  2.   NavigDog()
  3.   ControlRollOver(1, 3, 66)
  4.   go(the frame)
  5. end
  6.  
  7. on mouseUp
  8.   case the clickOn of
  9.     3:
  10.       if the machineType <> 256 then
  11.         BruitPage()
  12.       else
  13.         puppetSound(0)
  14.       end if
  15.       EndDogPuppet()
  16.       go(label(-1))
  17.   end case
  18. end
  19.