x


rest button67567567

is there a code that if i press esc its rests the game

more ▼

asked May 26 '10 at 03:01 PM

josif gravatar image

josif
212 19 23 35

By rest do you mean pause?

May 26 '10 at 03:37 PM equalsequals
(comments are locked)
10|3000 characters needed characters left

1 answer: sort voted first

Simple

if (Input.GetKey (KeyCode.Escape)) {
  Application.LoadLevel (Application.loadedLevel);
}

You need to have the level added in the build settings though.

more ▼

answered May 26 '10 at 04:07 PM

Veli gravatar image

Veli
61 3

(comments are locked)
10|3000 characters needed characters left
Your answer
toggle preview:

Up to 2 attachments (including images) can be used with a maximum of 524.3 kB each and 1.0 MB total.

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Topics:

x798
x9
x1

asked: May 26 '10 at 03:01 PM

Seen: 429 times

Last Updated: May 26 '10 at 03:01 PM