Actions
Bug #13
closedX Mouse = INTEGER , Y Mouse = INTEGER not working, causing Syntax Error
Start date:
01/17/2020
Due date:
01/21/2020
% Done:
0%
Estimated time:
Affected version:
Description
X Mouse = INTEGER , Y Mouse = INTEGER not working, causing Syntax Error
Works fine as X=X Mouse, Y=Y Mouse
Updated by Francois Lionet almost 5 years ago
- Status changed from New to Resolved
- Target version set to 0.9.3
Fixed!
Updated by Baptiste Pillot almost 5 years ago
- Status changed from Resolved to Closed
- source : https://www.amos2.fr/ide/Amos2/Ide/Program/456
- run : https://www.amos2.fr/run/tickleman/13/
Now compiles well, and runs without error.
But : This code should show a mouse cursor, and force its position, no ?
Perhaps it is not possible to control the Windows mouse in in-browser-js...
Show On
X Mouse = 10
Y Mouse = 10
Do
Wait Vbl
Loop
Well, the compilation problem is solved :).
Actions