Hello …
I am new here in this forum. And kind of new in flash AS too. Not knowing anything I started doing the tween class tut. And got stuck at the first few lines…:stare:
This tut.: http://www.kirupa.com/developer/actionscript/tween.htm
import mx.transitions.Tween;
import mx.transitions.easing.*;
“The first line imports the Tween class file into your Flash document. You can find the class file called Tween.as at C:\Program Files\Macromedia\Flash 8<language>\First Run\Classes\mx\ transitions\ assuming a default installation. Here you should find 16 class files used by Flash for various other effects (including the slideshow templates).”
Now i am wondering… suppose that’s not my default installation (wich is the case now) and it is effecting the file of not finding my tween.as do I have to ajust the path?
adding something between import… and mx.trans… something like that?
thx in advance:hugegrin: