Set AppLab Mouse Coordinates

120 Views Asked by At

I've seen how to get the mouse coordinates in AppLab (which if you don't know is a code.org lab which uses JS and a very strange library). However, I want to set the coordinates. I've seen this link: App Lab Mouse Coordinates But it doesn't help. How would I set the mouse coordinates? (In other words, move the mouse using the computer).

2

There are 2 best solutions below

0
On BEST ANSWER

Unfortunately is not entirely possible to set the user's mouse coordinates in code.org. If I do ever find a workaround I will be sure to contact you!

1
On

You cannot manipulate the mouse pointer on App Lab. It's not even possible to do with regular Javascript.