Hi, You can use GetForegroundWindow and compare the result with Max’s window handle to see if they match. Cheers, Light
Also try this website when trying to work out the right expression. It’s pretty cool. Light
Thanks man. Very impressive work (: Cheers, Light
Thanks man, appreciate it. It’s good to see quality tools realized by others (: That game you linked looks pretty awesome. Not to derail the thread, …
Looks good man. Is that a Mass Effect gun? (: Cheers, Light
Hi, If that’s all you want, I guess you can also do this: 50 * (Random 1 4) Cheers, Light
Yep that’s sort of the stuff I was doing. I looked some of my directories briefly but couldn’t find it. But don’t worry I am keeping this page open an…
Will try to find some code in my dev archive (: Light
Another way to do this that doesn’t require using a timer is to use low level keyboard hooks and limit it to Max only. I did something similar and it …
Or have the app go only backwards in time and not forwards (then loops back to end), so they have to animate backwards. Btw cheers to our fellow anim…
elT: I’m all for it under one condition. If the autokey/set key equivalent is on, the app will at a random point in time pop out a technical questio…
Sorry to derail the thread guys, but I am glad I am not alone. After all great minds think alike (: I guess only we could appreciate a well done syst…
I did something similar at work last year, nobody wanted to use it. I guess not everyone appreciates good character tools (: Light
This is Marsel’s work. I told everyone at work, that his stuff was gold, and see what happened. The man is a true genius. This is gonna change everyth…
It just sets the indexed BitArray element to true. The difference is his uses a BitArray, yours creates an Array. BitArrays are more compact than Arra…