- Messages
- 10,057
- Country
-
While I am asking questions. This one was another puzzle. Today has been the day for finding walls or mysteries. This is the small pink bracket looking arrow that moves down a notch each time you cross a waypoint. The issue is, I need to move it down and over. I will also need to make a new one, as its a Poly object, rendered, but thats not the problem. The problem is, there is no coordinates. Again, just like the popup message window that is generic, with mysterious codes for width and height, so to with this 'heiroglyph'.
Code....
And a screenshot of said 'Pink Thing' which I shall call said heiroglyph.
Code....
Code:
// PINK THING SHOWS ACTIVE LEG
<Element>
<Visible>
(@c:FlightPlanIsActiveWaypoint)
</Visible>
<RelClip Left="01" Top="10" Width="252" Height="159"/>
<Polyline Color="0xf040f0" LineWidth="2">
<Point X="7" Y="8"/>
<Point X="2" Y="8"/>
<Point X="2" Y="-11"/>
<Point X="6" Y="-11"/>
<Point X="6" Y="-10"/>
<Point X="3" Y="-10"/>
<Point X="3" Y="7"/>
<Point X="7" Y="7"/>
<Point X="5" Y="10"/>
<Point X="5" Y="5"/>
<Point X="7" Y="8"/>
</Polyline>
<Shift>
<Value>
@FPLLineIndex
17 * (@g:listScroll) - 5 +
</Value>
<Scale Y="1"/>
</Shift>
</Element>
And a screenshot of said 'Pink Thing' which I shall call said heiroglyph.