What we needed to do was open our input FLA and add empty symbols that link to the Tween Class and any easing classes we were using in the project.
That way you start with the files already there. Otherwise you'll need to add them to your project in a "additional parameters" field in Eclipse, in your ant build process or add them on the command line depending on how you are working. Leif On 10/28/05, Justin Clarke <[EMAIL PROTECTED]> wrote: > Hi there, > I've googled high and low and still don't know why mx.transitions.Tween > doesn't do anything when I attempt in Eclipse using MTASC. Has anyone > come across this problem? For instance this works fine in the Flash IDE: > var tween:mx.transitions.Tween = new mx.transitions.Tween(node_mc, "_x", > mx.transitions.easing.Elastic.easeOut, 100, 200, 3, true); > > But when I attempt this within MTASC nothing happens! I've imported the > classes fine, ticked 'mx' in the flashout compilation and...nothing > happens. No error messages and no movement. > > Any pointers really appreciated - I must be missing something really > simple here. > > cheers, > justin. > > > _______________________________________________ > osflash mailing list > [email protected] > http://osflash.org/mailman/listinfo/osflash_osflash.org > _______________________________________________ osflash mailing list [email protected] http://osflash.org/mailman/listinfo/osflash_osflash.org
