Page 1 of 1

Region / create actor bug

PostPosted: Thu Feb 24, 2011 1:41 am
by yttermayn
What I did:
I had two different play areas and only one had a region around it. Outside the region, I had actor A create another actor B at a random location nearby. When I moved the view to the A actor, it created the other B actor fine. When I dragged the view until the original A actor was out of the view, suddenly a bunch of B actors were continuously created until I dragged the view back over A. It seems as if A's create actor script was being run every frame when A was not in view. Removing the region made this behavior stop.

Re: Region / create actor bug

PostPosted: Thu Feb 24, 2011 10:48 am
by Game A Gogo
Use two regions then. You're not suppose to go out of region like that o:
And I wouldn't be suprised this actors gets destroyed everyframe as well.