Well, i'd been wondering if there is a way i could detect is someone is holding the left-click? and also if i could do the pointer moves around like to give a recoil effect?
If any of those is possible please, let me know. =)
-Danny Kenobi
ID:272707
![]() Dec 18 2008, 9:35 am
|
|
![]() Dec 18 2008, 10:02 am
|
|
The first one can be found through MouseDrag() or a combination of MouseDown() and MouseUp(). I don't know what you mean by the second.
|
Hmm, i belive you have played shooter games, right? if so you may have noticed there is something called "recoil" where your aim moves around to do it harder to hit your target, i am wondering if it's possible to do an effect like that?
|
Hum, I guess you can change the mouse icon to several states, but that would only change the visual appearence, you can't directly mess with a person's mouse location.
|
You might be able to mess around the mouse cursor in a 32x32 area to simulate inaccuracy by switching to states in which the hotspots are placed differently. Not sure though, but that's probably (almost?) the only thing you can do.
|