Well I just noticed that sometimes when you tell a lot of imagefile to appear the first one doesn't always appear.
I'll check, but I think you're better off using sprites. I used to have a GETPICT command that I never really tested, so I never made it an official part of the language. It might still be in there. I'll have to check on that and let you know.
EDIT: The command is PICT with no card number. It will make whatever is showing on the card be the current card picture, so you can fake having a lot of sprites if you don't need them to move once you show them.
NOTE: This hasn't been fully tested, so I don't know what happens when the player saves the game or when you play movies over it or whatever.
' draw a sprite
SPRITE 1 10 10 spritePicture.jpg
' make it part of the card picture
PICT
' now you can use sprite 1 again
' and it will look like another sprite
SPRITE 1 50 100 anotherSprite.jpg