-
Spawning problem
by JennyLynn007 ·I have a spawning question... still getting use to these forums so I apologize if this is asked in the wrong place. -
Bullet shells & Debris, A few pre-development questions
by jamie_c ·To limit the number of shells you would create an Integer Attribute and increment it each time a shell is spawned, if you only wanted 10 shells to ever display at once do a check like this: -
Bullet shells & Debris, A few pre-development questions
by KevinCross ·random direction applied to those, and you just spawn a bullet shell each time a bullet is shot. -
Bullet shells & Debris, A few pre-development questions
by TRAVOLTRON ·I did find this useful post that (correct me if I'm wrong) could be used to create a giblet explosion that falls to the ground. -
Spawning problem
by http_gamesalad ·@tatiang Okay basically I have 2 different spawners with 2 different game.randomX. When the screen.size.height = 568 I want the game.randomX to spawn random(148,600). But when screen.size.height =/ ( -
Spawning like doodle jump
by joelloyd ·I understand that the scene size is double height and when you fall the view goes to the lower half and displayed the score and game over etc. but how is the aftor spawning working? How do you make th -
Keyboard Problems
by tatiang ·There's no way we can know how to fix this without knowing how you set your rules up. Can you post a screenshot of your rules? Are you doing something like If key a is down then spawn actor? -
Wrong Color = Spikes out now on ios
by app_sauce ·Here is my latest little arcade game called Wrong Color = Spikes. It is similar to the game Don't Touch The Spikes, but I added a few clever gameplay mechanics which make it unique, fun and challengi -
How to have multiple enemies from the same spawner have individual healths?
by ookami007 ·@TaylorH1 - You can also check out my tutorials and templates on my site, some of them show how to spawn enemies of different health and different color, etc. - monkeyuncle.com -
[Solved] How to allow my character to launch fire power?
by tatiang ·The Spawn Actor behavior will add an actor to the scene. So you could use this to add a "fire" actor. Inside the fire actor, use a Move behavior to move it in a certain direction a -
Please Help Needed about unlimited enemies in platformer game?
by cherrywtz ·(Quote) -
Please Help Needed about unlimited enemies in platformer game?
by cherrywtz ·(Quote) -
How can I make a selected image stay when the actor dies and respawn?
by Icebox ·when ever the ball respawns , it will respawn as its original form and then you will have to keep pressing it until to reaches the color you want. so your first color is white , it will spawn as the o -
How can I make a selected image stay when the actor dies and respawn?
by Dell7730 ·Before the start of the basketball game, the player can select which color of ball he wants to play with. I got the changing ability working but when the ball gets destroyed and spawn again, the ball -
Please Help Needed about unlimited enemies in platformer game?
by ookami007 ·Ok... I have a tutorial I created for you for simply spawning actors for an endless runner. I didn't include the random 1 of 5 part in the tutorial, but it is in the template file. -
Please Help Needed about unlimited enemies in platformer game?
by Balvamar ·Create another actor called "control" in that actor create rules to spawn the enemy actor at the right of the screen. -
Submarine game (first look)
by freneticz ·@tiger27 hi its just a simple circle actor.....in spawn rate i have 20,2,6....in vel/pos random -600,600 & 0 direction 90 rel to scene and speed random 40,80. -
Please Help Needed about unlimited enemies in platformer game?
by ookami007 ·So spawn them and then they move towards the player? -
Resource Gathering template, tracks time while game is closed or inactive
by Armelline ·If the multiplier is, for example, 5, it will add 5 resources per worker every 1s. So if you have 5 workers, it will increase the resource by 25 every 1s. The multiplier is unique to each resource, an -
Please Help Needed about unlimited enemies in platformer game?
by cherrywtz ·(Quote)