-
Actor Location Change
by master200012 ·Well, can you destroy the actor at point b and spawn a new one at the new location on the screen? I am inexperienced, but the concept seems to work. -
Dino Rush SE
by MagoNicolas ·I Only Use On Scene, I Don`t Spawn Actors, I Recycle them. -
gshelper.com "how to select overlapping actors"
by micksolo ·I've implemented my own solution to this - as of yet not quite working correctly. The way its done in the video and the top card demo doesn't quite suit my game as I'm spawning lots of actors in rand -
disappointed with GS update (game broken)
by rlehm ·spawn coins -
Large data sets (eagerly awaiting Array/Table attributes)
by LelandLong ·700 variables gets really ugly with single variable, unique named attributes..... -
Recycle actors
by JohnPapiomitis ·instead of spawning and destroy actors. you have them start in the game already just offscreen, when you want it to spawn instead of actually spawning it you move the one thats offscreen onscreen, the -
Update Spawn Location
by ChessPawn ·If I understand you correctly, you want to see like how the dots are spawning and stuff?? I am basing my game off this template so just search trajectory in the GameSalad Creator, double click it and -
Update Spawn Location
by ORBZ ·Part 1: You want the actor himself to be able to launch himself. That's easy enough, instead of spawning a blue ball, just spawn an actor that looks like the stationary actor, when it comes to a ful -
Artificial Intelligence
by svn ·I'm trying to figure out how to tell an actor to respond to the Player 1 actor when Player 1 gets close enough to him. I've thought of the actor to spawn these (invisible)rays, and when Player 1 hits -
☼☼☼Cows Vs. Aliens style Template- Spacemen Vs. Sheep☼☼☼ $20
by TeamLava8 ·are endless and this gameplay mechaic is truly unique. -
Firework Fruits - Release Day and Contest
by devjohnson ·Each attempt is a unique experience that guarantees you will never create the same show twice. -
problem with spawning an actor
by micksolo ·using spawn a lot will slow down the game and may cause crashes - I don't know exactly what the problem is, but spawn is very memory intensive, so try not to use it too much. -
problem with spawning an actor
by arkonllf ·I'm working on a new game, Snake style+idot style(what tsb built) and I want one character to spawn another character from different angles how should i do this? -
problem with spawning an actor
by arkonllf ·I'm working on a new game, Snake style+idot style(what tsb builded) and I want one character to spawn another character from different angles how should i do this? -
Level Maker Needed
by hman360 ·(all that needs to be changed are which enemies spawn when and how many and how much damage they do to the main actor. If they do a good job, I might offer them to make more levels for a larger amoun -
Performance issues. Total RAM 150 Mb!!!
by PoseMotion ·to this total too. Any image or sound that you spawn into the Scene adds to the overall total as well. -
Performance issues. Total RAM 150 Mb!!!
by firemaplegames ·to this total too. Any image or sound that you spawn into the Scene adds to the overall total as well. -
Set of behaviors not working in update 0.9.5
by Alien8 ·1. Every 5 secs, if Polar=0, spawn ActorB at position 0,300 relative to scene;otherwise at 0,100 relative to scene. -
Spawn actor problems
by Coin ·Spawn actor 1 (left side of sliced board) -
Is there an ACTOR in this position?
by micksolo ·So basically you want to know if there is an actor in a certain point and you want an attribute to remember this. I assume so it won't spawn another actor in a position that is already filled?