by plinydogg » Thu Mar 02, 2006 12:59 pm
Novice,
I think I experienced the same issue the other day. To work around it, you can just add the following command in the Script Editor:
VisibilityState("thingYouWantHidden", DONT_DRAW_ONLY);
You can put this in Create Actor->Script Editor or in the code that brings the tile into view.
Does that make sense?