-
Attention Gamesalad Management: What Features Do You Want? Round 2
by WildSnake ·Perhaps I'm wrong but I haven't found how to insert some table cell value as Attribute in the Rule. -
Opening of a hinge
by RThurman ·Constrain Attribute: -
Atributes not affecting Gravity but still move
by JohnPapiomitis ·Use the method i said, you dont want to have an extra constrain for every object you dont want to have gravity. -
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 -
My game doesn't change scene
by iTopGames ·crash, then i set it to change the scene when an attribute gets "True" but the same frozen screen appears, what could be wrong? Has it happened to someone else? -
Code structure for turn based action game
by fadamion ·Well for the puck have a stop attribute and when the stop is activated by the timer record x,y then lock puck to that x,y also record the speed of the puck and the angle (vector to angle) it was trav -
Table setup- noob needs help
by tatiang ·When you get the value of the random row, just lookup the columns you need associated with that row. For example, tableCellValue(CategoriesTable,game.RandomRow,"PolicyName"). If yo -
Help needed! 3 Stars given based on time
by tatiang ·When game.Level1Stars > game.Level1MaxStars, Change Attribute game.Level1MaxStars to game.Level1Stars -
How can I have an attribute trigger when an actor collides with only the top part of another actor?
by jckmcgraw ·Here is some more background on the issue... I have an integer jump attribute that changes between 1 & 0 (I suppose it could be a boolean). It limits the amount of times you can jump to 1. Add -
Atributes not affecting Gravity but still move
by Hapiapps ·Constrain y to the height you want it, so it can move left and right and not down. -
Collision troubles
by Braydon_SFX ·http://gshelper.com/constrain-to-mouse-and-keep-collision-gamesalad/ -
Table setup- noob needs help
by dacaam ·As a noob, I would think I can set a column value as a boolean, and then use the "Change Table Value" attribute to True once the quote has been used. -
Help Bouncing at the same height
by Dazza006 ·Also on the actor a rule: linear velocity Y is greater than 1000 change attribute self velocity Y to 1000 this way when the actor bounces over 1000 the actors velocity changes to 1000 so the actor wo -
Help needed! 3 Stars given based on time
by tatiang ·Add a an attribute game.Level1MaxStars or something like that. You can also use writeable tables to avoid having so many attributes to deal with. Anyway, at the end of a level do When game.Level1Sta -
Actors impact
by MotherHoose ·add a gameAttribute … index type … name: spawnCount -
Accelerometer Problem , Help needed !
by 95orange ·Constrain to abs(game.accelerometer.Y * 800) -
Accelerometer Problem , Help needed !
by marwanbarakat ·constrain attribute : self.motion.linear velocity.X To game.accelerometer.X * 800 -
How to make a custom gravity according to your accelerometer
by JohnPapiomitis ·First off you cant change the scene gravity attribute in game. -
guys rate my art .
by andrewm2211 ·For a sliding pieces I would constrain the Y value, to where you want it to be, and have the X value follow your touch. -
How to make a custom gravity according to your accelerometer
by Zoyt ·actors from their prototype to change the scene attributes (the gravity attribute). So here's my problem: