Okay, so I'm using Expression Blend 4 and learning SL, and am pretty overwhelmed with it all. I'm working on a simple project to animate an aircraft holding pattern. I want to show things on the screen in a specific order:
- Draw a holding point (the station)
- Draw the aircraft's position
- Animate an arrow starting at the aircraft's position and going to the station.
- draw an arcing arrow (in an animated fashion).
Mockup:
I know enough to use a storyboard to do my animations, but I can't find a way to simply draw my lines/arrows for steps 3 and 4. I can move shapes around like a mo-fo in a storyboard (because that's what all the learning resources show you how to do), but I can't figure out how to just draw a line/arrow. And once I get past that basic step, I need to figure out how to do it programmatically so I can put the aircraft's position in a location relative to the station based on an input parameter.
Any resources or thoughts to help me get started with this?