Sandy 3D, Tweener, pulling vertices

Posted by Dennis on Aug 1, 2007 in 3D, ActionScript, Flash19 comments

There was a rumor that the new Sandy AS3 version and Tweener could not be combined. That would’ve been a real shame … if it was true :-) Fortunately, it isn’t. Since I just made a minor change to Sandy’s Collada parser (now it also reads vertex normals) I decided to combine these things into a simple demo:



Tags: , , , , ,


19 comments

» Comments RSS Feed
  1. cool i like the vertex normal demo,

    i have a cool and usefull idea to play with normal vertex to ;)

  2. Thanks!
    In all its simplicity, it’s just wonderfully funny ;)

  3. That’s quite a delightful demo. Honestly, I hadn’t thought of how you could pull vertices, so that’s very cool. Thanks for putting this together!

  4. the code doesn’t work for me, compiler told me:
    TypeError: Error #1007: Instantiation attempted on a non-constructor.
    at SandyTweener/::init()
    at SandyTweener$iinit()

    what can be wrong ?

  5. its really goo examples of 3D in FLEX, could u send more information about it ?

  6. Nice demo, very simple. Thanks.

  7. Nice example. Good work :-)

  8. Great example. Dont find any new stuff here :-( . Would be nice to see more on this blog.

  9. Simple but nice. Would like to read more on this blog, frequent posting would be welcome.

  10. Good example, nice work ;-)

  11. Great 3D example. Will stick around for any follow ups. Not to experienced with this stuff, but learning ;-)

  12. I am just starting with sandy, not yet understanding to much of this..

  13. Thanks for the info and support.

  14. Simple but nice, great demo guys..

  15. Good 3D example, thanks for sharing.
    “Hope see more of this on your website soon” – i’m too!

  16. I also had some errors with this code. But could solve them by myself ;-)

  17. “the code doesn’t work for me, compiler told me:
    TypeError: Error #1007: Instantiation attempted on a non-constructor.
    at SandyTweener/::init()
    at SandyTweener$iinit()”
    Check your local setting pleae.
    digital frames

  18. Works great for me. Had no problems at all. Thanks for your support.

  19. had the same problem with the “Instantiation attempted on a non-constructor.”

    It’s because this code is for Flex and if you use it in Flash Cs3 you must adapt it a little bit, especially the embed method for dae and other assets.

Leave a comment