home *** CD-ROM | disk | FTP | other *** search
-
- /*=======================*/
- /* Eyes Open, Centered */
- /* */
- /*=======================*/
- #include "exec/exec.h"
- #include "intuition/intuition.h"
- #include "browsII.h"
-
- UWORD eyes0_data[]={
- /*-------------- plane 0 ---------------*/
- 0xffff,0xffff,0xfffc,0xc0ff,0x07c1,0xfe0c,0x87ff,0x87c7,
- 0xff84,0x8e00,0xc7cc,0x00c4,0x9818,0x67d8,0x1864,0x9010,
- 0x37d0,0x1024,0x9800,0xe7cc,0x0064,0x8000,0x0ba0,0x0004,
- 0x8000,0x0ba0,0x0004,0x8000,0x3ff8,0x0004,0xc000,0x4fa4,
- 0x000c,0xf800,0x9fd2,0x003c,0xffff,0xffc7,0xfffc,
- /*-------------- plane 1 -----------------*/
- 0xc000,0x0000,0x000c,0xbf00,0xfbbe,0x01f4,0x7800,0x7bb8,
- 0x0078,0x7183,0x3bb3,0x8338,0x6721,0x9ba7,0x2198,0x6f83,
- 0xcbaf,0x83d8,0x6783,0x1bb3,0x8398,0x7fff,0xf7df,0xfff8,
- 0x7fff,0xf7df,0xfff8,0x7fff,0xc387,0xfff8,0xbfff,0xb7db,
- 0xfff4,0xc7ff,0x6fed,0xffcc,0xf800,0xfffe,0x003c,
- /*-------------- plane 2 -----------------*/
- 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
- 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
- 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
- 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
- 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
- /*-------------- plane 3 -----------------*/
- 0xc000,0x0000,0x000c,0xbfff,0xfbbf,0xfff4,0x7fff,0xfbbf,
- 0xfff8,0x7e7c,0xfbbc,0x7cf8,0x78c6,0x7bb8,0xc678,0x706c,
- 0x3bb0,0x6c38,0x787c,0xfbbc,0x7c78,0x7fff,0xf7df,0xfff8,
- 0x7fff,0xf7df,0xfff8,0x7fff,0xc7c7,0xfff8,0xbfff,0xbffb,
- 0xfff4,0xc7ff,0x6fed,0xffcc,0xf800,0xfffe,0x003c,
- };
-
- /* Width in WORDS= 0x3HEX....3 decimal */
-
- struct Image eyes0_Image = {
- 10,27, /* LeftEdge, TopEdge */
- 0x2e, /* Width (in pixels) */
- 0xd, /* Height */
- 0x4, /* Depth */
- &eyes0_data[0], /* pointer to Image data */
- 0xf, 0, /* PlanePick, PlaneOnOff */
- &brow2_Image /*pointer to next image*/
- };
-
-
- /*=======================*/
- /* Eyes In Mid-Blink */
- /* */
- /*=======================*/
-
- UWORD eyes1_data[]={
- /*-------------- plane 0 ---------------*/
- 0xffff,0xffff,0xfffc,0xc0ff,0x07c1,0xfe0c,0x83ff,0xc7c7,
- 0xff84,0x87ff,0xe7cf,0xffc4,0x8f30,0xf7de,0x19e4,0x8e30,
- 0x37d8,0x18e4,0x8c00,0x67cc,0x0064,0x8000,0x0ba0,0x0004,
- 0x8000,0x0380,0x0004,0x8000,0x3ff8,0x0004,0xc000,0x4fa4,
- 0x000c,0xf800,0x9fd2,0x003c,0xffff,0xffc7,0xfffc,
- /*-------------- plane 1 -----------------*/
- 0xc000,0x0000,0x000c,0xbf00,0xfbbe,0x01f4,0x7c00,0x3bb8,
- 0x0078,0x7800,0x1bb0,0x0038,0x7023,0x0ba1,0x9018,0x7103,
- 0xcba7,0x8118,0x7387,0x9bb3,0xc398,0x7fff,0xf7df,0xfff8,
- 0x7fff,0xffff,0xfff8,0x7fff,0xc387,0xfff8,0xbfff,0xb7db,
- 0xfff4,0xc7ff,0x6fed,0xffcc,0xf800,0xfffe,0x003c,
- /*-------------- plane 2 -----------------*/
- 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
- 0x0000,0x0000,0x0000,0x0000,0x0020,0x0000,0x1000,0x0000,
- 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
- 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
- 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
- /*-------------- plane 3 -----------------*/
- 0xc000,0x0000,0x000c,0xbfff,0xfbbf,0xfff4,0x7fff,0xfbbf,
- 0xfff8,0x7fff,0xfbbf,0xfff8,0x7fec,0xfbbe,0x77f8,0x7ecc,
- 0x3bb8,0x66f8,0x7c78,0x7bbc,0x3c78,0x7fff,0xf7df,0xfff8,
- 0x7fff,0xffff,0xfff8,0x7fff,0xc7c7,0xfff8,0xbfff,0xbffb,
- 0xfff4,0xc7ff,0x6fed,0xffcc,0xf800,0xfffe,0x003c,
- };
-
- /* Width in WORDS= 0x3HEX....3 decimal */
-
- struct Image eyes1_Image={
- 10,27, /* LeftEdge, TopEdge */
- 0x2e, /* Width (in pixels) */
- 0xd, /* Height */
- 0x4, /* Depth */
- &eyes1_data[0], /* pointer to Image data */
- 0xf, 0, /* PlanePick, PlaneOnOff */
- &brow1_Image /*pointer to next image*/
- };
-
- /*===============*/
- /* Eyes Closed */
- /* */
- /*===============*/
-
- UWORD eyes2_data[]={
- /*-------------- plane 0 ---------------*/
- 0xffff,0xffff,0xfffc,0xc0ff,0x07c1,0xfe0c,0x83ff,0xc7c7,
- 0xff84,0x87ff,0xe7cf,0xffc4,0x8fff,0xf7df,0xffe4,0x9fff,
- 0xf7df,0xfff4,0x8c00,0x67ce,0x0064,0x8000,0x0ba0,0x0004,
- 0x8000,0x0ba0,0x0004,0x8000,0x3ff8,0x0004,0xc000,0x4fa4,
- 0x000c,0xf800,0x9fd2,0x003c,0xffff,0xffc7,0xfffc,
- /*-------------- plane 1 -----------------*/
- 0xc000,0x0000,0x000c,0xbf00,0xfbbe,0x01f4,0x7c00,0x3bb8,
- 0x0078,0x7800,0x1bb0,0x0038,0x7000,0x0ba0,0x0018,0x6000,
- 0x0ba0,0x0008,0x73ff,0x9bb1,0xff98,0x7fff,0xf7df,0xfff8,
- 0x7fff,0xf7df,0xfff8,0x7fff,0xc387,0xfff8,0xbfff,0xb7db,
- 0xfff4,0xc7ff,0x6fed,0xffcc,0xf800,0xfffe,0x003c,
- /*-------------- plane 2 -----------------*/
- 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
- 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
- 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
- 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
- 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
- /*-------------- plane 3 -----------------*/
- 0xc000,0x0000,0x000c,0xbfff,0xfbbf,0xfff4,0x7fff,0xfbbf,
- 0xfff8,0x7fff,0xfbbf,0xfff8,0x7fff,0xfbbf,0xfff8,0x7fff,
- 0xfbbf,0xfff8,0x7fff,0xfbbf,0xfff8,0x7fff,0xf7df,0xfff8,
- 0x7fff,0xf7df,0xfff8,0x7fff,0xc7c7,0xfff8,0xbfff,0xbffb,
- 0xfff4,0xc7ff,0x6fed,0xffcc,0xf800,0xfffe,0x003c,
- };
-
- /* Width in WORDS= 0x3HEX....3 decimal */
-
-
-
-
- struct Image eyes2_Image={
- 10,27, /* LeftEdge, TopEdge */
- 0x2e, /* Width (in pixels) */
- 0xd, /* Height */
- 0x4, /* Depth */
- &eyes2_data[0], /* pointer to Image data */
- 0xf, 0, /* PlanePick, PlaneOnOff */
- &brow0_Image /*pointer to next image*/
- };
-
- /*========================*/
- /* Eyes Looking Left1 */
- /* (viewer perspective) */
- /*========================*/
-
- UWORD eyes3_data[]={
- /*-------------- plane 0 ---------------*/
- 0xffff,0xffff,0xfffc,0xc0ff,0x07c1,0xfe0c,0x87ff,0x87c7,
- 0xff84,0x8e00,0xc7cc,0x00c4,0x9860,0x67d8,0x6024,0x9060,
- 0x37d0,0x6014,0x9800,0xe7cc,0x0064,0x8000,0x0ba0,0x0004,
- 0x8000,0x0ba0,0x0004,0x8000,0x3ff8,0x0004,0xc000,0x4fa4,
- 0x000c,0xf800,0x9fd2,0x003c,0xffff,0xffc7,0xfffc,
- /*-------------- plane 1 -----------------*/
- 0xc000,0x0000,0x000c,0xbf00,0xfbbe,0x01f4,0x7800,0x7bb8,
- 0x0078,0x7007,0x3bb2,0x0738,0x6687,0x9ba6,0x87d8,0x6e07,
- 0xcbae,0x07e8,0x670f,0x1bb3,0x0f98,0x7fff,0xf7df,0xfff8,
- 0x7fff,0xf7df,0xfff8,0x7fff,0xc387,0xfff8,0xbfff,0xb7db,
- 0xfff4,0xc7ff,0x6fed,0xffcc,0xf800,0xfffe,0x003c,
- /*-------------- plane 2 -----------------*/
- 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
- 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
- 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
- 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
- 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
- /*-------------- plane 3 -----------------*/
- 0xc000,0x0000,0x000c,0xbfff,0xfbbf,0xfff4,0x7fff,0xfbbf,
- 0xfff8,0x7ff8,0xfbbd,0xf8f8,0x7918,0x7bb9,0x1838,0x7198,
- 0x3bb1,0x9818,0x78f0,0xfbbc,0xf078,0x7fff,0xf7df,0xfff8,
- 0x7fff,0xf7df,0xfff8,0x7fff,0xc7c7,0xfff8,0xbfff,0xbffb,
- 0xfff4,0xc7ff,0x6fed,0xffcc,0xf800,0xfffe,0x003c,
- };
-
- /* Width in WORDS= 0x3HEX....3 decimal */
-
-
-
-
- struct Image eyes3_Image={
- 10,27, /* LeftEdge, TopEdge */
- 0x2e, /* Width (in pixels) */
- 0xd, /* Height */
- 0x4, /* Depth */
- &eyes3_data[0], /* pointer to Image data */
- 0xf, 0, /* PlanePick, PlaneOnOff */
- &brow1_Image /* pointer to next image*/
- };
-
- /*========================*/
- /* Eyes Looking Left2 */
- /* (viewer perspective) */
- /*========================*/
-
- UWORD eyes4_data[]={
- /*-------------- plane 0 ---------------*/
- 0xffff,0xffff,0xfffc,0xc0ff,0x07c1,0xfe0c,0x87ff,0x87c7,
- 0xff84,0x8e00,0xc7cc,0x00c4,0x99c0,0x67d8,0xc024,0x90c0,
- 0x37d0,0xc014,0x9800,0xe7cc,0x0064,0x8000,0x0ba0,0x0004,
- 0x8000,0x0ba0,0x0004,0x8000,0x3ff8,0x0004,0xc000,0x4fa4,
- 0x000c,0xf800,0x9fd2,0x003c,0xffff,0xffc7,0xfffc,
- /*-------------- plane 1 -----------------*/
- 0xc000,0x0000,0x000c,0xbf00,0xfbbe,0x01f4,0x7800,0x7bb8,
- 0x0078,0x700f,0x3bb0,0x0f38,0x610f,0x9ba5,0x0fd8,0x6c0f,
- 0xcbac,0x0fe8,0x641f,0x1bb2,0x1f98,0x7fff,0xf7df,0xfff8,
- 0x7fff,0xf7df,0xfff8,0x7fff,0xc387,0xfff8,0xbfff,0xb7db,
- 0xfff4,0xc7ff,0x6fed,0xffcc,0xf800,0xfffe,0x003c,
- /*-------------- plane 2 -----------------*/
- 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
- 0x0000,0x0000,0x0000,0x0000,0x0100,0x0000,0x0000,0x0000,
- 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
- 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
- 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
- /*-------------- plane 3 -----------------*/
- 0xc000,0x0000,0x000c,0xbfff,0xfbbf,0xfff4,0x7fff,0xfbbf,
- 0xfff8,0x7ff0,0xfbbf,0xf0f8,0x7f30,0x7bba,0x3038,0x7330,
- 0x3bb3,0x3018,0x7be0,0xfbbd,0xe078,0x7fff,0xf7df,0xfff8,
- 0x7fff,0xf7df,0xfff8,0x7fff,0xc7c7,0xfff8,0xbfff,0xbffb,
- 0xfff4,0xc7ff,0x6fed,0xffcc,0xf800,0xfffe,0x003c,
- };
-
- /* Width in WORDS= 0x3HEX....3 decimal */
-
- struct Image eyes4_Image={
- 10,27, /* LeftEdge, TopEdge */
- 0x2e, /* Width (in pixels) */
- 0xd, /* Height */
- 0x4, /* Depth */
- &eyes4_data[0], /* pointer to Image data */
- 0xf, 0, /* PlanePick, PlaneOnOff */
- &brow0_Image /* pointer to next image*/
- };
-
- /*========================*/
- /* Eyes Looking Right1 */
- /* (viewer's perspective) */
- /*========================*/
-
- UWORD eyes5_data[]={
- /*-------------- plane 0 ---------------*/
- 0xffff,0xffff,0xfffc,0xc0ff,0x07c1,0xfe0c,0x87ff,0x87c7,
- 0xff84,0x8e00,0xc7cc,0x00c4,0x9818,0x67d8,0x1824,0x9018,
- 0x37d0,0x1814,0x9800,0xe7cc,0x0064,0x8000,0x0ba0,0x0004,
- 0x8000,0x0ba0,0x0004,0x8000,0x3ff8,0x0004,0xc000,0x4fa4,
- 0x000c,0xf800,0x9fd2,0x003c,0xffff,0xffc7,0xfffc,
- /*-------------- plane 1 -----------------*/
- 0xc000,0x0000,0x000c,0xbf00,0xfbbe,0x01f4,0x7800,0x7bb8,
- 0x0078,0x7181,0x3bb3,0x8138,0x67a1,0x9ba7,0xa1d8,0x6f81,
- 0xcbaf,0x81e8,0x67c3,0x1bb3,0xc398,0x7fff,0xf7df,0xfff8,
- 0x7fff,0xf7df,0xfff8,0x7fff,0xc387,0xfff8,0xbfff,0xb7db,
- 0xfff4,0xc7ff,0x6fed,0xffcc,0xf800,0xfffe,0x003c,
- /*-------------- plane 2 -----------------*/
- 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
- 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
- 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
- 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
- 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
- /*-------------- plane 3 -----------------*/
- 0xc000,0x0000,0x000c,0xbfff,0xfbbf,0xfff4,0x7fff,0xfbbf,
- 0xfff8,0x7e7e,0xfbbc,0x7ef8,0x7846,0x7bb8,0x4638,0x7066,
- 0x3bb0,0x6618,0x783c,0xfbbc,0x3c78,0x7fff,0xf7df,0xfff8,
- 0x7fff,0xf7df,0xfff8,0x7fff,0xc7c7,0xfff8,0xbfff,0xbffb,
- 0xfff4,0xc7ff,0x6fed,0xffcc,0xf800,0xfffe,0x003c,
- };
-
- /* Width in WORDS= 0x3HEX....3 decimal */
-
- struct Image eyes5_Image={
- 10,27, /* LeftEdge, TopEdge */
- 0x2e, /* Width (in pixels) */
- 0xd, /* Height */
- 0x4, /* Depth */
- &eyes5_data[0], /* pointer to Image data */
- 0xf, 0, /* PlanePick, PlaneOnOff */
- &brow1_Image /* pointer to next image*/
- };
-
- /*========================*/
- /* Eyes Looking Right2 */
- /* (viewer's perspective) */
- /*========================*/
-
- UWORD eyes6_data[]={
- /*-------------- plane 0 ---------------*/
- 0xffff,0xffff,0xfffc,0xc0ff,0x07c1,0xfe0c,0x87ff,0x87c7,
- 0xff84,0x8e00,0xc7cc,0x00c4,0x980c,0x67d8,0x0c24,0x900c,
- 0x37d0,0x0c14,0x9800,0xe7cc,0x0064,0x8000,0x0ba0,0x0004,
- 0x8000,0x0ba0,0x0004,0x8000,0x3ff8,0x0004,0xc000,0x4fa4,
- 0x000c,0xf800,0x9fd2,0x003c,0xffff,0xffc7,0xfffc,
- /*-------------- plane 1 -----------------*/
- 0xc000,0x0000,0x000c,0xbf00,0xfbbe,0x01f4,0x7800,0x7bb8,
- 0x0078,0x71c0,0x3bb3,0xc038,0x67d0,0x9ba7,0xd0d8,0x6fc0,
- 0xcbaf,0xc0e8,0x67e1,0x1bb3,0xe198,0x7fff,0xf7df,0xfff8,
- 0x7fff,0xf7df,0xfff8,0x7fff,0xc387,0xfff8,0xbfff,0xb7db,
- 0xfff4,0xc7ff,0x6fed,0xffcc,0xf800,0xfffe,0x003c,
- /*-------------- plane 2 -----------------*/
- 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
- 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
- 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
- 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
- 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,
- /*-------------- plane 3 -----------------*/
- 0xc000,0x0000,0x000c,0xbfff,0xfbbf,0xfff4,0x7fff,0xfbbf,
- 0xfff8,0x7e3f,0xfbbc,0x3ff8,0x7823,0x7bb8,0x2338,0x7033,
- 0x3bb0,0x3318,0x781e,0xfbbc,0x1e78,0x7fff,0xf7df,0xfff8,
- 0x7fff,0xf7df,0xfff8,0x7fff,0xc7c7,0xfff8,0xbfff,0xbffb,
- 0xfff4,0xc7ff,0x6fed,0xffcc,0xf800,0xfffe,0x003c,
- };
-
- /* Width in WORDS= 0x3HEX....3 decimal */
-
-
-
-
- struct Image eyes6_Image={
- 10,27, /* LeftEdge, TopEdge */
- 0x2e, /* Width (in pixels) */
- 0xd, /* Height */
- 0x4, /* Depth */
- &eyes6_data[0], /* pointer to Image data */
- 0xf, 0, /* PlanePick, PlaneOnOff */
- &brow2_Image /* pointer to next image*/
- };
-
-