home *** CD-ROM | disk | FTP | other *** search
/ Chip 1997 - Expo 2000 / Image.iso / t-online / show / xtras / ffxtras / -ffdesig.dir / 00085_aboutBox.ls < prev    next >
Encoding:
Text File  |  1996-03-15  |  368 b   |  15 lines

  1. on mouseUp
  2.   if the machineType = 256 then
  3.     set theAbout to the moviePath & "-FFABOU.DIR"
  4.     set the windowType of window theAbout to 4
  5.   else
  6.     set theAbout to the moviePath & "-About FileFlex"
  7.   end if
  8.   tell the stage
  9.     puppetPalette("System - Mac")
  10.   end tell
  11.   set the title of window theAbout to "About FileFlex"
  12.   open(window theAbout)
  13.   cursor(-1)
  14. end
  15.