-
Text Alignment - Top/Middle/Bottom - how to???
by fmakawa ·@Armelline when you said it would need tweaking you weren't far off the mark. I'm seeing an odd behaviour though and its proven problematic.(Image) -
Smooth drag actor movement effect?
by The_Gamesalad_Guru ·Or you can set max velocity to zero and switch it on and off. -
What is the most successful game ever made with Gamesalad?
by Socks ·Whoops not sure where I got the $30k figure from, maybe it was your weekly earnings (?), anyhow like you say still pretty amazing. -
Birthday Table
by Hopscotch ·Very fast and finds every occurrence of what you are looking for. -
help stuck
by Toque ·You can make different scenes. -
Birthday Table
by smurfted ·That is epic, thank you boys. This forum is still top class. -
Let's Make A Game: Episode 2 (Peg Behavior and Game Over)
-
Random actor movement
by Socks ·Make a 'real' attribute, let's call it 'A'. -
Breaking Down a Word into Individual letters for a table
by Hopscotch ·You then analyse them and the interesting ones you then make available to all users. -
Breaking Down a Word into Individual letters for a table
by fmakawa ·What do you mean exactly when you say I cannot export run time changes to a table? I am trying to 2 things at once. I want the user to be able to create their own puzzles and add those to my tables fo -
Problem with in-app purchase on iOS
by UncloudedStudio ·This Tutorial from @Armelline should cover all the things you need to do in GS (Image) -
Birthday Table
by Japster ·* looks daunting alright, but once you get one example working, it kind of falls into place, then you'll wonder how you got by without it!... (Image) -
Breaking Down a Word into Individual letters for a table
by Hopscotch ·@fmakawa have a look at the textLength and textSubStr functions. With these you can build a loop over the length of the word and put each letter in a table cell. -
Breaking Down a Word into Individual letters for a table
by fmakawa ·I got stuck on this. How do take a word and break it down into individual letters which I then place in individual cells in a table? As always, much appreciated -
Random actor movement
by justinodunn ·Hi, how do I make an actor move randomly? As for movement I'm not talking about changing basic x and y directions, I'm talking something like Agar.io here ((Image) -
Smooth drag actor movement effect?
by Socks ·position the the calculation produces 0 . . . . does that make sense ? Take a look at the calculation logically, it's saying something fairly basic / simple. -
Smooth drag actor movement effect?
by justinodunn ·Awesome! Seems to work well. Can you please explain why its game mouse position - self position? -
Smooth drag actor movement effect?
by Socks ·P.S . . . if you don't want the actor to float off . . . (just tested the above code !!) . . then when using the above rule have the actor slow to a halt when the touch is released, you can do this b -
Smooth drag actor movement effect?
by Socks ·. . . and if you also want rotation . . . -
Smooth drag actor movement effect?
by justinodunn ·Hey guys, I made an actor that can be dragged to whatever position on the screen. So I did when touched, constrain attribute self position x and y to mouse position x and y. It works, but the movement