Results 1 to 2 of 2

Thread: Nutcracker: new effect, game of life

  1. #1
    Join Date
    Dec 2011
    Location
    Littleton, Colorado
    Posts
    867

    Default Nutcracker: new effect, game of life

    Someone is some thread suggested the game of life. I took a few hours and built it.


    array_to_save
    username f
    user_target AA_MATRIX
    effect_class life
    effect_name LIFE_20
    window_degrees 360
    frame_delay 200
    seq_duration 5
    start_color #17FF1F
    end_color #2652FF
    number_seed_cells 20
    seed 12345
    submit Submit Form to create your effect
    OBJECT_NAME life
    show_frame N



    Everything the same, just change the seed for the random number generator. This gives a total different display

    array_to_save
    username f
    user_target AA_MATRIX
    effect_class life
    effect_name LIFE_20B
    window_degrees 360
    frame_delay 200
    seq_duration 5
    start_color #17FF1F
    end_color #2652FF
    number_seed_cells 20
    seed 321
    submit Submit Form to create your effect
    OBJECT_NAME life
    show_frame N


    Will work on your trees fine.
    array_to_save
    username f
    user_target AA
    effect_class life
    effect_name LIFE_20_TREE
    window_degrees 180
    frame_delay 200
    seq_duration 5
    start_color #17FF1F
    end_color #2652FF
    number_seed_cells 20
    seed 12345
    submit Submit Form to create your effect
    OBJECT_NAME life
    show_frame N
    Sean
    Highlands Ranch, CO
    Nutcracker RGB Sequence Builder http://nutcracker123.com/nutcracker
    Build your own 9' Nutcracker http://meighan.net/build_your_own_nutcrackers

  2. #2
    Join Date
    Dec 2008
    Location
    Camden, NC
    Posts
    105

    Default Re: Nutcracker: new effect, game of life

    Now I think people are just challenging you to see if you could make your program work magic.

    This program looks great, thank you for putting it together and sharing it with the rest of us.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •