-
How would I do this?
by KevinCross ·Have a chest actor that has a boolean attribute called opened and leave it as false. -
Bizarre Blocks - New Free Mobile Game Complete!!
by NNterprises ·It pushes Gamesalad to the MAX, using everything. Gamecircle/Gamecenter leaderboards and achievements, custom collisions, fonts, reward videos etc; and even has an Amazon Underground version. -
How to change from keyboard controls to on screen touch control buttons?
by Icebox ·Create a game level boolean attribute call it right -
Fix jumping?
by Dylan84 ·I'm using the change attribute method of jumping. Right now I can press the move right/left buttons while pressing the jump button and I can jump at an arch in order to get onto platforms (I like that -
Make Your Own Interpolations
by aurynstar ·Hello! Apologies to revive such an old thread, but I have been trying this method of creating my own interpolations so movement looks smooth and collisions still work. -
How to change speed of walking when using change attribute method?
by NNterprises ·"Change speed of walking" can be done many different ways. But if you desire to use a change attribute method: -
Different fonts for different languages?
by Armelline ·Attribute game.Language = 1 -
How to change speed of walking when using change attribute method?
by Dylan84 ·Thanks! -
How to fix my jumping in a platformer?
by Icebox ·@dbell You create the attribute yourself , I think you need to watch these videos first to get an idea of GS, by gamesalad guru or watch other tutorials on youtube. -
How to fix my jumping in a platformer?
by Dylan84 ·@Icebox where is that attribute? cant find it -
Bouncing Beachball inside 4 walls with other beachballs.
by Socks ·There is no attribute called (simply) self.velocity, you have velocity X and velocity Y, but constraining either (or both) of these to 150 won't make the overall speed 150 (unless one of the two value -
control actor with touch question.
by Socks ·Constrain linear velocity X to 50 *( game.Mouse.Position.X - self.Position.X ) -
control actor with touch question.
by CaptFinn ·constrain self-y and self x to mousey and mousex. -
Bouncing Beachball inside 4 walls with other beachballs.
by CaptFinn ·K so constrain self. Velocity to 150. And it will always stay at 150? What if 2 balls hit head on? Will they bounce off in opposite directions at 150? -
Score Reset Issue
by Icebox ·change attribute game.score to 0 , game attributes dont reset when you reset the scene so you have to do it yourself. -
How to fix my jumping in a platformer?
by Icebox ·Use change attribute instead -
Bouncing Beachball inside 4 walls with other beachballs.
by The_Gamesalad_Guru ·No. Max speed allows for changes up and down of velocity as where a constrain fixes it to that value. -
Is it possible to write inside of the rule's "when" statement?
by RedCubeGames ·@tatiang my pro membership just expired so i can't test the first version with tableSearch function (to see is it what i am looking for), but the second version with the text attribute works like a ch -
Is it possible to write inside of the rule's "when" statement?
by tatiang ·Create a text attribute called game.numbers with the value "#1#3#5#8#14#15#16#25#29". Then use the text contains condition to see if game.numbers contains "#"..gam -
Increase Speed Every X Seconds
by Socks ·Make a game attribute, let's call it 'speed'.