-
I want my actor to move in a circular path
by Socks ·The easiest /most flexible way to do this would be to use a separate controller actor. -
Amazon iAp version2
by DigiChain ·Although Amazon does not currently provide an IAP v2.0 plugin for GameSalad, or HTML5 development, your already-published app may still use these plugins even though IAP v1.0 was deprecated as of May -
Color question
by Socks ·There are dozens of these little compensations you can use to correct for our wonky visual system, I'm sure you probably do them already without even noticing, like placing an object slightly above th -
Anagram Solver- How to Ideas??
by fmakawa ·As to a table with all 362 880 permutations, how are you making it follow them? For instance 15679 is a permutation of 5 selections. How does it then read that, translate it to letter configurations? -
my name is ans from pakistan
-
PlanePong Gameproject help!
by Braydon_SFX ·Try now. You should be able to see it again. -
Anagram Solver- How to Ideas??
by zweg25 ·For an anagram solver of 9 letters there are 362,880 permutations. Which is a lot, but not unheard of. Thinking about it deeper I like my second idea better working with a server. But if you are stuck -
Water Physics
by AlchimiaStudios ·Be warned, performance could take a hit depending on how you want to use it/how many actors are used. -
PlanePong Gameproject help!
by Kaygreenhaw ·@Braydon_SFX thanks for following up. I still can't find it. I spoke to Alexandra at Gamesalad and she sent me this link http://learn.gamesalad.com/course/plane-pong/ but it comes up a blank page fo -
Water Physics
by diegolaya_ ·How can I make an actor behave like water? I mean, just a certain amount of water affected by gravity and adaptive to any shape -
Color question
by Socks ·They are all sat on the same baseline and have the same cap-height, but the point is . . . if you want them to look balanced / the same size . . . they shouldn't be sat on the same baseline or have th -
Anagram Solver- How to Ideas??
by tatiang ·Okay, so you'd check the 10,000 words or whatever you have in a table to see if they contain B and then C and then D, etc. using a loop? So that would tell you that EVEN doesn't contain B and EVEN do -
Anagram Solver- How to Ideas??
by fmakawa ·fewer, several hundred I'm struggling to see how it would match the combinations which are essentially placeholders to the actual letters and how that is then connected to the word list were the solu -
Anagram Solver- How to Ideas??
by fmakawa ·26 text attributes- game.1, game.2, game.3 etc (whichever naming method you wish). Take the string BCDFGIJKLMOPQRTUWXYZ and place each letter in an attribute - game.1 =B, game.C=C, game.3 = D etc. The -
itunesconnect can't add iaps
by supafly129 ·strange, worst case you can use application loader to create IAP -
Anagram Solver- How to Ideas??
by tatiang ·I don't get this at all. Can you give an example? -
my name is ans from pakistan
by Toque ·Watch gamesalad YouTube video. Help you learn. Give you ideas. -
Anagram Solver- How to Ideas??
by zweg25 ·I may have suggested this earlier: you have to loop through every permutation of letter combinations. In a program like Xcode this can take less than a second, but when I created my anagram solver for -
Anagram Solver- How to Ideas??
by fmakawa ·@tatiang Bear with me here, thinking as I am typing. I have a string with all 26 letters and 26 individual letter attributes which are blank at start. Puzzle is given and we have 7 unique letters. Tho -
Anagram Solver- How to Ideas??
by tatiang ·I mean, sure, but I still am not sure HOW you would do that.