Forms.alpha | This page was last modified over 30 day(s) ago and has 0 comment(s)
|
Back to Forms Class Summary |
Availability |
Windows |
Usage |
mdm.Forms.formName.alpha:Number |
Parameters |
None |
Returns |
A Number |
Description |
Contains the alpha of the specified Form. |
Notes |
Read-Write |
Example Code |
//Sets the alpha blending (AS2): mdm.Forms.MainForm.alpha = 255; //Gets the alpha blending (AS3): var myAlpha:Number = mdm.Forms.getFormByName("MainForm").alpha; |
mdm.Forms Class Example Downloads |
No Example Downloads Available |
![]() |
Registered Users must be logged in to 'MyAccount' to add a Comment - Log In Here |
After Logging In, Click Here to Refresh This Page |