This is a child page. You can use Parent in the quick nav bar at the top or the bottom of the page to navigate directly back to the parent of this page. Some child pages are more than one level deep, and in that case will require more than one Parent click to reach the outermost document level.

§ 16.69.4 - Spinning Star Example


Here is how the above transition is coded:

; Star transition ; initxy 0.5 0.5 repeats 1 1 offsets 0.0 0.0 xscales 0 3.5 yscales 0 3 rotate 0 360 line -0.55 -0.175 -0.1 -0.2 line -0.1 -0.2 0.05 -0.6 line 0.05 -0.6 0.15 -0.2 line 0.15 -0.2 0.55 -0.2 line 0.55 -0.2 0.25 0.1 line 0.25 0.1 0.4 0.6 line 0.4 0.6 0.05 0.3 line 0.05 0.3 -0.3 0.6 line -0.3 0.6 -0.18 0.11 line -0.18 0.11 -0.55 -0.175 ; This code was used, as shown here, to create the animation above

As you can see, it follows the same approach as the previous example with a few subtle differences:

  • The polygon starts at the center of the action image
    initxy 0.5 0.5
  • There is only 1 polygon
    repeats 1 1
    Likewise no offsets are necessary
  • The polygon spins about its center
    rotate 0 360
  • The polygon is more complex.

Advanced concepts for TCFs

Keyboard Navigation
, Previous Page . Next Page t TOC i Index o Operators g Glossary
WinImages F/x, Morph and all associated documentation
Copyright © 1992-2007 Black Belt Systems ALL RIGHTS RESERVED Under the Pan-American Conventions
WinImages F/x Manual Version 7, Revision 6, Level A

Valid HTML 4.01 Loose
 

This manual was generated with wtfm
wtfm uses aa_macro and SqLite
aa_macro uses python 2.7
Page 149
box