-
Increase Gravity at Set Intervals
by GreekSalad ·You'll want to create some attributes to reflect all of these updates -
Help with game reset
by SlickZero ·You need to save the attribute changes to the locked levels when you hit the "reset game" button, and then have load attributes that tells the game to lock them back when it first st -
just updated to PRO, how to post hightscore + text in twitter
by GreekSalad ·You can dynamically reference an attribute value that reflects your high score and follow it up with text by doing something like : -
Help with game reset
by EatingMyHat ·Any attribute that you saved, need to be saved again with the 'reset' value, otherwise the old value will just get loaded next time that you will load the attribute. -
How can I cause a button click to move a SEPARATE actor
by tatiang ·If you're just wanting an actor to move when another actor is clicked, create a game-level attribute called game.Actor1Clicked. In Actor1's rules, add a rule that says When touch is pressed, change a -
A Question about Rules that are off ??
by PeeCee ·So sorry if this has been asked too many times but i've always needed to know exactly what happends when a rules if off , does GS still load it even tho its off. so will this attribute to load of gs r -
My Word Search game is showing some problems!
by UnicornInvasion ·I have my word (Caged) in a text attribute. And in my letter (a) I have a text attribute with the word (a) in it. How can I make it when I find the word caged it turns red? (I have only made one lette -
Help with level unlock
by SlickZero ·You need to use a "save attribute" on the behavior that tells the next level to unlock, and then have the attributes load at the beginning of the game with a "load attribute -
i need help with interpolating a score.
by guilleface ·hey tshirtbooth i thing i found the problem, on displaying the score, i saw one of your videos that i need to do on the display rule, floor(attribute), so is good now. just one thing, is possible to -
Make Actor Stand on Moving Platform?
by SAZ_1 ·is the character allowed to move while the platform is moving??.. maybe constrain x pos to platform x pos when platform is moving, plus try using somthing other then interpolate -
i need help with interpolating a score.
by guilleface ·hey tshirtbooth i still getting decimals, so i checked twice by doing this, i create a new index attribute lets called "money", so i have a actor to display "money" -
Actor attributes in Gamesalad
by FloridaGames ·so for your problem make two game attributes: actor x, and actor y. In the actor add two constrain attribute behaviors: "constrain attribute game.actor x to self.position x" and an -
camera control
-
Actor attributes in Gamesalad
by FloridaGames ·make a game attribute and add a constrain attribute to the actor, linking its self.attribute to a game.attribute. -
Actor attributes in Gamesalad
-
Actor attributes in Gamesalad
by pxlpfct ·Is there a way to make a global attribute for an actor? I need this because I'm making a distance from behavior but the actor it checks against will change. Does anyone know how to achieve this? -
Scrollable???
by PixelPun ·Ok.... So I have done this before... But for some reason cannot get it to work now. I have a scene that is moving with a camera follow attribute saved to an actor. I have another layer on top of that -
How to check attributes of other actors?
by pxlpfct ·achieving this by having each actor set a local attribute called positive to true or false depending on what kind of bullet they collide with. The objects will only attract or repel if they are in a -
*** How to turn off 'display text' in an actor ***
by JohnPapiomitis ·when attribute self.touched=0 -
*** How to turn off 'display text' in an actor ***
by jorkos ·when touch is pressed change self.touch attribute