-
Zoom in and out/change camera size
by noahb ·I can't change scene attributes in the game. How should I handle this? -
Invalid json for PhysicsEditor
by freddymm.artist ·(Quote) -
Invalid json for PhysicsEditor
by freddymm.artist ·Oh that would make sense then. Thank you for that. Will have to work around it then. -
Invalid json for PhysicsEditor
by tmann ·have you looked over this thread .. http://forums.gamesalad.com/discussion/90325/custom-collision-weirdness-with-physicseditor -
Help With "Overworld Encounters"
-
Cant preview in windows 10
by Tman Be that way ·I had this problem too. All you need to do is hit the "Tools" button in the top left hand corner in gamesalad and then click "Install Viewer Support" and it should -
still having issues with iap (FML)
by Armelline ·Honestly I'm surprised that would work on either, particularly as you run the Buy before the table is filled by the Request Purchase Data. -
Custom loading image - stretched
by gooner ·If anyone has had their custom loading image display properly in-game, could you please share if you only had to match image sizes in the game salad custom loading image description to the sizes of yo -
Random spawn
by tatiang ·@saad1993 Just replace the Log Debugging Statements with whatever you want to happen during each loop. -
Video Tutorial: Custom Collision Shapes using Physics Body Editor
by Armelline ·I appear to be using 1.25.5961.21898. Your version number seems to be higher, but this is what I just downloaded from GameSalad moments ago. Perhaps try downloading the app again and see what version -
Invalid json for PhysicsEditor
by Armelline ·(Quote) -
Invalid json for PhysicsEditor
by freddymm.artist ·It would be so nice if this stuff just worked... Is there another program that one can use to make multi separate collision shapes in one image? I tried installing physicsbodyeditor but i couldn't get -
still having issues with iap (FML)
by Armelline ·There are literally hundreds of reasons why this might be happening. IAP issues are very difficult to figure out without the actual project in front of you. Perhaps strip it down to a template project -
still having issues with iap (FML)
by RocketBrain ·Here's the thing...it works on my father's Motorola Droid Maxx but doesn't on my main test device Galaxy Note 4. -
Video Tutorial: Custom Collision Shapes using Physics Body Editor
by Armelline ·Okay, I took another look at some of the examples you've posted before. Everything works fine. I have no idea why it doesn't work for you, but when I took your "CustomCollisionIssue" -
Random actor rotation speeds
by BrassMonkeysUK ·I am working with Windows GS. -
How do we make the timer use different random values?
by Socks ·Your question can be interpreted in numerous ways, for example it looks like you could be asking for a timer to generate random numbers (for example generate a random number every x seconds). -
Random spawn
by Socks ·Yes, that's what my method (above) does. -
Random timer for spawning different actors
by Socks ·Yes, that is what 'every' means, it means 'all' iterations. I always say that it would be perfectly normal for a shop to say it was open 'every' Saturday, but it would be strange to say it's open 'eve -
Random timer for spawning different actors
by Icebox ·You can do it with mod function and incrementing an integer value , im not sure if its a good way.