-
Master Reset
by quinn221 ·@jamie_c thanks...but I am still a bit fuzzy on it, do you have any examples? And how would you reset a saved attribute -
Change attribute for few seconds
by Disimob ·Maybe there is a super easy answer to this question... But i m not able to change an attribute for 2seconds. I change attribute for example boolean fromfalse to true and then i put a rule when attribu -
Can't get game score to show only when game is playing?
by Lae Dev ·I have a game attribute called "playing". When I click start it gets changed to true, and I want a score to be shown when this happens. -
Use 2 different colored custom fonts for score?
by Lae Dev ·(Quote) -
Use 2 different colored custom fonts for score?
by Spalding004 ·Or, if you still wanted to use colored images name your blue images "b1, b2," etc and in your constrain: -
Remove ads button
by http_gamesalad ·Make a boolean called Delete Ad (leave it unchecked) .. When touch is pressed and TableCelVal is purchased do : change attribute game.delete ad to true then save it .. where your banner actor (iAd ac -
Ten Years Left - coming soon(ish)
by jonmulcahy ·(Quote) -
Ten Years Left - coming soon(ish)
by wayback_gamer ·@jonmulcahy you should be able to make your logic respond and calculate all using a real attribute and words which will act as a database and cause changes in other real attributes to create the outco -
Unlocking Characters problem
by fZolee ·My setup so far is: one blank HERO actor, which changes image depending on the players choice of character, one "which character" integer attribute, a Table with actors in the rows a -
IAP questions
by Tomvn ·Thank, but i still got confuse . What condition attribute game.lose_.. to true for . -
Limiting speed of rotation.
by RabidParrot ·Thanks for your response. Unfortunately I don't think that that will help me achieve what I am looking for. I ended up just constraining the angular velocity to 0 when the object isn't touching the gr -
Limiting speed of rotation.
by Icebox ·@RabidParrot Create a self integer attribute self.RotationSpeed -
Different music at different time of day
by 3absh ·I created an attribute called day countdown where the day starts at 360 seconds and counts down to 0 then the next day starts, you could see the condition I put for night song when countdown is less t -
Random Quotes / Need help with resetting once table deletes all rows
by ctwllc ·Not sure if you saw this, but I got it working now where the quote shows on load ( I was missing a ")" in the Group - Initialize Change Attribute. -
Random Quotes / Need help with resetting once table deletes all rows
by ctwllc ·* I made currentRow a game level attribute and now it's showing the quotes in the right area and making it through all 110 of them before it goes blank. -
Weapon follow through
by SLOCM3Z ·after:(however long your animation is) change attribute game.SwingSword false. This is how I would do it. But I'm new still and there is probably a better way to do it (Image) -
IAP questions
by Armelline ·This will trigger the buy every time you load the scene containing that logic, as the only condition it is checking is the callback attribute. Add another condition to check that the purchase hasn't a -
Random Quotes / Need help with resetting once table deletes all rows
by Hopscotch ·To move the display into a different actor, just chage the "current row" attribute to a game level attribute. Then you can call the display text from anywhere. -
Random Quotes / Need help with resetting once table deletes all rows
by ctwllc ·But I still have the question I had before of can I target the quotes to show inside a different actor so I can size it and constrain it to the actor. This is what I really need to be able to do. -
Random Quotes / Need help with resetting once table deletes all rows
by ctwllc ·CHANGE ATTRIBUTE: