-
Buying a New Mac. What to know?
by The_Gamesalad_Guru ·encryption. You're Apple developer certificates unique to you is basic public key encryption, you create these when you setup your developer account with Apple. I have videos on this process. As to M -
Counting spawned actors?
by tatiang ·I added three log debugger statements that display the actor's spawn order (e.g. if it was the 4th one to spawn, the log will show '4'). Theoretically, only one should fire for each spawned actor. Y -
Counting spawned actors?
by Guardian ·I think there is a problem with spawning lots of actors at the same time and using random values. As previously i found the bugs would spawn in the same place with the same attributes, but I got aroun -
Counting spawned actors?
by Guardian ·The counter is incremented when a new actor spawns in from breeding. -
Need help urgent! Spawn actors in direction of actor with tag...
by caiokawasaki ·when the starship collide with any magnet field the magnet field spawn a resource every 1/2 second... -
Need help urgent! Spawn actors in direction of actor with tag...
by caiokawasaki ·If you play the game, when you put the starship into the magnet field of the planet, the planet spawn a lot of resources in the direction of your starship. -
Game to help a friend
by Riffel ·The objective is to move the ladybug collecting flowers before times runout, every time you collect all flowers new flowers spawn and time is add. -
(newbie question) Trying to set multiple instances of the same actor to a random color
by tatiang ·That way, each instance will generate its own unique value and refer to that instead. -
Saving spawned actor positions
by RedCat ·Found this - another member typing similar things. looks like he was advised to do the save game attribute with incremented ID and then spawn new actors based on this when loading: http://forums.games -
Saving spawned actor positions
by RedCat ·Problem is this only works if the actors are pre-placed in the scene, then moved. if the actors are spawned in via a shop interface it doesn't work. -
★☆★ Review My AMAZING Zombie Shooting Game (AMAZING GRAPHICS !)
by Chakku ·Spawn a blood image at the x and y axis of where the player clicks. -
Timers are for chumps - GS optimization tips
by allornothing ·Not sure what would cause duplicate spawning, but maybe put a destroy collision on them so if they collide with each other (or spawn on top of another) they'll both be removed. Not really a solution b -
More than one collision of the same type at the same time
by SlickZero ·They are both hitting at the same time, therefore registering as only 1 hit by that actor. An easy fix with creating a few more attributes and referencing them, would be to just drag a copy of that pr -
HELP With Fruit ninja splat effect
by Jordeyy ·(Quote) -
HELP With Fruit ninja splat effect
by crazycam99 ·Just use particles and for the splat on the BG use a spawn actor and spawn an anctor with asplat image that interpolates its alpha to 0 after a few seconds. -
Attributes reset when two types of actor touch???
by Guardian ·-The enemy actors which spawn into a random position on the screen with random colour, size and movement speed. They then move to random positions (then to another when reached, then repeat, etc). -
How do I make an app work for all apple devices
by The_Gamesalad_Guru ·You're looking to spawn a wide cap there. That's a big challenge, iPad 1 has a very slow processor much slower than 2. iPod 3 I don't think is even possible anymore. -
Issues with a Endless Level
by CORE Game ·-I made 1 actor called it (spawner): this will spawn the actors ( only once) and it is within a timer, meaning I decide after 30 seconds spawn A and after 60 spawn B. -
Timers are for chumps - GS optimization tips
by dr2391 ·spawn actor1 -
Bullet spawn problems
by RjRock11 ·My bullet is spawning in the middle of my actor so when ever it shoots it comes out of the middle of the ship instead of near the tip of it. This is only ever a problem when I move to the side and the