Jump to content
Search Community

CarlosCC

Members
  • Posts

    8
  • Joined

  • Last visited

Everything posted by CarlosCC

  1. Hello everyone, I need to achieve an effect but literally, I don't even know where to start, hope someone can lend me a hand, here's the effect that I'm trying to achieve: Let's say my banner starts and ends at the *** and the / it's just a line, literally, in the middle of it: *** *** T/ TE/ TEX/ TEXT/ TEXT / TEXT/ TEX/ TE/ T/ I don't know if that was clear enough, but what I'm trying to do it's to make text pop in the middle of the banner, and then hide... but I can't seem to find anything related in Google and been searching for hours, any kind of help will be greatly appreciated. PD. I know how to tween
  2. Hey Jack I got another quick question, how do I make it loop indefinitely ? Like for example, starts at top, goes middle, then bottom, then appears again at top, middle, bottom and so on. ***** EDIT ****** Nvm I figured it out
  3. From reading some stuff in your website I know your name's Jack, Jack... you're the man ! Thank you very very much, seriously, I really appreciate how you answer so quickly and all the effort you put on this tools and share them with people, have a good day ! =)
  4. Sure, please take a look at the FLA file, basically what I want to achieve it's to start at top red square, pan to blue square, hold, then pan to bottom red square. http://www.easy-share.com/1913022981/pan.fla Thanks =)
  5. Hey I thought I had it... but apparently not, this is my issue now: I got 1 vertical image, I want that image to pan Y to the center, stop, then pan to the bottom. So it pans down to the middle... everything's ok, it stops for a few secs, then when it goes to the bottom part it starts bouncing up and down very slowly and stays there just bouncing... I'm lost I don't know what to do, here's the code I'm using: import com.greensock.*; var timeline:TimelineLite = new TimelineLite(); timeline.append( new TweenLite(mc, 5, {y:330, delay:3}) ); timeline.append( new TweenLite(mc, 5, {y:170, delay:3}) ); Please help
  6. WOW it's sooooo damn easy to make it, thanks a LOT man, you're the best Much much love, I wish u the best =)
  7. Thanks for your quick reply =) But I got another question, how do you pause the animation? I'm new into this and I want to learn so bad lol. I would appreciate if you could give me a little push to start the banner... like... if I want to tween from X to Y I use: myTimeline.append(new TweenLite(mc, 2, {x:20})); For example... and if I want to pause it right there for a few secs what do I write? and then I want it to zoom into a certain spot, what do I put there? that's all I need to get to work, thanks again.
  8. Hey everyone, I got a question regarding zooming/panning, could anyone please explain me how can I achieve something like this? http://megaswf.com/serve/74028/ (there's 2 banners there, I'm talking about the bottom one) I was trying with Timeline and append, but I'm not too sure about how to proceed to achieve the effects like that banner, I need to do a banner similar to the one I'm posting, with a simple image, and just panning, pausing, and zooming in certain spots, any help will be greatly appreciated. Thanks in advance. =)
×
×
  • Create New...