-
tap location and shoot towards location
by jonmulcahy ·spawn bullet -
tap location and shoot towards location
by scitunes ·spawn bullet. -
Button problem
by MarkOnTheIron ·I made a button that spawn other buttons, when one of the new button is pressed they disappear. -
Help needed - max number of enemies on screen
by jonmulcahy ·then when you spawn a enemy, just increase enemies by 1 -
Mini Map Tracking issue
by scitunes ·You can still make their positions random. You could place each actor offscreen from the start. And give them a rule that changes their x and y using a change attribute - just set it to random. You wo -
Mini Map Tracking issue
by SingleSparq ·Hi, thanks for the reply - don't think I'm willing to give up the usage of random (single instance) enemies just yet. Anyone from Gamesalad team - will the ability to spawn and actor to a layer other -
Mini Map Tracking issue
by SingleSparq ·As the orange actors are randomly displayed the actor also spawns the mini dot actor and tracks the main object as the position moves. -
Slow down/ stutters
by tollhousestudio ·i'm trying to reduce a lot of things instead of changing my image sizes, like constraining the house colliders instead of spawn at position and move with the house. I got constrain working but becaus -
Spawning and destroying actors
by thecompany ·...so when an enemy is within range it can spawn, but when it is outside of the character's position + or - 480,320 in any direction then it is destroyed. This seems to work well as you can run a litt -
Increasing Spawn Rate Over Time?
by JoshKahane ·I was wondering if and how it would be possible to have my actor spawn at an increasing rate so that my games difficulty increases over time? So at the beginning for example they spawn only every few -
One Actor Have Random Image?
by JoshKahane ·I was wondering in my game I will have an actor spawn multiple times throughout the game I want variation and the actors to look different and so is it possible to have a random image assigned to it? -
Actor cant go out of the shot
by beefy_clyro ·is 320 tall for the right but i want enemies to spawn off screen from the right and come into play. If i put one to the right im guessing they wont be able to get into the action as the right actor w -
Destroy just one actor out of a group of 10
by Player_E ·I have an area where copies of actor A randomly spawn every second. -
Index Attribute
by SkyLennard ·I've got this exact issue right now... I have created a game that spawns characters on a grid - the problem is that I want to basically have my grid spaces numbered and use the random() function to sp -
Spawning and destroying actors
by firemaplegames ·Then, in whatever actor is spawning the enemies, do something like this: -
Spawning and destroying actors
by thecompany ·I have a large play area in a scrolling maze-type game. I am spawning actors at various given positions, but I DON'T want them to live if they are, say, 1.5+ screens away: I only want actors to start -
Bundle Identifier error under 0.6.2!!!!
by superNES ·Yeah, just use the same Provisioning Profile (which contains the App ID info) and you should be fine. Remember, a unique app will need a unique App ID. Have fun! -
Bundle Identifier error under 0.6.2!!!!
by superNES ·Each App should have it's own unique App ID. Each App ID should have a unique Bundle Identifier. Each Bundle Identifier should have a unique Seed ID (unless you are making a suite of applications, whi -
Determining size of collision, and grouping objects?
by Foley ·It can be done for a single actor by creating some global variables, but that method breaks down if you spawn multiples of that actor (i.e. duplicate multi-sprite enemies). -
With new verison 0.6.2 uploading games to app store
by superNES ·You need only one development provisioning profile to test your games, but you will need a unique distribution provisioning profile and App ID for each game you submit.