hi all...
i've come a good way if i can say so myself, but i need some slight help sometimes, and i've come across a problem;
I'm makeing a TVG with it's first and last wagon to have different graphics. Both Mail and PAX. Theese are made and declaired. But the problem are, when i have the engines, plus 5 wagons it work as it should, with less then 5 wagons only the first, and middle ones get the proper grapics, but the last one get the middle grapic.
Also, when it's more then 5 wagons, the first, the 3 next, and the 5th wagon get it's proper grapics. See attachment for what i mean.
Code: Select all
eight real sprite Action 1's plus one for the purchase list
nine action 2's;
AA = Engine forward direction
A0 = Purchase list sprite
AB = Engine reverse direction
B0 = Middle PAX wagon
B1 = First PAX Wagon
B2 = Last PAX Wagon
C0 = Middle Mail Wagon
C1 = First Mail Wagon
C2 = Last Mail Wagon
// VarAction2: MAIL
-1 * 0 02 00 C3 81 40 00 BB 01 C2 00 01 01 C0 00
-1 * 0 02 00 C4 81 40 00 FF 01 C1 00 01 01 C3 00
// VarAction2: Pax
-1 * 0 02 00 B3 81 40 00 BB 01 B2 00 01 01 B0 00
-1 * 0 02 00 B4 81 40 00 FF 01 B1 00 01 01 B3 00
// VarAction2: Panto at the Back
-1 * 0 02 00 AC 81 40 00 FF 01 AA 00 00 00 AB 00
// Action 3:
-1 * 0 03 00 01 46 01 FF A0 00 AC 00
-1 * 0 03 00 81 5B 00 B4 00
-1 * 0 03 00 81 5F 00 C4 00
Why is this? I've tried to change the 01's to other numbers, but i cant really get it... Help plx!