how made GUIButton for car game

hello, somebody tell me how to make GUIButton for NEXT_CAR so that once you press the camera went in place of No. 1 and after pressing the camera went to the road in place of No. 2, or how to do this so that when I press the button appears NEXT_CAR a car and I press it again appears NEXT_CAR other

THX for all.

2 Answers

2

Ok a simple way would be to create normal GuiButton like this:

if(Input.GetButtonDown ("Fire1")){

Application.LoadLevel ("Car_two");

}

You just need to create different scenes with your cars on them and just create button to load every scene.

Good Luck

thanks but I mean such a thing http://www.nplay.com/InvinciCar_Online/ and how to do that when I select 1 of 10 car is a car appeared on the route to each vehicle and the route will not do separate scenes, because I took the pot to a lot of space