I started to dig through the 164 pages of posts here, but I became discouraged around page 25 or 26 >.<
I have a small issue that I'm uncertain with how I want to do this. I'm moving from an AS3 environment so I had functions like tweening to allow for smooth movement.
C2 didn't have a movement system that worked the way I designed this game so I simply created it, but I really need a tweening.
Right now I hard set the coords by saying on left -> player.x = player.x + 64. I was curious if there was a prebuilt functionality that would say player.x slide +64 to allow for a smooth transition while playing the animation.
I've written out a quick and dirty method that should allow me to use globals and the every tick or every second abilities to properly move the player, but if C2 has an easier way already built in then I'd rather use it than wasting my event limiters on the free edition.
I won't care about the "cleanliness" of my code quite so much after I can afford to pick up a standard license, but until that time I'm going to act like a C developer on a 386 :D
Any help would be great and thanks in advance.