-
Getting ready to publish game loading problems on iPhone
by michaelpaulmartinez ·I forgot to say I am using a table to spawn the cards at random locations, if that makes any difference. -
How can I add a "cooldown" for a key press?
by gyroscope ·Spawn missile -
Minecraft 2.0 - Best or worst game ever?
by SolarPepperStudios ·Zombie Pigmen now spawn with battlesigns and no longer use swords. -
Optimization priorities?
by quantumsheep ·But I'd rather the spawn just worked effectively so you can concentrate on making a fun game instead of battling with the system. -
Rope extending and bending... ??
by lewisone ·I was thinking in concept you could spawn rope pieces to make it longer and destroy them to shorten them. the swinging and waving of the rope could be mimicked by the pieces anchored to each other's -
Timer help
by gyroscope ·PS One thing I didn't make clear (which you probably sussed anyway) is to make sure that the line: "Change Attribute SpawnCycle to true" is in the Timer behaviour along with the Spaw -
Timer help
by gyroscope ·Rule: When SpawnCycle is false -
Timer help
by Adamgopro ·how do i set timer to spawn an actor at random times between 1 and 10 seconds -
Optimization priorities?
by natzuur ·Ram usage for sure. Without lowering this gamesalad is not capable of certain types of games without crashing. Even though it may be a smaller segment of developers encountering these issues. The new -
App Rejected
by Zenith_Gameworks ·I can't exactly give you advice on what to add to bolster your chances of getting the app accepted.However, I can tell you that there is a myriad of "background" apps already on the -
Optimization priorities?
by Kangavark ·I'd say Timer, then Spawn, then loading time. -
Need help: Spawn actor and save all new spawned actor position (table?) how to
by Darkpax ·to test i have make more actor 1 and all move to the first of all spawned actor 2 -
Expression Editor In Change Scene Behavior
by dmilinovichiii ·(Quote) -
Expression Editor In Change Scene Behavior
by tenrdrmer ·On the backend all scenes are assigned a unique ID number somewhat at random. So there's no easy simple fix as some have mentioned. -
Need help: Spawn actor and save all new spawned actor position (table?) how to
by tatiang ·Create a game attribute called game.spawnOrder (integer). -
Need help: Spawn actor and save all new spawned actor position (table?) how to
by Darkpax ·Hey everybody I need help my idea is actor 1 spawns all 3 seconds an actor 2. The actor 2 spawns in random positions. My question is, how I save actor 2 position to table or anything ? I mean actor 2 -
Easy question on how best to track actor count...
by tatiang ·Spawner actor -
Spawning problems.
by ericzingeler ·(Quote) -
Spawning problems.
by tatiang ·It doesn't actually use Spawn behaviors, but this should work for what you need. It randomizes the positions of two "objects." I don't really understand your scoring system so maybe -
Easy question on how best to track actor count...
by CodeMonkey ·I would put the spawn count increment behavior before the Spawn Actor behavior and the decrement behavior right before the destroy actor behavior. Order of behaviors matters.