-
[I solved it] Changing velocity on actor issue
by KIIVIIN ·If FaceRight is true then spawn actor Right.. -
Display text question
by The_Gamesalad_Guru ·You can't switch layers during runtime. You can only spawn at a specific layer level. -
purchase button doesn't spawn google play purchase prompt
by HDIMapps ·I'm soo close to releasing my game on Google Play but I have one frustrating problem. I have the option for my users to purchase coins in my game. They have the option to purchase 5 coins, 10 coins, … -
Jumping rule wont work correctly, why?
by jamie_c ·@ervin.veisz, I've attached a sample here that shows one way of not allowing the jump to reset when the player touches the side of a platform. In this method I have the platform actor set up to spawn -
Ninja Baa - My first game, need some help with a few mechanics
by just_try_n_keep_up ·2) Attacks, I have an actor set as an attack that makes the enemy disappear when the spawned attack collides with the enemy but it seems to only spawn on top of the actor, how do i get it to spawn in -
Spawn Actor more than once with Attribute etc..
by KIIVIIN ·(Quote) -
Spawn Actor more than once with Attribute etc..
by The_Gamesalad_Guru ·Since your bullets spawn every two seconds you will need to offset the timing of the random generator. -
Spawn Actor more than once with Attribute etc..
by KIIVIIN ·yes timer then spawn actor (Image) -
Spawn Actor more than once with Attribute etc..
by KIIVIIN ·At the moment my enemy spawn 1 actor every 2 seconds. -
Spawn Actor more than once with Attribute etc..
by tatiang ·function? Do you just want the monster actor to spawn a choice of bullet (1, 2 or 3) each time at set intervals? So, say every 0.5 seconds it picks one of the three actors and spawns it? If so, th -
Spawn Actor more than once with Attribute etc..
by KIIVIIN ·Monster spawn actor 1,2 or 3 in random secvenses. -
Spawn Actor more than once with Attribute etc..
by The_Gamesalad_Guru ·(Quote) -
Spawn Actor more than once with Attribute etc..
by tatiang ·An actor can spawn any number of other actors using multiple Spawn Actor behaviors. I don't understand what you mean by "do this random function for 3 vectors." -
Spawn patterns?
by antleecar ·By your illustration and description, you can have say 5 patterns, define it by game.pattern. in the spawn actor of the patterns, created 5 rules for each pattern. If game.patterns = 1, spawn actor dr -
Spawn Actor more than once with Attribute etc..
by KIIVIIN ·If I want to make 3 different actors to randomly spawn from 1 actor that gets destryed, how do I manage to do this random function for 3 vectors in 1 spawn actor? -
Spawn patterns?
by imjustmike ·It depends if you want to spawn them randomly (with a chance of spawning) or based on a pattern. -
Spawn Actor more than once with Attribute etc..
by tatiang ·Create an integer attribute called game.nextSpawnScore and set it to 10. In your spawner actor, add these behaviors & rules: -
Spawn Actor more than once with Attribute etc..
by KIIVIIN ·At the moment I collect score, When score (attrebute) reaches a certen amount it sets "SpawnEnemy" attrebute to TRUE. -
Spawn patterns?
by GreenfroggGames ·@tatiang Clouds are stationary. I want it to be random with set patterns I guess. For example I want them to spawn like an arrow or starting from the left going right at random -
Spawn patterns?
by GreenfroggGames ·Sorry for the bad graphics (I'm at work). I want to spawn raindrops from 5 separate clouds in different patterns. Like just the two from the left, the middle and last cloud or all but one etc. Which i