-
trouble with spawning
by SAMman ·Hey all, I am having trouble controlling spawning an actor at the right time. I want it to spawn when touch is released and when some other actor collides with another actor but I can't figure out the -
Help with spawning direction falling down
by bobzApps ·I'm using a different actor to spawn my actor, how can i recycle this actor from a different actor? -
Help with spawning direction falling down
by bobzApps ·I'm having a bit of trouble. whenever I spawn and actor from the top, I want it to fall straight down, but now for some reason its just falling diagonally, Can anyone help me out? -
Help! Spawning a list of actors in a random order but not a previous actor
by hellolarry ·I'm a bit stuck here, I've read some of the other posts about spawning random actors from a list of actors, however i'm having problems figuring out how to: -
how does prototypes work?
by guilleface ·so i create one actor dragged to scene, say 20, click on each scene actor to change a unique attribute for each, if i close the lock, the changes wont take effect, but if i leave it open it will, but -
Known Issues for 0.9.6- Report bugs here
by cesar_m_romero ·An important rule of a game spawner got broken (well, partially broken). -
Actor Not Spawning in Correct Location.
by SAMman ·Hey all, I am still having this same problem and can't find my old post related to this subject. I want to make it so an actor spawn when touch is released and an attribute is set to true by another a -
Rapid fire based on finger position...
by JohnPapiomitis ·are you spawning the bullets ? -
Puzzle (Demo) to Next Scene.
by bryantmaino ·Does it matter that actor is Self Identified? Using Unique Numbering -
ABC Magic - out today for the iPad
by Fetaboy ·An unique educational app for kids. -
Honey Tribe - Colony Collapse is on Touch Arcade
by HoneyTribeStudios ·It's out now in all the time zones! Make sure you play with headphones, the sound is quite unique for a GS game. Also, there's no loading time between levels and menus, just nice seamless play. -
New Game! - Advice / Criticism welcome!
by akstudiodevelopment ·The game is a sling shot based game with a pong twist. the objective is to stop the drawing pins from touching the ground and allow for the little guy to make it to the teleport pad. You need to save -
change character, same escene
by hotMagic ·When your level starts, spawn the proper character as the player based on the number. This is usually done by having a small "manager" object, which says "if character varia -
game memory increase
by gamedivision ·no you can't work around it,recycle instead of spawn and destroy,keep images at 72dpi reduce the amount of actors on screen,and look through the many posts about optimisation,if it doesn't move then -
Randomly generate selected bonus items from larger item pool
by balsamicode ·Hi kipper, thanks for looking into this. Working with instances or copies of a spawning actor is a good solution, haven't thought of that. But with 50 levels things might get chaotic as you'd need 50 -
How do you control rate of fire?
by entersimon ·........Spawn bullet -
How do you control rate of fire?
by pjnolen ·Spawn actor--bullet -
Randomly generate selected bonus items from larger item pool
by old_kipper ·not sure if this is over complex or would cover the cases you want, but I think it would be possible... I would have a go at creating a spawning actor that has all the objects in it as potentials that -
Level designer ready for hire
by BlazingApplications ·Looks nice, but i would never let the pig spawn in the bottom of the arrow.. -
Randomly generate selected bonus items from larger item pool
by balsamicode ·I have a solution for spawning selected actors (i.e. bonus items, enemies, quiz games) from a larger pool of actors.