Jump to content
Search Community

b18269

Members
  • Posts

    2
  • Joined

  • Last visited

b18269's Achievements

0

Reputation

  1. Thanks so much mate Something so simple but unless you know it, you wont know it l I will remember this and use it as much as posibble. Thanks once again
  2. I have a rotating twitter feed that i want to rotate 10degrees every 2 seconds. It worked fine with the built in ease but Im new to greenshock and having trouble trying to figure out how to do this The code below is what I have so far, all it does is tween to 1 position just once, thats it. But it is repeating every 2 seconds as I did a trace test. repeatAgain() function repeatAgain():void{ TweenMax.to(mytwitterfeed1, 1, {rotation:-10, ease:Bounce.easeOut, delay:2, onComplete:repeatAgain }) } Can any of you more experienced guys shed some advice? Im not sure what I should be searching for, for help.....consecutive tweens, repeative tweens, realativre position tween from?? Thanks for help in advance, B
×
×
  • Create New...