I personally would just assign a variable a random number for the sprite number and the x coordinate.
:::Note that this is pseudo code:::
Basically tempx = random(0 - window width) that can be called using create object at tempx and using the y coordinates that you wish to use.
Generate a different variable for the sprite number, like spriteframe. Now you would want to create a random number from the total number of sprites available (I am assuming that this is the same object with different sprite frames) and add 1 to the total.
spriteframe = (random(3)+1)
See example here:
http://www.mediafire.com/?cjcel43k8jwfnj4