-
Checking available space
by sevek ·Change Attribute Count to Count-1 -
Checking available space
by sevek ·Change Attribute Count to Count-1 -
Checking available space
by gyroscope ·I've made a small adjustment ('cos I made a small oversight... ) Thought it best to point it out in case you miss it - with the Change Attribute Rand, you'll see it's now: -
organizing a table based on the highest score?
by tatiang ·Yes, my demo works for any number of columns. I built it using columns because I keep track of a specific quiz number with a row attribute but it could be adapted to use rows instead. -
Animation Problem
by colander ·You can constrain an arm actor to the body actor. There are tutorial videos on how to do this. Do a search here or google to find them. -
Checking available space
by gyroscope ·Then make an game integer attribute, call it Count, set it to the same number as the rows, in this case, 10. Another game integer attribute, called Rand. -
scene.camera.size.width.......?
by Socks ·What does the attribute list read for you when you look at this change attribute behaviour ? -
scene.camera.size.width.......?
by BasGoodboy ·@Socks, apparently I'm blind.. can't find it anything when I drag an actor on scene and unlock it and drag and place the change attribute behaviour in it.. nowhere to find.. -
How to make actor repel away when collide.
by GSlostsoul ·I tried to use a boon lean attribute for Player A. When false, constrain its X & Y to Post.(The thing that Player A swing to.) When Player A collide with Car change attribute to true & -
How do I move a an actor when two other actors collide?
by tatiang ·This is what game attributes are for: to communicate between actors. You'll need a boolean attribute which you can call game.collided. Set it to false (unchecked). -
How to make actor bounce away when collide. Something like a car accident.
by GSlostsoul ·I tried to use a boon lean attribute for Player A. When false, constrain its X & Y to Post.(The thing that Player A swing to.) When Player A collide with Car change attribute to true & -
organizing a table based on the highest score?
by Braydon_SFX ·Note: I originally had the Change Table Value (in the round rules actor) to change the value I just grabbed to 0, so it wouldn't pick that number again as the highest. However, the game wasn't actuall -
organizing a table based on the highest score?
by Braydon_SFX ·You would then, based off of that max attribute, write the numbers back to the table. -
How do I write out numbers but not add them
by Socks ·Yeah, GameSalad deals with text attributes in a very flexible sort of way, I was surprised to discover a while back that you can thrown a text attribute (if it is a number) into an equation and it wil -
How fast can a timer go?
by Socks ·Maybe I am confused as to what it is you're trying to achieve, I thought you were trying to increase an attribute by 0.01 every 0.01 seconds, which is quite straightforward, in fact there is already a -
How fast can a timer go?
by IMakeGamesLikeThis ·(Quote) -
Tap To Start Screen
by bjandthekatz ·When touch is pressed (change scene). Or when touch is pressed change attribute start to true. When start is true (spawn pipes and make bird move) -
How do I write out numbers but not add them
by RThurman ·@Socks -- great solution! That way it remains an integer. (Although GameSalad seems to handle attribute type conversion just fine.) Instant steal for me! -
Load saved score problem?
by http_gamesalad ·@colander I believe it's a problem between my save attributes and load at attributes. Because for some odd reason it doesn't load once I press the home button. But it saves during game play. -
velocity attribute + random spawn around screen
by gyroscope ·* Make two game integer attributes, let' call them Bx and By. Make their values the x and y coords. of actor B.