-
Screen flashes black then back to normal
by Twayne2 ·In case anyone ever has this issue again, the black flash was/is because of the display text behaviors. You must have the actors on the front, (top), of the layer. Otherwise, you get that black flash -
Duplicate actor when it's being dragged away
by JB makin' a game ·So the demo won't work, because it'll spawn the actor without the right attribute-value. Surely there is a construction to make this possible. However, I'm starting to believe that it'll be much simpl -
spawn 2 instances in opposite order
by tatiang ·You can also spawn the instances to "back of layer." See attached demo. -
spawn 2 instances in opposite order
by 3absh ·How to I spawn 2 instances of an actor so that the second instance is behind the first instance in layer order? -
Making un-redact text game - drag and drop - I'm dumb, need help
by Lokitoes ·Hi again, I've made a very simple version where the corresponding actors simply destroy each other on overlap. It's not great functionality as there is no sense of it being properly 'dropped' in the r -
How can I make a rule or option where an actor will destroy if another actor has also been destroyed
by tatiang ·Destroy actor -
How can I make a rule or option where an actor will destroy if another actor has also been destroyed
by tatiang ·Destroy actor -
How can I make a rule or option where an actor will destroy if another actor has also been destroyed
by lp97 ·If I have a touch event that destroys an actor how can I make it so that actor 2 if touched will only destroy if actor 1 has been destroyed? -
scoring does not show on android phone
by bob loblaw ·also if your scene is on a large stage, you need to have your score and other non moving things on a layer with the scrollable box unchecked. -
Apple requires dev to support the iPhone XS Max & Ipad pro. What does this mean for samesalad users?
by paulkerry ·the 11 inch or new 12.9 inch will give you a black border on you game on the top, bottom and the sides, Game salad games do not yet support the new iPads and for some reason game salad refuses to upda -
Current Server Options - August 2019
by adent42 ·FYI, the original multiplayer system is dead. I shut down the servers earlier this year as we never found the time to maintain it. -
Accelerometer use
by The_Gamesalad_Guru ·(Quote) -
Accelerometer use
by tatiang ·I definitely could be wrong but I don't think GameSalad provides the data you need to detect phone rotation on a flat plane (for example, as a top or merry-go-round might spin round and round). -
Free Level Editor
by Manto ·(Quote) -
Free Level Editor
by bob loblaw ·it runs separate/parallel to game salad. so if you run both, make your project and template layer in gs, save it, then while keeping gs open, also open the level builder. design your level in level bu -
Q2 2019 - Spring has Sprung and Summer Is Coming
by jhesski@gmail.com ·(Quote) -
Order of code execution
by RedRobo ·(Quote) -
Order of code execution
by Armelline ·In actors, code is normally executed from top to bottom. This is not guaranteed, though, and I've encountered many situations where code has executed in another order. To guarantee top to bottom, you -
Order of code execution
by bob loblaw ·i am pretty sure it’s first layers from bottom up, and within layers and actors from top down. -
Order of code execution
by RedRobo ·Does behaviours/code within actors execute from the top down or from the bottom up?