Can somebody explain all of the Attributes

ChucklingMonkeyChucklingMonkey Member Posts: 92
edited November -1 in Working with GS (Mac)
Hi everyone,
I am confused with what the different attributes do (I think thats what they are). Ex: interger.

Thanks

Comments

  • mattyr64mattyr64 Member Posts: 82
    boolean is basically true or false
    text is a text string
    integer is a number (no decimal points)
    real is a number (with decimal points, like a float in other programming)
    angle is a value as an angle (0 to 359)
    index i assume is an array

    note: use search, it's quicker than waiting for someone to answer a fundamental question which has plenty of existing documentation on here and youtube.
  • devjohnsondevjohnson Member Posts: 94
    `Attribute - Game, Scene, or Actor attributes contain values accessible by actors. An attribute holds data of a certain type. There are 6 data types that you can select from.

    Boolean - true/false values.

    Text - text values. e.g. This is a text value

    Integer - Positive and negative whole numbers. e.g. 42

    Real - Positive and negative numbers which can have decimal numbers. e.g. 3.14159

    Angle - Positive whole numbers between and including 0 and 359.

    Index - Positive whole numbers greater or equal to 0.

    `

    From, GameSalad Documentation

    For other questions about how the software works, try the Support tab at the top of the page - there is a lot of great stuff in there.

Sign In or Register to comment.