Adventure Game Studio

AGS Support => Advanced Technical Forum => Topic started by: Calin Leafshade on Wed 30/09/2009 21:34:55

Title: Odd object problem (SOLVED)
Post by: Calin Leafshade on Wed 30/09/2009 21:34:55
For some reason i have a certain object which is completely ignoring my polite requests to be visible.


if(VisitedMausoleum == true){
 Display("woo");
oPapers.Visible = true;
}


I've debugged it to some degree (notice the 'woo') so i definately know the line is executing but the object just refuses to be visible.

Any ideas? Have i done something stupid?
Title: Re: Odd object problem
Post by: Pumaman on Wed 30/09/2009 21:37:24
Is it behind a walk-behind area? Might you have some other code turning it back off again?
Title: Re: Odd object problem
Post by: Calin Leafshade on Wed 30/09/2009 21:45:50
Yeah, Walkbehind area.. thanks