Hi list,

I know this is not Fuse's list, but I'm sure lots of devs here also use Fuse
and as I desperately need a solution to this problem, I thought I would risk
posting here.

I'm having problems with grouping tweens in the lastes version of Fuse - 2.1
.

I used to use Fuse  when it was at version 1.0 and it used to work very
well. I always used MTASC to compile my flash projects. Right now, I just
changed my IDE from FlashDevelop to FDT 1.5.

When I try to do the follwoing sequence:

var f:Fuse = new Fuse(
[{target:mc1,x:100},
 {target:mc2,x:-100}]
)
f.start()

Fuse only tweens the first one (mc1). The second just jumps from the start
to the end of the tween value, without the in-between smooth tweening. I've
tried everything I could to try to solve it but with no success. Has
anything changed in relation to grouping tweens on Fuse 2.1?

Thanks in advance,

Marcelo.
_______________________________________________
osflash mailing list
[email protected]
http://osflash.org/mailman/listinfo/osflash_osflash.org

Reply via email to