[Flashcoders] Tween question

2006-11-02 Thread Mike O'Grady
Hi, I've got a motion tween in the timeline that simply moves a mc vertically (about 30 pixels) and then back again. All works fine until I also try to move that mc horizontally using actionscript and the ._x property, the timeline motion tween stops working, the mc moves horizontally but not

Re: [Flashcoders] Tween question

2006-11-02 Thread Zeh Fernando
All works fine until I also try to move that mc horizontally using actionscript and the ._x property, the timeline motion tween stops working, the mc moves horizontally but not vertically. Is this just Flash's normal behavior, that moving an object using actionscript means that the timeline will

Re: [Flashcoders] Tween question

2006-11-02 Thread Hans Wichman
Hi, there is another workaround, although i'd not recommend it, but knowing the trick involved might be nice though:). You can 'record' all the movieclips positions in array, by visiting each frame in the first frame. In other words, in a single onEnterFrame (the first prob), you could