-
Making a Game like Farmville or Smurfs Village.
by GLGAMES ·Did you spawn a new actor everytime? It will be difficult as any instance of the original actor will share the same rules thus they will react together. If the piece of land you build on has predefine -
Spawn an actor when one reaches a point on the stage. Please Help!
by POM ·You can make a game attribute - boolean - and call it "spawn actor now" -
Spawn an actor when one reaches a point on the stage. Please Help!
by KillerPenguinStudios ·So basically I am creating a distance game. Right now to spawn a random actor I am using a timer so after a set amount of time spawn an actor at random. What I want to do is once the current actor on -
Audio 103 & 104 (Video Series)
by ultima ·i also think this unique expertise of yours will add great value to your guides and set you apart from the other experts in the forum each with their own area of focus. -
Next level and timer?
by tatiang ·The 0.5 second timer is there to allow the enemies time to appear/spawn and correctly increase game.Enemy to whatever number it should be. You can use any value... 1 second, 2 seconds, etc. but it ne -
Disable button
by MotherHoose ·faster/smoother than destroy/spawn -
Need to spawn a random actor once the previous one reaches a specific point!
by KillerPenguinStudios ·I am creating a distance game which will spawn in random actors. I would like it to spawn the actors once the previous actor reaches a specific point on the screen. Hope I am clear enough and thanks i -
Galastar Concept Art: The Hydra
by ADSentertainment ·Complicated way: Each head has it's own unique projectile that it will shoot. they will follow the lasers you shoot, so, in order to hurt another head, you have to "guide" the projec -
Please help with my first Jigsaw puzzle game
by franken2778 ·I'm making my jigsaw with a rule that creates (spawn) the next piece once the previous piece is locked in the right placed, the following pieces are all created in the same position than the first or -
Floors and Enemies
by SAZ_1 ·accelerate) .. with in the bad guys just add a spawn actor every 1 second or so called bullets... that should do it... you can improve this by working out magnitude and such so that when they are at -
Best way to do it...
by JohnPapiomitis ·dont spawn the obstacles, recycle them -
Best way to do it...
by Gnomer ·I currently am making a runner game. The obstacles come onto the screen from the right and the main character has to jump and duck to avoid. I cannot find a way to make it not laggy. Currentl alll the -
stop actor when move to and rotation
by RThurman ·To stop, It is probably easiest to spawn a non-moving 'explosion' actor. Then immediately destroy the plane. (But explosions actually do travel with the plane for a brief time. What you already hav -
Floors and Enemies
by triton13 ·is about enemies. How can I make my enemies spawn and run at me shooting there gun when they see me? -
Rittenhouse's Sneak Peeks
by Rittenhouse ·To start, I've been dying to shake things up and really do a VERY major game app in GameSalad.. something completely over the top with a unique story and completely redefining gameplay on the iPad. Th -
February Game of the Month (and January winner!)
by 8BitAvrin ·Lightspeed Bit Bit is a futuristic retro neon stylized arcade game that's for dedicated gamers and casual gamers who like to be challenged. The simple one finger control makes it easy for anybody to p -
Laser?
by LeonardDeveloper ·Particles... Or spawn actor.... But particles would be your best bet... I have particle tutorials over on my websit: http://www.thermo-apps.com/gamesalad -
Shooting bullets problem
by triton13 ·event-key-space-down then under that I added Spawn Actor. I changed the actor to my bullet and left everything else the same. Under my bullet, I added move and left it the same cause I want it to go -
How to drag 9 spawned actors independently - EXTRA CHALLENGING
by GreenHavenGames ·Did you get this working? Did you use a single actor using a self attribute or did you make 10 actors? I would gladly pay for a generic working template that allowed an actor to spawn multiple actor -
Laser?
by 921creative ·One idea would be to spawn a rectangular "laser" image from the object and then, much like a health bar, have the spawned image quickly grow in size the entire width of the scene.