-
Image loading delays
by Socks ·Then you must have 'resize image' checked in Photoshop's Image Size window, which means you are changing the image's resolution and not simply changing the ppi. -
Upcoming Udemy Course!
by Two.E ·@Rthurman Thanks for such a great review! - Glad you had time to check it out. -
Moving actors in a circle and/or a predetermined path
by Socks ·If you are typing in English on a keyboard your brain is already thousands of times more skilled than what is required for some of this stuff, you are simply not familiar with it, I think if you were -
Maths curve...
by Socks ·I like brute-force methods like this, I'll often spend an age trying to think of some smart way to address a problem like this, but you can't really beat a bit of Rube Goldberg common-sense logic. -
Image loading delays
by Socks ·This doesn't sound right, changing an image's ppi will have no effect on the file size (which would effect loading times), I suspect you are actually changing the image's resolution instead ? -
Image loading delays
by Socks ·An old trick I would often use was to throw all the images into an animation behaviour (placed in the scene so it played/loaded when the scene was loaded) - the images need not be the same size (as wo -
How would you go about setting a fixed bounce distance?
by Simple Gamer Arts ·So, lets say I want my character to have a completely controlled bounce in terms of distance and time, just like Doodle Jump, every bounce is the same. -
In App Purchase Callback
by eligames ·I am currently setting up Gamesalad with in app purchases and I have seen that you need a callback attribute. Do you have to make this or just type self.callback in the box and it will do it on its ow -
State of GameSalad on 7-19-2017 (Web Version Semi-open Beta)
by adent42 ·@Geordiestrand You can currently do it with the network behaviors and tables (though it's not as easy as "player 1, player2" events. -
My attempted HTML5 file isn't HTML
by adent42 ·Could we get more context on what you are trying to use it for. Normally you'd just point to one of the sample html5 files in the folder. -
Zombies in Moscow
by Toque ·Im not sure I notice much difference in the jump. Still seems slow to me........ -
Maths curve...
by smurfted ·The graph was make quickly in my 3d program (c4d). -
Maths curve...
by RThurman ·Hmmm..... curve fitting in GameSalad. That would be interesting. (GS needs matrix math functions to do this.) -
Android auto-rotate problems bug
by JaimeCC ·Did you solve this? I'm having this issue now. Thanks -
Introducing GSLearn! - My little site of works
by Two.E ·Hello all again. As promised, this is a flow mechanism where you connect the dots with lines to fill the grid. It is only a 4x4 grid. You can easy add in levels, 5 are included in the file for you to -
Rotating Actor Stops Rotating When Colliding With Player
by Two.E ·You can constrain the actor's Angular Motion to a positive value to rotate Anti-clockwise, and a negative number to rotate clockwise. -
Rotating Actor Stops Rotating When Colliding With Player
by rainwaterstudios ·I have an actor set up with the 'rotate' behavior, but after colliding with the players 'ball' actor, the rotating actor slows down or stops rotating. How can I make the rotating actor keep rotating, -
Image loading delays
by Two.E ·Have you tried putting that exact rule into a loop behaviours (not a loop over table). -
Image loading delays
by Two.E ·How were you looping over them? -
Image loading delays
by tatiang ·I "switch pages." After I've done that once for each "page" of 25 images, I can navigate between "pages" as quickly as I want and the images cha