Add movement to sketch without using draw function?

edited January 2017 in p5.js

Is it possible to add movement to a sketch without using the draw function?

I am currently using the display: function(){ because I have multiple things to show when the mouse is clicked. In this display: function(){ is it possible to have movement in the sketch? or is movement only possible in the draw function?

Thank you

Answers

Sign In or Register to comment.