| 02-03-2004, 02:55 AM | #1 |
Do periodic events that run a lot cause lag? I am doing a keyboard move function, so if I had a trigger that ran every .1 seconds, even if I cleaned up my leaks inside of it, would it still lag just because of the sheer amount of times it is run? |
| 02-03-2004, 07:09 AM | #2 |
heh Periodics work like a charm, as long as you aren't doing to intense code or leaking much (as it gets magnified alot when run this often), it is totally fine. In fact, people are doing 0.01 periodics.... and even 0.001 periodics, without a problem. So you don't have worry much. Cubasis |
