-
How to reference actors from others?
by mesaticus ·of that Trigger that I place in the game can be uniquely tweaked? Aren't Game Level attributes considered more global variables? Would I have to create a unique game level attribute for each trigger -
New Integer Attributes Rounding off to whole numbers
by JoeB ·I'm trying to make a game attribute called Spawn Time = 0.5, and the gamesalad application keeps rounding it off to Spawn Time = 1. Has this happened to anyone else? -
How do you decide what project you're going to work on next?
by StormyStudio ·But at the same time I enjoy the process of making games, I want my games to be good and polished, with unique ideas (hopefully like Audio Invaders, but with a better delivered game mechanic). I reall -
(video) Why are the actors acting weird
by -Timo- ·if they spawn random you can make a integer attribute (lets call it Xposition) and put in the actor change self.Xposition to self.position.x and then constrain self.position.X to self.Xposition. -
New Project Tower Defense (still looking for a good name) [W.I.P]
by -Timo- ·if its not clear 'man/enemy' are the attacking squares you have to spawn ^^ -
Swapping Positions of 2 Actors (FIXED)
by KevinCross ·each card but because cloned actors don't have unique id's I've got no way of really of accessing that card and moving it out of the box, back into it's original place and put in the new card in the -
Spawning actor gives wrong size actor
by BasGoodboy ·but I don't put the actor on stage myself, when a button is clicked this actor gets spawned by the spawn actor rule, -
What info / permissions does Gamesalad request from our apps? Getting negative reviews....
by MillionairApps ·Invert I saw someone playing and it looked pretty strange, so I grabbed it. Gotta love poor Dave the chicken at the end. Good work with something cool and unique. -
particles
by The_Gamesalad_Guru ·Can't do it unless you attach an actor behind the one you want the particles behind and spawn the particles in the attached actor. -
particles
by HauschildStudios ·Does anybody know how I make Particles spawn behind the spawning actor? -
Multi Touch and HUD Scaling?
by joshiwu ·I watched your videos, I found them insightful. but this Multi touch is set up with actors for Click counters? Maybe a joystick could spawn under the left thumb of each player already at a size to m -
Problem with a timer
by The_Gamesalad_Guru ·We're talking about logic right. So think it out logically. So we have a rule that when pressed starts the timer so we need to put that Boolean lockout in that condition sequence. Then when it's press -
Fats of Pyori - coming soon
by williamt2706 ·Hoonimals miss their home after shocking accident take places. Help Pyori to return each hoonimals to their lovely home. Pyori is an alien bird who has a unique ability, he can adjust his own weight a -
Best way to build levels - number of actors limited?
by pbb76 ·using just 1 initial actor. I'm guessing using Spawn Actor? I think it will work, its just I cant see a way of looping in GS (like in PHP/JS) -
Gothic adventure game gameplay video
by artfish ·There are over 100 unique scenes in the project. -
Scene size change question...
by gamesfua ·So that means ALL OF YOUR ACTORS and ALL OF YOUR SPAWN POINTS need to also MOVE TO THE RIGHT. I was curious if there was some magic way of course correcting it all without doing it manually. But it d -
"31 Ways to Optimise Your Game Salad Project" - A Q&A about optimising your project
by matarua ·@Hymloe - no it does not fit those latter requirements. But it's a pretty amazing game all the same. Great artwork. Unique puzzles. -
"31 Ways to Optimise Your Game Salad Project" - A Q&A about optimising your project
by Hymloe ·I spawn enemies around the player, using values from the table to decide the type, amount, spawn time, etc, of enemies. I cap the number that are allowed to be alive at once. I've made it very scala -
Problem with a timer
by BasGoodboy ·When touch is pressed > spawn actor SleepAction. -
"31 Ways to Optimise Your Game Salad Project" - A Q&A about optimising your project
by tenrdrmer ·These Days I spawn crap like a maniac and constrain away if its what i need to do. I also use pause all the time its great.