-
2nd Game online, Fruit Catcher.(Android)
by kipdev ·Hey buddy, i like the game, i gave it a shot. If u dont mind feedback, o really recommend making the bear move faster, there are times where its impossible to get the fruit when they spawn on differen -
2 or more random spawners not having the same numbers?
by RThurman ·Your last answer did not help, unfortunately. I think you are not taking into account the difference between the random spawn times and real time. I think you are conflating the two. For example, y -
2 or more random spawners not having the same numbers?
by RThurman ·So... they can't spawn at the same time, but can the two spawned actors ever be on the scene at the same time? -
Help with spawning actors please?
by stevienics ·I wanted to spawn a number of touchable actors in random locations for a short period of time and all but one would end the game. Therefore only clicking the correct actor would take you to the next s -
How to spawn an actor in a specific locations ?
by Socks ·Just duplicate the Spawn behaviour and change the X and Y coordinates for each instance of the behaviour. -
How to spawn an actor in a specific locations ?
by ofekez ·Hello guys , so i want to make a game and i need to know how to spawn actor in a few specific locations on the screen in one spawn actor behavior ? -
Change attribute bug ?
by Socks ·Yeah, the thing is I have a ton of these things so I wanted to make them as efficient as possible, I might even destroy them at 300 wide and spawn a new 100 wide version, might have to test out variou -
2 or more random spawners not having the same numbers?
by justinodunn ·Oh no, i'm avoiding that. So I want it like, if spawner1 was 8 seconds, then spawner 2 is 5 seconds or something like that. As long as they don't spawn out the actors at the same time. -
2 or more random spawners not having the same numbers?
by RThurman ·So... can spawner1 give a time of say 8 seconds. (Meaning that 8 seconds from now its going to spawn an actor.) And then 5 seconds from now, spawner2 is going to throw out a random time of 3 seconds -
2 or more random spawners not having the same numbers?
by justinodunn ·I guess so, my question was if I could have 2 spawners that spawn each spawn an actor at random intervals to not have the same intervals as each other? So at least one second away would be fine. Thank -
App Store Rant.... Is it time to give up on any lasting game design morals?
by Moik ·I can see a way that @Appz is right about a hyper-competitive market creating greater need for unique selling propositions. The more information people have to consider before making a choice, the mor -
2 or more random spawners not having the same numbers?
by RThurman ·The original question is a little vague (for me). Can you explain what you want a little more? For example, do you want it so that the two actors don't spawn an actor at the same moment?. Or do you -
2 or more random spawners not having the same numbers?
by tatiang ·You don't. You use a single spawner actor and add a random interval after each spawn behavior so that they never overlap. This might help: http://forums.gamesalad.com/discussion/comment/464547/#Comm -
2 or more random spawners not having the same numbers?
by justinodunn ·If I have 2 or more spawners that spawn actors are random times between 1-10, how do I make it so they don't get the same numbers? Thanks! -
Actor spawning one at a time after being collided?
by Socks ·My logic follows your logic in that it places the coin in 4 different locations randomly - one of those locations is directly under the main character - you might not want that - as the coin immediate -
Actor spawning one at a time after being collided?
by justinodunn ·maybe its the code in the spawn actor y attribute that I didn't quite understand.. -
Building a level from a table
by Tosanu ·I started by making a LevelMaker actor. This is the only actor i manually place on the field, and I have it spawn the hero as well. -
Actor spawning one at a time after being collided?
by Socks ·Spawn a new coin actor / X 160 / Y (Random(0,3)*142)+55 -
Actor spawning one at a time after being collided?
by Socks ·(Quote) -
Actor spawning one at a time after being collided?
by justinodunn ·thanks man but I did what you did, however at some point maybe after colliding with the coin 3 or 4 times, the next coin just doesn't spawn at all?