-
How do I create a scroller that moves where my character is moving?
by dandeto ·I tried the control camera all ready and It did not work, the hero is on a scrollable layer, -
How to destroy the top enemy of a pile by clicking on it?
by KevinCross ·http://forums.gamesalad.com/search?search=Destroy+top+layer -
Kindle Fire HDX infinite sound loop issue
by artfish ·@BlackCloakGS thanks for being on top of things! -
How to destroy the top enemy of a pile by clicking on it?
by carecuxo ·My problem is: there are lots of zombies spawning on both sides of the screen, and the spawn rate grows when the player scores. Sometimes, one or more zombise stay in front of another ones, making lik -
How to Change Interactive Size of Actor ∆ or ≠ Image Size
by worldranger ·the only problem is that the large guys still destroy themselves when they touch the target actor. -
Selling in Asia
by Ali_Wood ·http://listverse.com/2008/06/26/top-10-most-spoken-languages-in-the-world/ -
Unnecessary permissions on Android are KILLING sales (still)!
by solnika ·that's good to hear that you guys are working on the issue. -
Unnecessary permissions on Android are KILLING sales (still)!
by matarua ·This needs to be a top priority as I do not think the security houses will actually play ball - and who are you talking to? -
Question with iAd and iAP
by aitor010 ·If I put an iAd banner and the user buy the full version, how can I desactivate iAD? I think with destroy actor but if I destroy the iAd actor, when the user re-open the game? Appear banner or not? -
hitting box question?
by CodeMonster ·so i want boxes in my platformer but when the actor collides with it, it will drop coins ect, but i want the actor to have to jump up and hit the bottom of the box with its head, not just walk on top, -
Spawner Not Spawning Quickly Enough?
by KevinCross ·Random on timers won't give you a random time every loop. If it picks 2 randomly then it will always spawn every 2 seconds, until you change scene/destroy the spawner actor. -
Spawner Not Spawning Quickly Enough?
by FallingBoxStudios ·Hi, I'm trying to spawn the same ball actor over & over again to fall from the top of the screen to the bottom, but the only problem is that: one ball falls from the top of the screen, then by -
Measure rotation in unlimited degrees
by ProjectorX ·You can find the behaviors in question in the white "car" actor in the top group called "Issue". And there are a couple different solutions to achieve the desired e -
Efficient Spawning
by natzuur ·Also is your not destroying the actors fast enough, you will be getting a larger number of actors on the scene then if recycled and more actors=lower performance, so make sure the spawn and destroy ar -
Efficient Spawning
by Socks ·With all things being equal / if in all other ways the two situations are the same or similar then recycling seems to offer no advantages over Spawn/Destroy.(Quote) -
How do I spawn and destroy actors before and after the camera?
by colander ·I have been trying to find information on spawning and destroying actors before and after the camera which follows the main actor hoping this might improve performance. On iPhone 4 it takes about 6 to -
Efficient Spawning
by natzuur ·(Quote) -
Efficient Spawning
by Socks ·(Quote) -
Efficient Spawning
by gyroscope ·(Quote) -
Efficient Spawning
by Socks ·Every test I've ever done says this is a myth ! :ar! And every person who has made claims for recycling being less of a strain on resources (than spawn / destroy) has been unable to provide a project