-
spawning problem
by Mcreator83 ·hey guys, i was wondering if you have had similar problems. now i have spawners that worked good during my testing but once i deleted them from the scene and added new ones of the same spawners (with -
No good games from gamesalad?
by Hachiko ·There are mostly puzzle games because those are actually a lot easier than the running and spawning bunch. In puzzles, every level IS different, because you just put objects in different positions and -
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