Okay, here is the code now...
#define OBJRKEY 100
#define OBJGKEY 200
#define OBJBKEY 300
#define OBJYKEY 400
typedef struct
{
int _pX;
int _pY;
int _objtype;
int _value;
int _status;
}tKEYOBJ;
tKEYOBJ KeyObj[6] =
{
{272,368,300,1,1},
{272,432,300,1,1}...