-
how to use interpolate as a timer
by DrGlickert ·I have a self.attribute on the spawn actor. Let's call it Self.Spawn, make it an integer and set it's value at 0. -
Random
by LBG ·I am using random attributes in my game and they all seem to work apart from randomising time in seconds. Basically I want to spawn enemies moving through a side scroller from right to left at differe -
Maximum Damage Game
by jbrown2177 ·Well, I want to add some score multipliers and bonuses for combo damage, but I want actors to spawn and try to interfere with you while you're doing this damage. I'm liking the idea of this game so fa -
A Letter from the CEO
by tenrdrmer ·And Game Center shouldn't be absolutely first priority but memory issues GS obviously has.. if i can't spawn and destroy as much as i want cause spawned stuff remains in memory.. hmm.. that should be -
Number of Levels
by tenrdrmer ·This is a very good point. Another issue is can your game have 100 unique levels or are you just duplicating the same level over and over. -
Changing direction the bullets go?
by DrGlickert ·I had a similar problem too. I made a game.attribute that is an ANGLE. Then when I do my 'shooting' rule, I have it change attribute game.PlayerRotation to self.rotation and then spawn actor from -gam -
A Letter from the CEO
by okimoki ·And Game Center shouldn't be absolutely first priority but memory issues GS obviously has.. if i can't spawn and destroy as much as i want cause spawned stuff remains in memory.. hmm.. that should be -
How to make upwards jumping platform game
by GLGAMES ·Yes i understand that will work is there's only 1 platform per level, but for example if at y = 50 i wish to spawn more then 1 platform at random x value and dun wish for them to overlap, how can that -
SPAWN SAME ACTOR AFTER....
by SUPERJOSEPHUS ·ALSO GET ANOTHER OF THE EXACT SAME ACTOR TO RE-SPAWN AFTER THAT BALL IS IN THE BOX?? -
SPAWN SAME ACTOR AFTER....
by SUPERJOSEPHUS ·ALSO GET ANOTHER OF THE EXACT SAME ACTOR TO RE-SPAWN AFTER THAT BALL IS IN THE BOX?? -
Help With Magnitude
by AppsRacK ·You could just add a random x & y (put a limit so it wont go outside the scene)to your main actors constrain position sO it wont miss a spawn time. -
Help With Magnitude
by steve86 ·You could have a constain attribute on the ball's X and Y position (let me know if you don't know how to do this). Then create a rule in the enemy spawner; Every 5 seconds AND magnitude > 100 f -
Help With Magnitude
by DrGlickert ·You could have a constain attribute on the ball's X and Y position (let me know if you don't know how to do this). Then create a rule in the enemy spawner; Every 5 seconds AND magnitude > 100 f -
Help With Magnitude
by tim13211 ·Im new to magnitude and vectortoangle but I have a ball flying around on the screen and currently I have it set up so that every 5 seconds a enemy spawns at a random location. When the ball hits the e -
Ultra Fortune Ball in App Store! Check out the commercial!! Promos!
by FutureNewb ·From a galaxy far away comes Ultra Fortune Ball. It will make decisions in your life easier and help you overcome problems. Ultra Fortune Ball is equipped with hundreds of unique answers to your every -
replay last played level
by tenrdrmer ·And yeah that all angry birds system is. A menu slides in from off camera and now you have those options. You can simply have them spawn at the end of the level or you can place them in the scene and -
Please Help! Weird Overlap Bug - Seasoned Gamesalad Users
by dysnak ·So I have a scene which will end and change scene if a moveable actor tag collides or overlaps with a non-moveable actor. The moveable actors are fairly complex as when touched they are constrained to -
Making extra actor spawn in center of map.
by jonmulcahy ·Make it spawn at 512, 384 relative to the scene, it sounds like your spawning at 0,0 relative to the scene -
is it possable to make an actor disapear?
by slev ·i guess i could use destroy actor and then spawn in the same spot , but dosent that use allot of memory? -
PowerUps from the Top?
by okimoki ·Because of the amount of actors you have in your game i think it would be better for you to spawn and destroy the power ups.