-
Help
by CasualEvolution ·Hi @SamsonSimhonScomp you can try put objects in the border of your path or use "custom collision shapes" (search for that in this forum) -
Global Data Protection Regulation (GDPR) & You
by Japster ·Out of interest, did you fix the new way you were trying regarding caching, or did you have to revert to the old way? - Cheers! -
Global Data Protection Regulation (GDPR) & You
by RedRobo ·Please could you or someone else from GameSalad answer the following question. I am looking for absolute clarity as I'm about to re-write my privacy policy document prior to publishing my updated apps -
Global Data Protection Regulation (GDPR) & You
by adent42 ·Surprise remove temporarily to make build smaller, more streamlined. -
Global Data Protection Regulation (GDPR) & You
by themysticgraphic ·@adent42 LOOKS good. The latest BuildRC came out great. I'm on the Google Play Store! Thank you so much! -
Wanting my actors to do different things from scene to scene
by Japster ·(Quote) -
Help
by SamsonSimhonScomp ·Is there a way to make an actor do something when it overlaps with a certain color on the screen? I was trying to make a game where the player must keep their finger within the bounds of an oddly shap -
Brick Breaker Ultimatum
by freneticz ·@CasualEvolution i will release it for Amazon also, maybe its available when you get your tablet ☺ -
Global Data Protection Regulation (GDPR) & You
by adent42 ·@Japster which type of ads? So the main difference is that before for Interstitials we were blindly requesting ads. Now we pre-cache and only show if the pre-cache request is successful which is their -
are there any "fade in" effects for making a actor appear?
by abzibkoff ·Thank you, both! I will look into both these techniques. -
How do you use the layer tool to setup game controls that track the game board as it moves?
by jamie_c ·You're welcome! (Image) -
are there any "fade in" effects for making a actor appear?
by jamie_c ·You could also consider other options besides a fade or in conjunction with the fade that @Armelline describes. You might start the actor at a tiny size of 1 x 1 pixel and use interpolate to increase -
Wanting my actors to do different things from scene to scene
by wmgaming505 ·yeah some great suggestions there thank you, I particularly like the idea of replacing the actor with an identical version just one that's missing the score code. -
Global Data Protection Regulation (GDPR) & You
by Japster ·If it helps, I've just rebuilt around 1:30am this morning, and although mine's showing Chartboost ads, I am getting way more failed requests than my previous build... -
State of the Salad 03/2018
by RedRobo ·Just for absolute clarity, please can you confirm that GameSalad itself no longer collects any personal data about my users through my apps? -
Global Data Protection Regulation (GDPR) & You
by adent42 ·FYI, I figured out the music issue, so if you hit republish, music should work fine now. -
Global Data Protection Regulation (GDPR) & You
by adent42 ·@gizzi93 try putting it in test mode (takes about an half an hour to take effect). this should guarantee you ads and you can see if it's a delivery problem or an app problem. I've been dealing with th -
Wanting my actors to do different things from scene to scene
by Japster ·Not quite sure exactly what you're trying to stop without knowing something about the rules of your game, whether you have multiple actors on-screen capable of colliding simultaneously, but how about -
Screen wont "Sleep"?
by Game On Interactive ·Am I missing a setting or something? Basically, I forgot my test device on while in my app and 20 minutes later the screen was still active. How do I make my game put the screen into sleep mode after -
are there any "fade in" effects for making a actor appear?
by Armelline ·You start the actor with an self.color.alpha of 0, and use an interpolate behaviour to bring the self.color.alpha value up to 1.