you can't save objects as te .x format in anim8or, but you can in the .3ds format, thats why it loads and the other one doesn't. also the screen is all blue because that is the default colour, you can change it like this.
`backgrounds
RedBackground = RGB 255,0,0
GreenBackground = RGB 0,255,0
BlueBackground = RGB 0,0,255
`loop
do
gosub Red_Background
wait 10000
gosub Green_Background
wait 10000
gosub Blue_Background
wait 10000
loop
Red_Background:
INK redbackground
set backdrop color ink
Green_Background:
INK GreenBackground
set backdrop color ink
Blue_Background:
INK BlueBackground
set backdrop color ink
i'm not sure if that would work, but anyways, the reason why the animation doesn't work is (i think) because there is a command to get the animation to start, but i'm not sure what this is.
anyways,
hope i helped,
Axelman
CURRENT PROJECT: Enemy At The Gates