How do I load the next level after destroying an object?

What to tell the script if i destroyed 10 turrets then he loads next level (if you understand what i mean)

I need to know this. What scripts do you need or just write code example

(short version)
My first level has 3 turrets but when i destroy them i dont move on to the next level

1 Answer

1

http://unity3d.com/support/documentation/ScriptReference/Application.LoadLevel.html

Do any of the other components of the car have colliders or is it just the parent object of CAR which has a collider? Same questions for the 2 layers in the ROAD object. Also, the road doesnt need a RigidBody on it. If you are able to zip your project up and send it to me, i'll be happy to have a look for you.