-
Few Basic Questions
by tiger27 ·3) Place the Actor where you want it to spawn. -
[Solved] Actor spawning too big
by tatiang ·Actors spawn at their prototype size, not their instance size. Change the size of the actor in the Library/Inspector and it will spawn at that size. -
Few Basic Questions
by MentalDonkeyGames ·3) Put a ´spawn actor´behavior in the platform. -
Few Basic Questions
by FastlaneSuccess ·3) How do I get my actor to spawn on the platform ("take off area for jetpack") -
Making Money with Free Apps.
by Summation ·sites using mousetraps, such as windows that spawn new windows or otherwise resist being closed, please forward the offending URL using our Report Abuse form.To report copyright or trademark abuse, p -
Rule conflict? and Table questions.
by Everwild ·I'm trying to get some buttons to be in a specific place depending on which party is selected. I have the them set so when they spawn, they should move to the appropriate place. Changing the self.Posi -
How to constrain an actor ontop of another actor & make it follow it
by http_gamesalad ·@jamie_c I'm trying to spawn a 60 by 60 px actor on top of the platforms (constrain it 200 px up everytime) that I made 120 px. The 60 by 60 actors aren't spawning properly at all. Hope you understand -
I'm as new as they come!
by Armelline ·http://forums.gamesalad.com/discussion/81273/an-illustrated-guide-to-the-spawn-actor-behaviour -
random function
by tatiang ·The random(a,b) function picks an integer between a and b. So random(2,5) would pick either 2, 3, 4, or 5. It has nothing to do with x and y positions. Of course, you can enter a random function in -
random function
by jacob717 ·Hey guys. So, I am trying to make my first game and I'm in iPhone portrait mode. I am trying to make it so that an obstacle spawns across the screen and there is only a small gap, the the screen is sc -
Sweet Beats - Professional Sound Design Platform for Games
by SweetBeats ·Everything is of course 100% tailored to your game , we never re-use tracks across productions, every production is unique! -
how to respawn an actor with small size ?
by Chr0nos ·Hi @Abubakar Khawaja , are you wanting to spawn an actor smaller than its original self? -
How to have Endless Actor's falling Down
by Summation ·Make a spawner to Spawn Actor. -
Problems with LOOP
by tatiang ·(Quote) -
Problems with LOOP
by ookami007 ·So what if I spawn another actor with the loop behavior in it. Will it run all the way through at that point? -
Best way to Spawn 100 objects in a Game Scene size 50,000 x 50,000
by tatiang ·(Quote) -
How to constrain an actor ontop of another actor & make it follow it
by jamie_c ·Having the platform spawn additional actors on top of it and moving them at the same speed (like a coin or something) should work fine as @Armelline mentions. What about that is not working for you ex -
Best way to Spawn 100 objects in a Game Scene size 50,000 x 50,000
by luke2125 ·I tried and place on the Spawning Position Y = random ( 82, 2048 ) and it spawns, however, I'm looking to spawn the objects randomly between 82 and 50,000 since 50,000 is my scene size. This is for a -
Trying to figure out some math
by tatiang ·Distance between actors = speed * spawn delay -
Trying to figure out some math
by karuzo ·Increase the actor's movement speed and decrease the time the actors are spawned. There is a need to maintain a ratio between the two variables so the distance between the appearing actors remain the