Jump to content
Search Community

jurito

Members
  • Posts

    3
  • Joined

  • Last visited

jurito's Achievements

0

Reputation

  1. interesting, thank you very much!
  2. Hello there, i'm wondering, is there a way to 'wrap' a DOM element so that i could easily get/set the current tween transforms, TweenLite-wise? An example to be clear.. TweenLite.to(el1,1,{x:200,onUpdate:function(){ console.log(el1.x) //undefined console.log(gswrapped(el1).x) //yay }}) //or gswrapped(el1).x=200; //instead of the dreadful TweenLite.to(el1,0,{x:200}); TIA for your attention!
  3. Hello there, i was wondering if it was possible to retrieve the number of loaded frames in an external swf inside an onProgress handler.. also, would the swf show its first frame content (with a stop(); on it) while continuing to load? TIA for your attention and keep up the excellent work!
×
×
  • Create New...