-
Spawning at fixed positions at a certain time??
by GuaveMedia ·I really need some help.What is the best way to spawn actors, always beside one other so -
!!!!Problem with Layers!!!!!
by Justsomedesigner ·My problem is that i have an actor(enemy2) that spawns later in the game and i want it to be a layer behind actor enemy1 which begins spawning in the beginning. I only know to create actor layers by d -
Question: is there any limit on the random function?
by Chobbiface ·Thanks for the reply ozboy, though if anyone knew, I'd rather not wait 86000 seconds for a turd to spawn :P -
Question: is there any limit on the random function?
by Chobbiface ·Just wondering, in a timer say I want an actor to spawn randomly between every 0-24 hours (that's 86,400 seconds, since timer input is seconds) - is that doable? Or am I better off using some system- -
how to create a custom collision box. Please Help!
by MotherHoose ·on the spawnedActor: -
how to create a custom collision box. Please Help!
by KillerPenguinStudios ·am creating a distance game where all the actors spawn from off screen at random. With that I will have to make an invisible box for each actor and make sure it spawns in with the actor. I find it an -
Switching scenes causes spawned actors to disappear
by tatiang ·So I'm finally getting around to creating a game that uses a scene more than once. In my initial scene, I spawn an actor multiple times that then checks for certain conditions and displays text as ne -
Random spawn actor issue
by kajuto ·btw do you know why when the actor spawn fell in the floor the actor somehow follow my main character when he (main character) walk forward...???? -
Random number help please urgent
by gyroscope ·If you want the first spawn straight away, put this first: -
Random number help please urgent
by FirstDan ·@gyroscope - thank you so much for your help, it works, however my actors get spawned together, i would like u position to have a distance between the -
Spawn an actor when one reaches a point on the stage. Please Help!
by MotherHoose ·why spawn the first actor? -
Have a current actor spawn a random actor. Please Help!
by KillerPenguinStudios ·So basically I am creating a distance game. Say I have 3 actors I want to spawn in at random. Rather than having a a timer which will spawn one of the 3 actors at random for every so many seconds, I w -
Random number help please urgent
by gyroscope ·By the sound of it you'll need to split it up into two spawning actions, right, then left, then right, etc; - if I've understood you correctly. -
Random number help please urgent
by FirstDan ·i have an actor that spawns a actor self.pos.x to random(30,290) which works fine -
Random spawn actor issue
by MotherHoose ·Hooray you got the coins spawning! … now control how many coins on-scene: -
Random spawn actor issue
by kajuto ·how can i control how much the spawn actor show off ? let say...i only want 10 coin to fall only not continuing falling automatically.. -
Making a Game like Farmville or Smurfs Village.
by UnicornInvasion ·Yes I did spawn a new actor everytime. What does predefined mean? -
Finally A place where we can promote our GS apps {Completely Free} Independent Game devs! :)
by LeonardDeveloper ·Overall a very entertaining game!, Its a must buy!, Im very addicted to it!, Its got a unique wonderful art style and great gameplay!, It really is a pick up and go app! (Image) -
Random spawn actor issue
by MotherHoose ·what causes the spawn to happen? … keyboard key press? … mouse down? … touch is pressed? … timer? -
Random spawn actor issue
by kajuto ·Hi there.! Thanks in advance ! I follow the tutorial of create random spawn actor by tshirtbooth but when I put the actor in the scene it won't start spawning, why? I check everything