View Single Post
  #1  
Old 06-02-2002, 06:53 AM
Python523 Python523 is offline
Banned
Join Date: Aug 2001
Location: Illinois
Posts: 3,498
Python523 is on a distinguished road
Exclamation setcursor+setcursor2

I was messing around with some commands and I figured out how to work setcursor and setcursor2
for setcursor, use this, you'll understand
if (created||timeout) {
setcursor test;
test=(test+1)%25;
timeout=.05;
}
for setcursor2, it's a little different, go to your windows/cursors folder and put one of the files in your graal folder, then run
setcursor2 filename;
in a loop, it only works when you move your mouse though
Reply With Quote