Home › Forums › JavaScript › Modify JS › Reply To: Modify JS
June 24, 2016 at 3:20 am
#243128
Participant
You’re not too far off what you’re trying to achieve…
Pretty much all you need to do now is; define some sequences of images, perhaps just using arrays.
Determine how the parameters of the click event impact the resulting sequence (maybe quadrants) and then any subsequent clicks simply get the next index in the array based on the amount of clicks since the sequence started and draw it to the screen.