one solution could be:
you loop the spinning animation (set loop to yes)
you add a object variable "jumping" set it to 1
is on floor set objectvariable to 0
platform is falling AND objectvariable jumping = 0 then play animation falling
hope that helps
regards