0

I would like to create a main menu and a hud within the application that stores and displays user information. Buttons like sound and main menu options should exist..

Now i cant seem to find any examples of how to create this user interface / hud.

Any suggestions would be very helpful.

Thanks,

CS4 AS3

Lee
  • 73
  • 1
  • 6

3 Answers3

1

You may find The MinimalComps project interesting.

See it in action.

Gregory Pakosz
  • 69,011
  • 20
  • 139
  • 164
1

So this question is basically "How do I make buttons, and have those buttons do things when clicked?". I suggest starting with some basic Flash tutorials. Maybe buy a book on it, there's lots of them out there.

davr
  • 18,877
  • 17
  • 76
  • 99
  • No that wasnt the question at all. I am after creating a HUD with a display area, controls etc. Im wondering the correct method to do this as there seems to be a number of different methods. – Lee Mar 11 '10 at 11:10
0

You may find The miniui project interesting.

sliz
  • 1