-
flip picture and change colors
by Socks ·To flip . . . . double click the actor to bring up its attributes . . . scroll down to Graphics - open the drop down and click on 'Flip Horizontally' or 'Flip Vertically'. -
Problem
-
Circular Path Offset Trick !
by Socks ·Constrain X position to radius * cos (angle) + X centre point -
How do I add a score based extra life?
by Spalding004 ·Set up an actor hidden in your scene somewhere that keeps track of the thousands in your score in an attribute. For instance, like this: -
How do I add a score based extra life?
by 3DMA ·I´ll have to check it in game salad, but out of my head i would guess the rule will be in the actor that actually adds the points to your attribute: -
How do I add a score based extra life?
by JayReiter ·points the player scores. I have an integer attribute called "score," and another integer attribute called "player lives." I have an actor for the score and an a -
button tap
by colander ·Just create a rule in the actor you want the animation to run in and use the boolean as the rule condition. Move animation and the change attribute for the boolean from the timer into the new rule and -
Touch rule triggers even while the actor is covered by another...Help please.
by 33miles ·Hi guys! I am having an odd problem that maybe you can help me with. I have a star actor behind a rock actor with a rule that says when star -touch is pressed- = -Change attribute, star1collected to -
Universal Binary Rule Works In Landscape And Portrait For All Resolutions
by colander ·@mdt3ch@gmail.com the rule goes in each actor you want to reposition and resize. You need to create six attributes, four of them are preset in the attribute panel to your projects specifications as sh -
In App Purchases
by Braydon_SFX ·To remove ads with IAP, create a condition in your game so that the ads only show when a game attribute = 0. When you set up your IAP, change that game attribute to 1, then your ads won't show up. Eas -
In App Purchases
by elementappdev ·When I make an IAP to unlock features, do I need a Save/Load attribute so the next time they go into the game it will save it or does the IAP save it by itself? -
FREE Games, Templates and Tools from DBA.
by UtopianGames ·This tool lets you quickly turn ON or OFF the [Pre-Load Art] attribute. Whilst this feature in GameSalad improves performance of your project, there is no quick way to turn the feature ON or OFF on ev -
Windows GS table row limit?
by Japster ·window size, clunky, having to select the attribute instead of pasting and amending where needed), and I really didn't fancy doing this - though I'm assuming that at least GS update this ridiculously -
Actor anchor question
by Socks ·Change attribute : self.position.Y to 100+(self.size.Y / 2) -
Spawning at dynamic coords. Particles on a rotating actor.
by RThurman ·http://forums.gamesalad.com/discussion/48172/constrain-spawned-actor -
You should always be thinking UPDATE and build a NEW APPs!!!
by Wboko ·Now, to build a new game, Yes, once you have an update out you should swing into gear and start that really cool next game so when the customer figures out how cool your apps are (Reputation again) th -
Update or create new app?
by Wboko ·Now, to build a new game, Yes, once you have an update out you should swing into gear and start that really cool next game so when the customer figures out how cool your apps are (Reputation again) th -
Randomly spawn actor between 1 and 5 seconds. I have no Idea!
by Socks ·Create an integer game attribute ("RND") -
button tap
by colander ·your animation in here and below it add a Change Attribute action and reset your boolean to false. -
button tap
by Grolarbear ·I am working no a platformer game that has a character that holds a sword. I have a button set up so that when it is pressed it changes a game boolean attribute to true. The boolean attribute attack i