-
How can I make "Random" a bit less "random"
by b2iscool ·1 then change powerup attribute to 0 and spawn the "powerball" otherwise change mystery to 1 and change random attribute to random(1,7) so every other time its 8 you would get the -
how come theres no more GS games like this?
by quantumsheep ·and TAP that or somethingRUNNER... i like unique games...getting tired of all these generic clones u know? maybe i'm just picky... -
how come theres no more GS games like this?
by Aquarius ·and TAP that or somethingRUNNER... i like unique games...getting tired of all these generic clones u know? maybe i'm just picky... -
checkpoints in a level
by Photics ·I have something similar with BOT. When TANK exits a shop, he walks out. I delete TANK, respawn him outside of the shop, and turn him around. TANK's respawned spot could be considered a checkpoint. Ba -
checkpoints in a level
by Okysho ·If not, my plan is to have my invisible "master control" actor spawn the main actor at position (x,y) (the checkpoint) after a boolean is made true (after the player hits the checkpo -
repetive square boxes
by DrGlickert ·You could try making an actor that has a "spawn actor" statement in it. -
★★★ RoboSnake Template From Utopian Games £7 ★★★
by UtopianGames ·100% recycled actors with no spawn and destroy. -
» 'Think outside the box Contest 2' - When, what & how discussion...
by StormyStudio ·Ok...I'm looking to set up the next 'unofficial' GameSalad contest. Again its more about spreading some enthusiasm to make unique games... -
Minor Feature Request
by TouchTiltGames ·When I'm searching through the dropdown list of actors to choose in my attributes, say on a Spawn Actor attribute for example, please list them alphabetical so I can find it...please? When one has ton -
Random number, but not all numbers?
by msones ·Next, you'll need additional rules for your ball spawning. I'm going to assume you have something along the lines of "random (1,6)"; if 1, spawn blue; if 2, spawn red, if 3, spawn y -
Can I replicate an actor that spawns?
by DrGlickert ·I'm toying with the idea of using replicate on an actor that spawns an actor. -
Where to spawn??
by DrGlickert ·I'd do a change attribute rather than a spawn; -
"Random" not working??
by DrGlickert ·So I have a game where I want to spawn different actors with a random number generator at the beginning of a scene. -
Where to spawn??
by lanto ·Hi, I've got some problems with the Spawning actor. After an actor hits an other actor it should re spawn in the middle of the scene. But i don't really understand how the Spawning actor works (direct -
I need a button to charge then shoot
by iDeveloperz ·You need 2 separate rules. One, when touch is pressed. Which you add a timer which changes a 'power' attribute every x seconds. Then another rule, when touch is released. Spawn actor which acceleratio -
How do you make an actor spawn in one position OR another?
by Frazzle ·So i want a block to spawn at x height (say ducking height) -
How do you make an actor spawn in one position OR another?
by Frazzle ·Question's in the title. -
Question about ORBZ's "Plot Projectile Trajectory"
by anithmuk ·I haven't looked at the template yet, but just a thought, you could try constraining the first plot's spawn position to the x and y position of your cannon -
Question about ORBZ's "Plot Projectile Trajectory"
by Canioh ·So I've been playing around with this for some time now, but I want to move the cannon to another place on the screen, but when I do that the plots still spawn from the old position, and I've been try -
I'm racking my brain trying to replace the spawns in my game, please help!
by anithmuk ·Everything was working fine with spawns but to improve performance I'm trying to get rid of all spawn behaviors.