-
tablesearch not working
by tatiang ·Okay, I see what you're saying. And yes, a same project would be hugely helpful in moving this solution forward. -
Minimal Maze available on the Appstore!
by unbeatenpixel ·(Quote) -
tablesearch not working
by Armelline ·Perhaps make a sample project with just the tablesearch element in it so we can see what you're currently doing and if there's something wrong with it. -
Full time video game composer looking for a job
by MusicbyTozan ·You can listen my new video game reels on -
Stable release 1.25 is available
by Icebox ·(Quote) -
Stable release 1.25 is available
by KevinCross ·Have you tried a simple Display Text on an actor to see if there is data in game.screen.size when viewing on Android? I don't have an Android device to test this. -
Do a star system?
by The_Gamesalad_Guru ·Is the reward times the same for all levels? You can build a prototype actor that can be the same for all levels. Just set the change scene to next scene or use the index ability to set it to the scen -
Can anyone tell me how to make a black hole gravity?
by The_Gamesalad_Guru ·There are a ton of ways you could do it. It all depends on how far away from the black hole you want the gravity to start. You could use when an actor overlaps and collides with the outer edge of the -
Upgrade system with coins
by The_Gamesalad_Guru ·and image in gamesalad can be called by it's name. You can make a game level integer called Hero_image. Then you can change that number say 1-5 for 5 different images. Label all the hero images 1hero. -
Upgrade system with coins
-
Restart not working
by The_Gamesalad_Guru ·Why are you using a loop anyway? You don't need a loop for that. And what do you mean two tries? Do you mean you want the player to have two tries at the game? Why aren't you using the reset game beha -
How to make fuction about Pinch Zoom
by Weiyu ·Thank you><" -
Can anyone tell me how to make a black hole gravity?
by Weiyu ·I want to make a gravity such as black hole. -
Game bug or gamesalad bug in spawning and adding new actors to the scene?
by pranshudhungana21 ·Ok thanks so much -
Minimal Maze available on the Appstore!
by Dues ·Alright..after playing your game a while yesterday, here are my thoughts: -
Game of the Month: May Submissions Thread
by Pasttaga-Kun ·Do you squeeze of size in front of devil bat-cat androïd ? -
Restart not working
by tatiang ·What does that mean? Can you post a screenshot of your rules? -
Restart not working
by Socks ·The conditions: When 0=0 / When 1 is larger than 0 are always true (0 always equals 0 and 1 is always larger than 0), so these conditions don't serve any purpose, you may as well drag the 'When touch -
Restart not working
by tatiang ·Your loop conditions are when 0=0 and when 1≥0. Those are both always true. So that doesn't really do anything... it just allows the when touch is pressed rule to run. When you say you want &qu -
tablesearch not working
by tatiang ·Make sure your game.compiled search attribute type matches the table cell type (e.g. text). Here's a working expression: