!7 sS imageID = #1006973; p { BufferedImage img = resizeImage(loadBufferedImage(imageID), 200); final Window w = showAnimation(img); final Shape shape = alphaToShape(img); swing { w.setShape(shape); } repeat with ms sleep 20 { w.setLocation(mouseX()+2, mouseY()+2); } }