-
Flappybird style spawning (the barriers)
by evert ·spawn actor**_ -
Flappybird style spawning (the barriers)
by tatiang ·I'm not quite exactly sure what you're going for but if you need two spawners to never overlap their times, consider using a timer that fires on odd numbered seconds and another that fires on even num -
Flappybird style spawning (the barriers)
by evert ·This is what i have at the moment, but the spawning is random, so at a certain moment they will always spawn at the same time. and i need to avoid that -
How to spawn without leaving a gap?
by Armelline ·Perhaps take a look at my spawn speed control demo. I'm not entirely sure if your problem is what I think it is, but if so that might help. -
'moveto' go faster over time
by tatiang ·You could try adding an integer game attribute called game.spawnCount and add one to it each time an actor is spawned. Then in the spawned actor, Change Attribute self.speed to 65+(ceil(game.spawnCou -
Flappybird style spawning (the barriers)
by evert ·@mattbutlerstudios i know this tutorial, but here they spawn above each other. i DON'T want them to spawn above each other, ever. -
'moveto' go faster over time
by evert ·I had a question over here but i asked it wrong (http://forums.gamesalad.com/discussion/74555/speeding-up-spawning-progressively) -
'moveto' go faster over time
by evert ·I need my actors spawning faster progressively. -
How to spawn without leaving a gap?
by http_gamesalad ·Well I made a random spawner, I made an integer called Random X & I told it to change attribute random(155,612) every 5 seconds. Then I put the Random X in my spawner and its working perfectly -
Download Square Fighter!
by tatiang ·* I like the simple graphics. When I saw the title of your thread I thought it might be similar to Fastar! which is a great game but yours is unique. -
x,y coordinates and scene setup?
by tatiang ·Do you mean to have the bar actors' positions relative to the spawner actor? If not -- and I'm guessing you don't -- change the "relative to" drop-down menus to "scene.& -
Flappybird style spawning (the barriers)
by evert ·i'm making a game (no not flappybird) but i have objects spawning like the barriers in flappybird. -
Spawn three different actors!
by Mr.Noname ·how do I spawn three actors that are falling down? -
spawn actor in mirrored location?
by Socks ·(Quote) -
spawn actor in mirrored location?
by BBEnk ·When you touch screen have it spawn a dot, then have that dot spawn another dot a certain distance away. But make sure the second dot is a different dot with no spawn otherwise your gonna have a spawn -
spawn actor in mirrored location?
by Alano ·My goal is to have it where when I tap on the lower half a dot will spawn/appear. The reflection of this will happen to the upper half. So If I tap a zig-zag row of dots on the lower half the mirror o -
spawn actor in mirrored location?
by BBEnk ·you can put in location were you want actor to spawn. X,Y. -
spawn actor in mirrored location?
by Alano ·Imagine a horizontal property line across a field. Any tips on spawning an actor on both the upper and lower halves? Not sure where to begin. -
Monster Robot Game Salad guides!
by ashtmj ·the first half shows how to spawn them in a layout then and the second half shows how to push them. -
[SOLVED] 'If collide change attribute' not working
by jsorr2 ·I spawn an actor (A), and constrain its X/Y to an actor (B) that moves around the scene. I want a global attribute to change to 'false' if the spawned actor (A) collides with a wall actor (C) and to b