-
how to move more objects with different fingers?
by patapple ·@jckmgraw yeah, all i know is that i need to use the constrain attribute but the mouse.x.position is only one position and i need 4 different positions! -
Problem with game - Please Help!!!
by gyroscope ·@JagonApps As far as I can gather from your vid., you need a third state for the hedgehog actor for when onboard. So if your attribute game.Hedgehog is a boolean, you'll have to make it an integer att -
Order of rules
by MrMarmite ·I have a rule on a ball which checks to see if it has hit a boundary wall. If yes, it saves the x position of that collision to an attribute. I have a rule on that boundary wall that if a ball collide -
text attribute to integer or real attribute converter?
by gyroscope ·Or you can simply convert it by putting the text value into the appropriate new attribute, and this will convert it accordingly, providing it's a number. If the value in the Text attribute is text, th -
Why there is not Index Attribute in Tables?
by iTopGames ·Hi @tatiang i just wanted to know the reason why there was not Index attribute in tables, i wanted to put it because i needed to express a positive number like Score but Index attribute wasn't there i -
text attribute to integer or real attribute converter?
by MotherHoose ·add an attribute: integer, real, index (or a table columns for integer or real) -
Attention Gamesalad Management: What Features Do You Want? Round 2
by gamevicci ·- Localization (in attribute-devices you can choose the language. It would be awesome for localize a game) -
text attribute to integer or real attribute converter?
by tatiang ·It's not a very useful conversion because it's limited in terms of implementation, but if you assign an integer or real attribute to a Keyboard Input behavior, it will convert it for you. -
How to save My Draw ?
by jckmcgraw ·What to you mean by "save My Draw". Is it an attribute? Is it something on the screen? You need to be more specific some we can help you (Image) -
About follow the path
by JohnPapiomitis ·constrain self.rotation to vectorToAngle(self.motion.linear.x,self.motion.linear.y) -
About follow the path
by mintmomeg ·path with same speed but in vDO they use self. attribute position which speed change then after postion move to last x, y of table they stop. also item that move x,y follow path not turn too -
GameSalad Interpolate Rotation Problem (Video)
by dmilinovichiii ·I don't think there is anyway to do it with interpolate. Try constraining the actor rotation to the vector2angle of the mouse position and the center of the rotation control. -
Noob question about writable tables.
by HRQP ·What else do I need to display the attribute? I have the table, and I refer to the table on "Display text". Is there a step I'm skipping? -
text attribute to integer or real attribute converter?
by GamePizza ·Is there a built in function to convert a text attribute to an integer or real attribute? -
Best way to Constrain two actors based on frame in animated behavior
by jdgould ·I thought maybe I could create a game attribute that is tied to which frame an actor is on in the animation sequence, but that doesn't seem feasible and it seems like I might be overcomplicating this. -
how to add a blank space to text?
by GamePizza ·In the expresssion editor when I try to Change Attribute, I can't enter a blank space to be added to a text attribute. I get '' but not ' ' which is what I want. -
Make a actor follow my finger and collide
by tatiang ·Have you already tried this? http://gshelper.com/constrain-to-mouse-and-keep-collision-gamesalad/ -
how to add a blank space to text?
by GamePizza ·how can I add a blank space to a text attribute? -
How can I have an attribute trigger when an actor collides with only the top part of another actor?
by jckmcgraw ·Thank you some much for all of your help... I found the solution, and feel like a dummy. 8-X Everything that I originally had posted in the picture worked except the game.overlap-platform attribute th -
Why there is not Index Attribute in Tables?
by EatingMyHat ·Hi @tatiang i just wanted to know the reason why there was not Index attribute in tables, i wanted to put it because i needed to express a positive number like Score but Index attribute wasn't there i