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

  1. on exitFrame
  2.   NavigDog()
  3.   ControlRollOver(2, 11, 104, 0, 0)
  4.   go(the frame)
  5. end
  6.  
  7. on mouseUp
  8.   case the clickOn of
  9.     11:
  10.       EndDogPuppet()
  11.       go("Anti1")
  12.   end case
  13. end
  14.