Actionscript Classpath Problem

Out of context: Reply #3

  • Started
  • Last post
  • 7 Responses
  • CyBrain0

    Well, I have fewer errors now, but it still seems like Flash is totally confused by any term from Caurina:
    **Error** Scene 1, Layer 'as', Frame 3, Line 9: 1046: Type was not found or was not a compile-time constant: Tween.
    var main1rollOverTween:Tween = new Tween(main1_txt, "x", Elastic.easeOut, 0, 300, 3, true);

    **Error** Scene 1, Layer 'as', Frame 3, Line 9: 1180: Call to a possibly undefined method Tween.
    var main1rollOverTween:Tween = new Tween(main1_txt, "x", Elastic.easeOut, 0, 300, 3, true);

    **Error** Scene 1, Layer 'as', Frame 3, Line 9: 1120: Access of undefined property Elastic.
    var main1rollOverTween:Tween = new Tween(main1_txt, "x", Elastic.easeOut, 0, 300, 3, true);

    Total ActionScript Errors: 3, Reported Errors: 3

View thread