1 If i dont want to use classes,can i make the same way as before, putting all the code in the first frame?And it still works with the new player?
2 Now i have to import the properties i want to use too?I mean, isnt enough to import flash.display.movieClip, also if i want to use _alpha have to import flash.idunknowant.alpha ?
So, when they say:
'_alpha is deprecated, now use:flash.display.DisplayObject.alpha'
doesnt mean i have to
import flash.display.DisplayObject.alpha;
rigth??
just movieclip. Movieclip is a class, it has to be imported, alpha is a property that is specific to an instance of that class, it does not have to be imported. only import classes