Of all classes I use, everything works after downloading AnimationPackage 2 (ActionScript 2, Flash Player 8 and above)
Except one...Ellipse, I copy & paste the very basic code literally into empty_setup.fla and while exporting it gives this error:
var myEllipse:Ellipse = new Ellipse();
myEllipse.draw();
=================
**Error** Scene=Szene 1, layer=actions, frame=1:Line 19: There is no method with the name 'draw'.
myEllipse.draw();
Total ActionScript Errors: 1 Reported Errors: 1
Everything else works...except ellipse, just the one I need ;) Could you please help me get it working?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Of all classes I use, everything works after downloading AnimationPackage 2 (ActionScript 2, Flash Player 8 and above)
Except one...Ellipse, I copy & paste the very basic code literally into empty_setup.fla and while exporting it gives this error:
var myEllipse:Ellipse = new Ellipse();
myEllipse.draw();
=================
**Error** Scene=Szene 1, layer=actions, frame=1:Line 19: There is no method with the name 'draw'.
myEllipse.draw();
Total ActionScript Errors: 1 Reported Errors: 1
Everything else works...except ellipse, just the one I need ;) Could you please help me get it working?
This works for me. Make sure you've cleaned your ASO cache.