-
Scheduling actors to spawn in sequence...
by Loaded ·Hey, so I've kind of managed to do what I wanted by having a table with X and Y values and spawn the same actor (for now) in different Y positions in the table using the theory used in @tshirtbooth 's -
Will multiple commands with the same key cancel each other out?
by tatiang ·When game.powerup is true, you have the two spawn behaviors outside of a timer. Shouldn't those be inside of a timer? -
Scheduling actors to spawn in sequence...
by Loaded ·...is it possible to have a table of actors and positions and have a spawner, spawn them in a sequence?! -
New Game :- Demolition Dig
by gorillasqd ·Grab your gear and journey deep within the mines in search of ancient riches in Demolition Dig. Classic touchscreen, block-breaking gameplay mixed with unique power-ups and game modes make for a fun, -
Need help with actor spawning, platformer?
by PaxPax ·1, are you expecting platform 2-5 to also spawn etc. If so, you may need game attributes. -
How to randomly alternate an actor´s position between three predefined spots on the Y axis?
by BenMakesGames ·Just to Clarify, Are you spawning an actor at one of 3 possible positions or are you moving an actor to one of 3 random positions? -
Will multiple commands with the same key cancel each other out?
by ZeroRaven ·Spawn Actor -
Need help with actor spawning, platformer?
by madisonn ·Hi, I'm making a platform that animates and spawns several actors when the player collides with it. The problem is that only the first platform that I dragged onto the screen animates and spawns the a -
Typing Game - Step-by-step Coding Issue
by SamGSAccount ·This destroy letters attribute destroys just the letter actors. Not the spawning actors in which they are created. -
Timer and Random problem
by tufire ·whoo hoo. resetting the ball spawn to zero fix the job. -
Rhythm Rooms - Educational Music Game for iOS
by FanStudioUK ·- Through the 4th door is the Play Room where you can have fun with Jake, Sophie, Natasha and Louie. Select one or more instruments and create your own unique band sounds. There are different tempos i -
Timer and Random problem
by gyroscope ·My guess is the gaps are when you get the same number more than once (a sort of a glitch then...) - so try this: add the following to make your attribute Ball Spawn Value zero after each round. This s -
Timer and Random problem
by tufire ·Spawn a Blue Ball -
Hi how i can make this simple game on gamesalad?
by jamie_c ·The controller actor does most of the work, it spawns the bubbles, at random locations, note the Position setting of the Spawn Behavior and then increments the bubble count by one each time a new bub -
Thinking of giving Unity a shot... Anyone else? (Still love GameSalad, put away your flame guns!)
by LeonardDeveloper ·I use Unity as well, I've used it one for one particular clients app for its unique JSON Pusher. Plugin's are great too!. Been using Unity since I won a license about 2 years ago. Very powerful and ni -
Hi how i can make this simple game on gamesalad?
by KevinCross ·I've not needed to spawn anything myself yet but I'd try either of these two, and if they didn't work I'd search for a solution -
Hi how i can make this simple game on gamesalad?
by DanielDesigner ·how i can spawn that actor x amount of times randomly around the screen? that the part i cant do it. i have the actor and if i touch it destroy perfect. thanks a lot kevin! -
Hi how i can make this simple game on gamesalad?
by KevinCross ·I reckon you can do that with one actor, spawn that actor x amount of times randomly around the screen, and on that actor add a rule if touched then destroy actor. -
Help!!! : PLatform
by yasoofx ·if i do the every 3 secs spawn platform x= 300 it will go over it since it has a every 0.2 sec -> spawn platform -
Help!!! : PLatform
by yasoofx ·(Quote)