-
How to cap HTML5 games at 60FPS
by JettJames ·Thanks so much. -
Mini Idle Arcade
by Nklrcade ·Not a traditional idle-type game, but more of an AFK. I hope you enjoy it! https://apps.apple.com/us/app/mini-idle-arcade/id6749553828 -
How to send/get a table to/from a Url?
by Armelline ·Drop me a PM with the specific point you're stuck on and we can see if we can get you moving. -
How to send/get a table to/from a Url?
by Wolflink164 ·Ok, so I tried to figure it out for a few hours, and you instructions were helpful to getting me to what I think was close, but I still was unable to figure it out, so I'll just have to put this proje -
How to send/get a table to/from a Url?
by Armelline ·I actually ended up bypassing all the domain checking a while back but don't remember exactly why (I think it was for an HTML5 game that communicated with a server - unless I'm mistaken it's moot when -
How to send/get a table to/from a Url?
by adent42 ·can use the API to develop right away and you domains aren't in the code. -
How to send/get a table to/from a Url?
by Wolflink164 ·Thank you so much, this is exactly what I needed! -
How to send/get a table to/from a Url?
by Armelline ·I don't have a full tutorial on it, but the gist is: -
How to send/get a table to/from a Url?
by Wolflink164 ·Could you please possibly explain to me how to set this up? Tried to set it up for about 5 hours and so far, haven't been able to figure it out or understand it. -
Help building problem!
by CasualEvolution ·Yes @Armelline I’m trying to build for iOS, and now that you mention it I’m remembering that this has been happening for a long time, right? Thanks for the clarification. I’ll see how it goes and let -
Help building problem!
by Armelline ·option at some point, but for now you need to do it yourself. There's no in-depth guide that I know of, but it's explained in very brief here: -
RC 2025-07-30 Android SDK and Target Updated to 35
by Armelline ·Honestly, it isn't really worth it anyway. You don't get a truly accurate picture of how a game will function when testing using Viewer. You're best off doing general testing using Creator and doing d -
Building a Library of Images for Everyone
by Eric Matyas ·More original brick textures are ready for your projects here: -
How to send/get a table to/from a Url?
by Armelline ·Currently it all works per-row, rather than per-cell, but bottom line is that pretty much anything is possible. -
How to send/get a table to/from a Url?
by Armelline ·I just checked how fly.io bill for traffic and I'd actually be shocked if you ended up paying - apparently you get 100gb traffic a month free. If we assume ~2000 hits a day of 10s of kbs each (unless -
How to send/get a table to/from a Url?
by Armelline ·possible, though I'd need to look into exactly how to achieve it. I'd honestly still recommend using Firebase (less maintanance, scaling, less work needed coding the server etc.). Feel free to drop m -
How to send/get a table to/from a Url?
by NoobDev ·I would be willing to pay someone to show me how to do it step by step or do it for me with an explanation afterwards. I would prefer just one service being used to accomplish this. @Armelline's meth -
RC 2025-07-30 Android SDK and Target Updated to 35
by geoascencio ·@AHBGames Are you still having this issue? I still have the policy status issue, and updating my app doesn't seem to fix the Google Play Billing Library issue. -
Leaderboard and iCloud
by CasualEvolution ·https://forums.gamesalad.com/discussion/comment/620976#Comment_620976 -
8-direction, grid based, swipe controls
by Armelline ·I thought I'd done that type of movement with a Daleks clone years ago but I just checked and it's tap based rather than swipe based. This template shows one way of detecting swipe direction, though,