Jump to content
Search Community

Search the Community

Showing results for tags 'postition'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • GreenSock Forums
    • GSAP
    • Banner Animation
    • Jobs & Freelance
  • Flash / ActionScript Archive
    • GSAP (Flash)
    • Loading (Flash)
    • TransformManager (Flash)

Product Groups

  • Club GreenSock
  • TransformManager
  • Supercharge

Categories

There are no results to display.


Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


Personal Website


Twitter


CodePen


Company Website


Location


Interests

Found 1 result

  1. Hello everyone, I'm trying to get GSAP working withing Flash Pro CC 2014. I've set up my HTML included all the files I need. Everything seems to be working fine except that when I try and do a basic Y position tween it ends up off by about 20-30px. Below is my example I have a test flash canvas file in that file I have 2 rectangles which I am trying to animate as a test. In the actions panel I have the following script: TweenLite.to(this.redStripe, 0.5, {y:176, delay:0.5}) -> (this ends up about 20-30px UP on the Y) TweenLite.to(this.blueStripe, 0.5, {y:0, delay:1}) -> (this ends up about 20-30px UP on the Y) MY HTML FILE: https://jsfiddle.net/ModernFX/1bnppgvh/2/ If anyone would be so kind and take a look at my files... My files are attached. Thank you in advance. FlashIDE-GSAP.zip
×
×
  • Create New...