-
Spare Code ? Dump It here.
by KevinCross ·The countdown timer actor spawns itself several times to build the layers. You could remove the spawn actor behaviours and place the multiple layers on the scene yourself. -
Need help with destroying a coin after a centain amount of time.
by astreet1211 ·Right now I have it set up that when my enemies get destroyed they spawn a coin actor. -
How to stop actor from moving towards the touched position
by ganeshjiwa51 ·I have an actor called Hero who moves to the position where the screen is touched. and I have another actor which works as a button and its called ThrowBomb. ThrowBomb's function is to spawn a bomb at -
How to stop actor from moving towards the touched position
by ganeshjiwa51 ·On screen, I have a button where when it is pressed, it will spawn a bomb actor behind the main actor's current position. That is also workiing as intended. But everytime I press the button, the main -
How can spawn actor in delimited area?
by jamie_c ·Here is a sample, the little green dots will spawn only in the white area. -
How can spawn actor in delimited area?
by aitor010 ·(Quote) -
How can spawn actor in delimited area?
by Socks ·Ah ! Yes, you are probably right, he most likely wants the actors to spawn randomly within that area ? -
How can spawn actor in delimited area?
by jamie_c ·In the Timer add a Spawn Actor to spawn whatever actor you want -
How can spawn actor in delimited area?
by Socks ·You can place the spawn behaviour wherever you want.(Quote) -
How can spawn actor in delimited area?
by aitor010 ·I have three actors: blue, red, principal actor and will make a spawn actor or the spawn behavior insert in "principal actor"? How can define the area? -
How can spawn actor in delimited area?
by Socks ·In your spawn behaviour you can define where the spawned actor appears, type in whatever values you want. -
How can spawn actor in delimited area?
by aitor010 ·I want that in the black area use spawn behavior for make an actor every 2 second. How can I do this? -
2D Minecraft type game? PLEASE REPLY
by Manto ·I think performance-wise it's better not to spawn any actors. Just recycle them. When the blocks go outside the screen move them to the other side and load new values from a table. -
Trajectory path and rule when angle changes
by staffordsigns ·I was able to change "spawn actor" from "scene" to "actor" which fixes my problem somewhat,...but the (X) location is off. -
Help...random unwanted spawn
by mynameisamazon ·Ok, so I'm building a top-down RPG/explorer game, and in one scene, whenever my playable character runs into any kind of boundary, a second one of him spawns right behind him and acts and moves just l -
Armadillo Ambush - Out Now!!!
by LoungeGames ·the spinning loading wheel, making it seem more unique. The only thing I didn't like was that the armadillo at the end of the first level was not animated, I don't know if it was supposed to do that -
2D Minecraft type game? PLEASE REPLY
by KevinCross ·(Quote) -
2D Minecraft type game? PLEASE REPLY
by Socks ·Have you tried any of the fast loop methods, with these you can spawn hundreds of actors very very quickly, using one of these methods 80 actors would appear pretty much instantaneously. -
2D Minecraft type game? PLEASE REPLY
by KevinCross ·Just make sure you cover the whole screen when or a portion of it when you generate the grid because it looks rubbish watching blocks spawn 1 at a time. -
Destroying Dot Actors on Map help please? :) ;)
by KeithQ ·Are you generating your dots whenever a coin actor is spawned . If not here's an idea when the coin is spawned or placed record its screen location to a database then calculate the relative location o