Please, tell me, is it possible

1) Loading animated GIF.
2) What about THEN operator instead of ':' and required EndIf?
3) Flag for autoscrolling in EditorGadget.
4) And main dream:
LoadAnimImage command. (Or something like this)
The LoadAnimImage loads a single image that is made up of 'frames' of separate images. The imagestrip itself consists of 2 or more frames, horizontally aligned in a single graphic image. There is no spaces between the frames, and each frame must be the same width and height.
LoadAnimImage( filename,width,height,first,count[,flags] )
first - the frame to start with
count - how many frames you are using of the imagestrip
And some changes in DrawImage:
DrawImage(ImageID, x, y [, Width, Height, Frame]), where Frame is number of frame which must be drawing.
Fourth is the most important.
