A Flash Developer Resource Site

Results 1 to 3 of 3

Thread: Need quick&easy help ABOUT TweenExtended

  1. #1
    ASs 2.0
    Join Date
    Feb 2003
    Location
    Istanbul / Turkey
    Posts
    140

    Question Need quick&easy help ABOUT TweenExtended

    Hello,

    I had been away for a while for my military service. So yesterday i started to use Flash CS 4 in my new job.

    Of course i encountered some errors as i wanted to modify my old files.

    WHAT HAPPENED to THAT TweenExtended thing?

    when i use this,

    Actionscript Code:
    import mx.transitions.TweenExtended;
    import mx.transitions.easing.*;

    it gives me this error,

    PHP Code:
    The class or interface 'mx.transitions.TweenExtended' could not be loaded
    How am i going to be able to use old TweenExtended class in CS 4.

    BTW my publish settings are -> Player 8 & AS 2.0 what else must i do??

    THANK YOU ALL,

  2. #2
    Junior Member
    Join Date
    Nov 2007
    Posts
    14
    Quote Originally Posted by symbolica View Post
    WHAT HAPPENED to THAT TweenExtended thing? How am i going to be able to use old TweenExtended class in CS 4.
    TweenExtended is not a native class that comes with Flash, rather its a third party class for use with Flash. So your CS4 install with not have it installed already. You will need to download and install it as required for it to work. As long as your publish settings are AS2, TweenExtended should still work in your files even when in CS4. You should also note however that it seems to be last updated - 01/11/2005 so its getting old.

    There has been many changes since then and more modern alternatives now days. Google: Greensock TweenMax, TweenLite, Timelinelite, Timelinemax, Tweennano, etc... Or Google: Tweener. Each of these are modern and have AS2/AS3 versions.

    It might be easier to use TweenExtended for your older files, but moving forward you might consider some of those others.

  3. #3
    ASs 2.0
    Join Date
    Feb 2003
    Location
    Istanbul / Turkey
    Posts
    140
    All in a sudden i realized that i haven't enabled the mxp extension in a correct way. When i was working in CS 4 from the menus above i clicked "manage extensions" and saw that the extension wasn't actually enabled. Then i solved it by enabling restarting Flash.

    BTW, FKLL7 thank you so much for further and instructive information. Probably I'll be using those.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  




Click Here to Expand Forum to Full Width

HTML5 Development Center