#define TEXTSTEP1 "\pACL is an object-oriented animation framework which defines various kind of moveable and/or animated objects. The most important object is the Anim. You can see four simple Anim objects above."
#define TEXTSTEP2 "\pACL uses an offscreen buffer that prevents display flickering. This is how your animation would look without an offscreen buffer."
#define TEXTSTEP3 "\pWith an offscreen buffer there is no display flickering. To achieve the best speed results ACL will refresh only the parts that have been modified."
#define TEXTSTEP4 "\pYou can add a background picture to your animation without suffering any loss in speed."
#define TEXTSTEP5 "\pAn Anim Object is made out of several differents frames in sequence. In this example you can see an Anim object which has two different sequences. The first sequence has five frames and the second three."
#define TEXTSTEP6 "\pAn Anim object can have as many sequences as needed and there is no limit to the number of frames that a sequence can own. At any time you can change the current sequence. Press the space bar of your keyboard."