Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums JavaScript Modify JS Reply To: Modify JS

#243128
Jerba
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.