Overlaying Fixed Graphics

Previous Next

The latest addition to the PaperWatch line is a special eco edition on recycling paper. To celebrate it, a green dot has been added on top of the central hands, partly obscuring them.



To simulate this (and other partly hidden hands, see the 24_hour_cover.png in the casio example), we must be able to position objects on top of hands, This is achieved by specifying a "hand" that does not move, but simply exists in a given position. And since all the elements are displayed in the order they appear in the specs.xml file, place it at the bottom. Thereby, it will be displayed last and cover everything else. The specs entry looks like this, not specifying a type.


<Hand

       image="green.png"

       centerX="30"

       centerY="30"

       offsetX="205"

       offsetY="191"

       />

Created with the Personal Edition of HelpNDoc: Create iPhone web-based documentation