-
Keep Object From Moving on Y Axis (Random Y position)
by joaosjc ·The buildings spawn in a random y position and has a move rule for the x axis. -
Spawn on touch
by Socks ·Place the Spawner on the screen somewhere - or just off the screen hidden if you don't want to see it, or even switch off its visibility. -
Spawn on touch
by Speedy007 ·I dont know if it can be done but how would I set up a rule to get an object to spawn on touch. I need to get an actor to spawn where you tap on screen. -
How can I change the size of an actor with 3 buttons?
by Mr.Noname ·Hi @willkesling but how can I spawn three different actors (balls) at the same place when I touch 1 button I want to change the ball and when I touch the other button I want to change the ball to a b -
How to spawn without leaving a gap?
by jsorr2 ·Then when another actor is spawned after 5 seconds have the same rules: -
How to make people love your game in 90 seconds or less.
by jsorr2 ·-Customization and uniqueness comes next, so as to instill the idea that somehow the person playing the game can create their own niche and be the best in the game. -
Irregular shape bounding box
by willkesling ·You could make a straight branch that could randomly spawn other vertical branches off of it and get the desired collisions. This would also mean the branches could be different each time the player r -
How can I change the size of an actor with 3 buttons?
by willkesling ·If you are using collision, then I would have the buttons spawn a new ball actor at the new size and then destroy the ill ball. Then you can have the new object at the new size and not have to worry a -
Download Square Fighter!
by petercampanelli ·(Quote) -
how to spawn random actor every ... seconds at random spawn points
by jorkos ·* every 2 seconds change global attribte to random (1,4) - then spawn based on the result - if 1 - spawn to location 1, if 2 spawn to location 2, etc. -
how to spawn random actor every ... seconds at random spawn points
by tdtimmerman ·i'm new to Gamesalad and i just can't figure out how to spawn a random actor every couple seconds at one of the four spawn points (also randomly). if someone could help me out that would be great! -
How to spawn without leaving a gap?
by Armelline ·* First, you need to note where the spawner is currently located - putting this in new.x. -
How to spawn without leaving a gap?
by Armelline ·You don't spawn the old and new position, you record them. Have game attributes for old.x and new.x, and when the spawner moves, record the current position to old.x before it moves, and once it moves -
How to spawn without leaving a gap?
by http_gamesalad ·@Armelline how would I spawn the old and new position? & how would I tell the spawner to spawn that connecting platform? -
IMPORTANT MARKETPLACE NOTICE
by gingagaming ·I would would be happy to upload some of my existing and also create some new templates to the market place. I have a few new unreleased and unique templates waiting for the new store so excited to he -
How to spawn without leaving a gap?
by Armelline ·In that case, you need to be spawning another actor there. Off the top of my head, you'll need to record the previous and new X position of the spawner. The spawn a new actor halfway between, and set -
How to spawn without leaving a gap?
by jsorr2 ·In the spawner, ever 0.5 seconds spawn actors ontop of spawner. and every 5 seconds, change position of spawner. that way when it changes position, its still spawning actors every 0.5 seconds. -
Merge More (FREE) Different kind of “Match Three” game with Retro Style
by iamcartez ·This is nice. Very unique gameplay! -
Tables question
by jsorr2 ·* when scene is started, spawn 10 actors in the correct places, then display levels 1,2,3,4,5,6,7,8,9,10 -
Flappybird style spawning (the barriers)
by tatiang ·What is the point of that? You're using a timer to create a 33.3% probability of spawning a single actor every second. Random(0.5,2) isn't technically correct syntax since the random() function take