use a for loop, ill give an example lets say you want to set up 25 bananas randomly over the screen, do ACLS FOR I=0 TO 24 SPSET I,5 SPOFS I,RND(400),RND(230) NEXT is that what you mean?