to setup
clear-all
import-pcolors-rgb "dog.jpg"
ask patches [
sprout 1 [
set color pcolor
set shape "cat"
set heading 0
]
]
ask patches [
set pcolor black
]
reset-ticks
import-drawing "teddy.jpg"
end
to go
ask turtles [
right 5
]
tick
end
-- this is what I had and you can have two or more pictures