Change attribute
Tempiero
Member Posts: 24
Hi
I have one actor, which is spawning in 5 column and i need, when it is for example in column 3 and in the same time is again spawned in column 2, i need change self.column to 2 for one and 3 for second. But it is only one actor spawning at 5 places in random time.. so it could be spawn 3x in the same time in 3 columns for ex.. I need that in column 3 it has self.column 3 and in column 2 self.column 2... But now it when spawn in column 2 first and second later spawn it in column 3 it change all these attributes to self.column 3...
Comments
I'm sorry, I don't understand what you wrote. Maybe take it a small step at a time as far as explaining. A sketch or screenshot would help, too. Or if English isn't your first language, use Google Translate to write in your native language and then post the translation here.
New to GameSalad? (FAQs) | Tutorials | Templates | Greenleaf Games | Educator & Certified GameSalad User
I have one actor who appeared in random time in one of the five columns in the scene. Appears randomly and it happens that the same actor who appears on the scene in three columns and I need, so every time, depending on what column appears attribute changed depending on what column and that he stayed. So far I have at the discovery of three actors on the scene suddenly turns into one common attribute, which have all changed depending on what column appeared the last. I need to stay one attribute in each column with another actor. To not change when they appear again next next column. In order to change the previous attribute in the previous actor
I still don't understand what you wrote but the image helps.
Right before you spawn a column of actors, increase an integer game attribute (e.g. game.columnID) by one. In the column actor, at the top of the rule list but not inside of a rule, change self.ID to game.columnID. Then display self.ID or use that in a rule condition as needed.
New to GameSalad? (FAQs) | Tutorials | Templates | Greenleaf Games | Educator & Certified GameSalad User