Jump to content
Search Community

ryancole

Members
  • Posts

    4
  • Joined

  • Last visited

Posts posted by ryancole

  1. is this possible? I built an animation using the v10 of tweenlite and tweenmax, and I get syntax errors when exporting to player 6. I know thats like 239137 years old, but some clients are useless like that.

     

    Will it work at all? I'm guessing not...

  2. ok so I'm trying to create a button that will restart my movie, but I'm stuck using as2 as it is for a banner.

     

    Is there an AS2 version of this?

     

    function overHandler(event:MouseEvent):void {
       myTimeline.play();
    }

     

    I'm using this

     

    replay.onPress = function() { 
    myTimeline.restart();
    trace("BOOOOOM");
    }

     

    and I'm getting a trace, but not a restart. Am I doing something wrong?

     

    thanks. I love the tweening platform. I'm a total newb, but tweenlite actually makes it fun to make flash stuff. :)

  3. oh man.

     

    nice upgrade, but is the old code anywhere??? I'm working on a project that is due in the next 2 days, and that is not enough time to wrap my head around the new ways of doing things... I'm looking for the as2 gs folder of the last release.

     

    I look forward to learning the new features, but right I'm just up against a wall. :(

×
×
  • Create New...