-
How do I make a line height taller when the ball touches a coin?
by bob loblaw ·have a look on youtube for a tutorial done by a guy called tshirt booth on player health bars. you can probably use that same logic to increase a line when something hits the target actor instead of d -
How do I make a line height taller when the ball touches a coin?
by fthd1999 ·The height of my line represent my ink -
Age selecter
by eligames ·Hi I was wondering how I can setup a box where they select there age without having to write out and edit every age individually. I want to make a slider like on iPhone where you slide you finger up u -
State of the Salad 06/2018
by RedRobo ·Glad you were able to replicate the bug with the back button and hope you manage to crush it soon. -
Screen flashes black then back to normal
by Twayne2 ·Does anyone know a fix to the weird flashes when you preview a game sometimes? A quick black flash and then everything goes back to normal. Help would be greatly appreciated. (Image) -
How to stop a player from moving the character after finishing the level?
by Twayne2 ·Add a global attribute called whatever you want to. Say the player can move and jump only if that attribute is 0. If the player touches the gem, set that attribute to 1. -
How to teleport a player up a specific distance (or down, left right)
by mypingo7 ·Wow thank you so much (Image) -
How to teleport a player up a specific distance (or down, left right)
by mypingo7 ·To make things simple, i have 2 squares. One is a player and the other is just a square platform which the player jumps on. How do i make my player teleport, say, 100 pixels up if attribute player col -
Free demo of LED scrolling sign
by tatiang ·I decided to make an LED scrolling sign demo for a class I'm teaching on Arduino programming and I'm offering it up to the community here since it has some useful features such as spawning on a grid a -
Casino template?
by gingagaming ·I also am not aware of one. I do have a UK fruit machine that I built a few years back that Would be willing to licence, or I can make you a custom template to use or sell for both the roulette blackj -
What is considered too much RAM utilization for an endless side scrolling game today?
by Armelline ·Your game can keep using RAM until the device runs out of RAM. Modern cell phones and tablets are superb at managing RAM. An iPhone will keep giving you more until there's none left to give, with no a -
What is considered too much RAM utilization for an endless side scrolling game today?
by AlchimiaStudios ·FPS generally doesn't correlate with RAM. FPS drops are far more likely to be caused by excessive processing. -
What is considered too much RAM utilization for an endless side scrolling game today?
by Twayne2 ·How do you see the FPS? Anyways, UltimateRunner, a game I helped release, has a signed APK like 97 mb, but then Google Play added like 17ish or 20ish mb more more for cache. The point being the game r -
How to get actor to die when squished
by CORE Game ·There are many way to do it, I can give you one which might not be the best practice but, you can constrain the player X and Y to public attributes PlayerX and PlayerY , then create 2 invisible actors -
tableSearch(game.Table, "game.Attr. Answer 1", etc. -> Can I call an attribute in tableSearch?
by tatiang ·No, it doesn't matter. If you prefer, you can just use an integer whenever you need a boolean. It can just as easily be 0 or 1. And you can use the expression 1-game.attribute to toggle the value sinc -
tableSearch(game.Table, "game.Attr. Answer 1", etc. -> Can I call an attribute in tableSearch?
by AlchimiaStudios ·Don’t think so, they’re pretty much interchangeable. -
tableSearch(game.Table, "game.Attr. Answer 1", etc. -> Can I call an attribute in tableSearch?
by JB makin' a game ·Thanks. Tested it and just 0 works, with or without quotation marks. Typing false, with or without quotation marks, doesn't. -
State of the Salad 06/2018
by AlchimiaStudios ·(Quote) -
tableSearch(game.Table, "game.Attr. Answer 1", etc. -> Can I call an attribute in tableSearch?
by tatiang ·It's easy enough to test but I suspect you'll need to put this as the search key: -
State of the Salad 06/2018
by RedRobo ·@adent42 did you manage to find/implement a fix for the crashing issues in this release?