1
Ask a Question / Re: Why my collision event works only once?
« on: July 17, 2014, 02:34:25 pm »
I have to spawn some tiles and actors as the player travels across the map (it can travel in only one direction and predetermined speed). And because the map is really large, I can not spawn all the tiles at one time, so I made some check points. If the player collide with the checkpoint, it will spawn some tiles and actors. Maybe there is a better solution for this, but I do not know what
.
