with( findimg( 200 ) ){ image = "block.png"; x = 10; y = 20;}
showimg( "block.png", 10, 20 );
with( findimg( 200 ) ) { image = "block.png"; x = 10; y = 20; }