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_152.ls < prev    next >
Encoding:
Text File  |  2002-01-01  |  115 b   |  13 lines

  1. on mouseUp
  2.   cursor(-1)
  3.   go("start1")
  4. end
  5.  
  6. on mouseWithin me
  7.   cursor(280)
  8. end
  9.  
  10. on mouseLeave me
  11.   cursor(-1)
  12. end
  13.