How do I spawn random actors from a single spawner?

davidriverabizdavidriverabiz Member Posts: 3
edited December 2014 in Help Wanted

hi guys im making this game where i have 3 chickens moving red, blue, yello. i have maña to make the spawner, spawn each individual actor in randomof 3 to 8 seconds, the prublem is that its not a condition its just the timer so sime times they spawn at the same time and over lap each other, y want the spanner to just do a single value at a time ramdom.

please help

Comments

  • tatiangtatiang Member, Sous Chef, PRO, Senior Sous-Chef Posts: 11,949
    edited December 2014

    Please don't use ALL CAPS in a thread title. (fixed)

    New to GameSalad? (FAQs)   |   Tutorials   |   Templates   |   Greenleaf Games   |   Educator & Certified GameSalad User

  • imjustmikeimjustmike Member Posts: 450

    Does this tutorial help?

    (found by googling: "spawn actors no overlap gamesalad")

  • davidriverabizdavidriverabiz Member Posts: 3

    @imjustmike said:
    Does this tutorial help?
    (found by googling: "spawn actors no overlap gamesalad")

    hello imjustmike

    the tutorial show how to vary points on the creen all my actors are comming from a single direccion moving from right to lefth, they are not appering in defferent points, i need the the condition to be within 1 spawn point to change the image of the character ramdomly, i most note to you every character has its own animation.

    i think tables would be the answear but i dont know how to assing a character to a table value.

    forget about the table if you have a better solution. just help please

  • jigglybeanjigglybean Member Posts: 1,584
    edited December 2014

    Each character/actor will need its own animation, then the spawner calls that actor to spawn it.

    If you want to set a limit on how many of the enemy you want on the screen, you need to set GAME level attributes

    MaxEnemies (interger)
    for example. which is what I have used in the example attached

    http://tinypic.com/view.php?pic=5ywxkz&s=8
    You make an actor called SPAWNER and then set alpha to 0 so no one can see it. Then the rules above you place in there. Replacing Enemy images with your characters.

    Like Balls? Then click here! We've 100 coming soon

  • davidriverabizdavidriverabiz Member Posts: 3

    hi jigglybean i already have movement on each character and spawing, the problem is i have single spanner for each one and each actor has a timer to spawn ramdom every 1 to 9 seconds, the over lapping is the problem i just added ramdom speed changes in velocity but its not the intention i just need o actor a a time ramdom not in loop order. i have yello, blue and red. check out this example of the game
    https://youtube.com/watch?v=7zGRtWCqDwU&feature=youtu.be

Sign In or Register to comment.