I want to make an animated sprite from an image, I can't feed it a filename because the image is being made from a memblock.
I am using the animated sprite command because you can easily set the current frame but if theres a hidden command to add frames to a sprite after creation or something else I don't know about I can easily use that.
I would like to avoid drawing my sprite to a bitmap and cutting it up into the frames manually if posible because that is a bit slow.
Thanks