kyma•tweaky . How . StepThroughAnArray |
(!KeyDown nextRandom abs * 5 of: #( 30 40 50 60 70)) nn
(this is expression is actually from the book) which is helping me understand the nature of arrays and where one can use them...So this expression play's randomly because of nextRandom abs
. My question would be how can I play through the array consecutively? My guess is that I would replace the !KeyDown nextRandom abs * 5
with something else. But what?
(!KeyDown countTriggersMod: 5) of: #( 30 40 50 60 70)) nn
-- CarlaScaletti - 08 Dec 2006
WebForm | |
---|---|
Question: | How do I step through the values of an array consecutively, one on each !KeyDown? |
Keywords: | arrays consecutive sequencer |
----- Revision r1.1 - 08 Dec 2006 - 01:31 GMT - CarlaScaletti
|