home *** CD-ROM | disk | FTP | other *** search
/ SVM Multimedia Villagina 2 / Villagina_2.iso / pc / kiosque.dir / 00301_Script_301 < prev    next >
Text File  |  1995-10-23  |  511b  |  17 lines

  1. on startmovie
  2.   cursor 200
  3.   puppetsprite 46, true
  4.   --puppetsprite 45, true
  5.   --set the castnum of sprite 48 to 308
  6.   set the loch of sprite 46 to the mouseh
  7.   set the locv of sprite 46 to the mousev
  8. --  set the loch of sprite 45 to the mouseh
  9. --  set the locv of sprite 45 to the mousev
  10. end startmovie
  11.  
  12. on idle
  13.   set the loch of sprite 46 to the mouseh
  14.   set the locv of sprite 46 to the mousev
  15. --  set the loch of sprite 45 to the mouseh
  16. --  set the locv of sprite 45 to the mousev
  17. end idle