Replicating A Pattern

This time round i need to get the pattern drawn on the drawing board to be repeated on another area of the stage.I need it to be repeated 4x4 tile. Any idea??

you can do it wit a for loop…
numpatterns = 4;
for (i=0; i<numpattersn; i++) [
//code here to duplicate ur patterns
}