home *** CD-ROM | disk | FTP | other *** search
/ Practical Internet Web Designer 90 / PIWD90.iso / pc / main.dxr / behaviours_22_install_photoshop.ls < prev    next >
Encoding:
Text File  |  2004-01-09  |  235 b   |  13 lines

  1. property spriteNum, pNum, pName
  2. global gWhichPlatform
  3.  
  4. on beginSprite me
  5.   pNum = sprite(me.spriteNum)
  6.   pName = pNum.member.name
  7. end
  8.  
  9. on mouseUp
  10.   open("@\contents\photoshop\software\AdobePhotoshopCS\setup.exe")
  11.   pNum.cursor = 0
  12. end
  13.