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
- filetorun = "contents:developer:tutorial_files:"
- Ok = baOpenFile(the moviePath & filetorun, "Maximised")
- else
- filetorun = "\contents\developer\tutorial_files\"
- Ok = baOpenFile(the moviePath & filetorun, "normal")
- end if
- pNum.cursor = 0
- end
-