-
Alternative to a Nested Loop
by MathPickle ·Inside an actor called "Spawn Row" use a loop to spawn your first row. Now increment the row index by 1; spawn a new actor "Spawn Row"; destroy the old actor calle -
Problem with Timer (Every) and Variable (Frequency)
by Hopscotch ·Change Attribute: self.NextSpawn = 0Rule: if game.Time > self.NextSpawn Behaviour Spawn enemy Change Attribute: self.NextSpawn = game.Time + some random secondsend Rule -
Problem with Timer (Every) and Variable (Frequency)
by mhedges ·I am stumped with something which looks quite simple. I have a timer which spawns enemy actors every x seconds or fractions thereof. I have a variable (real, not integer) which changes upon certain -
New Game Maker launched called Build Box. Thoughts?
by birdboy ·Edit: After watching a few videos so many aspects of gamesalad seem much more potent and there's no chance in hell that this is worth so much money... seems like a scam to some degree. But still... st -
Layer problem
by app_sauce ·Ok I figured it out. I just spawn a decoy in front of my code heavy pieces. Displaying the important stuff and just taking it along for the ride. Once I drop the piece it destroys. -
I need help respawning actors after they are destroyed.
by Mendez ·@gama3 you make the rule: when the attribute equals 7 then spawn actor (use the same spawn rule that you used to originally spawn the actor) -
Astonia 3 Resurrection (F2P, NO PAY TO WIN)
by a3res ·your character gains skills. The game offers a unique perspective in character building, which offers highly customized characters. The competitive PVP clan system is in place to test your skills aga -
Game of the Month: August - Submission Thread
by JPGamesFactory ·HD graphics combined with pixel art for a unique style. -
So I am making a game with 2D terrain generation...
by irkutsk_98 ·My method for generating the map is pretty simple. I have a line of 16x16 dirt tiles that line the "top" of the map. Each one will spawn a new block 16 pixels below that until it rea -
Make an actor shoot at your character
by Andrea_Comisi ·Spawn actor bullet -
Been at this for days now
by ShortAxe5 ·This is pretty frustrating though. I've tried spawn actor, move actor, etc and nothing works. I'm this close to giving up -
Need help respawning actors after they are destroyed.
by gama3 ·(Quote) -
Game of the Month: August - Submission Thread
by cph127 ·Rescue a boy trapped in a comic book to Escape The Page. Travel six unique worlds of Bounty Beach, Jungle Jumper, Mexico Madness, Arctic Air, Factory Fun and Goldmine Ghost. Unlock all 18 levels. -
Need help respawning actors after they are destroyed.
by Dues ·Is there a specific reason that you need to spawn the actors? -
Need help respawning actors after they are destroyed.
by gama3 ·I have a game in which 7 white actors spawn randomly in the scene that has a timer of 30 seconds. In addition to the seven actors, there are 3 red actors that spawn. The objective is to destroy these -
Armelline's Free Stuff For Everyone (check first post for the latest update!)
by Armelline ·(Quote) -
I need help with collisions.
by allc1865 ·As for right now, I would spawn your platforms but turn the friction up on them. They should come to a slow stop. -
I need help with collisions.
by allc1865 ·So what you want is for the actors that you spawn, is to land on top of each other and then stop moving? -
Random Generation
by ookami007 ·Just create your scene and fill it with the base tile. Then you can just randomly spawn the ores. -
Spawning incrementing amount of actors
by Okysho ·Hello. I'm making a simple game that needs to spawn a variable amount of actors, incrementing by 1 after a certain amount of elapsed time.