-
Spawing A Table
by robert.mccarthy ·Is it possible to create/spawn/copy a table to a new one when in a game? -
Actor stop spawning after touch, restart spawning after contact with another actor, HOW?
by MotherHoose ·changeAttribute: game.spawnCount To: 1 -
★★ GSH7 ★★ Official Contest Thread - Win a Brand New iPod Touch!
by TeamLava8 ·This game could best be described as an arena style arcade game. But hopefully what sets it apart is its unique mechanic. I have the gameplay video posted below, as well as an overview video below tha -
how to spawn actors in order?
by tatiang ·I'm not sure which video that is, but to clarify, are you trying to spawn actors based on a value in a table? Or are you trying to spawn actors in rows and columns like this: -
Actor stop spawning after touch, restart spawning after contact with another actor, HOW?
by MotherHoose ·just change when spawnCount < 5 … do spawn -
Actor stop spawning after touch, restart spawning after contact with another actor, HOW?
by tatiang ·@CabacoAppNews, are you saying that you want the 5th ball to be destroyed but not to cause another ball to spawn automatically? -
Actor stop spawning after touch, restart spawning after contact with another actor, HOW?
by Cabaco ·There's a slight problem, all of this is working, but when I get to 5 balls onscreen, and one of them is destroyed, they just keep showing up so the amount of balls as to always be 5. And what I want -
more questions! about friction and collisions and such
by simo103 ·Lastly if you need to optimize a bit if the scene gets heavy with actors/images/rules etc you could do a change attribute self.position X or Y for the switch moveable objects ... ie: so one is off sce -
★★ 31 Optimization Tips ★★
by AcceleratedGames ·To my knowledge, they have fixed that problem, if it ever existed. I tried both methods and the average of the memory used to spawn was LESS than it was to recycle the bullets. -
Moon Monkey: Bananas in Space!
by TeamLava8 ·It is a classic arena style game with a unique gameplay mechanic and setting. Much like super crate box or muffin knight or a game of that variety you have an item that you need to collect that spawns -
Actor stop spawning after touch, restart spawning after contact with another actor, HOW?
by MotherHoose ·add gameAttribute … spawnCount … index type -
Actor stop spawning after touch, restart spawning after contact with another actor, HOW?
by Cabaco ·Thanks! Actually I have another question. I have a game where there's a button that spawns actors, but I want there to be a limit of 5 to be spawnable, once that limit is reached, the button stops wor -
How do I spawn actors with increasing speed without spawning them at the same time?
by MotherHoose ·on spawner add 2 attributes: -
How do I spawn actors with increasing speed without spawning them at the same time?
by viking ·I have actors spawning in all four corners of the screen at ever increasing speeds, but I have to find a way to make sure that I never spawn two or more actors at the exact same time. The player has t -
Actor stop spawning after touch, restart spawning after contact with another actor, HOW?
by MotherHoose ·@CabacoAppNews … you tell the computer that the spawn is done -
My unique strategy game in final test phase!
by zellhuang ·Hello,GSer! My first GS game(not first app) is in final test phase! It took me 9 months to design and develop it. I can say it's definite an unique strategy game.I haven't give it a name,may be you gu -
Actor stop spawning after touch, restart spawning after contact with another actor, HOW?
by Cabaco ·Just like the title says, so I click my actor 1 that spawns another actor, after the first touch I want the first spawn actor to deactivate, which means I want it to stop spawing actors, not clickable -
Problems with Switching Between Random Enemy Spawns
by Goodnight Games ·So I had a system in place that spawns a random enemy and drops it from the top of the screen. -
SNEAK PREVIEW: Skyline - Our first game with GameSalad
by Wingmanapps ·Glad you like it - We tried to make it as unique as possible - No reason competing with angry birds (Image) -
how to spawn actors in order?
by guilleface ·this is using tshirtbooth video of how to spawn coins with no overlap, but i need now to spawn in order from points in row 1, then row 2, then row 3 and so on, so i try to change attribute, random pos