-
How to control the amount of times an actor spawns?
by Braydon_SFX ·http://forums.gamesalad.com/discussion/82113/need-help-with-increase-spawn-time-of-an-actor -
How to control the amount of times an actor spawns?
by MentalDonkeyGames ·Create a game attribute, call it spawncount. -
How to control the amount of times an actor spawns?
by http_gamesalad ·as the game get's harder I want it spawn more -
How to control the amount of times an actor spawns?
by http_gamesalad ·I want to know if it's possible to control the amount of times an actor spawns in a given time period. For example let's say I want an actor to spawn once every 5 seconds and as the game goes on it'll -
General Performance Question - Spawning VS Placed actors.
by tdormanesh ·It's normally only one or 2 at a time. Overall though, the manager probably spawns 20-30 unique actors throughout the whole chapter. -
General Performance Question - Spawning VS Placed actors.
by Spalding004 ·How many actors are you trying to spawn in at once per scene? -
General Performance Question - Spawning VS Placed actors.
by Spalding004 ·If you spawn a TON of actors all at once or in rapid succession, and I mean a LOT, there will be a bit of a lag spike, but I've never really had a problem spawning in a scene from nothing at runtime. -
General Performance Question - Spawning VS Placed actors.
by tdormanesh ·For this app I'm working on, the path I went down was to have an actor that I use as a manager, and it uses timers to spawn actors at the appropriate time. -
How do I create a reset screen.
by 18jhanshew ·I don't think you understand my above description. I don't want a splash screen, I want a screen that changes after pressing a button, and I can spawn the "Game Over" text, I just wa -
leaderboard question
by ElemetApps ·What I would recommend is Have a leaderboards button that has when touch is pressed, spawn 2 buttons. 1 saying "today" and 1 saying "all time". The button saying &a -
How do I create a reset screen.
by mhedges ·2. In the Game Scene, upon character death, spawn a Game Over actor or Display Text "Game Over" -
Trail direction help
by mhedges ·If you are spawning a trail, your player actor should "Spawn Trail Actor" behind actor. -
How do I create a reset screen.
by The_Gamesalad_Guru ·Spawn your actors on the hud layer for the reset. -
How do I create a reset screen.
by 18jhanshew ·I'm working on an "infinite runner" and was wondering how to make a screen appear after you die to reset the scene. The way I've tried doing it was having actors spawn when you die f -
Help in spawning another character at the position of the character already on the scene
by tatiang ·Here's a demo made in Mac Creator. Click anywhere to spawn a new actor. -
Help in spawning another character at the position of the character already on the scene
by tatiang ·Then when you want to spawn another actor, choose a random row (self.randomRow) from the table and spawn at x=tableCell(tableName,self.randomRow,1) and y=col tableCell(tableName,self.randomRow,2) . -
Help in spawning another character at the position of the character already on the scene
by aimer_s19 ·I have like 300 same actors placed on the screen and i Want to spawn a new character in place in of one of those actors randomly.(Image) -
is this pricing reasonable?
by http_gamesalad ·7 balls you must unlock to gain access to the 5 unique space crafts. (The space crafts change the theme of the game & background) the pricing for the space craft range from 200 - 1000 coins. -
ghost characters
by RocketBrain ·in any case. i've gone through every single actor in that scene looking for the code that spawn these phantom actors. its not there. so i saved a different version of the project and deleted each acto -
Endless screen
by murat.sogukcesme ·So it looks like endless screen, but actually the player actor and the spawned actors are moving then.