home *** CD-ROM | disk | FTP | other *** search
/ Classic Fond 54 / ClassicFond54.iso / games / stars.rar / ted.vol / resize.cs < prev    next >
Text File  |  1999-02-19  |  195b  |  5 lines

  1. edit2Box "Resize" "Enter new dimensions (in # of blocks)" "Blocks wide" "Blocks high" Ted::bW Ted::bH
  2. if test $dlgResult != [cancel]
  3.    Ted::resizeFile $Ted::currFile $Ted::bW $Ted::bH
  4. endif
  5.