ID:158171
Oct 16 2009, 5:26 pm
|
|
How can I go about making it so when I move a proc is called when the mobs movement animation is done? I've tried a few things but they have timing issues...
|
Oct 16 2009, 5:36 pm
|
|
As it's a purely graphical effect you cannot. However, if you fix the value of pixel_step_size you can know when it should finish, by just doing 32/pixel_step_size.
|
In response to Garthor
|
|
That's a little disappointing but I will try your advise.
Edit: Cool I got it to look clean. Thanks. |