home *** CD-ROM | disk | FTP | other *** search
- on mouseUp
- if the machineType = 256 then
- set theAbout to the moviePath & "-FFABOU.DIR"
- set the windowType of window theAbout to 4
- else
- set theAbout to the moviePath & "-About FileFlex"
- end if
- tell the stage
- puppetPalette("System - Mac")
- end tell
- set the title of window theAbout to "About FileFlex"
- open(window theAbout)
- cursor(-1)
- end
-