OK...This is THE dumbest question ever asked...
// ****************************************************************************
//
// Logic 1: PATRICK'S QUEST VER 1.0
//
// ****************************************************************************
#include "defines.txt"
#define star o3
if (new_room) {
load.sound(127);
sound(127,f16);
load.pic(room_no);
draw.pic(room_no);
discard.pic(room_no);
set.horizon(50);
status.line.off();
prevent.input();
program.control();
show.pic();
}
animate.obj(o3);
load.view(54);
set.view(o3,54);
set.loop(o3,0);
set.cel(o3,0);
position(o3,25,149);
ignore.horizon(o3);
ignore.blocks(o3);
ignore.objs(o3);
draw(o3);
if (have.key()) {
set(menu_enabled);
clear.lines(22, 24);
stop.motion(o0);
reset(f33);
new.room(2);
}
return();I am trying to get this little star to animate on my new title screen (BTW...

) and i put it on there and i get the 1st cel NOT animting...sorry guys i know this is a dumb question but i just CANT figure it out!!!

EDIT: ALSO!!!! How do i get the little Text to appear in the input place thingy at startup?...order like this
1. Picture Loads
2. The Star Loops in the Background with Animation
3. There is like a 500millasecound pause and then...
4. There is a little banner at the bottom that reads Patrick's Quest AGI created by smartguy240 copyright 2002 All Rights Reserved (Not really but i thought it would look cool here (

)!