Jump to content
Search Community

Shuyinsan

Members
  • Posts

    4
  • Joined

  • Last visited

Everything posted by Shuyinsan

  1. Ahh thank you for fixing the topic and answering all of the questions! It does sound like a weird error, i'll have to look into it cause in all my time doing flash way back to AS2 i never had this problem hehe It does sound like a simple issue though i'll just increase the size of the stage and go with that. Many many thanks!
  2. http://forums.greensock.com/topic/6734-tweenlite-does-not-animate/page__gopid__24844#entry24844 What happened, I uploaded a file so someone could take a look but now it's gone...? Did I violate some rule?
  3. Sorry about that, that was a typo from my part. I attached the file, Let's hope it's something very small I did wrong (cause if I open older files from several months back, the animations do work) thanks! nummer_anim.zip
  4. So I tried searching this on here and stackoverflow too, but can't seem to find the exact same issue. I've drawn an object using shapes on the stage. I grouped everything in a movieclip called "number_mc". After which I wanted to Animate the scaleX and scaleY values of that movieclip like so: var scaleAnim:TweenLite = new TweenLite(nummer_mc, 2.5, {scaleX: 2, scaleY: 2}); or TweenLite.to(nummer_mc, 2.5, {scaleX: 2, scaleY: 2}); But they just don't work, nothing happens, To my believe I'm not doing something different from the dozen times I've done this before. Kind Regards, Shuyinsan PS: I use Flash CS6 btw (in case this matters)
×
×
  • Create New...