home *** CD-ROM | disk | FTP | other *** search
/ 15 Beaut Aussie Games 1 / BEAUTGAMESV1.iso / pc / Windows / data1.cab / Program_Files / dswmedia / games / canetoad.dcr / Internal_32.ls < prev    next >
Encoding:
Text File  |  2002-01-01  |  196 b   |  16 lines

  1. on mouseUp
  2.   cursor(-1)
  3.   if not soundBusy(1) then
  4.     puppetSound(1, "repair.aif")
  5.   end if
  6.   moreRepairs(gameControl)
  7. end
  8.  
  9. on mouseWithin me
  10.   cursor(280)
  11. end
  12.  
  13. on mouseLeave me
  14.   cursor(-1)
  15. end
  16.