Search found 2 matches
- 24 Oct 2012, 03:52
- Forum: Support
- Topic: Global variables/mouse clicking
- Replies: 2
- Views: 2457
Re: Global variables/mouse clicking
Thank you, it worked.
- 22 Oct 2012, 16:11
- Forum: Support
- Topic: Global variables/mouse clicking
- Replies: 2
- Views: 2457
Global variables/mouse clicking
How would i create some global variables to work with in both code pieces and normal actions. For example, setting the variables using: var mouse = new Mouse(); x = mouse.position().x; y = mouse.position().y; And after clicking this position not through code, but through normal actions. How can i do...