elsassph / eaze-tween

Automatically exported from http://code.google.com/p/eaze-tween - see also active fork in development: https://github.com/mayakwd/as3-eaze-tween
1 stars 0 forks source link

Wrong import class in EazeTween #19

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Open aze.motion.EazeTween

Change: 

import aze.motion.easing.Quadratic;
import aze.motion.specials.EazeSpecial;
import flash.display.DisplayObject;
import flash.display.Shape;
import flash.events.Event;
import flash.filters.ColorMatrixFilter;
import flash.utils.Dictionary;
import flash.utils.getQualifiedClassName;
import flash.utils.getTimer;
import flash.utils.setInterval;
import gs.easing.Linear;

To:

import aze.motion.easing.Linear;
import aze.motion.easing.Quadratic;
import aze.motion.specials.EazeSpecial;

import flash.display.Shape;
import flash.events.Event;
import flash.filters.ColorMatrixFilter;
import flash.utils.Dictionary;
import flash.utils.getTimer;

Original issue reported on code.google.com by hpe...@gmail.com on 26 Jun 2010 at 1:23

Attachments:

GoogleCodeExporter commented 9 years ago
Fixed, sorry :)

Original comment by philippe...@gmail.com on 27 Jun 2010 at 7:16