-
Touch is pressed not working?
by Socks ·In the 'Enter Name' actor you have a behaviour that changes the scene to 'Max Accounts' (in a group called '3 accounts'), this is triggered as soon as you enter the scene, switch it off and the finish -
Touch is pressed not working?
by SA_FNAFCoder ·Also, all the code is in the "windowapi" actor, go to the top I put a screenshot of it. -
Touch is pressed not working?
by SA_FNAFCoder ·(Quote) -
Touch is pressed not working?
by Socks ·I downloaded the project too, sifted through loads of scenes randomly clicking on actors looking for one that does nothing when pressed (of course you'll never know if you've found the right actor as -
Touch is pressed not working?
by Armelline ·To be clear - you are wanting the logic in your "Finish button" actor to change the scene after running the various change attributes? And that finish button is on the "Enab -
Touch is pressed not working?
by SA_FNAFCoder ·(Quote) -
How to keep background, not scrollable
by -Timo- ·it seems like the height of the scene is much bigger and you have your background somewhere up. place it back at the bottom of the scene. -
New Game Published: Lost Treasure
by Amare Studio ·It's my first time posting something on the forum,and i'm happily presenting you my very first game,Lost Treasure. -
How to let music still play when I change scene?
by Weiyu ·Thank you for your answer. -
Everything that is required to build an asyncrous multiplayer game.
by The_Gamesalad_Guru ·You will need to know PHP scripting as it requires a server backend. Very complex stuff. But if you're up to the challenge start by learning how to setup a server and use PHP. There is not much info a -
Touch is pressed not working?
by The_Gamesalad_Guru ·As has been said a touch is pressed is a limited event. You can use them to for this application. But in gamesalad things are linear. Behaviors fire in the order you place them. If you walk through th -
FPS game?
by zweg25 ·This is very impressive, especially the shadow IMO -
FPS game?
by Socks ·This is pretty straightforward if you keep the view isometric (or any other parallel projection), I've done a few projects like this in GS, I've attached a quick QT movie example of a walking characte -
Touch is pressed not working?
by tatiang ·Hmm, I'm not sure. You might consider posting your project file after removing anything you don't want to share. -
Touch is pressed not working?
by SA_FNAFCoder ·Does have to do with updating because I'm not updated to the latest GameSalad. -
Load Attributes setting values to 1
by tatiang ·to 1. That's the only explanation unless you are changing the value of the attribute to 1 using Change Attribute just after the Load Attribute behavior runs. Also make sure that the default value o -
Touch is pressed not working?
by SA_FNAFCoder ·Here you go -
Everything that is required to build an asyncrous multiplayer game.
by chaosmasterro ·Hello, I plan on building a multiplayer game and I would like to know everything that I need to build one and everything that I need to know. Any links to guides will be appreciated if it is in one of -
State of GameSalad on 10-4-2016
by blob ·1 Make GS open source (so we can nurture it) -
Touch is pressed not working?
by tatiang ·You made a mistake somewhere. But I have no idea where because you haven't provided any details. Show your rules and we can get this fixed.