Creating Color Palettes from Scroll Rolls

Dear Friends, Is there a way to create colour palettes automatically when you create a scroll roll? Can you pass all the color information quickly onto colour palettes? Thanks for you help.
Parents Reply
  • It's possible to write macros to do this but hard to write a generic macro that doesn't require some amount of cleanup afterward.

    For example, this one would create a set of color palettes for a generic scroller using the ETC scroll starting at CP 901:

    • 1 Full Enter
    • Select_Last Scroller1 Enter
    • Record Color_Palette 901 Enter
    • Macro Loop_Begin <## of frames - 1> Enter
    • Macro_Wait 1 Enter
    • Select_Last Scroller_Next Record Color_Palette Next Enter
    • By_Type Enter
    • Macro Loop_End Enter
    • Clear_CmdLine

     

Children
Related