-
GameSalad Publishing Binaries (RC & Current) - Updated 2020-07-06
by Armelline ·Are Chartboost reward ads working? I cannot get any ads to show, even in testing mode. The game attribute is definitely set to 1. -
enemy attack the player
by emoji ·update, I figure it out. I just declare an attribute as enemyCanPunch and if the distance is <50 between two actors then I just set it to true. Also when my enemy moves left or right toward th -
enemy attack the player
by emoji ·based on the picture above my enemy is able to follow my player left or right but my enemy just stop once it reach my player but when i move again it follow my player and yes it is facing my player p -
How Do I make an actor stick with another actor ?
by Japster ·Of course, your apple collider is simply a rough sphere/rectangle even, around the actual apple, placed inside your long apple actor using PE.... Spot-on collisions... (Image) -
Hi guys! Try out my new game on Google Play Store!
by Japster ·CONSTRAIN Game.CurrentPlatformSpawnWidth TO min(MinimumPlatformWidth,StartGamePlatformWidth-(HeightGained/200) ) -
press key to play animation
by rainwaterstudios ·Change Attribute self.image to self.image+1 -
enemy follow and face player
by Two.E ·You need to constrain the enemies rotation: -
Hi, I'm new. How do you reduce an enemys hp by clicking on an attack button?
by joloco2009 ·(Quote) -
enemy follow player
by AlchimiaStudios ·if attribute self.position.x != game.posX -
Hi, I'm new. How do you reduce an enemys hp by clicking on an attack button?
by AlchimiaStudios ·You can do it, but an attribute declared in a actor has a "local" scope. -
Hi, I'm new. How do you reduce an enemys hp by clicking on an attack button?
by joloco2009 ·Hi, I'm new. I'm making a turn based game and I made an attack button. I also made an attribute in the enemy actor called enemy1_health and it's 100. I want to to press the attack button and then the -
press key to play animation
by tatiang ·Change attribute game.startAnimation to 1 -
Having an issue with enemy's
by tatiang ·http://forums.gamesalad.com/discussion/88773/collisions-overlapping-not-detected-if-detecting-actor-is-on-lower-layer-than-target -
How Do I make an actor stick with another actor ?
by Japster ·I'm sure other veterans are aware of) to make constraining this kind of stuff dead easy... -
Collisions not working in iPhone Viewer
by mikejamesfisher ·I don't think i have seen that happen before with my game. Are they custom collisions? -
Collisions not working in iPhone Viewer
by euge04 ·I just started using Game Salad and it's amazing. But when I test my projects on the viewer on my iPhone the collisions do not work. They work on my Mac Pro though. -
How Do I make an actor stick with another actor ?
by mikejamesfisher ·Is the wood going to be moving? If no, then it doesnt seem like you would need to stick the knife to the wood persay. If yes, there is a way to constrain the knife self x,y to the wood self x,y with -
Help! - problem with publish to Android and hang up
by freneticz ·I was forced to delete the 'privateDataConsentForAds' attribute when i updated a FireTV app cause to instant crash -
GameSalad Publishing Binaries (RC & Current) - Updated 2020-07-06
by adent42 ·* Langauge device attribute now includes the scriptCode if the information is available. So instead of 'zh' you'd get 'zh-Hant' to specify the language variant. -
Help! - problem with publish to Android and hang up
by CasualEvolution ·@adent42 please look at that, maybe a message error during publishing? Or ignore the data consent attribute if not AD was checkered? Could be help. Thanks