-
In App Validation During Simulation
by ecscess ·This is happens to me too. My load Atribute is in Intro app scene and save attribute is immediately under IAP. Key is the same and was written in text field not in expression editor. What should I do -
Help me! How to disable the interstitial ads X(
by zellhuang ·to Completion checked),it tigger another Change Attribute behavior".This actor should activate immediately after the scene changes, but with the interstitial ads displaying,the Timer behavio -
Could this type of Parallax background be made in GS?
by dmilinovichiii ·This is definitely possible. I have done it in many games of mine. You need to put an actor on the scene and edit the instance of it instead of the prototype. You need to use it to constrain the camer -
question using change image instead of spawning image
by digitalzero ·i have made one integer attribute that i have created labeled "attack" -
Attention Gamesalad Management: What Features Do You Want? Round 2
by JagonApps ·1. Layers as an attribute so the order can be changed in-game -
Saved attributes/tables after updates to app
by IsabelleK ·Load Attribute game.Coins -
Saved attributes/tables after updates to app
by IsabelleK ·If you don't change this saved attribute while making an update (like change its name, remove it, or something like that) it will work as before, and players will have their saved coins. -
Saved attributes/tables after updates to app
by jiffw ·more coins which gets saved to a table and an attribute, meaning when they return to the game they will have as many "coins" as they did when they stopped playing. What happens thou -
Difference in test game Xcode viewer andmode ad hoc publishing
by feroman ·especially in coding. Especially the boolean attribute. -
2 Animations
by tatiang ·Try changing a boolean attribute such as game.dying to true when animation B starts. Then on the rule for actor A, only animate when game.dying is false. -
How to read a template
by powkie ·Also, i you see an attribute such as, example: self.blabla you should check what kind of attribute it is, like is blabla an integrer or similar (Image) -
how can i make a volume knob style thing
by JohnPapiomitis ·Create 3 self attributes, all interger. Call them startRotation, startAngle, and newAngle. Or something like that. -
Save attribute from another scene
by BrynjeBamsen ·As stated in my original post The problem is not simply to change an attribute to 0. -
Multiple Scenes with new levels
by Hapiapps ·Make a new attribute (Integer). -
Save attribute from another scene
by Hapiapps ·Writable tables are free. Anyways, when you want to reset, what are you doing? Can't you just change attribute > Score to 0? -
Save attribute from another scene
by Hapiapps ·Are you using tables or attribute as a high score chart? -
Multiple Scenes with new levels
by Hapiapps ·2. The score can be kept as an attribute or in the tables and after the scene, save the attribute or tables and continue the second scene on the same attribute or table. -
Save attribute from another scene
by BrynjeBamsen ·I have an "highscore scene" which displays all my highscores - with an option to reset my highscores which essentially is attributes in "the play scene". -
Highscore is one point lower than the normal score
by kowalski10 ·_ Then I set up the highscore attribute just as shown in TSB´S tutorial: -
Trivia Game?
by JamieOneil ·i made an attribute called 'game.row'. I have 7 questions so i said to change 'game.row' to a random number between one and 7.