Hi,
the code is slightly wrong:
Either directly copy the rotation value - or set/get it - but a mix of both can't work.
Wrong:
copy(hotspot[nadirlogo].rotate,get(view.hlookat))
Correct:
copy(hotspot[nadirlogo].rotate,view.hlookat)
or:
set(hotspot[nadirlogo].rotate,get(view.hlookat))
Best regards,
Klaus