You could have 'level' instance variable in your sprite, which defines which level it is. Then create an event:
at start of layout
for each sprite
.. set animation frame to sprite.level
This assumes all the frames are in correct order, so frame for level 5 is fifth and so forth :)