-
Video Tutorial: Conditional Logic in GameSalad's Expression Editor
by Tiny_Ideas ·Quick question. If I have score attribute. And I want it to change to 1 if score is = to either 0,4,8,12 etc, -
8 questions for rules and functions
by tintran ·you're probably missing that constrain in the else if you just want an attack to spin and not worry about water. -
8 questions for rules and functions
by STRIKENSUN41 ·I have encountered an issue with the angle attribute for the attack actor. I'm aware that it was a new added attribute, but for some reason when I make an angle attribute for the attack actor it doesn -
how to make leveled attacks
by klickink ·@taylorH1 you don't need tables at all. I use them because it helps me keep track of my game and seems to help with performance however it makes things very hard to read. Anyways no basically you put -
The many states of IAP - a visual guide
by gfb08174 ·@Armelline -
State of GameSalad on 6/30/2015...
by Socks ·What I was saying was don't use 5 digits per score (for 00,000), that along with a change from Constrain Attribute to Change Attribute dramatically lessens the strain on the processor, much less (of c -
how to make leveled attacks
by klickink ·@TaylorH1 also if this wasn't understood set the damage attribute to a greater number when [game.HitCount > 3] -
The many states of IAP - a visual guide
by Armelline ·Since when you click Back in the Creator, nothing has actually happened yet - no table data has changed, nothing should have triggered your "bought" attribute - this implies it's an -
time bars that shows depleting time
by tintran ·constraint attribute -
State of GameSalad on 6/30/2015...
by tmann ·From what I remember the display text behaviour is behaving like a constrain with similar performance hits. -
In app purchase to remove ads and unlock full game.
by Thunder_Child ·(Quote) -
In app purchase to remove ads and unlock full game.
by gfb08174 ·So naming the self attribute the same thing across the entire game in all the "next level" buttons will not have any negative affect whatsoever? -
In app purchase to remove ads and unlock full game.
by gfb08174 ·A self attribute would mean having to code every single "next level" actor in the "sub game". Doesn't a game attribute just make that a whole lot easier? -
In app purchase to remove ads and unlock full game.
by The_Gamesalad_Guru ·The only reason not to use a game attribute is becuase game attributes are always scanned and add to your code as where a self is only part of the code scan when the actor is on a scene. -
In app purchase to remove ads and unlock full game.
by gfb08174 ·I'm also confused about where I should place the "request purchase data" behavior, and the callback attribute (I made it a game attribute, not a self attribute). -
State of GameSalad on 6/30/2015...
by The_Gamesalad_Guru ·(Quote) -
Shrink collision size.
by neoman ·(Quote) -
State of GameSalad on 6/30/2015...
by supafly129 ·hair out. What good are custom fonts/custom collisions if your game crashes? At least custom fonts/custom collisions have workarounds even if a bit tedious (Image) -
Don't repeat coordinates
by tintran ·make your 5 into an attribute call it random_x (for example) -
State of GameSalad on 6/30/2015...
by The_Gamesalad_Guru ·I've built countless extensive complex games with tons of code. If one know how to build truly efficent and intergrated code a bunch of constraints aren't an issue at all. In fact i've never had a pro