-
Anyone be interested in a video series on making a pinball game?
by gingagaming ·Always interested in your deep knowledge on how you create these things Dave. Im sure the community will benefit greatly from it. -
Tutorial for using xcode to load adhoc build?
by RabidParrot ·Does anyone have a [Insert Title] -
Prevent velocity...?
by As_Of_Latte ·@Lost_Oasis_Games Awesome suggestion, thanks! Unfortunately, my game doesn't have a jump button...it's a little fast pace too, which is why I allow the player to press anywhere on the screen, to avoid -
Scene doesn't reset properly on second scene
by dmaywood821 ·Ok, so I've got that for my score, it resets right. I'm not sure how to get my player back to the starting position at the beginning of the scene though. Once it is destroyed, the score resets but the -
Prevent velocity...?
by Armelline ·You have a few options here. -
Scene doesn't reset properly on second scene
by tatiang ·Here's an example: let's say you create an integer attribute called game.lives and set it to 3. And then you play the game and lose a life. When you start again from the menu scene, game.lives will -
To much code in a single actor...creator lag.
by Armelline ·My template does everything you need and does it in just a few rules. Would be madness to nest hundreds of conditions when it can be done so much more simply! If I ever have time (I remember time, I h -
To much code in a single actor...creator lag.
by Thunder_Child ·and that may end up being the way I have to do it so I dove in. (Image) -
Puzzles for kids :: Kids' Jigsaw Puzzles
by itsystem ·We’re extremely happy to show you our new game for kids (Image) -
To much code in a single actor...creator lag.
by Armelline ·My offer to talk you through my very simple and extremely code-lite solution is still on the table. Once you understand what it's doing it will be very easy to work with. And it will literally be 1000 -
How to create behavior??
by satoshiwakata ·Are you sure you want to ask questions? -
Scene doesn't reset properly on second scene
by dmaywood821 ·Oh, thanks! I didn't realize you could do that. -
Scene doesn't reset properly on second scene
by dmaywood821 ·I'm a little lost by this. What do you mean? -
To much code in a single actor...creator lag.
by The_Gamesalad_Guru ·Okay so in a recent discussion with the gamesalad staff they told us that using more actors with less code it more efficient than using tons of custom duplicate actors. So that is to say if you have a -
To much code in a single actor...creator lag.
by Thunder_Child ·Ok so many of you know I'm a slots maniac...been working on so many ways to code and "logic" my way to a complete process to make winning paylines. -
Corgi Marky - My first GameSalad game released on Google Play!
by ramsescreative ·(Quote) -
text in tables not showing up when previewing mobile
-
How to create behavior??
-
Scene doesn't reset properly on second scene
by The_Gamesalad_Guru ·Game level attributes do not reset when you use scene reset. You will need to return any game level attributes to their default condition before you reset the scene. -
Inventory (table) issue - Need help
by The_Gamesalad_Guru ·I'll make a demo for you today.