-
Support with Left and Right Spell
by CodeMonkey ·Add a spawn behavior outside of the timer. That should make it kick off the first spawn and subsequent firings should happen with the timer. -
Support with Left and Right Spell
by CodeMonkey ·Though is it inconsistent when you are tapping the fire button? Because there is a 1 second delay when the spawn actor is kicked off. So if you tap fire, nothing will spawn until after the first secon -
Support with Left and Right Spell
by butterbean ·Also, in my main actor where the spell is spawned: -
Support with Left and Right Spell
by CodeMonkey ·On your spawner, -
Support with Left and Right Spell
by butterbean ·Spawn actor: Left Spell for 1 second animate etc.. -
spawning actors
by scitunes ·In other words what is worse - 20 unique actors or 20 copies of the same actor? -
spawning actors
by JGary321 ·one small rule spawn actor random(0,320) will run a lot better. -
spawning actors
by scitunes ·You could spawn an actor in a certain area and give it velocity with a random angle. To constrain it you could create invisible rectangular actors and use 4 of them to make a "fence" -
spawning actors
by gpoppi ·hi people , I'm trying to get actors to spawn in random places within a certain parameter and get them to move randomly in the same parameter. -
Performance ?????
by JGary321 ·not unlimited. They've said numerous times that spawning takes a lot of resources. I'm sure this is something they are working on improving, but try recycling actors. Try move instead of spawn. It's -
Animated Shield Overlay
by xacto ·Again, I spawn playerShield on top of my Player. -
Performance ?????
by Cobra ·Forgive me, I'm not familiar with your game, but perhaps spawning four separate actors every time you shoot is a bit much? If you can combine these graphic effects onto a smaller number of actors, or -
How to make a change scene button appear
by quantumsheep ·1. When the game reaches 'end of level', spawn a change scene button at X,Y relative to scene -
Instant multiple spawn
by JGary321 ·SDMG - I would not spawn them. I would have the set off screen that way they are preloaded with the scene. The use the move function to move them randomly like u want. Spawning really does take a lot -
Instant multiple spawn
-
Instant multiple spawn
by JGary321 ·Trust me when I say you will not be able to spawn that many actors without the iPhone chugging to a halt. You won't be able to spawn 1/10th of that. Figure out a different way. Keep in mind spawning t -
Instant multiple spawn
-
Instant multiple spawn
by Atlanten ·The number of spawns wasn't really the issue, that was just a number out of the air. -
Instant multiple spawn
-
Instant multiple spawn