IBM TJ Watson Research

IBMAnchor

Description

This test case tests the interaction of anchors and sensors. There are two mp4 files, IBMAnchorAndSensors and IBMAnchorAndSensors1. Each has an Anchor node that links it to the other. Each are constructed the same with major difference being the shapes used. The structure of for the sensors and anchor is the following (rectangle and circles are reversed for IBMAnchorAndSensors1).
  <group>
    <rectangle/>
    <a>
      <circle>
        <hotspots>
          <rectangle/>
        </hotspots>
      </circle>
    </a>
  </group>

For IBMAnchorAndSensors, when the circle is clicked the anchor is activated and IBMAnchorAndSensors1 is loaded. When the rectangles are clicked the triangle is modified. The outer rectangle flips the triangle and the inner rectangle darkens the triangle. Clicking on the triangle restores its values. The anchor circle continuously animates its color from dark blue to light blue.

Screenshot

Snapshot taken of IBMAnchorAndSensors

Snapshot taken after clicking on IBMAnchorAndSensors and going to IBMAnchorAndSensors1



Back to main index