Guest User

Untitled

a guest
May 23rd, 2018
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. var easeMode;
  2. //bla bla....
  3. my_xml.onLoad = function() {
  4. easeMode = nodes[i].attributes.easeMode;
  5. //Obviously easeMode being "Strong.easeOut" in the xml
  6. }
  7.  
  8.  
  9. var tw:Tween = new Tween(mc, "_x", easeMode, originX, destX, 1, true);
Add Comment
Please, Sign In to add comment