-
Timer within a timer?
by Daftbomb ·What about using an actor to spawn the spanner after 10 seconds? -
Timer within a timer?
by j_d_campbell98 ·Hi noob here. I'm trying to make a timer within a timer so that basically after 10 seconds an enemy is spawned every 4 to 8 seconds but instead the enemy only spawns every 10 seconds. -
Dont spawn more than once in one spot?
by tatiang ·Set up a table with 24 rows and 4 columns where each column has a single digit. Then when you pick a random row, spawn at the x value in column 1... then column 2... then column 3... and finally colu -
Dont spawn more than once in one spot?
by FlyboyTrevy_ ·So I have a spawner set up to spawn (I guess you could call them) "enemies". Heres what I have -
How could I replace an actor with another one on button command
by balasios ·1) you can make the actor spawn an entirely different actor with the different set of colors/collision rules, then destroy the original actor or -
Scaling up an Endless Enemy Spawner
by Daftbomb ·How about making a global integer attribute called "spawn" and initialise it to 1 upon starting level. -
Possible to run timer off TableCellValue?
by RabidParrot ·The spawn time value is TableCellValue(Main.tb, "Level" ,7) -
Possible to run timer off TableCellValue?
by RabidParrot ·Every x seconds spawn actor. X is equal to (Main.table, Level, Spawn Interval) -
2 player switch turn different score
by Armelline ·Darts is a... unique game (Image) -
Endless runner with spawns based on player progression
by tatiang ·Spawn actor [white platform] -
Problem spawingg
by Socks ·And this problem goes away when you spawn 'in front of the actor' ? If you spawn 'in front of the actor' then the image is no longer too heavy ? I don't think so (Image) -
Problem spawingg
by Reckless App ·* i make a rule in the first actor saing """ spawn actor 4 FRONT OF LAYER (actor 4 also move at same speed) -
Spawning items on one layer
by Socks ·Do you mean randomise which items are spawned ? (rather than randomise where they are being spawned or when they are being spawned . . . etc). -
Spawning items on one layer
by YourFace710 ·Hello! I am trying to implement a system for item spawning in my game but , at the same time i am confused. How do you make a certain actor spawn randomly on only ONE layer of your game? for example t -
**The Ultimate Gamesalad Resource** Please Contribute!!
by RThurman ·Having said that, it is always nice to have attribution. I've been pretty perturbed when I've seen others claim ownership of - and even sold in the GS marketplace - some of the unique solutions I've -
A speedier loop?
by Socks ·(Quote) -
"Hero Stick Craft Runner Frenzy" out on Google Play!
by phamtastic ·Your typical mega run styled games offer nothing more than a protagonist on a running frenzy usually doing a clichéd Mayan escape. But Hero Stick Craft Runner is different. It adds in unique elements -
How to make a table not select the same value after it is copied?
by Slayre77 ·@Braydon_SFX I understand your tutorial but I dont quite know how to modify what you did in the video to make my game work. How do I make the value be selected every 1 second? And which attribute in -
Spawn actor with different images
by Mattcus ·I'm not quite sure how to go about doing this, basically in my game I have a character customisation and I thought, to save resources and effort I could use the same pieces of the character creator to -
A speedier loop?
by MattSoden ·OK, so duplicating the one spawn rule to twelve rules has cut the time to approx 1.7 secs - my flabber is officially gasted!