!7 sS imageID = #1006973; p { Window w = showAnimation(imageID); swing { BufferedImage img = loadBufferedImage(imageID); w.setShape(shapeFromAlpha(img)); } repeat with ms sleep 50 { w.setLocation(mouseX()+2, mouseY()+2); } }