We've identified the problem with blend modes and fixed it in our build here. I expect to be uploading a new build for validation shortly. In the meantime, as validation can take a while, there is a way to solve the problem manually in the script itself if you have it:
1. Open a copy of the script in a text editor.
2. Locate Layer Blend Mode entries.
Layer blend mode entries in the script look a but like this:
EvType: Command CommandID: CID_SetSpecificLayerBlend ParamType: LayerTwoOp Value: { 0, 3000000161 }
Just search for 'SetSpecificLayerBlend' and you'll find them.
The culprit in the number at the end of the 'Value' item (3000000161, in this case). That value needs to be changed.
3. Change the value by: Adding 24 to it.
So our line becomes:
EvType: Command CommandID: CID_SetSpecificLayerBlend ParamType: LayerTwoOp Value: { 0, 3000000185 }
That should fix the blend modes in the script until the corrected version is validated and on the store. Sorry for the inconvenience everyone!
Matt
ArtRage UI
Ambient Design.