Jump to content
Search Community

moonK

Members
  • Posts

    2
  • Joined

  • Last visited

moonK's Achievements

0

Reputation

  1. Hi, thanks in advanced I've been trying to install the classes for a project but when i publish the movie the compiler error box says it cannot be found. The flash file is in the same directory as the com folder, so i'm scratching my head here.. yes, it is a as3 flash file and i dble checked in publish settings. I wrote the code on the first frame in the timeline. I'm using flash cs5 import com.greensock.TimeLite; import com.greensock.TimelineMax; import com.greensock.easing.*; TweenLite.to(ball_mc, 1, {x:100, y:200, alpha:0.5}); //these are the erorrs i'm getting Scene 1, Layer 'Layer 2', Frame 1, Line 1 1172: Definition com.greensock:TimeLite could not be found. Scene 1, Layer 'Layer 2', Frame 1, Line 1 1172: Definition com.greensock:TimeLite could not be found. Scene 1, Layer 'Layer 2', Frame 1, Line 5 1120: Access of undefined property TweenLite. much thanks! Moon
×
×
  • Create New...