displaying text

rom1rom1 Member Posts: 2
edited November -1 in Working with GS (Mac)
Hi every one, i want to know how to displaying text in an actor by pressing mouse button on another one. I do have tuto but my english is not so good so i can t find out how.
Thanks

Comments

  • JohnPapiomitisJohnPapiomitis Member Posts: 6,256
    Rule: When touch is pressed
    -display text behavior

    Check out the gamesalad cookbook youtube chanel, and the videos on gshelper.com. They will help get you started and give you a much better knowledge of gamesalad

    cheers
  • mynameisacemynameisace Hull, UKMember Posts: 2,484
    Create a game integer attribute called 'Text'.

    In the one that is triggering the text, put a rule that says 'when touch is pressed' change attribute 'game.Text' to 1.

    In the one where you want the text displayed, put a rule saying 'when attribute 'game.Text' = 1 Display Text.

    Ace
  • rom1rom1 Member Posts: 2
    thank you guys i m new in game salad and i kind a like it
    thanks again
Sign In or Register to comment.