-
Moving an actor behind another actor?
by Armelline ·If I'm understanding you right, the top part of the striped background will always be visible, with the white tiles passing behind the transparent bar (and since it's transparent they'll be visible be -
Actors Disappearing
by tatiang ·Could be lots of reasons! Make sure you're not using an unlocked "instance" of an actor. Double-click the actor(s) on the scene. If you see a lock symbol, you're good. Otherwise, -
Moving an actor behind another actor?
by SikkJewFro ·1) the very top bar (Will eventually display player score -
Spawn actors at random times without them eventually spawning at the same time
by CraigMack ·As you can see in that video the shapes spawn in at the top and move down i am trying to do the same concept but with cars. My problem is ive searched on youtube and the forums and all of the spawning -
Spawn actors at random times without them eventually spawning at the same time
by CraigMack ·Yes i understand what you mean but my game is kind of like the game on the app store 2 cars by ketchapp if you guys have it. I need to avoid the cars that spawn at the top of the screen by moving left -
Quick Question About Multiple Versions
by LuMa Games ·Yes, what's happening is that the top and bottom get cut off. And I can fix that if I choose letterbox. But when I choose letterbox and play on my iPhone, the sides have a 1 pixel wide line going down -
About GameSalad's Development Standard**Please Read**
by Armelline ·Top 10 (and even number 1) games have been created with GameSalad. There are limitations - such as lack of Facebook integration, no access to the camera etc. - but on the whole your app will be as goo -
Only 5% of Android users paid for Monument Valley
by jigglybean ·Just looking at the GP charts, actual sales are pretty low 5-10k to get into the Top 20. -
Mouse Button wont change attribute? :/
by skipnice ·back top deassigning!! still curious about the space bar rule. that was also tested in a different game with nothing else but that rule -
Moving an actor behind another actor?
by SikkJewFro ·So, this is most likely extremely silly and simple, but, I have a button that when the player clicks and drags upward, the button moves to the appropriate Y axis position. Now, after a certain part of -
Looking for a good point and click Templet
by floatingwoo ·Darren from DeepBlueApps was nice enough to contact me they have a point and click called "Mouse in the House" I may consider its a top down though. Also Jon at stormy studio got bac -
How to download my project?
by jamie_c ·Yes, if you published it through the web portal there is a button at the top of its publishing screen that says something like 'download app'. That will download the project file you published. -
Toast message in GS
by jonmulcahy ·when touch is pressedinterpolate alpha to 0 over .5 secondsafter .5 seconds destroy actor -
About GameSalad's Development Standard**Please Read**
by EpicoreGames ·I've heard that some people complaining about GameSalad and its development standard . Can anyone of you share your earned revenue and the reviews of your app with the free version of GameSalad? And , -
Force GS to use the new / updated graphic sizes
by KillerPenguinStudios ·Also, if you double click on an actor and open it, in the actor on the top left where it shows the image of the actor there is a small X button in the top right corner of the actor thumbnail image. Pr -
Actor Spinning into position?
by Icewizard ·I am making the title screen for my game, and I want the actor that says the name of the game on it to spin into the top of the screen, anyone know how to do that? -
Creating A Rainbow Mode Effect, Best Way???
by Lovejoy ·(Quote) -
Creating A Rainbow Mode Effect, Best Way???
by Socks ·You could constrain each of the RGB channels of your objects to a 'clipped' sine wave (a sine wave with the top and bottom squared off), and then offset each of the channels by 120° . . . . this will -
Creating A Rainbow Mode Effect, Best Way???
by KillerPenguinStudios ·I know there are plenty of game examples of what I want to accomplish but can't really think of any off the top of my head. The only example of what I want to pretty much accomplish that comes to mind -
how to change a character on request
by tatiang ·If you really need to switch actors, spawn the new actor and then destroy the existing one. But usually, this sort of thing is achieved by changing the image as @MattButlerStudios suggested. Other