-
Audio Looping Not Working
by Socks ·Spawn: 'Sound Actor' -
Amazing Brick..... how i code falling Attribute
by AlchimiaStudios ·If you are looking at using multiple bricks it also might be a good idea to spawn them over and over on a timer with x randomization or something similar. as GS handles spawns pretty well now days. -
My first Game, Marble Ball n Buckets
by Subhi A. ·@jamie_c thanks for your comment, "unique" also encourage me to do better than that, and for the text at last screen i am really sorry did not pay attention enough to correct it, i -
My first Game, Marble Ball n Buckets
by jamie_c ·@Subhi A. I like that, it is a unique game concept. -
How to stop actors overlapping?
by Socks ·Set them to collide with each other, if they spawn in the same place or overlapping they will push each other aside so they are not overlapping - you might also want to switch fixed rotation on to sto -
How to stop actors overlapping?
by jamie_c ·I think the simplest way would be to check if the actor is colliding with another actor once it is spawned. If it is colliding, destroy it and re-spawn it at a new location. -
Flappy bird scoring?
by http_gamesalad ·@ashtmj @jamie_c sorry to bother again! I ran into a little problem. I want my poles to spawn very fast and the thing I constrained to the poll keeps going to the new poll that is spawned and it's not -
How to stop actors overlapping?
by RedRobo ·I have a bunch or actors that are randomly spawning within a square area. Does anyone know of a way to stop them spawning on top of each other? Is there a kind of check that the actor can do after it -
Made for iPhone ONLY?
by Thunder_Child ·I'm wonder how it is now...that a game made for iPhone...which works great on all of them so far...using stretch mode during publishing...doesn't work on an iPad. I would have thought it would work fi -
Dance Dance Revolution Using Gamesalad?
by adamhwilk ·Once you have your "swipe" actors, you would want to create a Generator actor. You'd want him to randomly pick a number using change attribute, and spawn a corresponding actor. A bun -
A fresh start.
by Thunder_Child ·@BigDave you certainly have a unique quality look to that three points game. There's no doubt that besides the actual game play...the look of the app accents that game. You did a great job on that. -
Move actor on x-axis
by tatiang ·(Quote) -
Move actor on x-axis
by Mr.Noname ·My 2nd question is how can I spawn an actor in an certain area? -
How do i do it?
by Socks ·Spawn enemy - position relative to scene - x = random (left most position, right most position) - y= random (lowest position, highest position). -
How do i do it?
by circleline ·Next question: how do i loop enemies to spawn in a defined area? what i mean is that to let enemies spawn continuously in random coordinates. -
Random spawning platforms with no timers! possible?
by Socks ·3) This attribute also tells the spawner how long to wait before spawning the next platform. -
Random spawning platforms with no timers! possible?
by WilliamHWJ ·I was thinking the same thing, and I did try that! I had it timed to the length of one of my actors so that after if came on screen the next actor would spawn. But the timer was set to this specific a -
Performance issue
by RabidParrot ·Do you have a lot of actors in the scene when it starts? If you can have some actors spawn a little after the scene starts. Try turning off the preload artwork option in the actors. -
ok say i want to use a potion to change the appearance of my main character
by jamie_c ·* You could Destroy your current Male actor and Spawn the new Female actor in their place. -
Is there a way to spawn something with random width?
by Dasavur ·So I followed these instructions and put the "Change Attribute: self.size.width to random(20,45)" as the very first thing of the actor that I am wanting to spawn but now it doesn't s