-
Making extra actor spawn in center of map.
by keflyn ·I'm trying to make it so when my player collides with another actor an image is shown, however this image is only spawning in the corner and is it fully visible, how would I make it spawn in the cente -
Stormystudios - Escape Artist (Development thread)
by AppsRacK ·. Anyway your game looks cool and i've never thought you could do that in GS especially when it dont have an array. Hows the FPS BTW? is it all spawn and destroy? Anyways goodluck and release it alrea -
drag actor in a given radius?
by zxoraz ·I've been trying to create an arrow that will spawn when the mouse is down, -
how to spawn actors from center to edge, help
by Add ·Hi. How can I spawn actors from center to random points of four edges, like star coming to spaceship??? I do not want to use the particles. I want to use actors. My difficulty is in maintaining a sing -
Spawning, moving, and destroy.
by msones ·Change spawn to be 240,160. Add a "move" behavior to the actor - direction should be random(0,359). -
Spawning, moving, and destroy.
by Add ·Hi. how can I spawn those actor from center to edges??? -
Weird discrepancy between scene size & background image size
by tenrdrmer ·When using spawn the X and y coordinates it uses are either relative to the Scene or the Actor. You set that in the drop down menu. When using relative to the scene it using the x and y system the sce -
Particle Spawn
by Cap ·Thanks. I managed to spawn exactly only one particle in this special case by using "if self.time = 5 then -> Spawn Particle" instead of using "self.time > 5&am -
Weird discrepancy between scene size & background image size
by Sinequanon ·by 1024 pixels. Currently, I have the background spawning as an actor when the level 01 actor (which is running enemy spawning and such) calls for it at the beginning of the level. -
Particle Spawn
by Cap ·I have an actor that will -after self.time is greater than 5 seconds- spawn a particle. At "number of particles" I enter 1. Nontheless after some seconds a second particle appears. W -
Spawn or Recycle
by Cap ·Imagine I have an actor that I use very rarely and if, then only for some seconds. Is it better to spawn / destroy it then instead of hiding it all the time somewhere outside of the scene until needed -
How to spawn actor with random destinations,help
by bluebyu25 ·Use the random function when you are saying where you want the actors to spawn. -
How to spawn actor with random destinations,help
by Add ·Hi, everyone. Sorry my english. how I can spawn many actors alike from the center of the screen to the edges with independent destinations? Like stars coming from center of the screen to the edges. Th -
★★★ SALE: Vertical Shooter Now Only £7 ★★★
by TeamLava8 ·@rlehm- Im not sure specifically how this template is set up, but I know you can set a timer that states every "however long" then add a spawn actor. So I'm guessing you could wrap y -
★★★ SALE: Vertical Shooter Now Only £7 ★★★
by rlehm ·Trying to have the clouds spawn more. They seem to spawn once, then never spawn again. Looking for some help. -
My Timer is skipping a beat?
by ShaneS429 ·I currently have a game that spawns 2 sets of "enemies." -
Change Rotation on an Actor, now Spawn Actor all messed up...
by DrGlickert ·Nevermind, I figured it out. I had to make my game.RotationAngle as the Direction of the spawn, but I had to make it NEGATIVE. -
Change Rotation on an Actor, now Spawn Actor all messed up...
by DrGlickert ·When I click to shoot a bullet, it now spawns incorrectly. -
**Game Progress** NEED COMMENTS
by Sparkyidr ·I like the look of the backgrounds, it's quite a unique look (in a good way) -
Hallway effect Question
by CaptFinn ·Is this a spawn issue? what am I not adding?