
-----------------------------------
SNIPERDUDE
Fri Jun 16, 2006 1:02 pm

NEED HELP WITH MOUSE CURSOR
-----------------------------------
is there a code in turing where you can replace the standard mouse cursor with another drawn one? :? 

thx in advance

-----------------------------------
MysticVegeta
Fri Jun 16, 2006 1:42 pm


-----------------------------------
Not really, but you could put some brainz into it ;)
For ex: you have an img called "cursor.jpg"
Learn how to draw it in turing, using, Pic.FileNew and Pic.Draw.
Also research, Mouse.Where. Learn how to use that.
Then look plug in the mouse's x and y values into the Pic.Draw, and you are ready to go ;)

But note though: You will still be able to see the classic mouse
It will not take over completely

-----------------------------------
upthescale
Fri Jun 16, 2006 2:24 pm


-----------------------------------
Althou there is a Mouse.Hide(); in Turing, it does not work. In Flash Mx, there is coding called ActionScript and you can create your own mouse, and even take out the computers default mouse

-----------------------------------
Reality Check
Fri Jun 16, 2006 3:10 pm


-----------------------------------
I don't think you can in Turing.  You can always just draw a picture that you made wherever the mouse goes.  Use Pic.New, Pic.ScreenLoad,  and Pic.Free to do this.  Use View.Update and setscreen ("offscreenonly") to fix the flickering.  Research those to figure it out.  Of course, you still see the actual cursor but you now see your pic following it.

-----------------------------------
Hack.saw
Fri Jun 16, 2006 3:45 pm


-----------------------------------
Althou there is a Mouse.Hide(); in Turing, it does not work. Why would they add a comand into turing that dosn't work???

-----------------------------------
Bored
Fri Jun 16, 2006 9:24 pm


-----------------------------------
Why would they add a comand into turing that dosn't work???
For furture implementation, or old junk. Either they plan to add it in the furture put have not yet finished it, or they used to have it but removed it for some reason or another.

-----------------------------------
Dan
Fri Jun 16, 2006 10:07 pm


-----------------------------------
Althou there is a Mouse.Hide(); in Turing, it does not work. Why would they add a comand into turing that dosn't work???

It is old junk. Worked in the days of DOS turing i blive. Tho it used to be mousehide() or somthing like that. My guse is that they are going to put it back if they ever make a new good verson of turing. (Turing 2?)

Also there are alot of comands i have found that do not work 100% corectly. Esptaly when used with the net comands.

-----------------------------------
SNIPERDUDE
Tue Jun 20, 2006 4:55 pm


-----------------------------------
but is there an updated version of that code that does work?

-----------------------------------
Clayton
Tue Jun 20, 2006 4:57 pm


-----------------------------------
unfortunately no, you could use Sys.Exec and run a program that does change the cursor but other than that...

-----------------------------------
SNIPERDUDE
Wed Jun 21, 2006 12:22 pm


-----------------------------------
do you know of any programs that does this?  And if not, do you know where I can find such programs?

-----------------------------------
aldreneo
Wed Jun 21, 2006 12:31 pm


-----------------------------------
I will write a Tutorial
It will have an image that follows the mouse(As if it where the mouse courser)

-----------------------------------
[Gandalf]
Wed Jun 21, 2006 12:47 pm


-----------------------------------
Yeah, but it won't be the mouse cursor.  The difference being that the mouse cursor will always overlap whatever image you have under it.  Really, unless you want to learn VB or something to that extent, you should ask someone who is familiar with the Windows API to write a program that will temporarily change the mouse cursor.

-----------------------------------
aldreneo
Wed Jun 21, 2006 1:03 pm


-----------------------------------
...One sec as I google

-----------------------------------
SNIPERDUDE
Wed Jun 21, 2006 2:42 pm


-----------------------------------
I have cursorxp, would that work?  And how would I use a program to temp change th cursor?
