!7 sS imageID = #1006973; static int width = 150; p { BufferedImage img = resizeImage(loadBufferedImage(imageID), width); 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); } }