Community

AGI Programming => Mega Tokyo AGI Archive => Topic started by: Andrew_Baker on April 11, 2002, 09:01:19 PM

Title: position problem
Post by: Andrew_Baker on April 11, 2002, 09:01:19 PM
Yeah, I'm initializing a view object with position() and then drawing it after a flag is set.  However, it's drawing itself in the same wrong place every time.  Then, when I leave the room and return, it's right where it's supposed to be.

Any suggestions?
Title: Re:position problem
Post by: Andrew_Baker on April 11, 2002, 09:08:05 PM
Never mind, I just called new.room() instead of draw().  This way, the flag is set, and the initialization takes care of the drawing.  Anyway, thanks.