This is an automated email from the ASF dual-hosted git repository.
alinakazi pushed a commit to branch feature/MXRoyale
in repository https://gitbox.apache.org/repos/asf/royale-asjs.git
The following commit(s) were added to refs/heads/feature/MXRoyale by this push:
new d73df35 Update Tween.as
d73df35 is described below
commit d73df350fd00590950b074172aebfc8c36815c80
Author: alinakazi <[email protected]>
AuthorDate: Mon Apr 30 14:59:14 2018 +0500
Update Tween.as
---
frameworks/projects/MXRoyale/src/main/royale/mx/effects/Tween.as | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/frameworks/projects/MXRoyale/src/main/royale/mx/effects/Tween.as
b/frameworks/projects/MXRoyale/src/main/royale/mx/effects/Tween.as
index 2ea2d88..2a1c166 100644
--- a/frameworks/projects/MXRoyale/src/main/royale/mx/effects/Tween.as
+++ b/frameworks/projects/MXRoyale/src/main/royale/mx/effects/Tween.as
@@ -61,7 +61,11 @@ public class Tween extends org.apache.royale.effects.Tween
* @playerversion AIR 1.1
* @productversion Royale 1.0.0
*/
- public function Tween()
+ public function Tween(listener:Object,
+ startValue:Object, endValue:Object,
+ duration:Number = -1, minFps:Number = -1,
+ updateFunction:Function = null,
+ endFunction:Function = null)
{
super();
}
--
To stop receiving notification emails like this one, please contact
[email protected].