-
Detecting an obstacle in the path?
by RocketBrain ·Spawn actor.Guide: -
Detecting an obstacle in the path?
by louistrudel ·just spawn an actor that move quickly to targeted move location and if it collides with an obstacle don't move? -
spawn same actor with different attribute
by tatiang ·In the enemy actor, change attribute game.spawnerID to self.ID. Then spawn actor 1. -
spawn same actor with different attribute
by Icebox ·Enemy1 = if touch is pressed > spawn actor1 that have self.integer 1. -
Improving game performance
by louistrudel ·-each round spawns a different set of mobs -
Jetpack Joyride missiles
by Braydon_SFX ·You need to have the warning follow the Y position of the player. After a period of time, you will spawn the missile. -
Jetpack Joyride missiles
by kukukeke ·When Warning animation spawn,after few seconds spawn actor who move in same xy as warning... -
Code headache with my almost finish game.....
by luke2125 ·Column : 8 Value: 1 True to Spawn Worms -
Code headache with my almost finish game.....
by luke2125 ·I have a Loop Behavior, that spawns Randomly (10,40) worms, however, after the 3rd time of spawning the worms randomly onto the screen, it goes bezerk, and spawns endlessly, please see below: -
Forget Pong King! Infinite is what's hot right now!
by DeadpoolBro13 ·(Quote) -
How to control the amount of times an actor spawns?
by http_gamesalad ·How this is set up now is that everytime a floor spawns the object spawns also. I can't figure out to make it spawn less & start spawing more rapidly -
Forget Pong King! Infinite is what's hot right now!
by KevinCross ·If you do create an endless running game, and not levels, you will need to keep in mind how you spawn platforms and traps. They need to be spawned at the right distance that they're possible to jump o -
Have enemy fire when facing actor?
by mhedges ·Here's the rule stating that when the enemy is facing the ship (via vectorToAngle), spawn a bullet (it also shows a red Y just for reference): -
Have enemy fire when facing actor?
by Valan ·If the enemy rotation = the hidden actor rotation then Spawn bullets. -
Have enemy fire when facing actor?
by mhedges ·* When the enemy faces the player, I want to shoot a bullet. What is the proper syntax for the condition? When Enemy Rotation = ________, Spawn Actor Enemy Bullet. -
Spawning an actor
by mhedges ·Create a boolean such as "Actor on screen" which if false (turns false when you wipe the actor off screen) will allow a new actor to spawn. -
Spawning an actor
by LivieGames ·I have an actor that spawns itself every 3 seconds, the user has to swipe (to flick the actor off screen) -
Problem:Spawns 2 random actors at the same time
by aimer_s19 ·I was using this to spawn the actor.Solved the problem I was actually using same number for two actors thats why it was spawning twice.Thanks for your help @tatiang @RThurman -
Problem:Spawns 2 random actors at the same time
by aimer_s19 ·I'm working on a game and I want to spawn only one Sad panda at a time.In the start the game works just fine but after clicking on some sad pandas 2 sad pandas appear on the screen -
Heads up for 1.25 release
by Hopscotch ·If you say the android apk stutters sometimes, can you guess what your app is doing at that time? E.g. stutters for a while after a scene starts, or stutters when new actors spawn or new sounds play,