
-----------------------------------
brownni
Tue Jan 24, 2012 8:39 pm

Any Way to Hide Cursor In Turing Window ??
-----------------------------------
What is it you are trying to achieve?
I am trying to find a script, or built in function that will hide the cursor during my game


What is the problem you are having?
I cant find anywhere on anything that will help http://compsci.ca/v3/images/smiles/icon_redface.gif


Describe what you have tried to solve this problem
Well so far i have a script made in AutoHotKey< Dont know if naming another program is against rules :/ 
The only down side to this script is that it makes a pop up that always starts on top of program
and you have to minimize! 


Please specify what version of Turing you are using
Version 4.1.1

-----------------------------------
Tony
Tue Jan 24, 2012 8:55 pm

RE:Any Way to Hide Cursor In Turing Window ??
-----------------------------------
There is no such build-in functionality. Use of external scripts is the only way to do it. If you have such an external script, it can be run with [tdoc]Sys.Exec[/tdoc]

-----------------------------------
Velocity
Wed Jan 25, 2012 12:03 am

RE:Any Way to Hide Cursor In Turing Window ??
-----------------------------------
is this what u wanted?
view.set (''nocursor'')

-----------------------------------
Tony
Wed Jan 25, 2012 12:27 am

RE:Any Way to Hide Cursor In Turing Window ??
-----------------------------------
oh... maybe. I was thinking of the mouse cursor. That's the one that's typically asked about.

-----------------------------------
brownni
Wed Jan 25, 2012 7:11 am

RE:Any Way to Hide Cursor In Turing Window ??
-----------------------------------
No i was talking about Like Mouse Cursor, and Thanks  tony im using the sys.exec command now. Just the script im using is kind of annoying but i found it off the internet :) But thanks anyway
