When you wish to build your original extend menu, please follow the next instructions.
Program | Size | Color |
---|---|---|
mkm1 | 320x200 | 8bit |
mkm2 | 640x480 | 8bit |
mkm3 | 640x480 | 24bit |
mkm4 | 800x600 | 8bit |
mkm5 | 800x600 | 24bit |
mkm6 | 1024x768 | 8bit |
mkm7 | 1024x768 | 16bit |
[mkm3 command file] OutputFile=menu3.mbm ;Output file SrcBitmap=img3.bmp ;Input image (size and color depth are specified by each menu bulder) SrcFont=font24b.fnt ;Input font (FONTX2 format, 24x24dots) InitialCode= ;Initialization code (don't care) TblOfs=50 90 ;Table position X,Y (dot) TblSize=1 8 ;Number of columns and rows TblCelSize=250 32 ;Cell size X,Y (dot) ItemHead=20 ;Item header character code (comment-out to suppress item header) Select=255 255 255 ;Selected item color Normal=128 128 160 ;Deselected item color Shadow=0 0 0 ;Item shadow (comment-out for no shadow) ClearMethod=2 ;Clear method on exit EnableMouse=1 ;Use PS2 mouse (0:Disable, 1:Enable) MouseMag=1 ;Mouse resolution (1..) LeftHander=0 ;Swap L/R button SrcCsr=cursor.bmp ;Mouse cursor (32x32,16M color, Magenta is transparent color) *For 64K menu only CsrOfs=0 0 ;Cursor center *For 64K menu only Stars=1 ;Show stars (0:Disable, 1..7:Enable) *For 64K menu only TmrOfs=40 450 ;Timer bar position X,Y (comment-out to disable timer bar) TmrSize=200 10 ;Timer bar size X,Y TmrBar=0 255 0 ;Timer bar color TmrBack=0 0 0 ;Timer back color