-
How to set an altitud record on a bouncing ball
by tatiang ·The basic idea is to check to see if game.score > game.highscore and if so, change game.highscore to game.score and also save game.highscore and optionally spawn something. -
How to set an altitud record on a bouncing ball
by LordTarantor ·I have a bouncing ball and every time I trow it to the air it will get to a certain altitude. Then it will come down hit the floor and come back up to an altitude lower than before unless it hit a tra -
How to make an actor follow another actor to only one direction?
by tatiang ·Change Velocity to 0 [or spawn a copy that doesn't move and then destroy the actor] -
Candy Jam
by GameLabs222 ·Also, I should urge people to be smart about it. Don't actually copy their game, don't do what they did. Make it unique and make the criticism subtle. Like having all candy assets in your game with a -
How do I reset actors actions after it respwans?
by tatiang ·Okay, I took a look at the file and I believe your answer is this: game.slowdown needs to be an actor attribute (self.slowdown) so that each actor has its own setting. Otherwise when you slow down on -
Rotate To Angle
by _DNA_ ·Regarding rotating turrets, I used Rotate to Angle( vectorToAngle(targetX - selfX, targetY - selfY) now this worked on a tutorial (Rotate Spawn from design3) but this didn't work for me. Is the above -
I need a math wiz to solve this
by colander ·I am trying to spawn a grid of cells with multiple spawners and each cell needs to store its own row and column number in self attributes when it is spawned. I am trying to achieve this by using the X -
Scene Attributes
by tatiang ·This is not an intuitive aspect of using GameSalad Creator. Only unlocked actors can access scene attributes. So if you want to change (e.g. Change Attribute) or use (e.g. in a rule condition or a m -
Building my own store
by peterraad ·Hello i have a space game for android and your the spaceship that moves around and random enemies spawn toward you and you have to kill them. After a certain amount of points you earn by killing them -
On Start Instructions and Affecting Actors...
by 3itg ·You are using the game.Attribute to try to make sure each actor has a unique ID, that you can use as reference to data in other places like tables. -
Flappy Bird!
by VGX ·1. Try make it their own style, unique twist, whatever you wanna call it. -
Flashing (blinking) Walls
by Socks ·(click anywhere on the screen to spawn a ball) -
Why does actor rotate after spawning another actor?
by GabTobBen ·DigitalWater (boolean) : spawned actor on screen -
Random spawn point no repeat (dealing with removing and adding rows)
by Megaemman ·Hello in my game i have these rules set up for my spawn actor: -
Why does actor rotate after spawning another actor?
by GabTobBen ·The shooting actor can be rotated through controls to a certain position. When a button is pressed it can spawn another actor. However, when this second actor is spawn, the first (i.e. shooting) actor -
How do I prevent an actor from infinitely spawning check marks after an attribute is changed?
by tatiang ·Generally, this would be done by creating a boolean (either attribute or table cell value) and changing the value from false to true once the achievement is completed. Then the spawner actor would ha -
How do I prevent an actor from infinitely spawning check marks after an attribute is changed?
by Zenith_Gameworks ·the "achievements scene" spawns a check mark near the name of the completed achievement. My problem is that once the aforementioned attribute is changed to its new, permanent value, -
Anyone else seen the Giant Red Ball app on Apple?
by StormyStudio ·As for this game doing so well in the app store... I've no idea what to think... other than ah screw it maybe I should stop over thinking game design and unique idea and just get some actual games out -
Tables and characters being able to reference other characters self.attributes?
by Franto ·I want to have all enemies spawn a transparent actor that is going to be offset a little above them to show their self.HP numeral. Positioning the actor and making them transparent are easy, the hard -
How To...? Make flappy bird sequence
by Adamgopro ·does anyone have any good knowledge of how to make the pipes spawn like they do so you can go through them as I'm wanting to make a game like this but not with pipes or birds i just need to know how t