Spawn ic circular perimeter

How would I spawn actors at random on a circular perimeter? I've looked at the file in this thread: http://forums.gamesalad.com/discussion/60525/spawn-in-circle but for some reason the behaviors, attributes, etc. seem to be missing when I open it. Any ideas on how to replicate what was done in the sample?

Comments

  • SocksSocks London, UK.Member Posts: 12,822
    edited September 2015

    Make an attribute (real) . . . 'A'

    Rule
    --Change A to random (0,360)
    --Spawn
    ----X = radius *cos(A)
    ----Y = radius *sin(A)

  • ben.n3974ben.n3974 Member Posts: 4

    Works perfectly, thanks! Looks like I overthought it way too much.

Sign In or Register to comment.