You need below things :
1) image sprite
Add all images as frames
Add 1 variable, to store its frame no.
2) array
add relevant frame no and name of logo
3) on start create image instances and pick random frame
store frame no in variable
4) when someone type then scan through array for logo name and check if it compares to right company frame
Hope this helps...