how do I place my $ so that the number doesnt overlap it when it gets to big

scuurproscuurpro Member, PRO Posts: 63
edited May 2014 in Working with GS (Mac)

Hello in my game I deal with money when the number gets to big it overlaps my $ how do I make it so that does not happen.
I have a feeling It has to due with Constrain and you just constrain it a certain distance away from the number but what happens if its like $10000 and jumps down to $--- ----1 how would you make it go $1

Comments

  • SocksSocks London, UK.Member Posts: 12,822
    edited May 2014

    "$"..game.attribute

  • colandercolander Member Posts: 1,610
    edited May 2014

    In Text Display open the Expression Editor and type with quotes "$"..yourAttribute If you want to use a space "$\32"..yourAttribute

    To add more spaces just add more \32 i.e. "$\32\32\32" also for reference \n will give you a new line

  • scuurproscuurpro Member, PRO Posts: 63

    Thanks answered my Question

  • SocksSocks London, UK.Member Posts: 12,822
    edited May 2014

    @scuurpro said:
    Thanks answered my Question

    . . .

    @colander said:
    To add more spaces just add more \32 i.e. "$\32\32\32" also for reference \n will give you a new line

    . . . (for spaces) also hitting option+space works too.

Sign In or Register to comment.