Changes between Version 2 and Version 3 of GUI_-_Scripting_Reference


Ignore:
Timestamp:
Sep 29, 2013, 9:00:54 PM (11 years ago)
Author:
Josh
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GUI_-_Scripting_Reference

    v2 v3  
    99 * [wiki:GUI_-_Custom_Objects Custom Objects][[BR]]Custom objects are building blocks of the real GUI objects, such as scrollbars, icons and tooltips.
    1010 * [wiki:GUI_-_Actions Actions][[BR]]A perfect example of an action is when a button is pressed, and Javascript is executed.
    11  * [wiki:GUI_-_Styles Styles][[BR]]Styles are templates with properties. Instead of manually giving ten objects the same values, you can just create a style and use it on those objects.
    12  * [wiki:GUI_-_Sprites Sprites - Updated][[BR]]In the GUI, what is regarded a ''sprite'' is not just an image, it is a collage of sometimes a multitude of images, with different placements relative to the host object. As with many parts of the GUI, master this and you will find the GUI quite powerful.
     11 * [wiki:GUI_-_Styles Styles] - Updated[[BR]]Styles are templates with properties. Instead of manually giving ten objects the same values, you can just create a style and use it on those objects.
     12 * [wiki:GUI_-_Sprites Sprites] - Updated[[BR]]In the GUI, what is regarded a ''sprite'' is not just an image, it is a collage of sometimes a multitude of images, with different placements relative to the host object. As with many parts of the GUI, master this and you will find the GUI quite powerful.
    1313 * [wiki:GUI_-_Text_Renderer Text Renderer][[BR]]There are a number of ways you can change the format of the text you're typing, including nesting images and icons, by inserting tags similar to those of HTML. This text rendering system is generic in the GUI so it's worth taking a peek at.
    1414 * [wiki:Exposed_GUI_Functions GUI Javascript Functions][[BR]]Learn how to manipulate the GUI with Javascript.