Hello everyone. Im kinda new to sfml, and im trying to figure out how to do animation. Actually, I know how to do animation, but theres a few part about that are really bugging me. For example, if i wanted to switch between three images for a running animation, I would switch between three images with a Sleep(int) in between these, right? But the problem with this is that while its sleeping, NOTHING else can happen. I dont know how to get around this.
I hope you understand what im saying here, but yeah...