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_153.ls < prev    next >
Encoding:
Text File  |  2002-01-01  |  135 b   |  14 lines

  1. on mouseUp
  2.   cursor(-1)
  3.   startTimer()
  4.   go(the frame + 1)
  5. end
  6.  
  7. on mouseWithin me
  8.   cursor(280)
  9. end
  10.  
  11. on mouseLeave me
  12.   cursor(-1)
  13. end
  14.