I'm having quite a perplexing problem with what should be a simple animation using vinka's spacecraft3.
I've made a simple test mesh with a door that I'm trying to have rotate 90deg open/closed.
For some reason when I view my ship with the focus on orbiter the door is stuck at a 45deg angle and hitting the animate button (K) doesn't appear to do anything, however if I hit F4 and hover the mouse over the menu bar the door pops to the position it should be in and the animation proceeds correctly, moving the mouse off the menu bar cuses the door to pop right back to it's 45deg angle.
Any idea what might be causing this?
Animation code from the ini is below:
Thanks for any help 
I've made a simple test mesh with a door that I'm trying to have rotate 90deg open/closed.
For some reason when I view my ship with the focus on orbiter the door is stuck at a 45deg angle and hitting the animate button (K) doesn't appear to do anything, however if I hit F4 and hover the mouse over the menu bar the door pops to the position it should be in and the animation proceeds correctly, moving the mouse off the menu bar cuses the door to pop right back to it's 45deg angle.
Any idea what might be causing this?
Animation code from the ini is below:
Code:
[ANIM_SEQ_0]
; door
KEY=K
DURATION=4
INIT_POS=0
[ANIM_COMP_0]
SEQ=0
GROUPS=1
TYPE=ROTATE
ROT_PNT=(0,-9.8,29.9)
ROT_AXIS=(1,0,0)
ANGLE=-90