We'll say if i wanted to get, say, five jocks to do some choreography, that is a synchronized dance, do I have to do the code for jock1, jock2, jock3 etc etc? Or is there a way to write one section of code and have it applied to all five jocks?
________ Weed Vaporizer
That's where you use a list and the "For all together" command from the bottom of the program window. "For all in order" will have them perform one at a time.
If you have the Dann, et al, textbook there is a nice dancer example there. Most of the other texts also have examples.