A downloadable mod

This script allows you to execute action OnMouseMovement.

You can enable/disable it.
You have access to its values as coppercube variables.

In example that i included you see how to disable enable it..
How to set value and compare value.

Variables to use are:
Disable_svcMouseEXE  -can be set 1 or 0
svcMouseEXE_SetCurVisible -can be set 1 or 0
svcMouseEXE_V -gives you value of vertical mouse movement
svcMouseEXE_H -gives you value of horizontal mouse movement
[remember that left & up value is negative value and right & down is positive value]
[with these values you can compare how fast was mouse moved and call action depending its values.-in example mouse left and right has this comparision]

Script is meant for beginners who dont like to play with javascript.(nothing fancy but can be useful)



Download

Download
CallActionOnMouseMovement.zip 1 MB

Comments

Log in with itch.io to leave a comment.

thank so much !!