oops, title is wrong... I have 2 games... same code, different graphics, my bad.
Hi.
I just started AppGameKit yesterday.
I've got some nice parallax scrolling going, a surfboard on wavy water... well, it should be wavy, but the polygon around the sprite is not exactly following the waves.
It jumps from the first wavetop on my sprite to the last wavetop, so my surfboard is in the air above all the tops that are below this line.
What am I doing wrong?
This is the code where I set the physics for the wave sprite(2 lines).
SetSpriteShape( Wavesprite, 3 )
SetSpritePhysicsOn( Wavesprite, 3)