UDK/ UnrealScript class interaction? HUD advice?

Posted by Holly on Game Development See other posts from Game Development or by Holly
Published on 2012-04-06T16:20:55Z Indexed on 2012/04/06 17:43 UTC
Read the original article Hit count: 252

Filed under:
|
|
|

Beginner basics requested here, While i'm familiar with the basics of OOP programming i've just started looking as UnrealScript for a game i had made in the UDK editor up to now.

I have a class that extends UTHUD and another that extends UDKPAWN. I have the pawn destroyed when its been shot 3 times and some basic helloworld text displaying in my HUD but i'm completely lost as to how one would get some sort of feedback between the two classes going on?

What i would like to do to start off, is have some text that says something like "Amount of baddies killed: 0" Displayed on the HUD which would then increment each time the player destroyed one of my pawns.

I'm sorry if this is an inappropriate question but i've never really worked within a framework like this before and wasn't sure where to go for help to get my footing. All advice appreciated!

© Game Development or respective owner

Related posts about engine

Related posts about udk