Scratch, a free program

 From:  BurrMan
4975.3 In reply to 4975.1 
""""""""Just have to figure out how to copy MoI files to it...""""""""""""

It appears to be a bitmap editing/animation app, so this script will do it:

code:
script:var img = moi.view.screenshot( 'viewpanel', false ); var name = img.getSaveFileName(); if ( name != '' ) img.save( name );


PS, Michael, what is wrong with this forum code tag please?

EDITED: 1 Mar 2012 by MICHAEL GIBSON