Forms.shake() | This page was last modified over 30 day(s) ago and has 0 comment(s)
|
Back to Forms Class Summary |
Availability |
Windows, Mac OSX, Linux |
Usage |
mdm.Forms.formName.shake(shakeTime:Number):Void |
Parameters |
shakeTime:Number - Number of times to shake the Form |
Returns |
Nothing |
Description |
Shakes the specified Form for the specified number of times. |
Notes |
None |
Example Code |
//AS2: mdm.Forms.MainForm.shake(20); //AS3 mdm.Forms.getFormByName("MainForm").shake(20); |
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 |