Page 1 of 1

Game Glitch

PostPosted: Tue Aug 01, 2006 10:04 pm
by bkelynch
I made a game on game editor where you are driving in a car, and you have to avoid oncoming traffic, and collect stuff to go faster. My problem is if you pass about 40 actors of traffic (there are about 100 traffic actors
in the game), the game slows down, and all of the traffic dissapears
:shock: and after a while, it all reappears and in random positions on the screen. What is going on here?! :?

PostPosted: Wed Aug 02, 2006 8:40 am
by Hyperyon
Thats a huge bundle of actors! :shock:
Try destroying the ones you passed by setting a sensor after 40 of them.
Or clone actors instead of creating them.
Not sure :? Give it a shot.

PostPosted: Wed Aug 02, 2006 8:47 am
by Hyperyon
Or you can use only 1 set of 5 or more actors wich can appear again in desired order after you pass them. Parent a sensor on the bottom of the view. When cars collide with it, create them again on top.

PostPosted: Thu Aug 03, 2006 12:10 am
by Game A Gogo
make a filled regoin, put it down the screen at least +110 from the view (so when the cars qet deleted. it look nicer) then on the car, a colision that hes being destroy (use event actor!), and it should work!