While trying to ask for help, I found my own solution (which is often the case ;-)
But one thing remains a problem with the sprites:
I add a new sprite of 8x8 pix and want to create three frames in that sprite. So I import a sprite sheet. The problem with that is, that the sprite needs to be at least 16x16 because the option for 8x8 doesn't exist. You can manually change the values but it still loads 16x16.
If I want to add frames manually (add frame, select it and load from file), it always loads the new image in frame 0 and deletes all others.
So the request is either to let the user fill in his/her own values and work with those or display all possible values in the drop down list.
