| View previous topic :: View next topic |
| Author |
Message |
firegoron
Joined: 16 Mar 2007 Posts: 36
Digg It |
Posted: Sat Apr 19, 2008 8:41 pm Post subject: Carl, i need some mouse help =( |
|
|
| ok dude. i have this script im making for a game, and i need some help with the mouse. what i want it to do is, as the mouse will get closer to one end of the sensor bar, directinput will slowly increase in that direction. sort of like a mouse script for pitch. i would use pointerx but its just too sensitive and i find the mouse flying around the screen. help me out? |
|
| Back to top |
|
 |
TheDro
Joined: 10 Feb 2008 Posts: 39 Location: Canada
Digg It |
Posted: Mon Apr 21, 2008 11:06 pm Post subject: |
|
|
I'm not sure I understand what you're trying to do. Could you post a part of your script? And if you're trying to make things less jittery, try using
Smooth(<input>, #) where # is the number of frames(1/60 of a second) that are used to calculated the average. |
|
| Back to top |
|
 |
firegoron
Joined: 16 Mar 2007 Posts: 36
Digg It |
Posted: Fri Apr 25, 2008 1:07 pm Post subject: |
|
|
| a script that works like pitch but instead on the x axis, so the more its pointed to one side of the sensor bar, the more direct input would go to the mouse |
|
| Back to top |
|
 |
|