-
Random Actor Spawn at set locations on screen using tables
by tatiang ·2. Spawn an actor at the x,y position in row (random number) of the table -
Random Actor Spawn at set locations on screen using tables
by hillst ·I have been playing around with GS for a little bit now but have been stumped by a recent set of rules I was trying to setup. I have 3 actors that I want to spawn over the screen in rows. No actors ca -
[Solved] actor became smaller after spawning
by tatiang ·Not the spawner actor but the prototype actor in the Inspector. Is 92.7 the height of the prototype actor that gets spawned or the spawner actor (the actor with the Spawn Actor behavior)? -
Release Candidate 0.13.3 - FireTV and Gamepad Support
by BlackCloakGS ·* Single Player and Multi Player support. Single Player allows every connected Gamepad to act as Player 1. Multi Player treats every gamepad as a unique player. This can be toggled through the &qu -
Swing back and forth after colliding
by Socks ·(Quote) -
Swing back and forth after colliding
by Approw ·@Socks Thanks, I get your method now. I saw that the blue circle was made out of straight lines. So the big question now is, how do you spawn a circle made out of straight lines xD? I tried to find it -
Swing back and forth after colliding
by Socks ·Basically spawn a bunch of actors in a circle and have an actor collide with it/them, I didn't keep the project, but it's pretty simply to set up. It might work for what you want with some work, but i -
Bow movement
by Vijjeswarapu ·spawn arrow -
Negative scoring
by BrassMonkeysUK ·game's score, specifying the number of units to spawn, or keeping track of how many reward objects are left in a scene. -
Stopping an actor
by diegolaya_ ·(Quote) -
The Hopping Dead - iOS - Coming Soon
by RondoRocket ·Stop the onslaught of the hopping dead in this old school arcade game. Pick from six different characters and hop your way through four unique levels by tapping on the left side for a small hop and on -
how to spawn and destroy spawned actors
by tatiang ·You might try just deleting the table row for that gift. That way that particular gift won't spawn. A more complex method would be to include a boolean column in the table and switch it to true when -
How to make actor an disappear when colliding with another actor an reappear in a random place
by TheTiger ·Hi tatiang, I just tried that, and it doesn't spawn at various positions in the screen, it just does the same thing. As in, spawns in the bottom left corner. -
How to make actor an disappear when colliding with another actor an reappear in a random place
by tatiang ·As a test, what happens when you try to spawn an actor at x=random(0,320), y=random(0,380) relative to scene? Does that spawn apples at various positions in the scene? -
How to make actor an disappear when colliding with another actor an reappear in a random place
by TheTiger ·When the snake actor collides with the apple actor, the Apple spawns in the bottom left corner of the screen, with most of it of the page. -
How to make actor an disappear when colliding with another actor an reappear in a random place
by tatiang ·Can you be more specific? Is it spawning but in the wrong locations? Is it not spawning at all? What happens when you put a Log Debugging Statement in the actor that is being spawned and use the ex -
How to make actor an disappear when colliding with another actor an reappear in a random place
by TheTiger ·I have put in the spawn actor... x=random(0+31/2,320-31/2) -
[Solved] actor became smaller after spawning
by EpicoreGames ·i only spawn the actor but not having multiple copies about it ( i dont know why i typed that ... ) -
Dont spawn more than once in one spot?
by RThurman ·Timer (every .4 seconds) Change Attribute: self.myRndNum To: (self.myRndNum+random(0,2))%4+1 Spawn Actor: Position^: 102+((self.myRndNum-1)*187) Position>: 0 Relativ -
Dont spawn more than once in one spot?
by FlyboyTrevy_ ·Haha, I may have mispoken or come across the wrong way a few times but it was never really my intention that it be required that the actor be spawned at all four locations before restarting again. I j