Masking Projectors


 

Step 2

 

Create a new file in Adobe Flash (or your preferred SWF Authoring tool) and add a button with the following code:

 

 

       on (release) {

               mask = "mask.bmp";

               mdm.Forms.MainForm.showMask("myMask.bmp");

       }

 

 

This Command is used to initiate the mask and create the organic shaped projector. It applies the Mask to the Form specified in the Command Structure (in this case, "MainForm"). Please note that when using external mask files (BMP's) they must be in the location specified. The example above assumes that the mask.bmp is in the same folder as your Projector.

 

Continue to Step 3