-
Broken Project? GS Unresponsive...
by tatiang ·I've been able to resolve these issues in the past by doing some live debugging statements. I add a display text to an actor and keep concatenating letters to the end of an attribute within my other r -
Broken Project? GS Unresponsive...
by tatiang ·you're referencing a table cell and you have an attribute for the row or column. And then another actor is changing the value of that attribute and at some point, it might become zero briefly, well, -
Invisible actors upon iOS publishing [W/ BUG VIDEO]
by graapl ·2) Change attribute IMAGE to its corresponding size and type -
Wrong custom launch image and Crash in iOS 13.1.3
by Binny ·I will also check "linked to an unlocked actor using constrain in relation to an actor". -
Wrong custom launch image and Crash in iOS 13.1.3
by bob loblaw ·this. it was linked to an unlocked actor using constrain in relation to an actor that wasn’t on that particular scene. may not help but just throwing it out there in case it does. -
Making a "speed run" Timer
by RThurman ·Make an attribute called BeginTime (type = real) -
Making a "speed run" Timer
by mikejamesfisher ·1. I set an actor to display attribute:timer decimal. -
Switching Between Multiple targets
by Grapesforal ·I have of course set the attribute self. Nearest to = 9999 -
making personality quiz
by JB makin' a game ·answer adds or subtracts from an index/integer-attribute (stored in another table, perhaps) for each of your characteristics, you can compare the users answer-attribute to the attributes you set in y -
Wrong custom launch image and Crash in iOS 13.1.3
by Binny ·* Crash in pause (not Pause Game Attribute, make custom pause game) -
making personality quiz
by Lokitoes ·What would be required to weight the answers like this? I can imagine the basics of having each response tied to a particular attribute, for instance, but there would then need to be a rule set up to -
is load attribute case sensitive?
by tatiang ·I believe the Save Attribute and Load Attribute behavior keys are case-sensitive, so "x" and "X" will be treated as separate keys. -
is load attribute case sensitive?
by 3absh ·For example save attribute to "x" -
which loads faster table or attributes?
by tatiang ·Do you really want to have to drag-and-drop 100 Load Attribute and Save Attribute behaviors and keep track of 100 different keys? (Image) -
Scoreboard - To Only Show Completed Questions?
by rainwaterstudios ·Figured it out - I just made a 2nd text attribute! So 1 text attribute gets the questions from column 1, and the 2nd text attribute gets the scores from column 4. A display text behavior for each, and -
Scoreboard - To Only Show Completed Questions?
by tatiang ·it's storing all of the data in a single text attribute. -
State of the Salad Q3 2019 - Late but not forgotten.
by adent42 ·* Fixes to a dynamic collision bugs (i.e. when you use rules to change collisions and stuff just disappears). -
Only Odd Rows?
by rainwaterstudios ·(Quote) -
Only Odd Rows?
by tatiang ·Change attribute game.whichRow to random(1,10) * 2 - 1 -
Duplicate actor when it's being dragged away
by JB makin' a game ·It moves because you constrain its position to the mouse, before spawning the new one. It leaves the spawned actor where you pressed the original one.