x


GUI script for Wave start.

Im a noob.. I need lesson on how to make GUI "wave #" appear in each new wave and then disapear with the next corresponding number.

more ▼

asked Feb 21 '12 at 08:41 AM

gravityForce gravatar image

gravityForce
1 1 1

(comments are locked)
10|3000 characters needed characters left

1 answer: sort newest

Well, if you have an integer variable which determines what wave you're up to, it's as simple as this:

GUILayout.Label("Wave: " + currentWaveNumberInt);

I'm really not sure what the question is here, to be honest.

more ▼

answered Feb 21 '12 at 08:43 AM

syclamoth gravatar image

syclamoth
14.8k 7 15 80

,Thanks alot...and what i meant to ask was show gui "wave #" on start of level and reappear on every other level with the "next wave "#"

Feb 21 '12 at 10:21 PM gravityForce

I'm afraid I can't really tell you exactly how to do that without knowing anything about how your levels actually work.

Feb 23 '12 at 03:50 AM syclamoth
(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:

x3684
x23
x20

asked: Feb 21 '12 at 08:41 AM

Seen: 418 times

Last Updated: Feb 23 '12 at 03:50 AM