-
Current Server Options - August 2019
by chriswatson ·Thank you so much for this amazing thread. I have got so many amazing tricks of google docs and of other google developers software. It is so amazing. Well I have tried some of this trick before in by -
Android APK Rejections / Upload Errors with Google Play & Amazon App Store.
by NKBDL ·@adent42 Thank you I will send it to you for checking. Part of me wanted to use GS is to get rid of the coding, so hopefully things will be easy (or if someone can make a tool to make things really si -
controlling music volume
by bob loblaw ·when you use change attribute, in the box where you select the attribute, go: -
controlling music volume
by osminm7000 ·I need help with this, how can I do that? -
Free course! 1 Hour Button Master
by LumpApps ·Thanks a bunch! Good to hear from you guys
-
Android APK Rejections / Upload Errors with Google Play & Amazon App Store.
by adent42 ·@NKBDL when we fix the tool it won't solve your issue, since we're going to be using the same tools (notice that our app signer points to existing tools. -
Android APK Rejections / Upload Errors with Google Play & Amazon App Store.
by Armelline ·Have you previously submitted a version of the app (i.e. will creating a new keystore be a problem for you? -
Android APK Rejections / Upload Errors with Google Play & Amazon App Store.
by NKBDL ·As of this moment I am still unable to sign and submit to Google Play. I will follow here and any helps are much appreciated... -
Android APK Rejections / Upload Errors with Google Play & Amazon App Store.
by adent42 ·@ah4000 for your signing issue with --ks-key-alias, it sounds like you have a keystore with multiple aliases (remember the step in the GameSalad signer where you have to pick an alias from a dropdown? -
Android APK Rejections / Upload Errors with Google Play & Amazon App Store.
by adent42 ·@NKBDL you likely need a newer version of Java. Looks like you'll need java 1.9 (which maps to class file version 53). -
Destroying Two Matching Actors Randomly Spawned from Two Different Tables
by SuperDanniStone ·Thanks for your reply! You're correct, here's a screenshot of my prototype: -
Tutorials and Free Stuff from Jamie_C
by jamie_c ·old school like Bad Dudes (video) is probably doable. But if you're thinking something more modern and super fast paced, that would probably be more tricky. -
Tutorials and Free Stuff from Jamie_C
by pinkio75 ·Is possible to make this kind of games in GS? -
Problems with Physics Editor
by Armelline ·What origin means depends on the context. I don't have PhysicsEditor installed right now, I just updated to Catalina, so can't check but will do so when I get it installed again. -
Interpolate 2 actors together
by Jeffm2 ·THANK YOU SO MUCH FOR TAKING THE TIME. if i find something that fixes, I'll post here for the curious. -
Problems with Physics Editor
by goubet.patrick ·* what "origin" means, is it the center of your shape ? -
Interpolate 2 actors together
by bob loblaw ·i see what you mean now. it looks like there’s a processing delay in the interpolation of this actors relative to the others. -
Tutorials and Free Stuff from Jamie_C
by jamie_c ·But I would suggest always tracking your players X and Y locations so you can use that data as needed in a case like the one you mention. -
Destroying Two Matching Actors Randomly Spawned from Two Different Tables
by bob loblaw ·so is this a game where you spawn random cards/icons like in that tutorial (actor2), as well as spawning another random icon (actor1) that you need to match to one of group of random icons? then if yo -
Tutorials and Free Stuff from Jamie_C
by pinkio75 ·Hi @jamie_c but if you need to spawn hit-box in movement you need to mapping hit box (x-y) position to (x-y) player position?