Iphone Setup! =) (Again)
Posted: Mon Mar 26, 2012 10:19 pm
This is an iphone setup, again xD... I made a couple of these a while back, but this time it comes with a demo? Feel free to use this commercially or non-commercially. Please give credit to William Craig Ramsey if you do use it
Files:
Screenshot:
Positioning and coloring them is easy!
simply make the menu actor, then place this in a create actor script editor for each actor besides the Menu actor
To color, just set the RGB. =) Enjoy
Also make the Menu's parrent the view, and all of the other items' parrent the menu, so View is hud's granddaddy.
Files:
Screenshot:
Positioning and coloring them is easy!
simply make the menu actor, then place this in a create actor script editor for each actor besides the Menu actor
- Code: Select all
x=Menu.x;
y=Menu.y;
To color, just set the RGB. =) Enjoy
Also make the Menu's parrent the view, and all of the other items' parrent the menu, so View is hud's granddaddy.