Help with Opacity(Transparency)

For a quick test, try changing line 71 from

fill(0, 255, 255);

to

fill(0, 255, 255, 100);