Jump to content
Search Community

Search the Community

Showing results for tags 'flash builder'.

  • 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 2 results

  1. I've included the greensock.SWC into my project. It knows its there because if I type com.gr.... it starts to fill in the data I included these to libraries: import com.greensock.* import com.greensock.easing.* Tried to run this command in the code: TweenLite.to(mybackground, .25, {x:0, y:0, motionBlur:true, ease:Cubic.easeInOut}); When I try to compile I get this error: VerifyError: Error #1014: Class com.greensock.core::Animation could not be found. If I comment out the TweenLite command the program will compile. Does anyone know what I'm doing wrong or what I'm suppose to import? I tried importing all of these and still the same result import com.greensock.TweenLite; import com.greensock.TweenMax; import com.greensock.*; import com.greensock.easing.*; import com.greensock.core.*; Do I have to run another command to start some animation library? Thanks for your help
  2. Hi there, I upgraded my Flash Builder this morning, and all of a sudden my TweenLite.as is giving off warnings that have NEVER popped up in my life. It says: Assignment within conditional. Did you mean == instead of =? I've tried upgrading to GSAP v12, But instead of 1 error warning, it gave off 10, in different Greensock files... so I went back to 11. Any solutions? Really need to get this project finished Regards Shane
×
×
  • Create New...