home *** CD-ROM | disk | FTP | other *** search
/ Game Programming - All in One (3rd Edition) / game_prog_all_in_one_3rd_ed.iso / start.exe / start.dxr / 00043_gotoChapterData.ls < prev    next >
Encoding:
Text File  |  2006-09-19  |  181 b   |  14 lines

  1. on mouseEnter me
  2.   sprite(10).color = rgb(122, 98, 210)
  3.   cursor(280)
  4. end
  5.  
  6. on mouseLeave me
  7.   sprite(10).color = rgb(0, 147, 133)
  8.   cursor(-1)
  9. end
  10.  
  11. on mouseDown me
  12.   go("Data")
  13. end
  14.