
The sprite is called BARRA0, I exported it from another wad.
In doombuilder, the Thing shows up with cyan around it

and in game, it shows up as an exclamation point flag... what went wrong?
I went through this tutorial http://zdoom.org/wiki/Creating_non-inte ... ecorations
In some wads I saw that DECORATE referenced actors as <sprite name> <letter> -1 if there was only one sprite in the loop, e.g., for my sprite it would be BARR A -1.
Why doesn't it mess it up, though? I thought that number designated angle, does -1 mean from all angles, or does it not matter what the number on the end is if there's only one sprite of that name and letter?
Also, does it matter whether I use "Stop" or "loop"? Do they do the same thing in this case?