Hmm, wierd.
I would examine your code for any "temp" variables. I've a hunch you have used temp to define something, like where an arm flies off to, and then used the same temp variable somewhere in your spawn code. Temp's great for quick and dirty coding, but ya probably want to get rid of it, or re-initialize its value to zero before re-using it in combined code.
Mark