/* example Prescript script file for MPMorph */
/* This example is a simple Warp which Pixelates an image */
/* $VER: PixelWarp_MPM 4.4 (23.2.97)
 */
parse arg Base

numeric digits 12

options results
GetAttr Base Frame var f
options

SetAttr Base DX f
SetAttr Base DY f

exit