switching levels

how can i make it that my one of my levels automatically switches after a cinematic is done

2 Answers

2

dude, there's a search function for a reason. Use `Application.LoadLevel`

then use bookmarks in your browser! That's what they're there for.

As in, change the scene?

If you want to do that, have a timer like

`yield WaitForSeconds (time)` or have a trigger set off at the end of your cut scene.

Then use `Application.LoadLevel("name of scene")`

To learn more about how to use these functions, search the Documentation, as it has plenty of examples!