-
Collide problem
by http_gamesalad ·I have my game set up like this When main actor collides with Star DO: change attribute game.star score to game.star score +1 & Destroy. Sometimes when the main actor collides with the star ac -
State of GameSalad on 6/30/2015...
by Chunkypixels ·Having worked at a couple of game studios in the past that were destroyed by the decisions of CEOs that thought they were brought in to run the companies for the gains of shareholders, over creating a -
How to recognize a click / touch to a state in an earth map?
by KevinCross ·I would work with invisible image/buttons on top of the map too. Not the table method you've suggested. -
Problem with the collision condition
by AmazingAaron ·any asteroid that followed behind to close to be destroyed and then re-spawn at another random point along the X axis. My problem is that when I start the game all instances of the asteroid are all d -
15 day Trial
by The_Un_Forgiven ·Fact of the matter is, you have a good business here and your about to destroy it. I can only hope you were not the one to make this decision and look at changing it. -
moving camera
by vindictuss@yahoo.com ·in gamesalad i have expand the scene to 800 height. now when i start the game the camera always start from the bottom of the screen how do i make the camera start from the top? -
Adding coins to pre existing game ?
by frd ·Are you using layers? If so perhaps the coins should be on a layer behind the main actor, not the same layer. -
Animation problem
by floatingwoo ·@benjaminmage Wouldn't it work just having the ball destroy it's self once it reaches the hole, with an added "kaplunk" sound adding to the illusion? You could maybe interpolate the -
Animation problem
by benjaminmage ·and the ball png on screen? Or do i need to destroy the ball and play the animation? Or should i create a whole new animation that covers both ball and hole actors? -
Adding coins to pre existing game ?
by ookami007 ·3) Give the Coin actor a collision rule or that when it collides with player, it sets game.Coins to game.Coins + 1 and destroys itself (you can also add a rule above the destroy to play a coin sound) -
Is there a way to interpolate a Display Text behavior?
by Dell7730 ·There's a text on top of my timer that said TIMER and wondering if I can make that blink what ever color to warn player that the game is nearing end. -
What were the #1 games?
by AngryBoi ·I'm not getting any ads either... I never even updated top 2 bottom either. I better find out what's wrong fast -
What were the #1 games?
by As_Of_Latte ·@tappwaterGames That's not bad! I just gave both "Top 2 Bottom" and "Between the Walls" a 5 star rating! -
What were the #1 games?
by As_Of_Latte ·@tappwaterGames That's not bad! I just gave both "Top 2 Bottom" and "Between the Walls" a 5 star rating (Image) -
What were the #1 games?
by As_Of_Latte ·@tappwaterGames If you don't mind me asking, how many downloads have you received from "Top 2 Bottom"? -
Ship.png is a white box in viewer
by CaptFinn ·I have a .png alpha star system paralaxing from top to bottom. I have a ship.png -
Game Design Software
by benjaminmage ·@gingagaming Hi, i didn't select the stretch option or not that i've seen that option anywhere on my gs pc. All i did was, hitting the "play" button at the top to run my project and -
Link to all my games
by ant_lad ·Sure thing. All I did was go to one of the apps and clicked the 'show all apps'(?) in top right corner, it is odd that it is a small text link -
Spawning like doodle jump
by jamie_c ·There are a couple ways you can do that. One way is to store all possible spawning locations in a table and choose them at random, removing them afterward so they don't every repeat or overlap. I thin -
How to make a constrained actor follow your main actor immediately
by Socks ·Make sure the 4 actors are above the main actor in the layer order.