Jump to content
Search Community

Search the Community

Showing results for tags 'tweenlite and timeline'.

  • 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. Hi, I am pretty new to actionscript. I am trying to have multiple tweens in the actionscript but they are interfering with each other. I have 2 animated cars tweening onto the artboard. I then want them to remain and to have text fade in and out above them. I got the cars working but not the text. It gives me errors saying there are undefined properties - mytimeline, Fade, TweenLiteAlign. Anybody have any suggestions? Thanks import com.greensock.*; import com.greensock.easing.*; TweenLite.from(accordcoupe, 2, {x:"-700", y:"-158", width:69, height:44}); TweenLite.from(accord, 2, {delay:2, x:"672", y:"-158", width:69, height:44}); myTimeline.insertMultiple([new TweenLite(text1, 1, {type:Fade}), new TweenLite(text2, 1, {delay:2, type:Fade}), new TweenLite(text3, 1, {delay:4, type:Fade})], 0, TweenLiteAlign.START, 3);
×
×
  • Create New...