-
Spawning actor in between two other actors
by Socks ·Put a spawn behaviour in the column actor that says - Spawn a coin X amount of pixels to the right. -
Spawning actor in between two other actors
by ajkrohn ·I'm trying to spawn an actor in between two castle columns. The castle columns spawn at constant rate from the right side of the screen at varying gaps. I want to spawn a coin in between the column op -
Subtracting points affecting high score
by Jmattocks ·I've created a game that awards 2 points for hitting an object, but it costs 1 point to spawn a projectile. (when Actor A collides with Actor B change game.score to game.score+2) (Actor B has an attri -
Timer Spawn help. decimals
by skipnice ·so im trying to chnge the rate at which a timer spawns actors. over 7 seconds i want the timer to spawn more. instead of every 0.8 i want the time to start spawning at 0.6 and so on. i made a attribut -
NEED HELP! Distance GUI and Landmarks for Distance Game!
by Chim22 ·C] getting GS to spawn an actor to be a permanent land mark to show where previous shots stopped and to also display the distance. -
How to make an infinitely big level?
by Socks ·Here's the basic idea, just spawn your environment off screen as you move around - so you can go in any direction for as long as you like and you never get to an edge !! There's probably lots of diffe -
How to make an infinitely big level?
by Socks ·Space ship stays in the middle of the screen (or in an area) centred in the screen . . . and you spawn objects off screen and move them in. -
•!• 1 HOUR 1 WEEKEND •!• SALAD TOSSING CONTEST - (25th - 27th April 2014) •!•
by StormyStudio ·@tatiang that's really nice. Great text game idea and a unique take on the theme for sure. -
Projectile Range and lifespan
by Tosanu ·I am attempting to make a weapon for a game where the ammunition will fly a fixed distance before despawning. So far, I've been tweaking velocity and a timer to destroy, but i am unsatisfied with this -
Release Candidate 0.11.0.10 is available!
by CaptFinn ·(Quote) -
Release Candidate 0.11.0.10 is available!
by jonmulcahy ·it will fail to rename the row complaining about how it has to be a unique name. Work around is to rename it different first, then to the correct way. -
Change Attributes Not Tracking
by MohboDesigns ·I'm using touch to spawn a "kicker" actor that constrains velocity toward the touch position. All this works fine. The spawn is set to be at the same position as the actor. -
Change Attributes Not Tracking
by rdlew2008 ·Also sometimes if your logic doesn't all match up it will make the game bug out. I myself would think....are you using touch or release. When you are spawning the actor is it trying to sometimes spawn -
Change Attributes Not Tracking
by MohboDesigns ·a number of balls present since they didn't all spawn correctly. -
Change Attributes Not Tracking
by MohboDesigns ·Ok, I am probably over complicating this. I am working on a "keep the ball in the air" game to learn my way around GS. When touch is pressed a small actor is spawned under the finger -
How to Spawn Random Actors at different frequencies without Overlapping?
by Gamblor ·My question is, if it’s possible to combine the concept of spawning random actors as shown here: -
How to create "Don't Tap The White Tile" game?
by scottharrrules43 ·1) make a 1 new integer attribute, call spawn control -
How to get more downloads?
by iamcartez ·Keywords: Quality should trump quantity here. Stay away from questionable techniques such as using a competitor’s brand name. Apple also recommends using unique keywords over highly generic ones. Make -
How to create "Don't Tap The White Tile" game?
by AlkaPP ·My main question is how to spawn those tiles so they keep moving down smoothly without overlap the others. And each 4 tiles that going down, how can we randomly spawn 1 black tile among those 4? -
How to make a coin actor toss and spin to drop on the floor?
by winged_box ·I'm trying to make my enemy spawn a coin upon killed and then it will toss, bounce just like in real life.