Get your own customer support community

Recent activity

Subscribe to this feed
  • question

    Clay asked a question in ThingM on June 03, 2009 18:57:

    Clay
    Repeating a script a defined number of times?
    Picked up a BlinkM MaxM a few months ago, and just got around to tinkering with it. I'm just barely beginning to try and modify my own scripts using the Script tool.

    I'd like to run a simple script a set number of times, then have the MaxM go dark until powered on again.

    For example, when power is applied, run...

    {
    { 255, {'c', 0xff,0x00,0x00}},
    { 255, {'c', 0x00,0xff,0x00}},
    { 255, {'c', 0x00,0x00,0xff}},
    }

    ...for, say, 50 times. Then fade to black, and stay black.

    Is this possible? What's the code I'd use to do it? And what's the maximum number of times the script can be looped before stopping?

    Thanks!