multiples

If you're having trouble using Context Free or don't understand the language, ask for help here.

Moderators: MtnViewJohn, chris, mtnviewmark

Post Reply
QueenlyKing
Posts: 2
Joined: Wed Jun 09, 2010 9:40 am

multiples

Post by QueenlyKing »

how would you make multiples of something once you have finished making it?>

User avatar
MtnViewJohn
Site Admin
Posts: 882
Joined: Fri May 06, 2005 2:26 pm
Location: Mountain View, California
Contact:

Re: multiples

Post by MtnViewJohn »

You use the looping construct. Here is a good example of how it is done. Although you can nest loops inside of loops, so there is no need to have multiple rules to create a two-dimensional array of items. If there is any randomness in your design then each one will look different.

QueenlyKing
Posts: 2
Joined: Wed Jun 09, 2010 9:40 am

Re: multiples

Post by QueenlyKing »

thanks dude that helped so much

Post Reply