home *** CD-ROM | disk | FTP | other *** search
/ 3D World 154 / 3DW_154.iso / pc / 3dw.exe / 3dw.dxr / Internal_41_go3DWorld.ls < prev    next >
Encoding:
Text File  |  2009-06-30  |  132 b   |  12 lines

  1. on mouseEnter me
  2.   cursor(280)
  3. end
  4.  
  5. on mouseLeave me
  6.   cursor(-1)
  7. end
  8.  
  9. on mouseUp me
  10.   gotoNetPage("http://www.3dworldmag.com")
  11. end
  12.