toggle menu
Categories
Discussions
Dashboard
Sign In
·
Register
Sign In
·
Register
Categories
Discussions
Dashboard
Sign In
·
Register
×
Home
›
GameSalad 101
›
Working with GS (Mac)
How do I add a value to a attribute?
KlockoBL
Member
Posts:
2
April 2013
in
Working with GS (Mac)
I am trying to make a 2D Block Game, and moving the placer to make a grid is ugly and I need to add to the position of the placer, so how do I add a value to a attribute?
Comments
TheGabfather
Member
Posts:
633
April 2013
I don't know what the placer is or what adding to the position of the placer means,
but I do know that you can use the Change Attribute Behavior to change/add to/subtract from/append your Attributes
hope that helps, and good luck!
Warning
There was an error rendering this rich post.
dyllan
Member
Posts:
35
April 2013
You would use a change attribute like this:
Change, game.(NAME OF ATTRIBUTE) To, game.(NAME OF ATTRIBUTE)
and at the end of it put +, - or whatever command you have.
Hope I helped : )
Sign In
or
Register
to comment.
Comments
but I do know that you can use the Change Attribute Behavior to change/add to/subtract from/append your Attributes
Change, game.(NAME OF ATTRIBUTE) To, game.(NAME OF ATTRIBUTE)
and at the end of it put +, - or whatever command you have.
Hope I helped : )