As my students are finishing up their game designs in Unit 3, the question was asked about hiding the cursor. All instructions I find for doing this with Javascript actually point back to using CSS which we don’t have the access to manipulate. Can anyone suggest ideas for this?
Unfortunately, no. You are correct that the way to do this would be with CSS (cursor: none
), but we don’t have any way to apply CSS styles from inside Game Lab.