Smoother Mouse Polling?

I think this should be fine:

var point = this.add.circle(10,10, 4, 0x6666ff).setVisible(false);

If you give point a partial alpha instead and then move it ‘pointermove’, you’ve made a cursor.

1 Like