-
A Calculation Question
by FallacyStudios ·I was wondering if anyone knows a formula so that when something interpolates down I have another object that is Constrained attribute to grow as it comes down. -
Attributes Question
by luke2125 ·Ok, I have set-up an attribute called kidscore ( interger ) = 0. Now, I have an Actor which I called Kidbubble, and on this actor I have the below set-up: -
Up Arrows Help
by calvin9403 ·when arrow touch is pressed change an attribute(make one that says pressed? bool false) to true -
Attributes Question
by tenrdrmer ·Attribute Game.kidscore < 5 -
Attributes Question
by luke2125 ·Attribute gamekidscore >=5 -
How to unconstrain an attribute
by andrewm2211 ·put your constrain in a rule, and have the conditions set to only constrain when you want. -
How to unconstrain an attribute
by Zoyt ·Is it possible to unconstrain an attribute? I can't seem to do it. -
Overlap & "Collide" at the same time?
by tenrdrmer ·you may have to get fancy and have an actor that is always following your finger. and constrain everything based off its attributes. -
Overlap & "Collide" at the same time?
by Horizon Labs ·That is true, but when I set all actors to constrain and slide my finger around they all clump together and glitch out, and thus I cannot make them trail behind my finger either, which I would really -
Overlap & "Collide" at the same time?
by tenrdrmer ·Well Overlap/collide is a behavior that is overridden when it conflicts whit a constrain behavior so if you are constraining everything based of mouse position x and y while mousebutton is down. then -
Custom actor building in gamesalad
by nojstradamus ·the wall for a while. so far i just a boolean attribute for each part of the toy and when it is selected it changes to true which will cause it to be spawned in another scene. however, i can't figure -
How do you add buttons to move up and down into a iPhone/Touch Game?
by Manto ·Make actors for the buttons. Make an attribute for each button to change true when you press them. Then put rules in your moving actor, when button up is true move up and when button down is true move -
help! load attribute can't work
by cmz ·@mynameisace I have put the actor named "loading" in scene1( top left corner ,white square),it has "load attribute behavior " -
help! load attribute can't work
by mynameisace ·You haven't put a load attribute behaviour in to your game. This needs to go in your menu scene. -
help! load attribute can't work
by cmz ·two attributes : 1 mainscore int 2 sascore int -
To indicate character's position on small map.
by gawakamy ·In this case, do I have to make health attribute for each of them? They are spawned randomly. -
Reset Game Question
by crazyfishdev ·Would reset game even rest actor that I have saved? Such as a high-score or other save/load attribute on an IOS device... -
appear actor
by MotherHoose ·Attribute: game.Attribute is true -
appear actor
by saadaoui59 ·I want one of my players appear on the screen when on of my attribute is on -
Best Practices for Game Center Login?
by MarkOnTheIron ·As for the login problem I have in my games a page that shows up the very first time you open the game asking the user if they want GC or not. If the answer is yes I change an attribute and then every