I'm not sure if I understood what you want. Put all the images you want into a single sprite, set animation speed to 0, set image point to bottom on the whole animation.
Then spawn your object, set frame to floor(random(0,numberOfImagesYouHave)), set collision to disabled.
Is that what your are looking for?