Hi,
Thanks for your response!
What I forgot to mention was that I create a new frame before adding the image to the sprite. A new frame seems to have (0,0) as image point.
So my question should be: is it possible to create a new frame with a different imagepoint then (0,0)?
+ FileChooser: On changed
-> spr_load: Add animation frame to "Animation 1" at -1
-> spr_load: Set animation frame to spr_load.AnimationFrameCount-1
-> spr_load: Load image from FileChooser.FileURLAt(0) (Resize to image size, cross-origin anonymous)
When the existing frame has a centered imagepoint, the newly loaded image appears with the left top corner in the center.
Does it make sense to submit a feature request for this?
Thanks!
Wim