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

  1. edit2Box "Assign Block" "Enter the coords for the block" "X" "Y" Ted::bX Ted::bY
  2.  
  3. if test $dlgResult != [cancel]
  4.    Ted::listBlocks $Ted::currFile Ted::blockName
  5.  
  6.    if test $dlgResult != [cancel]
  7.        Ted::assignBlock $Ted::currFile $Ted::blockName $Ted::bX $Ted::bY
  8.    endif
  9.  
  10. endif
  11.  
  12.