I would like to display an image while my InputScript is running. Is this possible?

You can use our "Viewer" component in the InputScript:

View (1,1) (10,40) "pleasewait.gif" -floating returnwindow="h_wait"
Screen ...
  ...
  Enter
...

// Last screen
Screen ...
  View closewindow="&V[h_wait]"
  Enter