Code: Select all
<step pause="0.01">Palette.ApplyPalette("Location=Colours,1,10", false)</step>
<step pause="0.01">ActionScript.SetProperty("Palette.CurrentPaletteHandle", handle:"Location=Colours,1,18")</step>
<step pause="0.01">Palette.StoreCurrentPaletteReplace()</step>
I want this code to run always with "Shared Palette" mode.
What code should I add??