Part B: Use the custom GUI in the Resource Editor

From NeoAxis Engine Wiki

Jump to: navigation, search

1. So open up the Resource Editor.

2. Somewhere under Data create a new resource, UI Model. Call it say TickerWindow and use the base type of \Data\GUI\Controls\DefaultWindow.gui

3. Double click on the new resource to Edit it. In the new window right click and Create Control. Under \BaseTemplates\ you should find Ticker. Select and OK.

4. Now the new ticker is maxed to the window size. Select it and resize it to a standard height, etc.

5. Lastly add some text to its Text Property, set the Speed property to 100 and the set the Scrolling property to true. Note you must make the text longer than the Tickers width or it won't scroll.

6. It should be working now on the screen.

Personal tools