In the Play Creation Guide forum thread, it states to "...fill in X and Y to get the position you want". In order to do this, we need those X/Y coordinates (DeltaX, DeltaY) for each position. We also possibly need the width of the OL line. Is this value the same in every formation? I thought I had heard in the NFL spread formations the OL are aligned with more distance between each other than, say, the West Coast).
Some formations I'd like to setup are Trips and T-formation. For Trips, as you see below, which method to to move the TE to :
1) Trips Right
We need to move TE from his lineup on the left to the right to get the 3 receivers on the right side.
a. Pre-Snap: Move the TE from the left end of the OL to the right end. In order to do this, we would need to do which of these? -
1.Replace TE's DeltaX value with the RTE's DeltaX coordinate, which can be gathered from the Shotgun/Spread formation where there is a RTE
--or--
2. The LTE's DeltaX value equals the total width of the OL (Z), as maybe 1 or 2 yards greater?
Ex: of code for LTE in Trips Right Pre-Snap (where OL is 10 yards long) -
<Action Type="Start" DeltaX="30" DeltaY="0" Delay="0"/>
2) T-formation
Use Pro-Set as base
Choose which position will become third Back in Backfield (TE in this example)
* TE DeltaX coordinate equivalent to QB DeltaX coordinate
* TE DeltaY coordinate equivalent to either RB Delta
Please let me know where/f if I have made mistakes, and if anything else needs to be considered.
Meanwhile, can we be provided the comprehensive DeltaX/DeltaY coordinates set list for each position?