-
Enemy Health Points, And some other stuff
by PPenguin ·As for your last question, I think when you spawn an actor, there are options for the location offset.. I don't know much about it yet, but I think that's how it works. -
Enemy Health Points, And some other stuff
by SomeRandomDude ·And the last thing, i have a gun but when i shoot stuff it dont spawn where i want it to spawn how do i do so it spawn on the tip of the gun. -
GS Viewer vs Published Version very different movement response
by MarkOnTheIron ·I have 6 spawners that spawn 5 actors randomly and this actors have only a move down rule and a touch and destroy rule. In GS creator everything runs smoothly, in the Viewer and even worse on iPhone t -
Spawning image on HUD
by Player_E ·I cant seem to figure out how to spawn an image onto the HUD. -
How to spawn randomly?
by DanielAvni ·i dont get it i give my actor the spawn behavior but i want them to spawn out of the screen in the left and move onto it going right -
How to spawn randomly?
by Fafnir312 ·Place the spawner object of the screen and give it a "spawn" behavior with "random(min,max)" in the position fields. -
character face to the left
by Player_E ·currently I have just the basic spawn bullets in front of actor. -
How to spawn randomly?
by DanielAvni ·how do i spawn my object in a random place off the screen 2 the right and walk onto the scene at a certain speed -
instant destroy problem
by CoIin ·Clicking on the background causes a white square to be spawned where you clicked. Clicking on the white square will destroy that square. In this case I'm using touches. -
Ran out of chunks of size 16
by JamesBoucher ·The actor that I spawn are 8, 16, and 32. If I'm always destroying them (on collision) then what's causing the memory leak? -
Ran out of chunks of size 16
by JamesBoucher ·Is there a limit on the number of actors you can spawn? When I destroy the actors does this release the actors from memory? Any help would be great. -
Spawn and destroy help
by scitunes ·only thing I can think of is to spawn a new actor that is bigger than the original, though this may give you performance issues. -
spawn different enemies at random intervals?
by tollhousestudio ·It spawns only one of the spawn rules. -
spawn different enemies at random intervals?
by firemaplegames ·wherever you are spawning enemies, create a attribute (integer) called "randomEnemy". -
Proper spawning help
by ktfright ·Im sort of making a turret defense type of game, and i want the enemies to spawn randomly, but also outside of the screen at first of possible, or at the very least have them appear, but not at the mi -
Spawn Actor w/ Layers
by Auric ·Figured it out. You can't specify separate layers to spawn on, so my spawning rule has to be called from the layer I want to spawn on. -
Spawn Actor w/ Layers
by Auric ·How do you Spawn an actor on a specific layer? I am really frustrated right now as I can't seem to get my actor to spawn on the correct layer. I have a HUD layer above the main object layer and it kee -
Ran out of chunks of size 16
by JamesBoucher ·I spawn new actors up to 30. I destroy actors on collision. -
Ran out of chunks of size 16
by JamesBoucher ·No drag. I us accelerate, rotate, collide, destroy, timers, and spawn. Have I reached a memory limit? -
spawn different enemies at random intervals?
by tollhousestudio ·I would like to spawn 1 of 2 enemies at a time, i have the game spawning one enemy just fine but I want it to be random spawning enemy 01 or enemy 02 for example.