-
Help Wanted
by AjBlue ·this is rediculous! whenever i spawn something on the right and want it to go left, its not working -
Help Wanted
by JohnPapiomitis ·what rules do you have to spawn, and what rules are in the spawning actor to make it move -
Help Wanted
by AjBlue ·when i try to spawn the actor on the right side going to the left, its not working.. if i make its spawn direction to 180 it flips upside down and doesn't move. when i try to correct it with linear ve -
Problem with actors (works in preview, but not in game)
by LuckyLurcher ·I am able to spawn the actor and get it to work as intended, but I would rather have it working like the others as it is neater and easier to keep track of. -
vectorToAngle issues
by jonmulcahy ·yes, that's the angle i want, if possible. you'll tap to shoot, and i want to check the angle of the touch point and the center point, if it's less than 15 degrees, spawn a bullet, if it's over, don.t -
My game got 1024 in just one day!
by JoeMeister ·to creating something fun and unique that aspires to the masses. -
spawning
by AjBlue ·if you spawn them in randomly it gives an endless game... if thats what you want, which i figure you do. -
spawning
by zombots ·atm it doesnt spawn platforms, its just a giant level. would it be better to make them spawn? -
spawning
by AjBlue ·make a boolean that says when platform spawns, spawn actor. and then you can get fancy and add a random, so its not on the same place on the platform every time -
spawning
by tenrdrmer ·yes you can control how and where it spawns. You will just have to have a game attribute constrained to your player position. so you can tell it to spawn 50 px ahead of that position. -
spawning
by AjBlue ·dont ever use spawn or destroy, place you actors offscreen, and then you can have them move into the scene by changing their x y coordinates by a random, and put the range you want to randomly spawn -
spawning
by zombots ·i have a really long level and im trying to figure out the best way to spawn actors on it, randomly if possible. -
How to make actors display at random in a certain area?
by WeirdFreak96 ·i am working on a game where the player has to climb as high as possible. i need to spawn blocks from random positions (along the top) every 2 seconds, for the player to climb up -
Your views on Corona SDK?
by quantumsheep ·-a function to shoot the bullet (and you can spawn without hiccups or problems, yay!) -
Your views on Corona SDK?
by Hachiko ·-a function to shoot the bullet (and you can spawn without hiccups or problems, yay!) -
Is this method efficient for setting up scenes?
by Portyman ·when I set up a scene, I use one actor ( called spawn) and I put all the actors for the Scene In it and have them spawn in the locations I want. I use this because if I have a lot of similar scenes I -
Is this method efficient for setting up scenes?
by Portyman ·when I set up a scene, I use one actor ( called spawn) and I put all the actors for the Scene In it and have them spawn in the locations I want. I use this because if I have a lot of similar scenes I -
Recycling the proper way ?
by Hachiko ·For the recycling, it makes a difference in bigger projects, or in one where spawn is really intensive. Plus, if the image is not pre-loaded in memory (does gs preload every graphic asset that is goin -
Interested in a Canabalt like template?
by Hachiko ·Rebuilded logic behind the blocks spawn (yep, again :°), now way more fast and stable. A "in the works menu" (blank screen for now, just tap to start), and more important, the increa -
Recycling the proper way ?
by Stormtrix ·Been trying to search through the forums for information on recycling of actors to save on memory and performance vs. the spawn and destroy route that all my apps use and I'm trying to understand the