I want to lock my mouse for 2 seconds after clicking left button. How?
You will have to use a sprite for mouse cursor.
Global Variable LockUntil=0 Mouse On Left click: Set LockUntil to (time+2) On every tick LockUntil<time : CursorSprite set position to Mouse.x, Mouse.y
I have just tried it but it doesn't work.
Develop games in your browser. Powerful, performant & highly capable.
You need to post your code or project file.