-
Game of the Month: March Submissions Thread
by 2create ·* Don't let the dots reach the top! -
How to make a rule the says...
by ofekez ·game.jump top top is set to -1 in his default and in the rule it says: -
Behaviors not functioning
by tatiang ·Try putting the Destroy Actor behavior in the bullet inside of an after 0.1 seconds timer: -
actor climbing ladder prt.2
by allc1865 ·@floatingwoo , That's what I was thinking. create a platform that an actor can go over. Put that at the top of the ladder. I'm going to try that. Thanks for the suggestion -
Moving an actor in a particular axis - not working?
by Karim_S ·(Quote) -
How to make a rule the says...
by tatiang ·Something else is changing game.jump top to 0 or 1. Rules don't mysteriously trigger so you'll have to find the actor that is changing that attribute's value. One not very efficient way to find it i -
How to make a rule the says...
by ofekez ·But the game.jump top is set to -1 so why the timer is still working even though it supposed to work only when game.jump top is 0 or 1? -
• Free Custom Pixel Art! •
by FallingBoxStudios ·(Quote) -
How to make a rule the says...
by tatiang ·Text behavior to watch the value of game.jump top? If so, what are the values you're seeing? Is game.jump top an Integer or Real attribute? -
• Free Custom Pixel Art! •
by Ed_Perkin ·Could you make me a top down tank , in green , shooting a bullet . Cheers -
• Free Custom Pixel Art! •
by richardlordthesecond ·Could you make m an asteroid? Top down. -
how to destroy actor
by Tempiero ·yea each spawner only spawn actors in a certain column. There are 5 spawners on the top of screen. They spawn in random time random actors... i have there 5 actors with 4 colors actors... but it isn't -
"You win, You fail" issue
by MichalCh ·How about global variable (bool Game_Over, bool Win). And all the actors on the scene if Game_Over OR Win is true destroy itself. And make just one actor that if Game_Over is true do that and that. If -
What are you playing right now on your iOS device?
by VGX ·just a quick stick character, high score, boom top charts. -
Is there a reason why Wrap X/Y isn't working with values >1000?
by birdboy ·I've been trying to use the wrap x/y scene function for the background in an universal game and found out that it isn't usable if some values are above 1000. (btw: I know how to let a background repea -
How do I switch a bouncing ball actor when it collides with another actor?
by tatiang ·Another option is to change two game attributes (e.g. game.velocityX and game.velocityY) to the yellow ball actor's self.linear velocity.x and y, then spawn the red actor and destroy the yellow actor -
Flop Drop out now!
by http_gamesalad ·Pop the balls as fast as possible! BUT you can only pop the balls according to the color shown (top left of the screen) if you pop the wrong color ball, the timer reaches zero, or the balls fill to th -
Stable Release - Macintosh GameSalad Creator 0.12.20
by viking ·@stevej does it help to destroy all actors before changing a scene? Any update on your findings in regards to memory leaks? -
actor climbing ladder prt.2
by floatingwoo ·You basically want to have a platform at the top of the ladder that your character can climb through on the way up , or down, but once he's above the platform he won't fall through. -
actor climbing ladder prt.2
by allc1865 ·I've tried adding another actor on top to get him to stop, but that didn't work. Any ideas? Thanks