Jump to content
Search Community

meylo

Members
  • Posts

    6
  • Joined

  • Last visited

Posts posted by meylo

  1. If you're familiar with MediaMind they host web banners. They ask you to add a few actions on the main timeline. Frame 1 is dedicated to the EBStd.Init(this); on a empty keyframe then they ask that you place all your symbols on frame two. 

     

    Is there another work around beside alpha?

  2. Hey guys,

    Maybe you can help me out here. I'm needing to move all my symbols to the second frame due to Media Mind's code need for ad clicktrough. See below.

    timeline.jpg

     

    I'm getting an error message that says:

    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at BBQsquareV3/init

     

    I works fine when I have all my layer's symbols on frame 1 but not frame 2. Thoughts?

  3. Hey guys,

    Maybe one of you guys can help me. I have a logo(see attached, Turkify It!) with three stars I want to animate. The three stars should slide in and out about 10-15 pixels from the center of the Turkify It! logo. I can get the X/Y stuff down, but what I'm having trouble with is making it repeat while other tweens append(follow). I use the yoyo method but after the first star moves, all the other tweens stop.

     

    See the full animation here:

    http://meylo.com/proof/ads/300x600_BarbecueGrill.html

     

     

  4. Thanks

     

    Hi and welcome to the GreenSock forums.

     

    I'm a little confused as your title mentions a mask, but your description doesn't make it sound like the masking aspect is a problem.

     

    I think you can solve your problem by adding an onComplete callback to your last tween that will either 

     

    1) load a swf

    2) play the swf that you have already loaded

     

    TweenLite.to(mc, 1, {x:200, delay:0.5, onComplete:completeHandler});

     

    function completeHandler():void{

     // load your movie

     // or play your movie

    }

    Thanks Carl, I got it to work, thanks to you.

    Carl, I got it to work, thanks to you.

  5. Hey guys,

    Kinda new here so excuse my elementry level AS3 and Greensocks questions. Maybe you can help. I'm having some good luck learning TweenLite/Max and TimeLineLite/Max but unfortunatly I hit a brick wall.

     

    What I am wanting to do is introduce a new movieclip to the end of the tweening sequence. The only problem is that the movieclip has an animated mask within. So when the movie loads, the masked sequence starts at the very beginning of the SWF file. I need it to start later, after a few other tweens. I thought about doing a loadMovieclip function at the end of the tween sequence, but that's a bit more complicate for my current AS3 skills

     

    Any ideas?

×
×
  • Create New...