-
Is there a reasonably simple way to scroll txt?
by sinbot ·Excellent stuff guys! Thank you so much. Integrating this right now into my app and learning something new ; ) > @Two.E said: -
returning to the arena, with some doubts...
by adent42 ·3 - I can't answer this question, but to avoid diluting your user base, you should consider making one version where you can unlock the 'no-ads' version. -
BallFlow Pipes Puzzle live on GooglePlay
by freneticz ·Get the ball to the finish line as fast as you can..... -
How to keep a background music or sound going continuously?
by bob loblaw ·have you imported your music as music? and are you playing them as music, not sounds? -
My new Post-GS game 'TetraLogical', out now on Steam!...
by MichaelMoore ·Game is super but i think the price 4.99$ is too much. Just my thoughts. -
Is there a reasonably simple way to scroll txt?
by tatiang ·Yes... but I just threw this together off the top of my head so I'm not sure how you'd do that. -
GSLearn(.com) now re-launched! Free Templates!
by Two.E ·Just a quick update on what I was working on a few days ago - that I am excited about - as it allows me to build a few game mechanism I have wanted to do for a while. -
Is there a reasonably simple way to scroll txt?
by sinbot ·Is there a way to make the table repeat? I tried using a loop but didn't seem to work at all.> @tatiang said: -
How to keep a background music or sound going continuously?
by mikejamesfisher ·You can use an attribute. For example, make an attribute Start Music. Put the “play Music” behavior inside a rule “when attribue Start Music =0, “play Music”. Just below the “play Music” behavior, ch -
Is there a reasonably simple way to scroll txt?
by tatiang ·Sure! Here's a demo. I wasn't sure how to do this efficiently but I think this works pretty well. Granted, it relies on actor and text color settings but I think you could do something more flexible w -
GameSalad Creator 1.25.96 RC
by sinbot ·Yes! Thank you. This will definitely speed up development for me. If it helps.. I'm using Catalina 10.15.4> @adent42 said: -
Xcode error - additional components required?
by adent42 ·The first thing to try is to make sure your clock is in sync. Then do security updates (because sometimes those involve updating SSL certs). -
HTML5 Game Targets & SDK Integrations
by Braydon_SFX ·Interesting! Cordova, eh? -
GameSalad Creator 1.25.96 RC
by RedRobo ·(Quote) -
Huawei SDK
by AHBGames ·great!, @adriangomez you send me the github link when you have it please -
How do I make Custom Collision Shapes?
by bob loblaw ·your json file pretty much did nothing when I tried to use it. -
GameSalad Creator 1.25.96 RC
by adent42 ·@strag found the issue and also why it wasn't showing up for me (at first). The UI file sets the text color correctly. The code changes the color when you click an actor and THEN changes it back to bl -
NEW Project Merger for GameSalad™ - Updated and 1.25.80+ Ready
by adent42 ·@Chris Fitsimons so it's not exactly what you're looking for, but the HTML5 version (https://creator.gamesalad.com) lets you change how you sort actors, scenes, and behavoirs. -
Huawei SDK
by AHBGames ·would be great @adriangomez !, how long do you think it takes you? -
Issue with Actor Instances and Expressions in Rules
by blob ·Yes unlock actors are bad. Using Self.IDs within a master actor is usually much cleaner and reliable agreed.