home *** CD-ROM | disk | FTP | other *** search
- package mx.effects
- {
- import mx.core.mx_internal;
- import mx.effects.effectClasses.WipeRightInstance;
-
- use namespace mx_internal;
-
- public class WipeRight extends MaskEffect
- {
- mx_internal static const VERSION:String = "4.5.0.20967";
-
- public function WipeRight(param1:Object = null)
- {
- super(param1);
- instanceClass = WipeRightInstance;
- }
- }
- }
-
-