
import org.caurina.transitions.*;
Tweener.addTween(air, {x:340, y:300, time: 1});import com.caurina.transitions.*;
Tweener.addTween(air, {x:400, y:300});
ThomasNorden wrote:I found a solution to this odd problem
Instead of having my classpath poing to actionscript/ and then import com.caurina.transitions.*, I changed my classpath to actionscript/com and then only imported caurina.transitions.*
/Thomas
import com.caurina.transitions.*import caurina.transitions.*package caurina.transitions {
....
public class Tweener {
.....
ThomasNorden wrote:I found a solution to this odd problem
Instead of having my classpath poing to actionscript/ and then import com.caurina.transitions.*, I changed my classpath to actionscript/com and then only imported caurina.transitions.*
/Thomas
import caurina.transitions.*;
Tweener.addTween(air, {x:400, y:300});1046: Type was not found or was not a compile-time constant
Users browsing this forum: Kirone and 4 guests