home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Game Programming for Teens / VBGPFT.cdr / start.exe / start.dxr / 00048_cover.ls < prev    next >
Encoding:
Text File  |  2004-11-14  |  198 b   |  12 lines

  1. on mouseEnter
  2.   cursor(280)
  3. end
  4.  
  5. on mouseLeave
  6.   cursor(-1)
  7. end
  8.  
  9. on mouseUp
  10.   gotoNetPage("http://www.courseptr.com/ptr_detail.cfm?group=Game%20Development&all=1&bf=0&isbn=1%2D59200%2D587%2DX")
  11. end
  12.