Jump to content
Search Community

Search the Community

Showing results for tags 'autoAlpha alpha'.

  • 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. I nave a seemingly simple code. I checked on a separate file and it works fine. I can not figure out why it would have a bug in the main more complex flash file. The code is located on a labeled section. On that particular label I commented out the rest of the code leaving only this: stop(); import com.greensock.*; import com.greensock.easing.*; CR_btnGrp.autoAlpha = 0; TweenMax.from(CR_btnGrp, 1.5, {autoAlpha:0}); so this grouped mc called CR_btnGrp would come up at alpha= 100% and then in a split of a second go to alpha= 0% and execute the TweenMax assigned command. What can I do to make it appear at alpha= 0%?
×
×
  • Create New...