-
randomly spawned platforms.
by Pennez-Games ·hi i am making a game where platforms come up from the bottom of the bottom of the screen up to the top, but the question is, how do i make them randomly spawn below the bottom of the screen so they c -
Setting spawn limit in endless survival game.
by zefrof ·By changing the rules to like @MotherHoose said (thanks) and by making the spawn like so: -
Spawn Object
by The_Gamesalad_Guru ·You'd need to have some kind of activate button because if you can't turn it off every time you touched the screen it would spawn an actor. -
Spawn Object
by BaKkA ·Hey guys , I just need help with the following case -
Attention Gamesalad Management: What Features Do You Want? Round 2
by MobileRocketGames ·As OUYA will be android based, not much will need to be done in order to support it, other than the unique key mappings related to the controller buttons. -
Help spawning actors in and out of scene continuously!!!!
by Mikv616 ·Hey everybody. I've been recently working on a game that has an actor flying out of space from earth and there will be other actors that will spawn randomly in. Well my question is how am I suppose to -
adding equiptable items?
by Pennez-Games ·For eg.. if a player picks up a power.. the value of default gun changes from 1 to 4.. suppose.. this changes the image of gun and the corresponding bullets to spawn. -
adding equiptable items?
by kinzua ·For eg.. if a player picks up a power.. the value of default gun changes from 1 to 4.. suppose.. this changes the image of gun and the corresponding bullets to spawn. -
how to spawn an actor in the same position every scene
by MotherHoose ·@AEPstudios … for your scenario of spawn in same position in every scene -
how to spawn an actor in the same position every scene
by kobayaashi ·I tend to put my spawn actor instructions in the background actor, unless the spawning is the result of actor interaction (such as spawning following an attack, destruction, or attribute change in ano -
how to spawn an actor in the same position every scene
by AEPstudios ·but what actor do i set the spawn actor behaviour in ? -
how to spawn an actor in the same position every scene
by ericzingeler ·Now in the spawn actor behavior, set Position X to game attribute Position X and Position Y to game attribute Position Y. Set the bottom "Relative to:" drop down to the scene option -
Submissions for Game of the Month July!
by fadamion ·* Unique controls -
how to spawn an actor in the same position every scene
by AEPstudios ·i want an actor spawned in the same position in every scene, i want to give it a direct position for 100% accuracy, -
Balls occaisionly go through the walls.
by sparx13 ·Hi I recently posted a message about the balls in my game occasionally going through the walls. Its really annoying because i have a certain amount of balls to spawn and you have to destroy a certain -
Setting spawn limit in endless survival game.
by ericzingeler ·Not sure if you are already doing this, you want to count your dead bad guys at point of death so you can remove that check timer. At spawn time, on a per actor basis, subtract from the dead bad guy -
Setting spawn limit in endless survival game.
by tatiang ·Another way to limit bad guys would be to have each bad guy change attribute game.badguyCount to game.badguyCount+1 and then add a condition to your Spawn Actor behavior that says When game.badguyCoun -
The GameSalad Game of the Month June is.....
by LaurenSalad ·A fantastic soundtrack: each island has a unique theme! -
Setting spawn limit in endless survival game.
by zefrof ·Currently it's set to spawn every 3 seconds. I want it to only spawn the number of bad guys needed to beat a wave. I've tried this but it wouldn't spawn enemies on wave 2. -
need help getting numerous pairs of objects to work together
by part12studios ·mostly to drive home the same issue of having unique one item stick with another dynamically.. each time a new male dancer is spawned, he would have an accompanying female dancer who moves with him