Here is the script perhaps someone can be so generous as to fix it up and let me copy and paste it.
private var glow : GlowEffectIsland;
private var blur : BlurEffectIsland;
Here are the two scripts
They are cs btw
Here is the script perhaps someone can be so generous as to fix it up and let me copy and paste it.
private var glow : GlowEffectIsland;
private var blur : BlurEffectIsland;
Here are the two scripts
They are cs btw
The code you gave is for UnityScript, not C#.
Either change your file to be .js or change your code to conform to C# syntax.