-
How To Get Score To Go Above 100
by thomasrichardgames ·I have a score actor. I currently have 2 score actors in my scene so it's like 00 at the top of my scene. However, i want to add 0000 but when i preview, the 2 new boxes are blocked out. How to i alte -
Need help respawning actors after they are destroyed.
by gama3 ·I have a game in which 7 white actors spawn randomly in the scene that has a timer of 30 seconds. In addition to the seven actors, there are 3 red actors that spawn. The objective is to destroy these -
How to make ball follow line?
by RThurman ·(Quote) -
So close... menu overlay with popup, touch pressed/released causing issues
by Hopscotch ·@revoltandreverb, exactly, gives you complete control over each layer. Like a modal dialog box. -
So close... menu overlay with popup, touch pressed/released causing issues
by revoltandreverb ·to a separate scene for each "popup layer"? -
How to make ball follow line?
by http_gamesalad ·@RThurman its exactly what I want BUT I want the ball to be on top of the line. Everything else is exactly what I want -
How to make ball follow line?
by RThurman ·It sounds like you do not want a ball rolling on top of a line. -
stacking falling actors
by Mendez ·of like a tower stacking game.) I have tried to destroy the actor once it collides with the ground, but it doesn't seem to work. ( the action works, its just not what I want.) Can anyone help? -
I need help with collisions.
by allc1865 ·So what you want is for the actors that you spawn, is to land on top of each other and then stop moving? -
I need help with collisions.
by gamestudent ·They're 40X20 but the fall from top to bottom. -
I need help with collisions.
by gamestudent ·Thanks for the response, Sorry what I mean is that I have 8 vertical rows that are equal lengths, and the actors are spawned fall down at different times. I want them to land on top of each other and -
I need help with collisions.
by gamestudent ·All my actors fall down the screen, and when the collide with each other they supposed to stop. What I need is to have my actors collide with each other on the top and bottom but still move freely whe -
Speed
by MeddyDee ·Hey I wanted to know why my game salad game is slow on my iphone but on my Mac the speed is okay? I also wanted to know how I can make it to where you cant pass over it at the top (The game is similar -
How to make flappy bird gap that moves up and down?
by http_gamesalad ·in the Y place on the spawners for both top and bottom bars. It like did some weird thing and its not making a constant gap and moves higher and lower just like the real flappy bird. What could I be -
I need help respawning actors after they are destroyed.
by gama3 ·I have a game in which 7 white actors spawn randomly in the scene that has a timer of 30 seconds. In addition to the seven actors, there are 3 red actors that spawn. The objective is to destroy thes -
Make an actor stick to the camera?
by HauschildStudios ·Hi GS Forum I in my newest GS project I have a scene constantly rotating but i want three actors in the scene not to rotate. I have tried to make a separate layer for the three actors and then un chec -
basic math with simple user input for answer
by Armelline ·If you go to the help menu at the top of the GS website you'll see the Cookbook. That's the "manual" that explains how things work. It'll have most of the information you're looking -
How to make ball follow line?
by RThurman ·I've downloaded your file. It looks like you do not want a ball to "follow the line". Instead it looks like you want the ball to bounce on top of the line and just let gravity do i -
falling actor "squish" another actor
by gamestudent ·@Mendez perhaps you could create a boolean attribute called falling, and set it to true.when it is true, and collides with the player then destroy him. then create a rule that says when it collides wi -
falling actor "squish" another actor
by Mendez ·The game Im creating involves an actor (block) that spawns from the top and falls to the ground. I was wondering how I could get the falling actor to "squish" (destroy) another actor