home *** CD-ROM | disk | FTP | other *** search
- property spriteNum, pNum, pName
- global gWhichPlatform
-
- on beginSprite me
- pNum = sprite(me.spriteNum)
- pName = pNum.member.name
- end
-
- on mouseUp me
- if gWhichPlatform = "Mac" then
- open("@:contents:photoshop:utilities:Dreamy_Installer")
- else
- open("@\contents\photoshop\utilities\dreamy_setup.exe")
- end if
- pNum.cursor = 0
- end
-