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:Dizzy_Tryout")
- else
- open("@\contents\photoshop\utilities\QuickspaceDemo\Setup.exe")
- end if
- pNum.cursor = 0
- end
-