Page 1 of 1

animation and rotation

PostPosted: Fri Aug 19, 2005 11:47 pm
by Conqueran
I have 2 questions. The first is how I can use paint to create animations.

Also I have been trying to rotate my actor. I assigned a key and typed

angle=angle+10;

However when I press the key the actor doesn't rotate. Am I missing something.
Thank You and I like the program very much.

PostPosted: Sat Aug 20, 2005 1:22 am
by BeyondtheTech
The graphics themselves do not rotate, it's for providing angle direction and movement.

PostPosted: Sat Aug 20, 2005 1:46 am
by Fuzzy
to add to what was just said, in the key down event, you need to change the animation to a graphic that shows the new rotation angle.

PostPosted: Sat Aug 20, 2005 4:28 am
by Conqueran
Thanks..