When copying frames, you need to do: right/command click > paste frames
rather than just a normal paste. HTH Alias 2009/11/9 beno - <[email protected]>: > I have 5 drawings of a hand, from pointing in one direction (right) to the > other (left) and 3 "points" in between (from right to left). I'm tweening > between them. I can do that ok just as a plain tween, but, recognizing the > flexibility and possibilities coding offers, and being a programmer, I would > prefer to do it in AS3. > BTW, I'm new to Flash and I'm having problems making a movie clip of the > above. I try this: > 1) copy the tween > 2) make a blank mc in a new layer > 3) paste it in the new layer > The problem is that it pastes the first image in and not the others, even > though the whole tween sequence appears to be pasted in; therefore, the mc > is worthless. > TIA, > beno > > On Mon, Nov 9, 2009 at 9:14 AM, Alias™ <[email protected]> wrote: >> >> Can you explain in some more detail your exact requirements? We may be >> able to suggest a workaround. >> >> Alias >> >> 2009/11/9 beno - <[email protected]>: >> > LOL! Yeah, I figured that much out :) >> > >> > On Mon, Nov 9, 2009 at 5:58 AM, tom rhodes <[email protected]> wrote: >> >> >> >> hey beno, >> >> so what you want is a pure code way of transforming shapes? >> >> look into the drawing API, for simple shape transformations it's not a >> >> problem and not much code, but if you were wanting to morph an svg of >> >> the >> >> new york skyline into an apple by tweening all the points and arcs, >> >> prepare >> >> for a headache. >> >> >> >> >> >> >> >> 2009/11/9 beno - <[email protected]> >> >>> >> >>> It's more than tweening "Vector.<Number> values with TweenMax the same >> >>> way it can be done with an array using the "endArray" special feature" >> >>> because one needs to tween the arcs as well as the numbers. >> >>> Thanks, >> >>> beno >> >>> >> >>> On Sun, Nov 8, 2009 at 7:16 PM, Alias™ <[email protected]> wrote: >> >>>> >> >>>> You can't really control shape tweens via actionscript, because >> >>>> they're done at compile time by the IDE. If you want to change the >> >>>> speed or direction of a shape tween you might be able to get >> >>>> satisfactory results by doing a long shape tween with no easing, and >> >>>> tween the currentFrame property to add easing. >> >>>> >> >>>> HTH >> >>>> Alias >> >>>> >> >>>> 2009/11/7 beno - <[email protected]>: >> >>>> > You folks were so kind as to refer me to greensock.com. >> >>>> > Unfortunately, >> >>>> > it >> >>>> > appears they're not set up for shape tweening. I would like you to >> >>>> > recommend >> >>>> > another library that does this well, if you could. >> >>>> > TIA, >> >>>> > beno >> >>>> > >> >>>> > _______________________________________________ >> >>>> > 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 >> >>> >> >>> >> >>> _______________________________________________ >> >>> 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 >> >> >> > >> > >> > _______________________________________________ >> > 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 > > > _______________________________________________ > 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
